Quote:
Originally Posted by SVTCobraLTD
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.
|
that if statement that you removed is basically saying IF allowed vbookie show the fieldset that's why when you click it still doesn't show you anything
which is bringing back to (i know you must be tired of seeing) one of the permissions that you missed and something else (stupid) but i have to ask
Did you turn on vbookie from your vbulletin option?