Quote:
Originally Posted by bobster65
The only two things that I know of that prevent that from showing up are the Template Edits and the vbookie permissions within the usergroup settings. Are you sure that the settings are being saved and no reverting back to NO?
|
Yes, I have confirmed that too.
I messed around with the template edit a little. If I remove
Code:
<if condition="$show['vbookieevent']">
from the "new thread" template edit, it shows up in every forum. It only shows for the user group that I have given access to. So my next question would be how to make it so that only a certain forum can have it posted in??
Would the code be,
Code:
<if condition="$post[forumid] == X">
? the "$post" probably needs to be replaced with something else.
The next problem is that when I do check the box, it just posts a thread as normal. Nothing shows up in the vbookie home page.