Page 1 of 1
Portal 'button' not showing up under other theme
Posted: 11. January 2012 16:23
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)
prosilver:
Any ideas?
Thanks in advance,
Re: Portal 'button' not showing up under other theme
Posted: 12. January 2012 16:21
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.
Re: Portal 'button' not showing up under other theme
Posted: 13. January 2012 15:36
by Jerree
I did (I think,
). It still isnt showing up
Re: Portal 'button' not showing up under other theme
Posted: 18. January 2012 21:22
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
Re: Portal 'button' not showing up under other theme
Posted: 19. January 2012 01:38
by Jerree
Bump .
Re: Portal 'button' not showing up under other theme
Posted: 19. January 2012 11:53
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>‹</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> » <!-- 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>
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>‹</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> » <!-- 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>
Cela fonctionne bien sinon
exemple :
http://area52.zone-bf.com/index.php?style=2
cordialement
Re: Portal 'button' not showing up under other theme
Posted: 19. January 2012 21:27
by awaismastimp1
thanks my problem is solved