Seite 2 von 2
Re: Neue Kategorien und Rechtemanagement
Verfasst: 25.08.2011 18:33
von eichjoernchen
Hallo!
Was du in der overall_header meinst, ist die Beschreibung für das gesamte Board (also die Seitenbeschreibung unter dem Seitentitel), aber hier ist ja die Rede von den Foren-Kategorien.
Sorry war wieder mal zu schnell beim Lesen.
Wo müsste ich diesen Eintrag finden .. im Style in der stylesheet.css ? Welche Zeile ungefähr ?
Die Begrifflichkeiten bei phpbb sind ein bischen irreführend

Hier wird mit Style das komplette Design einer Seite gemeint.
{forumrow.FORUM_DESC}
findest du in der datei: /template/forumlist_body.html. Wenn nicht, an der entsprechenden Stelle einfügen!
Gruß Jörn
Re: Neue Kategorien und Rechtemanagement
Verfasst: 25.08.2011 21:26
von Mirosta
Wo würdest Du das jetzt bitte einfügen
Hier meine forumlist_body.html :
<!-- BEGIN forumrow -->
<!-- IF not forumrow.S_IS_CAT and forumrow.S_FIRST_ROW -->
<!-- category table setup -->
<div class="catmain">
<div class="catls"></div>
<div class="cattext"><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></div>
<div class="catrs"></div>
</div>
<!-- category table setup -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<td class="row1" colspan="5" align="{S_CONTENT_FLOW_END}"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF --> </td>
</tr>
<tr>
<th colspan="2"> {L_FORUM} </th>
<th width="50"> {L_TOPICS} </th>
<th width="50"> {L_POSTS} </th>
<th width="175" nowrap="nowrap"> {L_LAST_POST} </th>
</tr>
<!-- ENDIF -->
<!-- IF forumrow.S_IS_CAT -->
<!-- IF not forumrow.S_FIRST_ROW -->
</table>
<!-- bottom table setup -->
<div class="catbtm"><img src="{T_THEME_PATH}/images/clear.gif" width="1" height="5" alt="" /></div>
<!-- End bottom table setup -->
<br />
<!-- category table setup -->
<div class="catmain">
<div class="catls"></div>
<div class="cattext"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></div>
<div class="catrs"></div>
</div>
<!-- category table setup -->
<table class="tablebg" cellspacing="1" width="100%">
<!-- ELSE -->
<!-- category table setup -->
<div class="catmain">
<div class="catls"></div>
<div class="cattext"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></div>
<div class="catrs"></div>
</div>
<!-- category table setup -->
<table class="tablebg" cellspacing="1" width="100%">
<!-- ENDIF -->
<tr>
<th colspan="2"> {L_FORUM} </th>
<th width="50"> {L_TOPICS} </th>
<th width="50"> {L_POSTS} </th>
<th width="175" nowrap="nowrap"> {L_LAST_POST} </th>
</tr>
<!-- ELSEIF forumrow.S_IS_LINK -->
<tr>
<td class="row2" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row2">
<!-- 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="row1" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
<!-- ELSE -->
<td class="row1" colspan="3" align="center"> </td>
<!-- ENDIF -->
</tr>
<!-- ELSE -->
<tr>
<td class="row2" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row2" 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 -->
<!-- IF forumrow.FORUM_IMAGE --></div><!-- 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}
<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
</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>
<!-- bottom table setup -->
<div class="catbtm"><img src="{T_THEME_PATH}/images/clear.gif" width="1" height="5" alt="" /></div>
<!-- End bottom table setup -->
Re: Neue Kategorien und Rechtemanagement
Verfasst: 25.08.2011 21:27
von Mirosta
Ach sehe gerade ... es ist doch drin oder ?
Also kann es daran nicht liegen oder ? ;-(
Re: Neue Kategorien und Rechtemanagement
Verfasst: 26.08.2011 01:25
von hackepeter13
@Mirosta
Auch hier gibt es wie sicherlich in deinem Forum auch einen Beitrag-Bearbeiten-Button, den solltest du anwenden, wenn du noch etwas nachträglich schreiben willst, da das hier von dem Moderatoren auch nicht gern gesehen wird, wenn man mehrere Beiträge hintereinander schreibt.
Den Code Teil solltest du nächste Mal auch besser in den BBCode
Code: Alles auswählen
packen oder in die [url=https://www.phpbb.de/support/pastebin.php]Pastebin[/url], das macht die Sache übersichtlicher (solltest du eigentlich dem eigenen Forum kennen). :roll:
Zum Thema Update:
Indem du dir die [url=http://www.phpbb.com/downloads/olympus.php?update=1&version=3.0.8&code=1]Code Changes[/url] runterlädst und die Styleänderung laut subsilver2 (da dein Style auf dieses basiert) vornimmst.
Da es kein Code Changes von 3.0.7 to 3.0.8 bzw. 3.0.9 gibt, bleibt dir nur das von 3.0.8 to 3.0.9
Hast du mal einen Link zu deinem Forum?
Re: Neue Kategorien und Rechtemanagement
Verfasst: 26.08.2011 11:15
von franki
hackepeter13 hat geschrieben:@Mirosta
Zum Thema Update:
Da es kein Code Changes von 3.0.7 to 3.0.8 bzw. 3.0.9 gibt, bleibt dir nur das von 3.0.8 to 3.0.9
Code Changes ab phpbb3.0.1 gibt es z.B.
hier