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 9 post(s). Click here to show all
Posted by: pyragony54
Posted on: Oct 3rd, 2017 at 1:36am
and I'm going to sleep again. It is 3.35 am. Wanted to go quickly, because it has tweaked and what do I do? YaBB forum.
Posted by: Dandello
Posted on: Oct 2nd, 2017 at 9:01pm
Well, getting up at 3AM wasn't my idea - the dog gets weirded out when 'Daddy' goes on business trips. Takes her a day or so to stop barking at the windchimes.
Posted by: pyragony54
Posted on: Oct 2nd, 2017 at 5:26pm
Smiley  Perfekt.

Dandello wrote on Oct 2nd, 2017 at 3:42pm:
I really shouldn't be coding when I've had no sleep


I see it when you are sometimes online. I just have to settle for 9 hours.
Posted by: Dandello
Posted on: Oct 2nd, 2017 at 3:42pm
Yes, I see it and it's seriously wierd. Working on it.  Embarrassed

Okay - I swear it worked when I tested it Also, I really shouldn't be coding when I've had no sleep.
In Setup.pl find
Code (Perl)
Select All
    if ( $INFO{'lang'} ) {
         $mylang =
 qq~\n                    <input type="hidden" name="lang" value="$INFO{'lang'}" />~;
         getlang($INFO{'lang'});
     } 



Change it to
Code (Perl)
Select All
    if ( $INFO{'lang'} ) {
         $mylang =
 qq~\n                    <input type="hidden" name="lang" value="$INFO{'lang'}" />~;
     }
     getlang($INFO{'lang'}); 

Smiley
Posted by: pyragony54
Posted on: Oct 2nd, 2017 at 2:53pm
I've changed it, but nothing is displayed. Same picture as in the start contribution.
Posted by: Dandello
Posted on: Oct 2nd, 2017 at 12:17pm
Use this one - the SVN is behind by at least one edit.
Posted by: pyragony54
Posted on: Oct 2nd, 2017 at 11:27am
Quote:
    'hasrun3' => '<p>Setup has already been run.<br />To run Setup again, remove the file "Variables/Setup.lock" then re-visit this page.</p>',


Okay, if I compare this line, then this is wrong in the SVN
Posted by: Dandello
Posted on: Oct 2nd, 2017 at 10:45am
See http://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=1505676661 - Those strings got put into Setup.lng. I think those are the last of them.
Posted by: pyragony54
Posted on: Oct 2nd, 2017 at 5:28am
Upssss, I just wanted to convert.