If you add the "GUESTBOOK" Hack by iP-e, you have to search the article with the guestbook content (not funny in case of many articles), click on "ARTICLE -> article center -> the article with guestbook -> the content with guestbook -> edit article content with guestbook" etc. to activate / edit guestbook entries.
This mod provide a much shorter way and add a sublink to the article center subnavigation:
Step 1:
open include/inc_lang/backend/en/lang.inc.php (or your language "de", "fr" etc.)
find
Code: Select all
$BL['be_subnav_article_new'] = 'new article';
Code: Select all
$BL['be_subnav_guestbook'] = 'Guestbook';
Go to the article with the guestbook content.
Klick on "edit" button of the article.
In article information, you now see the content "GUESTBOOK/COMMENT" with the button "EDIT".
Click on this button (to edit the content) and write down the link from the adressbar.
Step 3:
open phpwcms.php
find
Code: Select all
$subnav .= subnavtext($BL['be_subnav_article_new'], "phpwcms.php?do=articles&p=1", $p, "1", 0);
Code: Select all
$subnav .= subnavtext($BL['be_subnav_guestbook'], "phpwcms.php?do=articles&p=2&s=1&aktion=2&id=13&acid=87", $p, "", 0);
Screenshots:
Standard:

modified:
