vb.org Archive

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

Welshy2008 05-26-2011 10:46 AM

Quote:

Originally Posted by ehsan2 (Post 2200148)
Hi
I tried to install this hack, but after install I see this message in admincp:



what is wrong with that? what should I do?
my vB version: 3.8.5

This one is for vB Version 4.

There is a version for vB3.7 which I used upto 3.8.6 so it should work for you.

You can find it here: https://vborg.vbsupport.ru/showthread.php?t=172155

ehsan2 05-28-2011 10:37 AM

Quote:

Originally Posted by Welshy2008 (Post 2200168)
This one is for vB Version 4.

There is a version for vB3.7 which I used upto 3.8.6 so it should work for you.

You can find it here: https://vborg.vbsupport.ru/showthread.php?t=172155

thanks
I used this link and installed version 2.
unfortunately I faced the same error!! It seems that some thing wrong with Mysql:
Quote:

MySQL Error : Unknown column 'force_read' in 'where clause'
what can do now?

ehsan2 05-29-2011 11:45 AM

Dose not anybody have idea about this problem?

Stefan118 05-29-2011 01:50 PM

Too bad the developer of this mod hasn't been online anymore since june 2010.

There would be some good changes possible for this mod.

goc-forum.de 06-02-2011 08:46 AM

Hi,

i am getting an error message! The main messge "You must read THIS" can i see! But above the header there is this error message too:

Warnung: Invalid argument supplied for foreach() in [path]/includes/functions.php(7038) : eval()'d code (Zeile 10)

Warnung: Invalid argument supplied for foreach() in [path]/includes/functions.php(7038) : eval()'d code (Zeile 61)


What wrong?





I am using the vBSEO addon too!


Can anybody help me! This hack is very good for our forum so i want to use it fine...

ehsan2 06-07-2011 07:23 AM

I may caused by damaged file. if You upgrade your vB with the same or higher version, this problem will be solved.


Quote:

Originally Posted by goc-forum.de (Post 2202614)
Hi,

i am getting an error message! The main messge "You must read THIS" can i see! But above the header there is this error message too:

Warnung: Invalid argument supplied for foreach() in [path]/includes/functions.php(7038) : eval()'d code (Zeile 10)

Warnung: Invalid argument supplied for foreach() in [path]/includes/functions.php(7038) : eval()'d code (Zeile 61)


What wrong?





I am using the vBSEO addon too!


Can anybody help me! This hack is very good for our forum so i want to use it fine...


Ichigo88 06-18-2011 05:07 PM

hi!
is possible to upgrade this plug becouse with vbadvanced the style is damage! please help

XiTCLUB 07-05-2011 12:34 AM

noty working for me.. i have installed goto Threads and posts and ad a new thread save.. but it again showing no thread saved.. not adding new thread for force...

pantani 07-05-2011 02:41 PM

Works fine here 4.1.4, thanks
Installed

LoudBox 07-16-2011 11:21 AM

Plugin works great, good job!

Just noticed though that it didn't work with forum runner. You get the message, but when clicking you get logged out each time. Could you take a look at this?

archet1337 07-28-2011 12:40 AM

Working great on 4.1.4. Thanks for sharing.

Would be nice though if we could make the users read announcements as well as threads. :)

ThePhoneGuy 08-05-2011 04:56 AM

Breaks 4.1.5 all skins.

ClemsonJeeper 08-05-2011 02:34 PM

Quote:

Originally Posted by LoudBox (Post 2221168)
Plugin works great, good job!

Just noticed though that it didn't work with forum runner. You get the message, but when clicking you get logged out each time. Could you take a look at this?

Looks like there is an easy way to fix this.

Go ahead and go into vBulletin Settings->Force Users to Read a Thread

for the setting "Disable Hack via Filename" add

request.php

to the end of the list on its own line.

Should fix it up. I'll modify Forum Runner so that it automatically disables this when you import its XML file, but to get yourself working right now, that's the way to do it!

Kudos on making this easy!

maryx 08-17-2011 12:21 PM

I love this mod, but it wrecked my site when I upgraded to 4.15

Anyone have a solution for this?

oldinc 08-22-2011 08:37 PM

Thanks - that is a perfect mod and very useful. I appreciate it.

Feechen 08-28-2011 11:52 AM

Hi,

Does not work with Firefox and vB 4.1.5. But it is working fine with IE and vB 4.1.5.

Is there anything I can do in order to have it work in both browsers?

Thanks,
Feechen

blankpage 09-16-2011 07:55 AM

1 Attachment(s)
I have vbulletin 4.1.4 and if I enable this hack for guests the forum appear without graphic.

I attach you a picture.

Why?

Thank you! :)

DrSlump 10-04-2011 12:02 PM

Does anybody has noticed performance issues with this hack?

I had to disable it because it made some queries really slow and consuming, and my database was loaded as hell ... :/

Since I did it, CPU usage has gone down from 95% to almost 10% ...
Read_rnd_next in mysql went from 1.2M to barely 1k ...

egdevilboy 10-04-2011 05:15 PM

I love this mod but I have a small request...

Is it possible to Force Users to Read Forum? I want to force my new users to go to my Introduction Forum and make a post...

Other than that, LOVE the MOD!

DrSlump 10-06-2011 01:40 PM

Quote:

Originally Posted by DrSlump (Post 2253099)
Does anybody has noticed performance issues with this hack?

I had to disable it because it made some queries really slow and consuming, and my database was loaded as hell ... :/

Since I did it, CPU usage has gone down from 95% to almost 10% ...
Read_rnd_next in mysql went from 1.2M to barely 1k ...

I reply to myself ... I think I fixed it by adding an index to the thread table:
Code:

create force_read_idx ON thread (force_read);

FTDave 10-14-2011 07:15 PM

This has been a great help with users who need a little encouragement to read something.

Dennis B 10-20-2011 05:31 PM

Anybody using this mod and the default facebook app at the same time...?
Everything was fine until I recently activated the facebook app in my forum and database errors started popping with queries related to this mod.

Hippy 10-22-2011 10:31 PM

Quote:

Originally Posted by DrSlump (Post 2253933)
I reply to myself ... I think I fixed it by adding an index to the thread table:
Code:

create force_read_idx ON thread (force_read);

this work out ??

thanks

sticky 10-28-2011 09:23 PM

Needs an update for 4.1.7

TenaciousD 11-07-2011 01:08 PM

Quote:

Originally Posted by sticky (Post 2262449)
Needs an update for 4.1.7

Yes. As it now stands, it only returns a 404 error.

Anything similar to this out there?

DAC 11-08-2011 02:25 PM

this does not work for me.
i install it in 4.1.7 and nothing changes, ihave no option to force users to read a thread

CharlieDelta 11-08-2011 02:36 PM

Well considering the coder has not logged in since June 2010 I doubt this will be updated for 4.1.7.
Hopefully someone will take over or make something similar.

Hippy 11-08-2011 08:28 PM

works with 4.1.7

if there is a installing problem?

DAC 11-09-2011 08:56 PM

you can use it with 1.1.7?

sticky 11-09-2011 09:03 PM

Quote:

Originally Posted by DAC (Post 2266233)
you can use it with 1.1.7?

I doubt it, been a long time since VB 1.

DAC 11-10-2011 12:06 PM

:D

Sorry i have a mistake.

you can use this mod with 4.1.7 ?

inigo 11-11-2011 06:14 PM

I can`t. After updating to 4.1.7. the users see the thread, but it repeat to see it again, and another time,... so I had to disabled it.

No sql errors, but not working properly,

AliMadkour 11-12-2011 12:42 AM

thanks ...
but sometimes I got that errors

Code:

Invalid SQL:

SELECT *
FROM thread AS thread
LEFT JOIN force_read_users AS force_read_users ON (thread.threadid = force_read_users.force_read_threadid AND force_read_users.force_read_userid = '150409')
WHERE thread.force_read = '1' AND (thread.force_read_expire_date = '0' OR thread.force_read_expire_date > '1320959203') AND (force_read_usergroups = '' OR force_read_usergroups LIKE '%-2-%') AND (force_read_forums = '' OR force_read_forums LIKE '%-72-%' OR force_read_forums LIKE '%-70-%') AND force_read_users.force_read_userid IS NULL
ORDER BY force_read_order ASC;

MySQL Error  : MySQL server has gone away
Error Number  : 2006
Request Date  : Thursday, November 10th 2011 @ 11:06:43 PM
Error Date    : Thursday, November 10th 2011 @ 11:07:21 PM

??

DAC 11-12-2011 03:28 AM

so i cant install this in 4.1.7

Very sad, this is a very great hack

HMBeaty 11-12-2011 03:30 AM

Quote:

Originally Posted by AliMadkour (Post 2267108)
thanks ...
but sometimes I got that errors

Code:

Invalid SQL:

SELECT *
FROM thread AS thread
LEFT JOIN force_read_users AS force_read_users ON (thread.threadid = force_read_users.force_read_threadid AND force_read_users.force_read_userid = '150409')
WHERE thread.force_read = '1' AND (thread.force_read_expire_date = '0' OR thread.force_read_expire_date > '1320959203') AND (force_read_usergroups = '' OR force_read_usergroups LIKE '%-2-%') AND (force_read_forums = '' OR force_read_forums LIKE '%-72-%' OR force_read_forums LIKE '%-70-%') AND force_read_users.force_read_userid IS NULL
ORDER BY force_read_order ASC;

MySQL Error  : MySQL server has gone away
Error Number  : 2006
Request Date  : Thursday, November 10th 2011 @ 11:06:43 PM
Error Date    : Thursday, November 10th 2011 @ 11:07:21 PM

??

That's an issue with your host, not vBulletin. Contact your host with that error

FReeSTER 11-12-2011 01:21 PM

Quote:

Originally Posted by DAC (Post 2267152)
so i cant install this in 4.1.7

Very sad, this is a very great hack

yes it is sad, maybe later they will update :o:(

Killer Squirrel 11-22-2011 10:19 PM

So I am guessing it hasnt been updated for v4.1.8 either. :(

AdrianH 11-24-2011 06:58 PM

Quote:

Originally Posted by Killer Squirrel (Post 2270942)
So I am guessing it hasnt been updated for v4.1.8 either. :(


Developer Last Online: Jun 2010 ......... Abe1 gave up vbulletin.

Killer Squirrel 12-16-2011 10:28 PM

Quote:

Originally Posted by AdrianH (Post 2271565)
Developer Last Online: Jun 2010 ......... Abe1 gave up vbulletin.

:erm:

Successfulsteps 01-03-2012 07:13 AM

Quote:

Originally Posted by AliMadkour (Post 2267108)
thanks ...
but sometimes I got that errors

Code:

Invalid SQL:

SELECT *
FROM thread AS thread
LEFT JOIN force_read_users AS force_read_users ON (thread.threadid = force_read_users.force_read_threadid AND force_read_users.force_read_userid = '150409')
WHERE thread.force_read = '1' AND (thread.force_read_expire_date = '0' OR thread.force_read_expire_date > '1320959203') AND (force_read_usergroups = '' OR force_read_usergroups LIKE '%-2-%') AND (force_read_forums = '' OR force_read_forums LIKE '%-72-%' OR force_read_forums LIKE '%-70-%') AND force_read_users.force_read_userid IS NULL
ORDER BY force_read_order ASC;

MySQL Error  : MySQL server has gone away
Error Number  : 2006
Request Date  : Thursday, November 10th 2011 @ 11:06:43 PM
Error Date    : Thursday, November 10th 2011 @ 11:07:21 PM

??

I was getting same error after installing 4.1.9. It is on the host. I had my wait_timeout: set way too low. It's set at 120 now, but the default goes as high as 28800 on my host. I'd contact them. It caused me to have all kinds of db errors in a lot of mods. I don't know why with this upgrade there was such an issue, but after raising that, no more db errors at all, just like before 4.1.9. I hate upgrading due to all the problems it causes. Had I not installed vbseo and checked their specs, I would have never known. I had everything I needed except that one setting needing to be raised slightly. I don't know if I would have had ever figured it out with those specs though. It sure had me going nuts for awhile. I was not at all used to db errors. I am now db error free again and kept my mods too.


All times are GMT. The time now is 12:47 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.01444 seconds
  • Memory Usage 1,829KB
  • 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
  • (5)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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