Portal button messed up and prosilver style is diff to demo
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Portal button messed up and prosilver style is diff to demo
Your Portal Version: 1.0.3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://stam.thesmokylounge.com/forums/portal.php
What have you done before the problem was there?
Nothing. It installed perfectly
What have you already tryed to solve the problem?
Nothing I have no idea, sorry
Description and Message
Hi looking at my board index my portal link is sort of messed up, and also my portal page almost looks different to the demo version of subsliver. The icons are different for the menu etc..
Can anyone else notice that? Also if I wanted to use subsilver special edition as my style instead of subsilver how would go about that? They are very alike so I assume it wouldnt be too hard? Thanks very much!
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://stam.thesmokylounge.com/forums/portal.php
What have you done before the problem was there?
Nothing. It installed perfectly
What have you already tryed to solve the problem?
Nothing I have no idea, sorry
Description and Message
Hi looking at my board index my portal link is sort of messed up, and also my portal page almost looks different to the demo version of subsliver. The icons are different for the menu etc..
Can anyone else notice that? Also if I wanted to use subsilver special edition as my style instead of subsilver how would go about that? They are very alike so I assume it wouldnt be too hard? Thanks very much!
Re: Portal button messed up and prosilver style is diff to demo
You haven't refreshed the theme, ACP -> Styles -> Themes -> prosilver -> refresh.
For subsilver2 look in the contrib folder for the install file.
For subsilver2 look in the contrib folder for the install file.
Board3 Portal Dev & English Tech Support
Re: Portal button messed up and prosilver style is diff to demo
Oh brilliant that fixed the portal style difference but the portal button on the board index is still messed up. I assume i made a mistake in the overall_header perhaps?
Re: Portal button messed up and prosilver style is diff to demo
Yeh, the portal link needs to go before the board link. IE bwtween <li class="icon-home"> and <a href=
Board3 Portal Dev & English Tech Support
Re: Portal button messed up and prosilver style is diff to demo
Code: Select all
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
Re: Portal button messed up and prosilver style is diff to demo
In the install file it says BEFORE the index link.
For example:
For example:
Code: Select all
<li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
Board3 Portal Dev & English Tech Support
Re: Portal button messed up and prosilver style is diff to demo
Still the same for some reason
Thats what I have and yet its still the same
Just looking, the footer is the same aswell.
Code: Select all
<li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
Just looking, the footer is the same aswell.
Re: Portal button messed up and prosilver style is diff to demo
Have you refreshed the cache after making style changes?
Board3 Portal Dev & English Tech Support
Re: Portal button messed up and prosilver style is diff to demo
Ok a refresh of everything(images, templates etc..) solved it! Thanks for the help!
Re: Portal button messed up and prosilver style is diff to demo
I am having one problem now though, the style seems to be stuck on prosilver and wont change to prosilver special edition even though, its the default style its still showing prosilver and thats not the default style!
I've deactivated it, refreshed everything possible, cleared cookies everything. Prosilver special edition did work earlier! The preview of prosilver special edition works perfectly shows everything.
But it just seems like its stuck on prosilver, ive tried all the basics to deactivate reactivate change the defaults around everything!
I've deactivated it, refreshed everything possible, cleared cookies everything. Prosilver special edition did work earlier! The preview of prosilver special edition works perfectly shows everything.
But it just seems like its stuck on prosilver, ive tried all the basics to deactivate reactivate change the defaults around everything!
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: Portal button messed up and prosilver style is diff to demo
Change your own style to prosilver SE in your UCP.
Re: Portal button messed up and prosilver style is diff to demo
You need to change the style of the default "Anonymous" user.
Board3 Portal Dev & English Tech Support
Re: Portal button messed up and prosilver style is diff to demo
I did that, it worked, but that'll be only for me though, everyone else will still prosilver? I also did over ride userstyleMarc wrote:Change your own style to prosilver SE in your UCP.
How would I do that? Cheers.Ice wrote:You need to change the style of the default "Anonymous" user.