Log in

View Full Version : How To Allowed Rating Even Thread Is Close Pls Tell Me


Shawn Yue
03-18-2008, 03:52 AM
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

Lynne
03-18-2008, 03:58 AM
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 (http://www.vbulletin.com/docs/html/users_access_masks) to stop them from being able to see the forum.

Shawn Yue
03-18-2008, 03:59 AM
Thank You

--------------- Added 1205819668 at 1205819668 ---------------

BTW I need Help In the Rating System

How To Rate Even Thread Is Close???????????

Dismounted
03-18-2008, 05:11 AM
You can't rate threads that are closed. Why do you need to do that?

Shawn Yue
03-18-2008, 05:26 AM
I Need It

because I Would Like To Have It As A FeedBack

--------------- Added 1205822279 at 1205822279 ---------------

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???

imported_silkroad
07-19-2009, 12:32 AM
You can't rate threads that are closed. Why do you need to do that?

We need this as well.

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 1247970689 at 1247970689 ---------------

You can fix this by simply commenting out this section of threadrate.php

/* 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' )));
}
*/