portal link not showing up

Current Version: 1.0.6
Released: 09.01.10
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.
Locked

Topic author
Jonasty
Active Member
Posts: 9
Joined: 14. September 2009 01:28
phpBB.com User: jonasty

portal link not showing up

Post by Jonasty »

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:
Image

normally I should get portal < forumoverzicht
please help asap, thanks
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: portal link not showing up

Post by Mike »

open overall_header.html
find:

Code: Select all

<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong>
find in line:

Code: Select all

<li class="icon-home">
in line add after:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->
Knowledge Base: Changes to forums styles
kein Support per PN / Messenger
no Support via PM / Messenger

Topic author
Jonasty
Active Member
Posts: 9
Joined: 14. September 2009 01:28
phpBB.com User: jonasty

Re: portal link not showing up

Post by Jonasty »

thank you very much for te fast response
works now

Regards

helwoe
Active Member
Posts: 15
Joined: 21. June 2010 22:29

Re: portal link not showing up

Post by helwoe »

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
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 link not showing up

Post by Marc »

You have already asked that in a different topic, so please don't spam around.

helwoe
Active Member
Posts: 15
Joined: 21. June 2010 22:29

Re: portal link not showing up

Post by helwoe »

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

Topic author
Jonasty
Active Member
Posts: 9
Joined: 14. September 2009 01:28
phpBB.com User: jonasty

Re: portal link not showing up

Post by Jonasty »

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
if you look closely, this topic has been answered already...
why don't you just use the answer?
it worked for me (I'm the topic starter all the way back then...)

Regards, Jonas

helwoe
Active Member
Posts: 15
Joined: 21. June 2010 22:29

Re: portal link not showing up

Post by helwoe »

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

Topic author
Jonasty
Active Member
Posts: 9
Joined: 14. September 2009 01:28
phpBB.com User: jonasty

Re: portal link not showing up

Post by Jonasty »

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
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

helwoe
Active Member
Posts: 15
Joined: 21. June 2010 22:29

Re: portal link not showing up

Post by helwoe »

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
Thanks for your reply.

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>&#8249;</strong>
Nothing even close to the above line.

Looking for this:

Code: Select all

<div class="navbar">
Found & Edited:

Code: Select all

<!-- IF REF_MENUPOSITION == full -->
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
		<div class="navbar">
After changes (clear cache, refresh templates, themes, images (even clearing cache folder) I get this error:

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>
Found:

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 -->
But the needed <--ELSE-->> statement is already there?!?

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.

helwoe
Active Member
Posts: 15
Joined: 21. June 2010 22:29

Re: portal link not showing up[SOLVED]

Post by helwoe »

solved

in styles/refraction/overall_header.html

added this:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->
Here:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- 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 -->
Moved it to the far left for left menu item.

helwoe

Topic author
Jonasty
Active Member
Posts: 9
Joined: 14. September 2009 01:28
phpBB.com User: jonasty

Re: portal link not showing up[SOLVED]

Post by Jonasty »

helwoe wrote:solved

in styles/refraction/overall_header.html

added this:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->
Here:

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- 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 -->
Moved it to the far left for left menu item.

helwoe
glad for you :)

Best Regards
Locked

Return to “board3 Portal 1.0.x - English Support”