vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Moderators Functions - Force Users to Read a Thread (https://vborg.vbsupport.ru/showthread.php?t=172155)

creative-friend 03-28-2009 07:02 PM

Quote:

Originally Posted by fr3akstar (Post 1777228)
Its in the AdminCP at the bottom of the threads section like this:

https://vborg.vbsupport.ru/external/2009/03/17.jpg

yeah i know i did everything but when i made any thread for force nothing happend
check the Screenshot

https://vborg.vbsupport.ru/external/2009/04/26.jpg

Kobra Khan 03-29-2009 06:52 PM

gr8 stuff but most of the time this doesn't work right for my members or my self
getting 404 error msg , using v 3.8.0
anyone know how to fix this, plz let me know.....thanks

geni57 03-30-2009 06:43 PM

clicking uninstall. . does not work

StuRed 04-02-2009 07:42 PM

Not working here on 3.8.1.

I did have it running on an older version.

Vitaly 04-05-2009 01:53 PM

Abe1, lack of indexes seriously f@#kup mysql server when you have "forced" threads.

Code:

ALTER TABLE `thread` ADD INDEX `force_read` ( `force_read` , `force_read_expire_date` )
Test your mods with slow queries log option "log_queries_not_using_indexes" :)


It's also possible to optimize queries. Instead of checking forced threads at each page loads, status can be cached in sessions table. For example, to check only once per hour.

HossMon 04-06-2009 09:35 AM

Quote:

Originally Posted by Vitaly (Post 1784267)
Abe1, lack of indexes seriously f@#kup mysql server when you have "forced" threads.

Code:

ALTER TABLE `thread` ADD INDEX `force_read` ( `force_read` , `force_read_expire_date` )
Test your mods with slow queries log option "log_queries_not_using_indexes" :)


It's also possible to optimize queries. Instead of checking forced threads at each page loads, status can be cached in sessions table. For example, to check only once per hour.


I believe this is exactly what I pointed out in this post.

https://vborg.vbsupport.ru/showpost....&postcount=261

Question is why does it seem to only affect some of us?

Vitaly 04-06-2009 03:20 PM

Quote:

Originally Posted by HossMon (Post 1784923)
Question is why does it seem to only affect some of us?

I guess, that affects everybody :) . There are no reasons to guess - just make your sql-server log queries without indexes, and you will see almost all suspitious hacks.

Add that index and you'll be very surprised with server load. Don't forget to compare results :)

I like Abe1's modifications and his coding style. But I'm very surprised with DB design "holes". Have published fixes for Thanks & Groan hacks in apropriate threads.

mtlcore 04-07-2009 12:53 AM

does this work on the latest?

lille L 04-07-2009 08:41 AM

Quote:

Originally Posted by c.oper (Post 1777466)
Installed! Working fine in 3.8.1 PL1

How?
I've innstalled it, and can make messages, but It dosent work out in the forum. No one is forced to anything... :D :D

BlueNinjaGo 04-07-2009 03:48 PM

Did you go to the Admin CP -> Threads and post -> Force read ...?


All times are GMT. The time now is 04:07 AM.

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.01403 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete