Pentru întrebări legate de facilităţile forumului phpBB 3.0.x , acest loc este cel mai potrivit.
Anișor
Administrator
Mesaje: 2987 Membru din: 08-Aug-2012, 20:46:05
Versiune: 4.0.0-a1
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Arbroath, Angus
Contact:
Mesaj
de Anișor » 19-Feb-2016, 15:47:48
Cod: Selectaţi tot
<table class="tablebg" cellspacing="1" width="100%">
<!-- IF SCRIPT_NAME eq 'viewforum' -->
<tr>
<th class="cat" colspan="2"> {L_FORUM} </th>
<th class="catdiv" width="50"> {L_TOPICS} </th>
<th class="catdiv" width="50"> {L_POSTS} </th>
<th class="catdiv"> {L_LAST_POST} </th>
</tr>
<!-- ENDIF -->
<!-- BEGIN forumrow -->
<!-- IF forumrow.S_IS_CAT -->
<tr>
<th class="cat" colspan="2"> <a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a> </th>
<th class="catdiv" width="50"> {L_TOPICS} </th>
<th class="catdiv" width="50"> {L_POSTS} </th>
<th class="catdiv"> {L_LAST_POST} </th>
</tr>
<!-- ELSEIF forumrow.S_IS_LINK -->
<tr>
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1">
<!-- IF forumrow.FORUM_IMAGE -->
<div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div>
<!-- ENDIF -->
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
</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 -->
<!-- IF forumrow.S_NO_CAT -->
<tr>
<th class="cat" colspan="2"> <a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a> </th>
<th class="catdiv" width="50"> {L_TOPICS} </th>
<th class="catdiv" width="50"> {L_POSTS} </th>
<th class="catdiv"> {L_LAST_POST} </th>
</tr>
<!-- ENDIF -->
<tr>
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1" width="100%">
<!-- IF forumrow.FORUM_IMAGE -->
<div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div>
<!-- ENDIF -->
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF forumrow.MODERATORS -->
<p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
<!-- ENDIF -->
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
<p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
<!-- 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"><!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a> <!-- ENDIF -->{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 -->
<!-- BEGINELSE -->
<tr>
<td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
</tr>
<!-- END forumrow -->
</table>
Nu ofer ajutor prin intermediul mesageriei private .
Vă rog să postați toate problemele în forumuri.
DanY1
Utilizator înregistrat
Mesaje: 34 Membru din: 01-Ian-2016, 23:34:11
Versiune: 3.1.6
Ext: Nu
Server: Windows
Nivel phpBB: Puţin experimentat
Nivel php: Neexperimentat
Mesaj
de DanY1 » 19-Feb-2016, 15:55:11
Gata , multumesc mult
Acum, cum sa pun un pic spatiu intre categorii, te rog, ma poti ajuta?
Anișor
Administrator
Mesaje: 2987 Membru din: 08-Aug-2012, 20:46:05
Versiune: 4.0.0-a1
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Arbroath, Angus
Contact:
Mesaj
de Anișor » 19-Feb-2016, 15:55:39
Încearcă asta ...
Cod: Selectaţi tot
<!-- DEFINE $CA_FORUMLIST = '1' -->
<!-- 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%">
<tr>
<th colspan="2"> <a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a> </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 or (S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED) -->
<table border="0" cellspacing="0" cellpadding="0" width="100%"><tr>
<!-- IF forumrow.FORUM_IMAGE -->
<td valign="middle" style="padding-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</td>
<!-- ENDIF -->
<td width="100%" valign="middle">
<!-- ENDIF -->
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED -->
</td>
<td valign="top" style="padding-{S_CONTENT_FLOW_BEGIN}: 2px;"><a title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a>
<!-- ENDIF -->
<!-- IF forumrow.FORUM_IMAGE or (S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED) --></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 or (S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED) -->
<table border="0" cellspacing="0" cellpadding="0" width="100%"><tr>
<!-- IF forumrow.FORUM_IMAGE -->
<td valign="middle" style="padding-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</td>
<!-- ENDIF -->
<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 -->
<p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
<!-- ENDIF -->
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
<p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
<!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED -->
</td>
<td valign="top" style="padding-{S_CONTENT_FLOW_BEGIN}: 2px;">
<!-- ENDIF -->
<!-- IF forumrow.FORUM_IMAGE or (S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED) --></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"><!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a> <!-- ENDIF -->{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 -->
<!-- IF not S_IS_BOT and U_MARK_FORUMS -->
<tr>
<td colspan="5" class="cat" align="center">
<a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a>
</td>
</tr>
<!-- ENDIF -->
</table>
{$CA_BLOCK_END}
<!-- ENDIF -->
<!-- BEGINELSE -->
{$CA_CAP2_START}{L_MESSAGE}{$CA_CAP2_END}
<table class="tablebg" cellspacing="{$CA_SPACING}" width="100%">
<tr>
<td class="row1" colspan="5" align="center" style="padding: 25px 5px;"><p class="gensmall">{L_NO_FORUMS}</p></td>
</tr>
</table>
<!-- END forumrow -->
Nu ofer ajutor prin intermediul mesageriei private .
Vă rog să postați toate problemele în forumuri.
DanY1
Utilizator înregistrat
Mesaje: 34 Membru din: 01-Ian-2016, 23:34:11
Versiune: 3.1.6
Ext: Nu
Server: Windows
Nivel phpBB: Puţin experimentat
Nivel php: Neexperimentat
Mesaj
de DanY1 » 19-Feb-2016, 16:00:33
Uite cum imi apare acum :
http://imgur.com/kmBEyKB
Era bun codul care mi lai dat, doar sa-mi zici ce sa adaug
Anișor
Administrator
Mesaje: 2987 Membru din: 08-Aug-2012, 20:46:05
Versiune: 4.0.0-a1
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Arbroath, Angus
Contact:
Mesaj
de Anișor » 19-Feb-2016, 16:29:01
Cod: Selectaţi tot
<!-- DEFINE $CA_FORUMLIST = '1' -->
<!-- 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%">
<tr>
<th class="cat" colspan="2"> <a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a> </th>
<th class="catdiv" width="50"> {L_TOPICS} </th>
<th class="catdiv" width="50"> {L_POSTS} </th>
<th class="catdiv" 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 or (S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED) -->
<table border="0" cellspacing="0" cellpadding="0" width="100%"><tr>
<!-- IF forumrow.FORUM_IMAGE -->
<td valign="middle" style="padding-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</td>
<!-- ENDIF -->
<td width="100%" valign="middle">
<!-- ENDIF -->
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED -->
</td>
<td valign="top" style="padding-{S_CONTENT_FLOW_BEGIN}: 2px;"><a title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a>
<!-- ENDIF -->
<!-- IF forumrow.FORUM_IMAGE or (S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED) --></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 or (S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED) -->
<table border="0" cellspacing="0" cellpadding="0" width="100%"><tr>
<!-- IF forumrow.FORUM_IMAGE -->
<td valign="middle" style="padding-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</td>
<!-- ENDIF -->
<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 -->
<p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
<!-- ENDIF -->
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
<p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
<!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED -->
</td>
<td valign="top" style="padding-{S_CONTENT_FLOW_BEGIN}: 2px;">
<!-- ENDIF -->
<!-- IF forumrow.FORUM_IMAGE or (S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED) --></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"><!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a> <!-- ENDIF -->{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 -->
<!-- IF not S_IS_BOT and U_MARK_FORUMS -->
<tr>
<td colspan="5" class="cat" align="center">
<a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a>
</td>
</tr>
<!-- ENDIF -->
</table>
{$CA_BLOCK_END}
<!-- ENDIF -->
<!-- BEGINELSE -->
{$CA_CAP2_START}{L_MESSAGE}{$CA_CAP2_END}
<table class="tablebg" cellspacing="{$CA_SPACING}" width="100%">
<tr>
<td class="row1" colspan="5" align="center" style="padding: 25px 5px;"><p class="gensmall">{L_NO_FORUMS}</p></td>
</tr>
</table>
<!-- END forumrow -->
Nu ofer ajutor prin intermediul mesageriei private .
Vă rog să postați toate problemele în forumuri.
DanY1
Utilizator înregistrat
Mesaje: 34 Membru din: 01-Ian-2016, 23:34:11
Versiune: 3.1.6
Ext: Nu
Server: Windows
Nivel phpBB: Puţin experimentat
Nivel php: Neexperimentat
Mesaj
de DanY1 » 19-Feb-2016, 18:10:08
Mersi.
Dar cum fac sa fie mai mic bordelul?
Si uite:
http://imgur.com/j0noO2Z
Pe cellpic-ul ala, care lam incercuit, este scris numele la un forum de acolo (Cerere DNS) , si asa scrie la toate subcategoriile, pe bara aia de deasupra, numele la un topic de acolo.., eu vreau ca pe bara aia sa scrie simplu "Forum" , sau "Sub-Forumuri"
Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 11 vizitatori