The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Force Users to Read a Thread Details »» | |||||||||||||||||||||||||
vB 3.7 version of this hack here: https://vborg.vbsupport.ru/showthread.php?t=172155
Force Users to Read a Thread 2.0 About this hack: This hack allows you to set a thread as 'must read' by your members. Right now, if you make a post and want all your members to read it, you have no way of enforcing it. This hack will give an error message similar to the one you get when you need to change you password, saying that the admins want you to read a certain thread before they continue using the forum. Once a user reads a thread, they wont be bugged to read it again. You can set all usergroups or just certain onces that must read a thread. You can set to site wide or just some forums. Option to Force Guests This hack added one query to every page on your forum a member goes to.
Version 2.0 (03/05/08):
Please post your comments or suggestions for this hack. I read ALL posts. MAKE SURE YOU CLICK INSTALL! You will get an email when a new version is released. Pictures:
Supporters / CoAuthors Show Your Support
|
Comments |
#332
|
|||
|
|||
Quote:
|
#333
|
|||
|
|||
I Was Wondering..sorry For The Ingnorance On My Part...but Want To Know Does It Save A Cookie So When The Member Come Back They Don't Have To See The Forced Section Again
|
#334
|
|||
|
|||
This is just what I've been looking for. Great!
|
#335
|
|||
|
|||
Mystic, yes, there is an option for showing a thread only once. I have been using that option.
|
#336
|
||||
|
||||
ooops = wrong thread....
|
#337
|
|||
|
|||
I have vB 3.6.8 and after installation, I was able to force reading of a thread.
However, after the thread is read, if the user then clicks on home, the process is repeated, i.e. he/she has to read the thread yet again. I've 6 other hacks installed, so I presume this is a compatibility issue. If there is no simple solution, I'll uninstall this hack. Fortunately, I backed up vB before installation. This is supposedly, and theoretically, a great hack. But unfortunately, it doesn't work right in my system. vNew. P.S.: I waded through all 23 pages of discussions and found no solution. |
#338
|
|||
|
|||
UN-installed.
Sorry, but the loop of repeatedly demanding that the user read a thread that was already read was simply not helpful. I think it is a compatibility issue on my system. As I said, I've 6 hacks installed before this, and don't have time to figure out the problem. It was a great concept, though. A nice feature to have even if it is not absolutely essential. Unfortunately, it didn't work out. Thanks for the efforts, no less. P.S. After un-install, the feature and function are gone, but the non-functional radio-button remained in the drop down menu. Anyway to remove it? |
#339
|
|||
|
|||
I imported the xml file fine - but after I go into the forum , create a thread, read the thread, then select Thread Tools dropdown menu, there's nothing new there. ??? (running v3.6.8)
|
#340
|
|||
|
|||
Someone mentioned earlier about having portal integration issues with this hack..
lm currently getting the following issue: Warning: Unknown(./includes/vba_global_error.php): failed to open stream: No such file or directory in /includes/functions.php(2658) : eval()'d code on line 1 Fatal error: (null)() [function.require]: Failed opening required './includes/vba_global_error.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/anime/public_html/forum/includes/functions.php(2658) : eval()'d code on line 1 l know it has something to do with vbadvanced wanting to look for it in a place it doesnt exist but lm no coder so dont have the knowledge to edit more than one or two things that lm used to... someone mentioned disabling custom pages or something but l couldnt find the settings that mentioned this hack and well we have custom pages that are needed hence if it can specifically be disabled for the portal, or work it would be useful... on a side note l did work out how to hide the option from staff other than admins, its not perfect but it worked well enough which l saw mentioned so l thought l would add my template edits that removed the option from the thread tools and specifically only let ID6 (administrators) edit the thread settings of this hack heres the code we used (its simple but worked without causing errors Code:
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 --> <if condition="$bbuserinfo['usergroupid'] == 6"> <div><label for="ao_mfr"><input type="radio" name="do" id="ao_mfr" value="forceread" />$vbphrase[manage_force_thread_reading]</label></div> </if> <!-- 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 --> <if condition="$bbuserinfo['usergroupid'] == 6"> <option value="forceread">$vbphrase[manage_force_thread_reading]</option> </if> <!-- End Abe1 Force Users to Read a Thread --> -------------------------------------------------------------------- |
#341
|
|||
|
|||
THanks was simple to sort out..works very nice
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|