Portal 'button' not showing up under other theme

Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!

Post Reply

Topic author
Jerree
Active Member
Posts: 5
Joined: 26. November 2011 19:42

Portal 'button' not showing up under other theme

Post by Jerree »

Hi, I just (tried) to install Portal 2.0, and 'Portal', (the button to go back to the portal) isnt showing up if I use a theme. If I set prosilver as theme, it does work.

With a theme (proFormell, but it's with other themes aswell)
Image

prosilver:
Image

Any ideas?

Thanks in advance,
User avatar

Marc
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' not showing up under other theme

Post by Marc »

You need to apply the template and theme edits to your custom styles, too. Use the prosilver edits if they are based on prosilver and the subsilver2 edits if they are based on subsilver2.

Topic author
Jerree
Active Member
Posts: 5
Joined: 26. November 2011 19:42

Re: Portal 'button' not showing up under other theme

Post by Jerree »

I did (I think, :D). It still isnt showing up

awaismastimp1
Active Member
Posts: 5
Joined: 18. January 2012 14:50
phpBB.de User: awaismastimp1
phpBB.com User: awaismastimp1

Re: Portal 'button' not showing up under other theme

Post by awaismastimp1 »

i am facing the same problem

in "prosilver" it is working but in "prosilver special edition" it is not working at all plz help me out also

Topic author
Jerree
Active Member
Posts: 5
Joined: 26. November 2011 19:42

Re: Portal 'button' not showing up under other theme

Post by Jerree »

Bump .
User avatar

anywhere91
Translator
Posts: 62
Joined: 21. May 2009 11:02
phpBB.com User: Anywhere91
Location: 48°638127N 2°771616E or not far
Contact:

Re: Portal 'button' not showing up under other theme

Post by anywhere91 »

Hi

No changes made in the style displayed overall_header.html

Before

Code: Select all

<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>     
After

Code: Select all

<li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>     
This works well if not;) example: http://area52.zone-bf.com/index.php?style=2

regards

Bonjour / Soir

Pas de changements faits dans overall_header.html du style affiché

Avant

Code: Select all

<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>     
Après

Code: Select all

<li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>     
Cela fonctionne bien sinon ;) exemple : http://area52.zone-bf.com/index.php?style=2

cordialement

awaismastimp1
Active Member
Posts: 5
Joined: 18. January 2012 14:50
phpBB.de User: awaismastimp1
phpBB.com User: awaismastimp1

Re: Portal 'button' not showing up under other theme

Post by awaismastimp1 »

thanks my problem is solved
Post Reply

Return to “Styles Support”