Ich habe mich mal mit der Installation des phpBB-Book versucht, aber ich scheitere immer ab hier:
Code: Alles auswählen
4 - Now look at your new message and locate the number of this one by
looking at the URL in top of your navigator.
That must give for example http://www.votre-site/votre-forum/viewtopic.php?t=1 ->ici le chiffre à retenir c'est -1-
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
<td height="25" align="center" valign="top" nowrap><span class="mainmenu"><a href="viewtopic.php?p=4" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<a href="guestbook.php?t=x" class="mainmenu"><img src="templates/subSilver/images/icon_mini_guestbook.gif" width="12" height="13" border="0" alt="{L_GUESTBOOK}" hspace="3" />{L_GUESTBOOK}</a>
- and in this line replace X by the number which you retained. (Either the 1 in the example)
that will give
<a href="guestbook.php?t=1" class="mainmenu"><img src="templates/subSilver/images/icon_mini_guestbook.gif" width="12" height="13" border="0" alt="{L_GUESTBOOK}" hspace="3" />{L_GUESTBOOK}</a>
#
#-----[ OPEN TABLE phpbb_categories with PHPmyadmin ]------------------------------------------
#
Und wenn ich dann auch noch das Guestbook so:
Code: Alles auswählen
http://www.blabla.de/guestbook.php?t=x
Anders aufgerufen:
Code: Alles auswählen
http://www.blabla.de/guestbook.php?p=x
Wäre ja auch OK (könnte ich mit leben), aber wenn ich dann den letzten Schritt:
Code: Alles auswählen
erase the category "Guestbook"
Liegt es vielleicht daran, das ich schon 2.0.4 am Laufen habe und das phpBB-Book noch für die alte Version ist?!