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 6 post(s). Click here to show all
Posted by: Dandello
Posted on: Jul 12th, 2016 at 1:28pm
Thanks.  Smiley
Posted by: pyragony54
Posted on: Jul 4th, 2016 at 5:44am
New German Files for 2.6.12
The old do not work.

Code (Perl)
Select All
<edit file>
 Languages/German/Admin.lng
 </edit file>

 <search for>
 1;
 </search for>

 <add before>
 ## Custom Pages Mod ##
 $mod_list{'cp'} = 'YaBB Zusatzseiten';
 $mod_list{'cp1'} = 'YaBB Zusatzseiten erstellen, bearbeiten und löschen';
 </add before> 



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

 <search for>
 1;
 </search for>

 <add before>
 ## Custom Pages Mod ##
 $mod_list{'cp'} = 'YaBB Zusatzseiten';
 $mod_list{'cp1'} = 'YaBB Zusatzseiten erstellen, bearbeiten und löschen';
 </add before> 

Posted by: pyragony54
Posted on: Feb 17th, 2016 at 10:42am
Fit for YaBB 2.6.12
Posted by: Dandello
Posted on: Mar 3rd, 2015 at 2:07am
New YabMod compliant version in 1st post.
Posted by: pyragony54
Posted on: Feb 22nd, 2015 at 6:07am
New German Files
Posted by: Dandello
Posted on: Dec 13th, 2014 at 4:47pm
Custom Page Mod for YaBB 2.6.11
Original Author: James Andrews
Version: 0.8

General Features:

- Add as many custom web pages as you like.
- Enables you to transform your board into a website, while keeping the same template used for every page.
- Easily add in the HTML for the body of the page in admin center and it will give you a link for your new page.
- Modify and delete current pages.
- URL helpers in case you change the location of your board. Use {yabb url} for the URL of YaBB.pl/.cgi. E.g. {yabb url}?action=ml.
- Add a title for each page.
- Add counters to pages.
- Add pages to the menu.

Mod History:
- Version 0.8 updated to 2.6.11 on 12/13/2014
Installation:

Use BoardMod or manually edit files.

Modify and Upload:
- AdminIndex.pl
- YaBB.pl
- Admin/AdminSubList.pm
- Admin/Modlist.pm
- Languages/English/Admin.lng (ASCII)

upload
- Admin/Mods/CustomPage.pm (ASCII)
- Languages/English/Mods/CustomPage.lng (ASCII)
- Sources/Mods/CustomPage.pm  (ASCII)
- Variables/Pages/.htaccess (ASCII)
Edited:
updated for YabMod