I following the Install instructions to change the Reviews link in the header bar to point to Prodreviews.
I replaced the line of code in the global.php file as directed in the following:
Quote
GETTING THE "REVIEWS" BUTTON AT THE TOP TO WORK RIGHT
At the top (usually to the right) on each page there is a set of
links. In the default Post-Nuke distribution, they look like
Submit News :: FAQ :: Advanced Search :: Reviews :: Polls
The text (e.g., "Submit News") and the associated URL for each
link are controlled by defines in languages/eng/global.php (or cro
or whatever, instead of eng).
Look for lines like
define('_TOPLINKNAME4','Reviews');
and
define('_TOPLINKURL4','modules.php?op=modload&name=Reviews&file=index');
To make the "Reviews" link go to ProdReviews, change the
_TOPLINKURL4 define to
define('_TOPLINKURL4','index.php?module=ProdReviews&func=main');
This had several negative results.
1) In most areas I now receive this message accross the header: Warning: Cannot modify header information - headers already sent by (output started at /home/shyaporn/public_html/html/language/eng/global.php:489) in /home/shyaporn/public_html/html/includes/pnAPI.php on line 1094
2) Even worse, now when I attempt to access any area in my Administration Menu, I get only a plain page with the aforementioned message.
I tried changing back the global.php code, but it didn't have any effect.
Can anyone recommend a fix? I am pretty much a complete Postnuke novice. Can I simply replace the global.php file with the original global.php that unzips with PostNuke? Please HELP!
Thanks in advance for your help!
P.S. These problems aside, Prodreviews is a great idea for a Reviews revamp and will help me a great deal. Thanks for making it!
