portal link not showing up
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.
-
Topic author - Active Member
- Posts: 9
- Joined: 14. September 2009 01:28
- phpBB.com User: jonasty
portal link not showing up
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.retrohelpers.co.cc
What have you done before the problem was there?
installed the portal with easymod, dutch language
What have you already tryed to solve the problem?
searched the CMS pages of the portal, but it's probably in one of the many files
Description and Message
screen of the problem:
normally I should get portal < forumoverzicht
please help asap, thanks
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.retrohelpers.co.cc
What have you done before the problem was there?
installed the portal with easymod, dutch language
What have you already tryed to solve the problem?
searched the CMS pages of the portal, but it's probably in one of the many files
Description and Message
screen of the problem:
normally I should get portal < forumoverzicht
please help asap, thanks
Re: portal link not showing up
open overall_header.html
find:
find in line:
in line add after:
Knowledge Base: Changes to forums styles
find:
Code: Select all
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong>
Code: Select all
<li class="icon-home">
Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
kein Support per PN / Messenger
no Support via PM / Messenger
no Support via PM / Messenger
-
Topic author - Active Member
- Posts: 9
- Joined: 14. September 2009 01:28
- phpBB.com User: jonasty
Re: portal link not showing up
thank you very much for te fast response
works now
Regards
works now
Regards
Re: portal link not showing up
I have the same problem as this person. No portal link anywhere on the portal page?!?
Tried all that has been suggested with no good results.
Re-checked installation again and cant figure this out.
Using Rockettheme's Refraction theme (subsilver based I believe)
(http://www.thelegionhq.com)
helwoe
Tried all that has been suggested with no good results.
Re-checked installation again and cant figure this out.
Using Rockettheme's Refraction theme (subsilver based I believe)
(http://www.thelegionhq.com)
helwoe
-
- 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 link not showing up
You have already asked that in a different topic, so please don't spam around.
Re: portal link not showing up
Actually two separate topics.
Portal PAGE not showing up.
Portal LINK not showing.
But I'll keep it to one post as you wish.
helwoe
Portal PAGE not showing up.
Portal LINK not showing.
But I'll keep it to one post as you wish.
helwoe
-
Topic author - Active Member
- Posts: 9
- Joined: 14. September 2009 01:28
- phpBB.com User: jonasty
Re: portal link not showing up
if you look closely, this topic has been answered already...helwoe wrote:Actually two separate topics.
Portal PAGE not showing up.
Portal LINK not showing.
But I'll keep it to one post as you wish.
helwoe
why don't you just use the answer?
it worked for me (I'm the topic starter all the way back then...)
Regards, Jonas
Re: portal link not showing up
I'm glad it worked for you.
However it is not working for me despite my best efforts these last few days.
Open to any and all suggestions..
helwoe
However it is not working for me despite my best efforts these last few days.
Open to any and all suggestions..
helwoe
-
Topic author - Active Member
- Posts: 9
- Joined: 14. September 2009 01:28
- phpBB.com User: jonasty
Re: portal link not showing up
does it work with the standard styles (sub/prosilver)?helwoe wrote:I'm glad it worked for you.
However it is not working for me despite my best efforts these last few days.
Open to any and all suggestions..
helwoe
if it does, look for the code in the solution above in one of the files inside that theme, instead overall_header; not sure that this will work but I think it's worth a try
Best Regards, Jonas
Re: portal link not showing up
Thanks for your reply.Jonasty wrote:
does it work with the standard styles (sub/prosilver)?
if it does, look for the code in the solution above in one of the files inside that theme, instead overall_header; not sure that this will work but I think it's worth a try
Best Regards, Jonas
Wow, it does work in the prosilver theme?!?
But in the refraction theme still no portal link.
EDIT: just noticed the portal link is at the bottom of the page.
This theme is based on prosilver, and I applied all the edits changes/file copies to the prosilver & refraction folders and files. However the styles/refraction/template/overall_header.html I could not find the lines noted in the instructions..
Looking for this:
Code: Select all
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong>
Looking for this:
Code: Select all
<div class="navbar">
Code: Select all
<!-- IF REF_MENUPOSITION == full -->
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
<div class="navbar">
Parse error: syntax error, unexpected $end in /home/content/t/h/e/thelegionadmin/html/phpbb3/cache/tpl_refraction_overall_header.html.php on line 459
Looking for this:
Code: Select all
<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
<!-- ENDIF -->
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
Code: Select all
<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
<!-- ENDIF -->
</ul>
</div>
</div>
<!-- ELSE -->
So thats where I'm at... I'm sure it's a matter of adding code but I'm lost trying to figure it out.
Thanks again.
Re: portal link not showing up[SOLVED]
solved
in styles/refraction/overall_header.html
added this:
Here:
Moved it to the far left for left menu item.
helwoe
in styles/refraction/overall_header.html
added this:
Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><a href="{U_INDEX}" accesskey="h" class="pathway">{L_INDEX}</a> <!-- BEGIN navlinks --><img src="{T_THEME_PATH}/images/arrow.png" alt="" /><span class="no-link"><a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a></span><!-- END navlinks --></span>
</div><!-- ENDIF -->
helwoe
-
Topic author - Active Member
- Posts: 9
- Joined: 14. September 2009 01:28
- phpBB.com User: jonasty
Re: portal link not showing up[SOLVED]
glad for youhelwoe wrote:solved
in styles/refraction/overall_header.html
added this:Here:Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
Moved it to the far left for left menu item.Code: Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><a href="{U_INDEX}" accesskey="h" class="pathway">{L_INDEX}</a> <!-- BEGIN navlinks --><img src="{T_THEME_PATH}/images/arrow.png" alt="" /><span class="no-link"><a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a></span><!-- END navlinks --></span> </div><!-- ENDIF -->
helwoe
Best Regards