The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How To Allowed Rating Even Thread Is Close Pls Tell Me
How To Allowed Thread Rating Even Thread Is Close
And How To Ban Member From the Section For Example Video Section When member Click On Video Forum then This Message Come You have Been Ban From This Forum Section How To Do That |
#2
|
||||
|
||||
I don't know that you can rate a thread if it's closed. You'd have to modify the code.
To ban a member just from a section, you either have to make a new 'banned' usergroup that has no access to that forum and 'ban' them into it, or you need to use Access Masks to stop them from being able to see the forum. |
#3
|
|||
|
|||
Thank You
--------------- Added [DATE]1205819668[/DATE] at [TIME]1205819668[/TIME] --------------- BTW I need Help In the Rating System How To Rate Even Thread Is Close??????????? |
#4
|
||||
|
||||
You can't rate threads that are closed. Why do you need to do that?
|
#5
|
|||
|
|||
I Need It
because I Would Like To Have It As A FeedBack --------------- Added [DATE]1205822279[/DATE] at [TIME]1205822279[/TIME] --------------- How Come I See In Who online The I See Member And guest Why i Click On Who Online I Dun See Guest But There Is 1 Guest viewing What Who i cant see it i am the administrator how to enable it so i can see guest again??? Someone Help??? |
#6
|
|||
|
|||
Quote:
Users should be able to rate threads when they are closed. In fact, our users demand it. They want to rate threads that are closed because that is basic purpose of a rating system, to rate threads - and rating threads should be independent of the fact other can post to a thread. This is a flaw in vB and I completely agree with the original poster here. --------------- Added [DATE]1247970689[/DATE] at [TIME]1247970689[/TIME] --------------- You can fix this by simply commenting out this section of threadrate.php Code:
/* Commented out by admin on July 2009 if (!$threadinfo['threadid'] OR (!$threadinfo['visible'] AND !can_moderate($threadinfo['forumid'], 'canmoderateposts')) OR (!$threadinfo['open'] AND !can_moderate($threadinfo['forumid'], 'canopenclose')) OR ($threadinfo['isdeleted'] AND !can_moderate($threadinfo['forumid'], 'candeleteposts'))) { eval(standard_error(fetch_error('threadrateclosed'))); } */ |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|