Your Portal Version: 1.0.3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
What have you done before the problem was there?
just install the forum
What have you already tryed to solve the problem?
I searching into all files
Description and Message
Hell guys i have a problem. On board index portal and board "buttons" are too close, there is no ">>" betwen , there is a ">>' on the end xD
Here is a picture of my problem
Also i want to ask how can I rename board index i want to be "forum" because user of my forum are to stupid to find out what is board index
Thanks for your answers and sorry for bad english
Problem with index>>portal
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.
Re: Problem with index>>portal
Thats a wrong edit in your breadcrumbs.html.
It looks like you have added the code at the end of the needed line instead of after <p class="breadcrumbs">. The line should look like this:
The second one is not portal related, but you have to open language/en/common.php and search the following string:
Change Board index into whatever you want...
please note this: Knowledge Base: Editing phpBB (language) files the right way
It looks like you have added the code at the end of the needed line instead of after <p class="breadcrumbs">. The line should look like this:
Code: Select all
<p class="breadcrumbs"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
Code: Select all
'FORUM_INDEX' => 'Board index',
please note this: Knowledge Base: Editing phpBB (language) files the right way
kein Support per PN / Messenger
no Support via PM / Messenger
no Support via PM / Messenger
Re: Problem with index>>portal
My mistake . Thanx man for your speed answer i change and everything work perfect, btw your portal is very good.
-
- Active Member
- Posts: 3
- Joined: 31. December 2012 15:27
Re: Problem with index>>portal
Hi I have this same issue however when I only open the breadcrumbs.html file it seems that it is correct. but it still displays as in thepicture in in the first post in this thread.
========
{L_PORTAL} » {L_INDEX} » {navlinks.FORUM_NAME}
{S_TIMEZONE}
=========
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
<tr>
<td class="row1">
<p class="breadcrumbs"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
<p class="datetime">{S_TIMEZONE}</p>
</td>
</tr>
</table>
=====================
Does anyone have a suggestion on what can be wrong here?
========
{L_PORTAL} » {L_INDEX} » {navlinks.FORUM_NAME}
{S_TIMEZONE}
=========
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
<tr>
<td class="row1">
<p class="breadcrumbs"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
<p class="datetime">{S_TIMEZONE}</p>
</td>
</tr>
</table>
=====================
Does anyone have a suggestion on what can be wrong here?