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)

bluej 11-14-2009 06:13 PM

Quote:

Originally Posted by bluej (Post 1914195)
i am having the same problem, do you mind sharing what you did to fix it?

ok, got it, only need to enter the thread ID number and not the whole link to it :o

Dr.LoVe 11-15-2009 01:58 AM

Does it work with 3.8.X Versions ??

taffy056 11-15-2009 09:48 AM

This hack works with 3.8.x and happily it works with 4.0 also

Wired1 12-04-2009 06:40 AM

Quote:

Originally Posted by Total666 (Post 1536736)
Any ideas what would cause this ??

http://www.extremetesting.tv/weird.gif

Just figured out what it was and fixed it. It's an issue with the foreach loops that pulls the usergroup and location data. It doesn't clear out the temp array between loops, so it repeats the information from the preceding loops.

The database appears to be fine, although it was causing odd looping issues for me which I can't explain, but either way it works just fine for me now!

To fix it, you'll need to edit admincp\force_read_thread.php.

FIND:
Code:

print_cells_row($cell);

AFTER add:
Code:

                unset($usergroups);
                unset($forums);


MikeWarner 12-05-2009 09:22 AM

Am I missing something - a setting maybe? I've had this installed for a few months and used it for the first time today, but I'm having a problem with it.

It all appeared to work fine, but it keeps telling people to read the thread over and over, instead of only asking people once.

Any help would be much appreciated. Thanks

Wired1 12-07-2009 12:46 AM

Try my fix right above your post. Fixed the problem for me, although it really shouldn't have.

Fungsten 12-18-2009 04:46 PM

Quote:

Originally Posted by SVTOA (Post 1479932)

Other suggestion- Instructions are not clear, I think some people may be taking an entire thread URL and pasting it into the thread ID box. What goes there is only the number of the thread, nothing else. That's why some of you do not see the thread. Try just he thread id number...

:up: Thank you!!

Fungsten 12-19-2009 07:29 PM

:(

Any ideas?

Leo Brazil 01-06-2010 09:43 AM

Quote:

Originally Posted by taffy056 (Post 1914519)
This hack works with 3.8.x and happily it works with 4.0 also

I've been using this one from a long time and I can confirm it works perfectly on 3.8.4

But are you sure this one can work good on 4.0 ? That would be great !!

absy 01-13-2010 02:53 PM

was working tillthe upgrade 4.0.1 :(


All times are GMT. The time now is 11:23 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.01455 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
  • (1)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