Add Poll
 
Options: Text Color Split Pie
 
 
 
 
 
 
 
 
Poll Comment:
Max 500 characters. Remaining characters:
days and minutes. Leave it blank if you don't want to set it now.

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 5000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry
Topic Summary - Displaying 15 post(s). Click here to show all
Posted by: Dandello
Posted on: Nov 7th, 2016 at 11:17am
Excellent.  Smiley
Posted by: pyragony54
Posted on: Nov 7th, 2016 at 8:59am
perfect.........!!!!!!!!

This is what such a mod must have.
Here the german files.
Posted by: Dandello
Posted on: Nov 6th, 2016 at 12:02pm
This is why bug testers are so valuable. New zip - this one has a timer (different language for it in Display.lng.)
Posted by: pyragony54
Posted on: Nov 6th, 2016 at 3:43am
@ Dandello



I checked again, also in the English language setting.
It is in the language files everything there where it must be. I have times the confirmation to 0 posed. If you try it, you are in an endless loop. You are always asked to read the post first and you will not go further. Only if the Mod is completely switched off, then it goes.


Posted by: Dandello
Posted on: Nov 5th, 2016 at 5:57pm
Sounds like you didn't find these:
Code
Select All
$display_txt{'confirm_view'} = 'Please confirm that you have viewed this topic';
 $display_txt{'confirm_view2'} = 'You will need to confirm that you have viewed this topic when the link appears'; 


in Display.lng.

I didn't do a count down timer (yet).

Edited:
One of the reasons for going to the strict pragma with warnings - Perl will complain when things are missing.
Posted by: pyragony54
Posted on: Nov 5th, 2016 at 5:02pm
So far so good. But where can I find the link (or button) for confirmation?
After waiting for the given time this does not appear and one does not go further. This should actually appear or be present automatically in the topic that has to be viewed.

I've seen this once in a PHP forum. There is in the contribution, which one must read a button, in this runs a timer backwards. Only when this is 0, you can click on it.
Posted by: Dandello
Posted on: Nov 5th, 2016 at 12:19pm
Smiley In Admin/NewSettings.pm find
Code (Perl)
Select All
\$mustViewdelay = $mustViewexpire;          # delay time for link (set to 0 to disable) 

and replace it with
Code (Perl)
Select All
\$mustViewdelay = $mustViewdelay;          # delay time for link (set to 0 to disable) 



I'll get a new zip shortly.
Posted by: pyragony54
Posted on: Nov 5th, 2016 at 5:46am
@ Dandello

Unfortunately, the mod does not work.
After entering the time, this jumps back to 0 after saving.
Even a manual input in the Settings.pm brought no success.

Naturally, I had previously deleted the entry "mustviewtopic" in the profile and also all cookies.


Code
Select All
########## Must View Topic configuration ##########
 $mustViewEnabled = 1;                             # Set to 1 to enable Must View Topic
 $mustViewID = "1264357835\~admin";                # Set the thread ID of topic which users must view
 $mustViewGroups = "";                             # Member groups which must view the topic, '' == all members
 $mustViewGuests = 0;                              # Force guests to view the topic
 $mustViewBoards = "";                             # Boards which won't be viewable until the topic has been viewed, '' == all boards
 $mustViewInfo = "";                               # Additional information for the Must View Topic notice
 $mustViewexpire = "0";                            # expire date for Must View Topic (set to 0 to disable)
 $mustViewdelay = 0;                               # delay time for link (set to 0 to disable) 



Posted by: Dandello
Posted on: Nov 4th, 2016 at 1:34pm
Must View Topic 2 for 2.6.12
Includes a 'confirm you have viewed' link in the topic itself and a set-able timer.
Posted by: Dandello
Posted on: Mar 21st, 2016 at 11:38pm
For 2.6.12 (changes in Post.template)
Posted by: Dandello
Posted on: Feb 22nd, 2015 at 3:47pm
New German zip in 1st post (includes UTF-8 versions)
Posted by: pyragony54
Posted on: Feb 22nd, 2015 at 11:00am
German Files faulty. Please change through this.
Posted by: Dandello
Posted on: Jan 13th, 2015 at 7:57pm
Minor fix for empty expire field. (new zip in 1st post)
Posted by: Dandello
Posted on: Jan 2nd, 2015 at 3:10am
New zips in 1st post - new template file.
Posted by: pyragony54
Posted on: Dec 6th, 2014 at 7:55am
fit for build 1611. No change necessary.