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