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 11 post(s). Click here to show all
Posted by: Dandello
Posted on: Sep 27th, 2017 at 6:43pm
This
Code
Select All
'rsscode' => 'Go to Post to see Code', 

got left out of Main.lng %maintxt  Embarrassed
Posted by: Dandello
Posted on: Sep 6th, 2017 at 5:15pm
Changes in Admin.lng (because we had to refactor 'Rebuild Notices')
Code
Select All
'15' => q~Board-Notifications found:~,
 '15a' => q~Board-Notifications remaining:~,
 '16' => q~Thread-Notifications found:~,
 '16a' => q~Thread-Notifications remaining:~, 


is now
Code
Select All
'15' => q~Members with Board Notifications found:~,
 '15a' => q~Members with Board Notifications remaining:~,
 '16' => q~Members with Thread Notifications found:~,
 '16a' => q~Members with Thread Notifications remaining:~, 



in FA.lng (not contiguous)
Code
Select All
'61' => q~ Now removing ghost attachment files~,
 '61c' => q~Now remove ghost PM attachment files~,
 '62' => q~Attachments log file (attachments.txt) has been rebuilt~,
 '62a' => q~PM Attachments log file (pm.attachments) has been rebuilt~, 


are now
Code
Select All
'61' => q~ Now removing ghost attachment files~,
 '61c' => q~Now removing ghost PM attachment files~,
 '62' => q~Attachments log file (attachments.db) has been rebuilt~,
 '62a' => q~PM Attachments log file (pmattachments.db) has been rebuilt~, 



Added to FA.lng:
Code
Select All
'actf' => q~Files in Attachments folder~,
 'acts' => q~Total Size in Attachments folder~,
 'larg' => q~Largest File: ~,
 'old' => q~Oldest File: ~,
 'pactf' => q~Files in PMAttachments folder~,
 'pacts' => q~Total Size in PMAttachments folder~, 


Posted by: Dandello
Posted on: Aug 23rd, 2017 at 12:32pm
Another new difference:
Code
Select All
'no_board_admin'         => q~You cannot use 'admin' as a board ID.~, 



This goes in Error.lng in the '## Admin Stuff ##' section

This is a late addition as we just now discovered that 2.7 doesn't like boards with 'admin' as the ID.

This has been added (as English) to the Language Packs in the SVN.
Posted by: Dandello
Posted on: Feb 10th, 2017 at 4:58pm
More differences:
New: Admin.lng
Code
Select All
$admin_txt{'wel_text'} = q~Guest Alert Message Notice text<br /><span class="small">(leave blank to disable)</span>~; 



Register.lng:
Code
Select All
$register_txt{'imsubject'} = q~Hey Hey Smiley~;
 $register_txt{'imtext'} = q~Welcome to my boards~; 



The new items in Register.lng have been pulled out of Settings.pm
Posted by: Dandello
Posted on: Sep 9th, 2016 at 1:50pm
Smiley Some of the heavily modified files in Variables didn't get into the SVN. (Nor did Lang.lng) Embarrassed
Posted by: pyragony54
Posted on: Sep 9th, 2016 at 9:27am
@ Dandello

that has worked before. Now I hang on the problem with the "Memberinfo.pm" and "Memberlist.pm". You are not in the variable and then I come not with the first start. Among the members are also not to be found. I take the two files from the old Forum, delete all members except the admin, he wrote me a syntax error.

Quote:
syntax error at Variables/Memberinfo.pm line 1, near "webmaster@mysite"
Compilation failed in require at Sources/Subs.pm line 2672.


What must in the two files are indoors, so I can start the Forum.
Posted by: pyragony54
Posted on: Sep 5th, 2016 at 7:01pm
I understand,thanks.

Yes please, I need even a small executable version, or I shall continue badly.

I want this time to make the German files even better. No spelling errors or bugs more. But but I need time and a somewhat functional alpha version.
Posted by: Dandello
Posted on: Sep 5th, 2016 at 1:30pm
The 2.7.0 SVN should be getting updated this week - in the meantime, the base Languages/Lang.lng looks like:
Code
Select All
##YaBB Language Install List##

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

 1; 



See :http://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=1455811172/1#1
Posted by: pyragony54
Posted on: Sep 5th, 2016 at 8:46am
@ Dandello

I have the German translation almost finished and would like to test. After dragging the necessary files in the variable calibration this error message.

Quote:
Can't locate /var/www/vhosts/yabbtest.de/cgi-bin/yabb2/Languages/Lang.lng in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5


I can not find Lang.lng in SVN.
Posted by: Dandello
Posted on: Aug 15th, 2016 at 5:17pm
New 2700 English files in zip
See Check_2611English_-_2700English_20160815.htm
Posted by: Dandello
Posted on: Feb 20th, 2016 at 5:21pm
The list does not include the 2.7.00 'mod lister' at the top of each file. Check_2611English_-_2700English.htm

The English is current as of Feb 20th, 2016 at 5:22pm.

Many of the language changes are as simple as replacing '!' with '.'
(YaBB has a tendency to yell when it's not necessary.)