Home Community Mys-Script Creative Off-Topic |
|
|
Thread Tools | Display Modes |
#41
|
||||
|
||||
The menu links aren't working and it seems that the buttons on the community tab are missing and just the same as the Explore tab. On the the UCP is working on the left. :/
|
#42
|
||||
|
||||
Yeah, unless you mean the theme for the ACP itself?
The menu doesn't match the links because it's using html instead. To change the links, just go into the template.tpl and edit them. I had to make a new menu because the default one doesn't really scale well, and it was hard to style.
__________________
|
#43
|
||||
|
||||
Quote:
|
#44
|
||||
|
||||
You would use html, like this:
HTML Code:
<a class="dropdown-item" href="URL">SomeText</a> HTML Code:
<li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Adoptables</a> <div class="dropdown-menu"> <a class="dropdown-item" href="#">Adoption Center</a> <a class="dropdown-item" href="#">Pound</a> <a class="dropdown-item" href="#">My Adopts</a> <a class="dropdown-item" href="#">Promo Codes</a> </div> </li> HTML Code:
<li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Adoptables</a> <div class="dropdown-menu"> <a class="dropdown-item" href="adopt">Adoption Center</a> <a class="dropdown-item" href="pound">Pound</a> <a class="dropdown-item" href="myadopts">My Adopts</a> <a class="dropdown-item" href="promo">Promo Codes</a> </div> </li> HTML Code:
<a class="dropdown-item" href="pages/view/pagename">MyPage</a> (I have less links in the sidebar because my site doesn't use a lot of them)
__________________
|
#45
|
||||
|
||||
Quote:
|
#46
|
||||
|
||||
I'll be busy today, but I can start on it. What would it look like? Would it be similar to the new theme?
__________________
|
#47
|
||||
|
||||
Quote:
How do I edit non "custom" pages? :) |
#48
|
||||
|
||||
To edit a page that wasn't made in the ACP, you have to edit it's view file, found in public_html/view/somescriptview.php.
__________________
|
#49
|
||||
|
||||
Perfect. Thank you so much for doing the ACP theme too :)
|
|
|
What's New? |
What's Hot? |
What's Popular? |