- Adres van je forum: -
Event. modificaties op je forum:
Ja.
Wanneer ontstond het probleem?
Het is meer een vraag.
phpBB versie: 3.0.4
Heb je onlangs iets veranderd aan je forum?
Ja.
Wat is het probleem?
Als ik sub-forums maak, dan wordt het zo:Ik wil het graag zo:Code: Selecteer alles
Subforums: Red, Blue en Yellow, Gold, Silver en Crystal, Ruby, Sapphire en Emerald, Diamond, Pearl en Plantinum
Code: Selecteer alles
Subforums: Red, Blue en Yellow | Gold, Silver en Crystal | Ruby, Sapphire en Emerald | Diamond, Pearl en Plantinum
Forumlijst
Forumregels
LEES: Richtlijnen voor Support. Vul de support template in!
Verschaf iemand geen servertoegang tenzij het niet anders kan. Maak altijd eerst een volledige backup en verander de inloggevens na afloop. Eigen risico.
LEES: Richtlijnen voor Support. Vul de support template in!

Forumlijst
Re: Forumlijst
Zou je 'het adres van je forum' willen invullen? Dan kunnen we je waarschijnlijk beter helpen 

Re: Forumlijst
Je moet hiervoor denk ik styles/JOUW_STYLE/template/forumlist_body.html aanpassen.
Of anders includes/functions_display.php waarin de subforumlist wordt geupdated.

Of anders includes/functions_display.php waarin de subforumlist wordt geupdated.
Niet echt nodig voor een simpele style changemoor41 schreef:Zou je 'het adres van je forum' willen invullen? Dan kunnen we je waarschijnlijk beter helpen

Re: Forumlijst
Hebben jullie ook iets aan dit:
Code: Selecteer alles
<!-- DEFINE $CA_FORUMLIST = '1' -->
<!-- IF not S_IS_BOT and U_MARK_FORUMS -->
<table cellspacing="{$CA_SPACING}" width="100%"><tr>
<td align="right">
<a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a>
</td>
</tr></table>
<!-- ENDIF -->
<!-- BEGIN forumrow -->
<!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT -->
</table>
{$CA_BLOCK_END}
<br />
<!-- ENDIF -->
<!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT -->
{$CA_BLOCK_START}
<table class="tablebg" cellspacing="{$CA_SPACING}" width="100%">
{$CA_CAP_START}<!-- IF forumrow.S_IS_CAT --><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4><!-- ELSE -->{L_FORUM}<!-- ENDIF -->{$CA_CAP_END}
<tr>
<th colspan="2"> </th>
<th width="50"> {L_TOPICS} </th>
<th width="50"> {L_POSTS} </th>
<th width="175"> {L_LAST_POST} </th>
</tr>
<!-- ENDIF -->
<!-- IF not forumrow.S_IS_CAT -->
<!-- IF forumrow.S_IS_LINK -->
<tr>
<td class="row1" width="31" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1">
<!-- IF forumrow.FORUM_IMAGE -->
<table border="0" cellspacing="{$CA_SPACING}" cellpadding="0" width="100%"><tr><td align="middle" style="padding-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</td><td width="100%" valign="middle">
<!-- ENDIF -->
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<hr>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF forumrow.FORUM_IMAGE --></td></tr></table><!-- ENDIF -->
</td>
<!-- IF forumrow.CLICKS -->
<td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
<!-- ELSE -->
<td class="row2" colspan="3" align="center"> </td>
<!-- ENDIF -->
</tr>
<!-- ELSE -->
<tr>
<td class="row1" width="31" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1">
<!-- IF forumrow.FORUM_IMAGE -->
<table border="0" cellspacing="{$CA_SPACING}" cellpadding="0" width="100%"><tr><td align="middle" style="padding-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</td><td width="100%" valign="middle">
<!-- ENDIF -->
<a class="forumlink<!-- IF forumrow.S_UNREAD_FORUM --> link-new<!-- ENDIF -->" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF forumrow.MODERATORS -->
<hr>
<p class="gensmall"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
<!-- ENDIF -->
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
<hr>
<p class="gensmall"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
<!-- ENDIF -->
<!-- IF forumrow.FORUM_IMAGE --></td></tr></table><!-- ENDIF -->
</td>
<td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
<td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
<td class="row2" align="center" nowrap="nowrap">
<!-- IF forumrow.LAST_POST_TIME -->
<p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
<p class="topicdetails">{forumrow.LAST_POSTER_FULL}
<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ENDIF -->
</p>
<!-- ELSE -->
<p class="topicdetails">{L_NO_POSTS}</p>
<!-- ENDIF -->
</td>
</tr>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF forumrow.S_LAST_ROW -->
</table>
{$CA_BLOCK_END}
<!-- ENDIF -->
<!-- BEGINELSE -->
<table class="tablebg" cellspacing="{$CA_SPACING}" width="100%">
{$CA_CAP_START}{L_MESSAGE}{$CA_CAP_END}
<tr>
<td class="row1" colspan="5" align="center" style="padding: 25px 5px;"><p class="gensmall">{L_NO_FORUMS}</p></td>
</tr>
</table>
<!-- END forumrow -->
Re: Forumlijst
Probeer het volgende eens te doen ;
open includes/fuctions_display.php
zoek:
vervang met:
open includes/fuctions_display.php
zoek:
Code: Selecteer alles
$s_subforums_list[] = '<a href="' . $subforum['link'] . '" class="subforum ' . (($subforum['unread']) ? 'unread' : 'read') . '" title="' . (($subforum['unread']) ? $user->lang['NEW_POSTS'] : $user->lang['NO_NEW_POSTS']) . '">' . $subforum['name'] . '</a>';
vervang met:
Code: Selecteer alles
$s_subforums_list[] = '<a href="' . $subforum['link'] . '" class="subforum ' . (($subforum['unread']) ? 'unread' : 'read') . '" title="' . (($subforum['unread']) ? $user->lang['NEW_POSTS'] : $user->lang['NO_NEW_POSTS']) . '">' . $subforum['name'] . '</a> | ';
Raimon - phpBB.com Styles Team Leader
phpBBservice.nl - Nederlands phpBB Support Forum || Nederlandse phpBB3 Downloads
phpBBservice.nl - Nederlands phpBB Support Forum || Nederlandse phpBB3 Downloads
Re: Forumlijst
Werkt niet.
Re: Forumlijst
Heb je daarna ook de buffer geledigd?
Re: Forumlijst
Ja.
Re: Forumlijst
Bij mij werkt het, alleen komt er zelfs als er maar 1 subforum te zien is een
En de komma blijft.
|
.En de komma blijft.
Re: Forumlijst
Ow je wilt de komma veranderen voor een | , ik meen dat je achter elk subforum een | wou zetten.
In dat geval draai me wijzingen terug
zoek:
vervang met:
In dat geval draai me wijzingen terug
zoek:
Code: Selecteer alles
$s_subforums_list = (string) implode(', ', $s_subforums_list);
Code: Selecteer alles
$s_subforums_list = (string) implode('| ', $s_subforums_list);
Raimon - phpBB.com Styles Team Leader
phpBBservice.nl - Nederlands phpBB Support Forum || Nederlandse phpBB3 Downloads
phpBBservice.nl - Nederlands phpBB Support Forum || Nederlandse phpBB3 Downloads
Re: Forumlijst
Dat wou ik. ^^
Laatst gewijzigd door Derky op 14 dec 2008, 21:50, 1 keer totaal gewijzigd.
Reden: Verplaatst van 3.0 Support
Reden: Verplaatst van 3.0 Support