vb.org Archive

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

olivercookson 05-17-2008 02:26 PM

Hi,

Great idea!! Ive installed, but no option shows in "thread tools". What have I done wrong? Im running vb 3.7.

Thanks

Abe1 05-18-2008 12:05 PM

Quote:

Originally Posted by Robbey (Post 1521170)
can the user be made to view two threads, one after another?

Yes. Once they finish with one, if they try to go elsewhere, they will get the error message again.

Abe1 05-18-2008 12:06 PM

Quote:

Originally Posted by olivercookson (Post 1522621)
Hi,

Great idea!! Ive installed, but no option shows in "thread tools". What have I done wrong? Im running vb 3.7.

Thanks

That is not were the option is located. It is in the ACP under threads and posts.

olivercookson 05-18-2008 03:36 PM

Quote:

Originally Posted by Abe1 (Post 1523443)
That is not were the option is located. It is in the ACP under threads and posts.

Ahh..

Its not showing in there either?

Cheers

PlymWS 05-24-2008 09:36 AM

I uninstalled an older version to upgrade to the latest but now if I force a thread nothing happens. If I put in a thread to be forced I get the Saved Sucessfully message but the information doesn't get written to the DB as it doesn't show up on the ACP forced threads page.

I'm using VB3.6.8.

e: Having checked the DB I can see the tables have been created but they're empty so the data isn't getting to them somehow.

mry 05-24-2008 12:18 PM

this mod WONDERFUL working... very thx

I ask : if ı make a thread force thread for all usergroups, any problem for bots ?

richTV 05-26-2008 05:39 AM

Hello Abe1.

Apologies if this has been addressed but i see that when i upgraded from v1.2 to 2.0, the "Manage Force Thread Reading" is no longer available in the Thread Tools drop down menu.

is there a reason this was omitted in v2.0 ? :)

note: since i didn't see it, i went ahead and removed the v1.2 template edits [see below] and then reinstalled v2.0 but no option still wasn't showing within Thread Tools.....i thought having it available was a nice way to quickly access a particular thread.

Code:

Force Users to Read a Thread version 1.2

FOR UPGRADE AND FRESH INSTALLATIONS!

1) Import product-abe1_forceusersreadthread into PRODUCTS. Allow Overwrite "YES" (admincp -> Plugin System -> Manage Products -> [Add/Import Product])

2) Do the template edits

in SHOWTHREAD:

find:
--------------------------------------------------------------------
<div><label for="ao_rrd"><input type="radio" name="do" id="ao_rrd" value="removeredirect" />$vbphrase[remove_redirects]</label></div>
--------------------------------------------------------------------

AFTER place this:
--------------------------------------------------------------------
<!-- Start Abe1 Force Users to Read a Thread -->
<div><label for="ao_mfr"><input type="radio" name="do" id="ao_mfr" value="forceread" />$vbphrase[manage_force_thread_reading]</label></div>
<!-- End Abe1 Force Users to Read a Thread -->
--------------------------------------------------------------------



find:
--------------------------------------------------------------------
<option value="removeredirect">$vbphrase[remove_redirects]</option>
--------------------------------------------------------------------

AFTER place this:
--------------------------------------------------------------------
<!-- Start Abe1 Force Users to Read a Thread -->
<option value="forceread">$vbphrase[manage_force_thread_reading]</option>
<!-- End Abe1 Force Users to Read a Thread -->
--------------------------------------------------------------------

Done.

Click 'install' in the thread you downloaded this from.

Done


SpaceStar 05-29-2008 06:30 PM

I've 3.71 installed - and just installed this hack - but it's not working... When I Add a new thread, giving these infos:

thread ID=1
Force Read Order= 10
Expire= No
Usergroup=all
Location: Sitewise

.. and then hit the save button - nothing happens

Total666 05-30-2008 12:15 AM

See the attached pic .. thanks https://vborg.vbsupport.ru/

anoob 06-04-2008 08:43 PM

I get the following error:
Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error

invitezone 06-09-2008 01:06 PM

Quote:

Originally Posted by PlymWS (Post 1529858)
I uninstalled an older version to upgrade to the latest but now if I force a thread nothing happens. If I put in a thread to be forced I get the Saved Sucessfully message but the information doesn't get written to the DB as it doesn't show up on the ACP forced threads page.

I'm using VB3.6.8.

e: Having checked the DB I can see the tables have been created but they're empty so the data isn't getting to them somehow.


yep im having the same problem. I love this hack its an essential part of my forum, but now its no longer working :( I have unistalled it and reinstalled it several times but still nothing.

SpaceStar 06-17-2008 11:31 AM

I think you should give a step-by-step guide for how to use it - because it's not working! What si THREADID? If I put in 2 it takes the second thread of my forum, which was created back in 2005 and force that! If I put in the latest thread, nothing is showed!

soge 06-21-2008 10:56 PM

i have same problem.i added threadid 1 and then clicked save button in admincp/threads & posts .but nothing wasnt saved.but where i can see thread id at all?i was searching that halfhour but didnt found.

StarScream1 06-26-2008 09:18 AM

tried installing on a forum 3.6.4 not workin cannot find both the lines that needed to be changed/append in global.php. please advice.

germinus 06-27-2008 07:13 PM

Anyway to get this mod so that it makes a user read an announcement, as announcements dont seem to have "threadid"

mustangt562 06-29-2008 08:09 PM

Can someone please explain how do i:

1. find the THREAD ID?
2. What does "force read order" do/mean exactly?

Thank you :)

Digital Jedi 07-02-2008 07:14 PM

Quote:

Originally Posted by mustangt562 (Post 1562360)
Can someone please explain how do i:

1. find the THREAD ID?
2. What does "force read order" do/mean exactly?

Thank you :)

1. The thread ID is the number at the end of a thread URL after the t=. For instance, this thread is: https://vborg.vbsupport.ru/showthread.php?t=151737 The thread ID for this thread is 151737

2. If you have more then one thread set to force-read, that controls the order in which they'll be forced to read them.

Tuesday 07-25-2008 03:52 PM

Install worked okay.

When I add the new thread and click on save, the page returns to the 'Force Read Thread' page but nothing appears in the list.

Can anyone help?

Tuesday 07-28-2008 08:23 AM

Anyone?

puroeuro 08-09-2008 02:02 PM

not sure if it was addressed or not but there was a conflict with this mod https://vborg.vbsupport.ru/showthread.php?t=129496 where only one or the other would work, but i had one of our coders fix the issue with it, so now both work fine. however i did not upgrade either to the newest update as i am afraid of loosing that they are both working and revert back to only using one or the other.

snatty 08-11-2008 03:57 AM

Is there anyway I can get this to work with 3.5.x? I made the modifications talked about on Page 6 of this thread, with no luck. I was unable to find the 3.5 version for this.

goshalim 08-12-2008 07:36 AM

Very nice !!! Great

Where do i go to upload this ?

goshalim 08-13-2008 10:43 AM

How can i install this HAck ? Anyone can explain ?

I am using 3.6.8

Digital Jedi 08-15-2008 05:53 PM

Quote:

Originally Posted by goshalim (Post 1597661)
How can i install this HAck ? Anyone can explain ?

I am using 3.6.8

The installation instructions are provided in the ZIP file.

NitroMan 08-23-2008 11:24 AM

Thank You

Bakushan 08-25-2008 10:10 PM

any way to force a single user? not an entire user group?

PHILIPS-08 09-19-2008 07:35 AM

thanx alot for the mod

NitroMan 09-20-2008 10:12 AM

tHANK yOU

F4Flake 09-22-2008 02:02 PM

excellent, just came in well handy for me.

And i clicked install.

thanks.

TheLastSuperman 09-25-2008 12:11 AM

Thanks!

richTV 10-15-2008 01:31 AM

for many months, our site was really slow [page loads] and couldn't figure out why.

i recently disabled the plugins/hooks in the ACP and the site became lightning fast!

i started looking at each installed product to find which was causing it and it turned out to be this hack.

not sure if it is a conflict with another hack or not.

anyways, i was able to confirm it had something to do with this hack because when i re-enabled this product, the site became dreadfully slow again until i disabled it.

i tried uninstalling and removing the 2 uploaded files and then reinstalling but we can still feel the lag until i disable it again.

anyways, just wanted to inform in case someone else had my experience with this hack.

it is still a useful product and we used it to get donations going for our site so i appreciate the work Abe1 did for us.

cheers. :)

Total666 10-15-2008 01:50 AM

Quote:

Originally Posted by richTV (Post 1645290)
for many months, our site was really slow [page loads] and couldn't figure out why.

i recently disabled the plugins/hooks in the ACP and the site became lightning fast!

i started looking at each installed product to find which was causing it and it turned out to be this hack.

not sure if it is a conflict with another hack or not.

anyways, i was able to confirm it had something to do with this hack because when i re-enabled this product, the site became dreadfully slow again until i disabled it.

i tried uninstalling and removing the 2 uploaded files and then reinstalling but we can still feel the lag until i disable it again.

anyways, just wanted to inform in case someone else had my experience with this hack.

it is still a useful product and we used it to get donations going for our site so i appreciate the work Abe1 did for us.

cheers. :)


Many times 2 mods will conflict with each other causing a slow down ... This mod has never slowed down my server at all... Different hardware I guess ...

viper357 11-05-2008 10:22 AM

I don't like the new version of this hack so I want to resort back to the old version, does anybody know if version 1.2 will run on 3.6.11 ?

Jaydee 2 11-18-2008 10:08 AM

Hello,

because of an "bad Situation" in a Forum i've just installed it, and it seems to work great in 3.7.4 (German Version). :up:

Easy to use and completely installed in about 2 Minutes.
Thanks for this Add-on.

Jaydee (the German-one from vb-germany.com) ;)

kalleklorin 12-01-2008 08:15 PM

good mod

raagaswaram 12-17-2008 12:10 AM

hey
i installed but it asks the users to read the thread again again!!!!

raagaswaram 12-17-2008 05:52 PM

can someone help me out?

Abe1 12-26-2008 02:36 AM

Quote:

Originally Posted by raagaswaram (Post 1687493)
can someone help me out?

Did you try the latest verison for vb3.7/3.8?

raagaswaram 12-31-2008 01:00 PM

Quote:

Originally Posted by Abe1 (Post 1693748)
Did you try the latest verison for vb3.7/3.8?

i tried it same problem its for 3.6.8

SON240SX 01-17-2009 01:54 PM

Many thanks

Installed without a hitch on 3.6.7 PLI (yea I'm a bit behind) :p


All times are GMT. The time now is 04:24 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.02005 seconds
  • Memory Usage 1,821KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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