vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How To Allowed Rating Even Thread Is Close Pls Tell Me (https://vborg.vbsupport.ru/showthread.php?t=173372)

Shawn Yue 03-18-2008 03:52 AM

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

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 to stop them from being able to see the forum.

Shawn Yue 03-18-2008 03:59 AM

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

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

imported_silkroad 07-19-2009 12:32 AM

Quote:

Originally Posted by Dismounted (Post 1467674)
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 [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')));
}
*/



All times are GMT. The time now is 06:02 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01159 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete