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 3 post(s). Click here to show all
Posted by: pyragony54
Posted on: Dec 7th, 2014 at 10:49am
Adapted for Build 1611
Posted by: pyragony54
Posted on: Jul 9th, 2014 at 7:01am
Code
Select All
<edit file>
 Languages/German/Admin.lng
 </edit file>

 <search for>
 '689a' => 'Maximal erlaubte Zeichen in der \'Abwesenheit\' Nachricht',
 </search for>

 <add after>
 '689b' => 'Maximal erlaubte Zeichen im persönlichen Notizbuch',
 </add after>

 <search for>
 'buddylist' => 'Freundesliste aktivieren?',
 </search for>

 <add after>
 'personalpad' => 'Persönliches Notizbuch aktivieren?',
 </add after>

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

 <search for>
 );

 %mycenter_profile_txt = (
 </search for>

 <add before>
 'notepad' => 'Persönliches Notizbuch',
 'savenotes' => 'Notizen speichern',
 'maxnotes' => "Max. $MaxNotesLen Buchstaben. Verbleibende Buchstaben: ",
 </add before>

 <search for>
 1;
 </search for>

 <add before>
 %spell_check = (
 'chck_spell' => 'Rechtschreibprüfung',
 'revert' => 'Ersetzen durch',
 'close' => 'Schließen',
 'rsm_edt' => 'Bearbeitung fortsetzen',
 'no_error_found' => 'Keine Rechtschreibfehler gefunden',
 'no_suggestions' => 'Keine Vorschläge gefunden',
 );

 </add before> 




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

 <search for>
 '689a' => 'Maximal erlaubte Zeichen in der \'Abwesenheit\' Nachricht',
 </search for>

 <add after>
 '689b' => 'Maximal erlaubte Zeichen im persönlichen Notizbuch',
 </add after>

 <search for>
 'buddylist' => 'Freundesliste aktivieren?',
 </search for>

 <add after>
 'personalpad' => 'Persönliches Notizbuch aktivieren?',
 </add after>

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

 <search for>
 );

 %mycenter_profile_txt = (
 </search for>

 <add before>
 'notepad' => 'Persönliches Notizbuch',
 'savenotes' => 'Notizen speichern',
 'maxnotes' => "Max. $MaxNotesLen Buchstaben. Verbleibende Buchstaben: ",
 </add before>

 <search for>
 1;
 </search for>

 <add before>
 %spell_check = (
 'chck_spell' => 'Rechtschreibprüfung',
 'revert' => 'Ersetzen durch',
 'close' => 'Schließen',
 'rsm_edt' => 'Bearbeitung fortsetzen',
 'no_error_found' => 'Keine Rechtschreibfehler gefunden',
 'no_suggestions' => 'Keine Vorschläge gefunden',
 );

 </add before> 



Posted by: Dandello
Posted on: Jul 9th, 2014 at 2:45am
Personal Notepad for YaBB 2.6.0
Version 0.6

Description
-----------
Adds a Personal Notepad to the User CP

Installation
------------
1) Modify YaBB files using BoardMod or manually.
2) Upload modified files to your server in ASCII mode.
3) Go to 'Admin Center - Forum Settings - Members - Profile' to enable this feature.

Files to edit
-------------
Admin/ModList.pm
Admin/NewSettings.pm
Admin/Settings_Main.pm
Languages/English/Admin.lng
Languages/English/Profile.lng
Sources/MyCenter.pm
Sources/Profile.pm
Sources/SubList.pm
Sources/System.pm
Templates/default/MyCenter.template