Quote:
Originally posted by dabean
That error idicates that the javascript is not being included. Compare the source output of logged in and not logged in to check that is in both cases.
I am aware of some problems still lingering with this hack and php 4.2.x so will be releasing a new version of the complete hack by the end of the week to correct these issues.
|
Yep looking at the two sources the javascript is in one but not the other which is interesting since I thought they would both generate off the same templates and php files.
EDIT: Figured out my problem. I slipped up and put my code above the } in the
PHP Code:
if ($bbuserinfo['userid']==0) {
eval("\$unregwelcomemessage = \"".gettemplate('forumhome_unregmessage')."\";");
}
addition to index.php. Thanks for the lead that helped me track this down.