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 10000 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 10 post(s). Click here to show all
Posted by: pyragony54
Posted on: Dec 6th, 2014 at 7:41am
fit for build 1611. No change necessary.
Posted by: Dandello
Posted on: Jun 17th, 2014 at 11:46pm
Great!  Grin
I'll be looking at the other new mods tomorrow so make sure the Language patches are properly labeled and encoded.
Posted by: pyragony54
Posted on: Jun 17th, 2014 at 10:32pm
Perfect and works.  Cheesy Kiss
Posted by: Dandello
Posted on: Jun 17th, 2014 at 3:08pm
Actually, we need to have two copies of the German and German_Du 'patches' - one encoded in UTF-8 w/o BOM and one in ANSI

The BoardMod displays the UTF-8 wrong but finds the proper string in the UTF-8 encoded file just fine.

I'll get that taken care of as soon as I've got the formatting issues handled.

Edited:


Posted by: Dandello
Posted on: Jun 17th, 2014 at 1:26pm
Smiley I'll look at it. (And yes, the German and German_Du were probably saved in the wrong encoding.)
Posted by: pyragony54
Posted on: Jun 17th, 2014 at 3:14am
Unfortunately mod still does not work correctly. When you work with the fast post / reply box it looks after an input in the topic description as in the picture.

The German files will not be installed. Presumably, they were saved as utf-8, because within the program BoardMod "ä" is displayed incorrectly. Please use the attached.

Posted by: Dandello
Posted on: Jun 11th, 2014 at 12:54pm
That's odd - I'll check and see what's going on there. (No doubt a missing class or style.)
Posted by: pyragony54
Posted on: Jun 11th, 2014 at 9:10am
Sorry Dandello,
but so it looks not good. The text should begin on the left side and not somewhere in the middle or right.
Posted by: pyragony54
Posted on: Jun 11th, 2014 at 7:07am
Code
Select All
<edit file>
 Languages/German/Admin.lng
 </edit file>

 <search for>
 '498f' => 'Maximal zulässige Zeichen im Eventkalender für Administratoren',
 </search for>

 <add after>
 '498g' => 'Maximale Zeichen in der Themen-Beschreibung erlaubt',
 </add after>

 <edit file>
 Languages/German/Main.lng
 </edit file>

 <search for>
 '70' => 'Betreff',
 </search for>

 <add after>
 '70td' => 'Themen Beschreibung',
 '70td2' => '(Optional)',
 </add after> 



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

 <search for>
 '498f' => 'Maximal zulässige Zeichen im Eventkalender für Administratoren',
 </search for>

 <add after>
 '498g' => 'Maximale Zeichen in der Themen-Beschreibung erlaubt',
 </add after>

 <edit file>
 Languages/German_Du/Main.lng
 </edit file>

 <search for>
 '70' => 'Betreff',
 </search for>

 <add after>
 '70td' => 'Themen Beschreibung',
 '70td2' => '(Optional)',
 </add after> 

Posted by: Dandello
Posted on: Jun 10th, 2014 at 11:15pm
Original Authors: Boris Tjuvanov (MF-B), Jeffrey Man (Jet Li) and Detlef Pilzecker (deti)
Updated to 2.6.0 by Dandello

This mod allows you to add a topic description into first post for MessageIndex.

Installation:
1) Modify YaBB files using BoardMod or manually.
2) Load modified files to your server in ASCII mode.

Admin/Maintenance.pm (ASCII)
Admin/ManageTemplates.pm (ASCII)
Admin/ModList.pm (ASCII)
Admin/NewSettings.pm (ASCII)
Admin/Settings_Main.pm (ASCII)
Languages/English/Admin.lng (ASCII)
Languages/English/Main.lng (ASCII)
Sources/Display.pm (ASCII)
Sources/MessageIndex.pm (ASCII)
Sources/ModifyMessage.pm (ASCII)
Sources/MoveSplitSplice.pm (ASCII)
Sources/Post.pm (ASCII)
Sources/System.pm (ASCII)
Templates/default/Display.template (ASCII)
Templates/default/MessageIndex.template (ASCII)
Templates/default/Post.template (ASCII)

History
Version 2.1 (fixed templating, added German and German Du files.) June 11, 2013
Version 2.2 (More templating fixes) June 17, 2014

Additional Instructions:
If installing the German and/or German Du language patches, select the patch whose encoding corresponds to the installed German and/or German Du Language Pack - UTF-8 for new forums and ANSI for forums using ISO-8859-1 character encoding.
Note: The BoardMod program may *display* UTF-8 characters incorrectly. However, it does find the proper string in UTF-8 w/o BOM encoded language files.