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 4 post(s). Click here to show all
Posted by: Dandello
Posted on: Aug 12th, 2014 at 7:57pm
Okay - it's a 10 second fix and will be in the next SVN upload.
Posted by: Monni
Posted on: Aug 12th, 2014 at 7:05pm
Dandello wrote on Aug 12th, 2014 at 6:11pm:
Smiley 'moddir' and 'modurl' are the current versions. (We're trying to break away from having the language hash keys being numbers since it makes it too hard to find things and when items get moved, the numbers are just confusing - as in 'WTF is $admintxt{'a6_sub6'} and what is it doing directly below $admintxt{'a3_sub6'}  in AdminIndex.pl?)


Renaming hashes is pain in the ass for translators... I don't have problems with following numeric hashes, because my computer has whole sources indexed and using alphabetic hashes is just going to give false results because it can't distinguish between literal text and hashes...
Posted by: Dandello
Posted on: Aug 12th, 2014 at 6:11pm
Smiley 'moddir' and 'modurl' are the current versions. (We're trying to break away from having the language hash keys being numbers since it makes it too hard to find things and when items get moved, the numbers are just confusing - as in 'WTF is $admintxt{'a6_sub6'} and what is it doing directly below $admintxt{'a3_sub6'}  in AdminIndex.pl?)
Posted by: Monni
Posted on: Aug 12th, 2014 at 2:29pm
Code
Select All
 '19' => 'Mod Images Dir:',
 '31' => 'Mod Images URL:',
 'moddir' => 'Mod Images Dir:',
 'modurl' => 'Mod Images URL:',