EDIT: PROBLEM SOLVED...READ ME FILE HAD THE FIX!
My forumhome template is customized so that most of the "what's going on" stuff is at the bottom. The only thing at the top is "currently logged on users." Events, stats, etc, are at the bottom.
With the previous version, I put the $chatbox_forumhome variable in a table row right after upcoming events and the chat box would show up at the bottom with the admin settings set to Top for forum home (setting it to bottom doesn't work..u get nothing).
With 1.5, that isn't working. The chat box still shows at the top of my forums, above "currently active users." Setting it to bottom never works.
EDIT: Would this part from the Read Me apply?:
ANSWER: YES! PROBLEM SOLVED...READ ME FILE HAD THE FIX!
Quote:
Display the Chatbox on some styles
It's possible that the chatbox doesn't appear because the automatic insertion in templates bases itself on certain variables which can any more not be present in these styles.
If you meet this problem, follow the stages :
Go on Plugin Manager on your admincp
Edit the plugin Affichage forumhome
Replace $search_text = '$forumhome_markread_script';
By $search_text = '$chatbox_forumhome';
Then, go in style manager and edit template FORUMHOME
Add $chatbox_forumhome above $footer
|