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)
prosilver:
Any ideas?
Thanks in advance,
Portal 'button' not showing up under other theme
-
- 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
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.
Re: Portal 'button' not showing up under other theme
I did (I think, ). It still isnt showing up
-
- 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
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
in "prosilver" it is working but in "prosilver special edition" it is not working at all plz help me out also
-
- 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
Hi
No changes made in the style displayed overall_header.html
Before
After
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
Après
Cela fonctionne bien sinon exemple : http://area52.zone-bf.com/index.php?style=2
cordialement
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>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
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>
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>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
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>
cordialement
-
- 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
thanks my problem is solved