Portal » Board index

Current Version: 2.0.2
Released: 2013-10-27
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
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 » Board index

Post by Marc »

It should be this:

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>
If you changed it to that then make sure you edited includes/functions.php correctly and also make sure you have the correct permissions to see the portal.

Topic author
georgesnijs
Active Member
Posts: 9
Joined: 10. June 2012 08:12

Re: Portal » Board index

Post by georgesnijs »

I have tried this one in header and footer and it works perfectly. with my main categorires of forums.

<ul class="linklist">
<li class="icon-home"><a href="./portal.php">Portal</a> » <a href="./index.php" accesskey="h">Board index</a>
<strong>»</strong> <a href="./viewforum.php?f=5">Welcome</a>
<strong>»</strong> <a href="./viewforum.php?f=18">Communities</a>
<strong>»</strong> <a href="./viewforum.php?f=19">Faith Groups</a>
<strong>»</strong> <a href="./viewforum.php?f=20">Theology</a>
<strong>»</strong> <a href="./viewforum.php?f=22">Ministries</a>
<strong>»</strong> <a href="./viewforum.php?f=21">Edification</a>
<strong>»</strong> <a href="./viewforum.php?f=23">Family Life</a>
<strong>»</strong> <a href="./viewforum.php?f=320">Audio and Video</a>
<strong>»</strong> <a href="./viewforum.php?f=28">Relaxation</a>
</li>

Topic author
georgesnijs
Active Member
Posts: 9
Joined: 10. June 2012 08:12

Re: Portal » Board index

Post by georgesnijs »

I uploaded the root folder with FTP and after run install.php.
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 » Board index

Post by Marc »

That code will cause an unwanted logout if you have cookies disabled.
Locked

Return to “Board3 Portal 2.0.x - English Support”