1
Hi There,
Continuation of a problem before. I have a highly modified NewBB mod, and everything is working except for showing notification options (on any of the pages). I'll work through my problem-solving steps below, but my hope is to find someone who can lead me to the files that actually interface between the database forum_notification settings in _config and making the forums visible on the screen.
I have discovered that the problem is not to do with the database, as I can see the following entry for newbb in the config:
a:8:{i:0;s:15:"thread-new_post";i:1;s:15:"thread-bookmark";i:2;s:16:
"forum-new_thread";i:3;s:14:"forum-new_post";i:4;s:14:"forum-
bookmark";i:5;s:16:"global-new_forum";i:6;s:15:"global-new_post";i:7;s19:
"global-new_fullpost";}
This is correct (I believe), so this SHOULD mean that the problem with my notification options MUST be when trying to show the block.
I also know that notification options on other modules are working.
Now, my forum's templates seem in order, each with thier own:
<{include file='db:system_notification_select.html'}>
That means to me that the problem must be due to one of the changes I've made to my forum PHP files???
I'm feeling pretty lost right now. I belive that the notification_select.html file is a system teplate that gathers its information from each implementing module, however, I can't figure out what part of newbb is supposed to prep the variables for it.
Can anyone tell me where I can find interface between the database settings (notification_options_active) and the system notification selection on index.php, viewforum, and viewtopic?
Thanks,
Keith