The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
[SOLVED]How to hide New Thread button in forum closed via acp
With vbulletin, when you close a forum, no one can create a thread or post in that forum.
I have a form that automatically creates new thread in a closed forum, thats fine & what I want. What I am after is allowing members to be able to quick reply in a closed forum but, not be able to create new threads. How can this be achieved? Am I over looking a setting I may have seen 100's of time that allows this? Thank you |
#2
|
||||
|
||||
It is a usergroup setting. You may set Can Post Threads to No, but set Can Reply to Own/Other Threads to Yes.
|
#3
|
||||
|
||||
Thank you for replying Lynne.
Maybe I didn;t word that properly, sorry. When I said forum, I meant 1 discussion forum within the forums. If I set Can Post Threads to No that would be global and that usergroup would not be allowed to create threads anywhere. There is no forum specific setting or settings in usergroup permissions that allow that. Am I still over looking something? |
#4
|
||||
|
||||
Then you will have to go to Forum Permissions, after each Forum there are usergroups to edit permissions.
|
#5
|
||||
|
||||
Thank you for your reply
I know where & how to set permissions. I have done that a million times over the last 6 years. But, in vbulletin, there is no settings anywhere that I can find that will allow members to reply to threads in a forum that is closed to new threads. I want members to be able to comment on threads that are in a closed thread but not be able to create new threads... Is there an option that I must be overlooking that will allow this? Thank you |
#6
|
|||
|
|||
"Can Reply to Others' Threads" click yes x.x. I texted it on mine and it works fine
|
#8
|
||||
|
||||
I know how to do that, but even if "Can Post to others Threads" is set to yes, that usergroup still cannot post a reply in that closed forum....I am closing forum via admincp, not via thread tools.
I don't want to close automated threads manually, mis-understanding Try it... Close a forum via acp, dbl check your settings which you already know are marked as yes.... go to the forum you just closed via acp and try to reply or quick reply.... You can not reply... thats what I am talking about, I want member to be able to reply. Sorry |
#9
|
||||
|
||||
Ah, I see, I thought you were just not allowing usergroups to post in there (even though you did state exactly what you meant in your first post - my bad!). I don't see how you can do this with the forum closed. If you simply didn't allow users to post threads in there, then you would be able to allow them to post, but not with the way you have it. You'd have to use a modification of some sort to do what you want with the forum closed.
|
Благодарность от: | ||
Panzer Max |
#10
|
||||
|
||||
Yes, I did not word my first post correctly...
I guess I will have figure out how to hide the new thread button in that forum and show my linked button.., I only want members to reply to threads that are automatically created via submitted form. My next adventure begins.... Thanks Lynne! --------------- Added [DATE]1355459067[/DATE] at [TIME]1355459067[/TIME] --------------- I got it... no plugin required. I looked at the Vbulletin 3.8 Conditionals List on vb.com & found what I was looking for. For those that want to hide the "New Thread" Button in certain forum you will need to edit the FORUMDISPLAY template. (Backup your template before you edit it) There will be two instances of the following. Find: Code:
<td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td> Code:
<if condition="$forumid != 6"> <td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td></if> Also, my forum id is 6 that I want to hide the New Thread Buttons, change that number to the forum ID you want to hide the New Thread button in... Thank You for your replies... |
Благодарность от: | ||
Lynne |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|