Page 2 of 2

Re: Portal » Board index

Posted: 10. June 2012 15:18
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.

Re: Portal » Board index

Posted: 12. June 2012 17:46
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>

Re: Portal » Board index

Posted: 12. June 2012 17:53
by georgesnijs
I uploaded the root folder with FTP and after run install.php.

Re: Portal » Board index

Posted: 12. June 2012 20:02
by Marc
That code will cause an unwanted logout if you have cookies disabled.