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 12 post(s). Click here to show all
Posted by: Dandello
Posted on: Feb 18th, 2016 at 4:36pm
Included in 2.7.00
Posted by: pyragony54
Posted on: Feb 17th, 2016 at 1:54pm
Fit for YaBB 2.6.12
Posted by: Batchman
Posted on: Feb 25th, 2015 at 4:42am
Sorry for the delay on this one ... I had the wrong file, and was waiting for an update. Using the version in post 7, this one installs smoothly, and seems to work just fine.
Posted by: pyragony54
Posted on: Dec 6th, 2014 at 5:56am
Dandello wrote on Nov 25th, 2014 at 5:05pm:
This version is for Build 1606 as it requires the 'target="_blank" in the links to already be replaced with a javascript 'window.open'.


Works whith Build 1611

Code
Select All
<edit file>
 Languages/German/Admin.lng
 </edit file>

 <search for>
 1;
 </search for>

 <add before>
 $admin_txt{'ppostperms'} = q~Ausdrucken Beitragsberechtigungen<br /><span class="small">Deaktivieren der Druckfunktion oder setzen Sie ihn auf "Alle Mitglieder", wenn Sie Spambot-Probleme mit dieser Funktion haben.</span>~;
 $admin_txt{'ptopicperms'} = q~Ausdrucken Themenberechtigungen<br /><span class="small">Deaktivieren der Druckfunktion oder setzen Sie ihn auf "Alle Mitglieder", wenn Sie Spambot-Probleme mit dieser Funktion haben.</span>~;
 </add before> 




Code
Select All
<edit file>
 Languages/German_Du/Admin.lng
 </edit file>

 <search for>
 1;
 </search for>

 <add before>
 $admin_txt{'ppostperms'} = q~Ausdrucken Beitragsberechtigungen<br /><span class="small">Deaktivieren der Druckfunktion oder setze ihn auf "Alle Mitglieder", wenn Du Spambot-Probleme mit dieser Funktion hast.</span>~;
 $admin_txt{'ptopicperms'} = q~Ausdrucken Themenberechtigungen<br /><span class="small">Deaktivieren der Druckfunktion oder setze ihn auf "Alle Mitglieder", wenn Du Spambot-Probleme mit dieser Funktion hast.</span>~;
 </add before> 



Posted by: Dandello
Posted on: Nov 25th, 2014 at 5:05pm
This version is for Build 1606 as it requires the 'target="_blank" in the links to already be replaced with a javascript 'window.open'.

This does include admin permissions for Print thread.
Posted by: Dandello
Posted on: Nov 16th, 2014 at 3:41pm
I should have that ready tomorrow or so.  Cool
Posted by: pyragony54
Posted on: Nov 16th, 2014 at 4:33am
yes, that would be fine. the print function I do not need.
Posted by: Dandello
Posted on: Nov 16th, 2014 at 1:49am
The Mod disables the Print Post not the Print Thread. Two different functions - Print Thread is the older one. However, I can certainly modify the mod to disable Print Thread as well.
Posted by: Dandello
Posted on: Nov 15th, 2014 at 10:25pm
Smiley
I don't have time to look at it today. (Probably left a step out in the Mod.)
Posted by: pyragony54
Posted on: Nov 15th, 2014 at 5:04pm
works somehow not correct. Despite deactivation is still the print function is available and active.
Posted by: pyragony54
Posted on: Nov 15th, 2014 at 4:31pm
Code
Select All
<edit file>
 Languages/German/Admin.lng
 </edit file>

 <search for>
 1;
 </search for>

 <add before>
 $admin_txt{'ppostperms'} = q~Ausdrucken Berechtigungen<br /><span class="small">Deaktivieren der Druckfunktion oder setzen Sie ihn auf "Alle Mitglieder", wenn Sie Spambot-Probleme mit dieser Funktion haben.</span>~;
 </add before> 





Code
Select All
<edit file>
 Languages/German_Du/Admin.lng
 </edit file>

 <search for>
 1;
 </search for>

 <add before>
 $admin_txt{'ppostperms'} = q~Ausdrucken Berechtigungen<br /><span class="small">Deaktivieren der Druckerfunktion oder setze ihn auf "Alle Mitglieder", wenn Du Spambot-Probleme mit dieser Funktion hast.</span>~;
 </add before> 

Posted by: Dandello
Posted on: Nov 13th, 2014 at 8:07pm
This mod gives the admin the ability to disable/restrict permission to use Print Post and Print Thread.

Version History
---------------
0.1 - First release - November 13, 2014
0.2 - Print Thread Permissions added - November 22, 2014
0.3 - adapted for 2.6.11 - Jan 5, 2014

Instructions:

Apply the mod and upload (in ASCII mode):

cgi-bin/yabb2/Admin/Modlist.pm
cgi-bin/yabb2/Admin/NewSettings.pm
cgi-bin/yabb2/Admin/Settings_Main.pm
cgi-bin/yabb2/Languages/English/Admin.lng
cgi-bin/yabb2/Sources/Display.pm
cgi-bin/yabb2/Sources/Load.pm

Instructions - Go to Admin ->Forum Settings -> Posting. Set the level of permissions (none, Members, Guests & Members).