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 1 post(s). Click here to show all
Posted by: Dandello
Posted on: Jan 22nd, 2016 at 2:08pm
RSS Symlinks YaBB 2.6.11/2.6.12 version 1

Author: Dandello
Info:
This mod creates SEO and FB friendly links for the RSS feeds. Requires .htaccess and ModRewrite on the server.

Version History
---------------
0.1 - First release - Jan 21, 2015

Instructions:

Apply the mod and upload (in ASCII mode):

cgi-bin/yabb2/Admin/Modlist.pm
cgi-bin/yabb2/Admin/NewSettings.pm
cgi-bin/yabb2/Admin/Settings_Advanced.pm
cgi-bin/yabb2/Languages/English/Admin.lng
cgi-bin/yabb2/Sources/BoardIndex.pm
cgi-bin/yabb2/Sources/MessageIndex.pm

In your .htaccess file in the ROOT of your site (not in the cgi-bin or the yabb2 folder) place:
Code
Select All
### YaBB rewrite ###
 RewriteEngine On # Turn on the rewriting engine

 RewriteRule ^RSSrecent/([A-Za-z0-9/\-_,~\(\)]*)?$ cgi-bin/yabb2/YaBB.pl?action=RSSrecent&catselect=$1 [L]
 RewriteRule ^RSSrecent$ cgi-bin/yabb2/YaBB.pl?action=RSSrecent [L]
 RewriteRule ^RSSboard/([A-Za-z0-9/\-_,~\(\)]*)?$ cgi-bin/yabb2/YaBB.pl?action=RSSboard&board=$1 [L]
 ### end YaBB rewrite ### 



If you choose not to use RSSrecent or RSSboard for your symlink, replace the folder name after the ^ with the folder names you plan to use. Once the Mod is installed, go to Admin Center -> Advanced Settings and input your domain url and your chosen folder names. This mod needs the domain url to include the 'http://' part.

Note: We have it installed here so now the url of RSSrecent is http://yabbforumsoftware.com/RSSrecent