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: tester1A
Posted on: Oct 16th, 2017 at 1:12pm
Guest test
Posted by: pyragony54
Posted on: Mar 25th, 2017 at 2:10pm
and works  Smiley
Posted by: Dandello
Posted on: Mar 25th, 2017 at 1:31pm
Thank you! - these are the errors I'm looking for.

Quick fix in TabMenu.pm find
Code
Select All
        my $sesredir; 


and replace it with
Code
Select All
        my $sesredir = q{}; 



Under the strict and warnings pragma all variables must end up with a value - even if it's a 'blank' value.
Posted by: pyragony54
Posted on: Mar 25th, 2017 at 7:13am
@ Dandello


I get the following error message during the session update. The error occurs in the English and German language files.

Quote:
An Error Has Occurred. Use of uninitialized value $sesredir in concatenation (.) or string at Sources/TabMenu.pm line 172.
Posted by: pyragony54
Posted on: Mar 24th, 2017 at 1:27am
Now I understand. You simply replaced it with me by "inactive members". I did not like that either.
Posted by: Dandello
Posted on: Mar 23rd, 2017 at 8:39pm
JonB wanted the ability to edit the language files from within YaBB like you can already edit the Help files and Email.lng. Some people don't like the term 'ex-member' for ex-members.
Posted by: pyragony54
Posted on: Mar 23rd, 2017 at 8:26pm
Dandello wrote on Mar 21st, 2017 at 4:29pm:
Well the one items on JonB's wish list that didn't make it into 2.7.00 was the ability to edit the language files from within YaBB. That may be a mod at some point.
                     


???
I do not understand that at all.
Posted by: Dandello
Posted on: Mar 21st, 2017 at 4:29pm
Well the one items on JonB's wish list that didn't make it into 2.7.00 was the ability to edit the language files from within YaBB. That may be a mod at some point.
Posted by: pyragony54
Posted on: Mar 21st, 2017 at 3:47pm

And my wish is long forgotten.
Posted by: Dandello
Posted on: Mar 19th, 2017 at 3:47pm
Many of the changes in the Admin Center are from suggestions made by Admins of BIG boards sharing their wish lists (JonB made a lot of suggestions)
Posted by: pyragony54
Posted on: Mar 19th, 2017 at 1:56pm
This makes sense.
Posted by: Dandello
Posted on: Mar 19th, 2017 at 1:40pm
pyragony54 wrote on Mar 19th, 2017 at 11:43am:
When I click on the Control Center (Administrator's CP) in the Admincenter, it opens a new tab. Is it correct?


Yes. There are times when an Admin may want to check PMs and Guest PMs against the error log or the ban log. Having both open helps to do that.
Posted by: pyragony54
Posted on: Mar 19th, 2017 at 11:43am
Sorry, the error was with me.

Other things:
When I click on the Control Center (Administrator's CP) in the Admincenter, it opens a new tab. Is it correct?
Posted by: Dandello
Posted on: Mar 18th, 2017 at 3:21pm
The Lang.lng you posted looks fine - I gather you did find an error in it and fixed it?

Edited:
Is the file named 'Lang.lng' and is it in the right place? Capitalization counts.
Posted by: pyragony54
Posted on: Mar 18th, 2017 at 3:15pm
found. The error was then probably there

Code
Select All
##YaBB Language Install List##

 %lngs = (
 'English' => 'English',
 'German' => 'Deutsch',
 );

 1;