The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can't post in a forum section?
I for some strange reason cannot post in one of my forum sections that i created, now the permissions are say's
Code:
Posting Permissions
Quote:
|
#2
|
|||
|
|||
That message is the phrase 'forumclosed' and the code in newthread.php is this:
Code:
if (!$foruminfo['allowposting'] OR $foruminfo['link'] OR !$foruminfo['cancontainthreads']) { eval(standard_error(fetch_error('forumclosed'))); } so if we assume that you have posting permission and the forum can contain threads, that leaves $foruminfo['link']. Did you enter something in forum's "Forum Link" field? (although if you did, that should redirect to the link instead of showng you the forum). |
#3
|
|||
|
|||
Hi I haven't added anything at all in the Forum Link, I compared the settings with the other forums and are the same.
|
#4
|
|||
|
|||
Oops - when I went back and read your original post again I see you said that when you try to move threads it tells you the forum can't contain posts, so it must have something to do with the value of $foruminfo['cancontainthreads'], but I don't know why that value would be wrong.
|
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
Just to make sure - do you have "Act as Forum" set to "Yes" for that forum? If you do, maybe you could try changing a setting, saving it, then changing it back to make sure it isn't a problem with cached values.
|
#7
|
|||
|
|||
Quote:
--------------- Added [DATE]1294516539[/DATE] at [TIME]1294516539[/TIME] --------------- Update: I can't believe I posted it in the wrong section it's meant to be vB 4 not vB 3 lol |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|