Post Reply

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 all post(s). Click here to show the reduced amount
Posted by: Dandello
Posted on: Mar 18th, 2016 at 6:54pm
Installs as is in 2.6.12
Posted by: alqutob
Posted on: Apr 15th, 2015 at 9:03pm
Arabic version is out

Posted by: alqutob
Posted on: Apr 15th, 2015 at 8:41pm
Done ... it works

Note:

in the Mod file

Code (Perl)
Select All
<edit file>
 Admin/AdminSublist.pm
 </edit file> 



Must be

Code (Perl)
Select All
<edit file>
 Admin/AdminSubList.pm
 </edit file> 



Thank you
Posted by: Dandello
Posted on: Mar 3rd, 2015 at 12:43am
This one works as is for YabMod.
Posted by: Dandello
Posted on: Jan 23rd, 2015 at 3:38pm
Version 0.7 in 1st post (added template file)
Posted by: Dandello
Posted on: Jan 10th, 2015 at 1:04am
Don't worry - if an experienced mod adder-on-er has trouble with a mod it kind of tells us we need better instructions.
Posted by: Batchman
Posted on: Jan 10th, 2015 at 12:13am
I guess that was the one file I ended up missing uploading, uploaded that, and now I have the link showing up. Sorry.  Undecided

Edited:
Want a small textual error correction?

When you send an e-mail the forum tells you something like "Thank you, your message has been sent <username>"

It probably should be "Thank you, your message has been sent, <username>"

Posted by: Dandello
Posted on: Jan 10th, 2015 at 12:01am
Shouldn't be - unless
Code
Select All
push @AdvancedTabs, 'contact'; 

didn't get added to Settings.pm

Edited:
This is one I haven't finished checking over for 2.6.11
Posted by: Batchman
Posted on: Jan 9th, 2015 at 11:56pm
Nope, no contact link in the menu bar. Is this one of the places where you have to manually add the link or something?
Posted by: Dandello
Posted on: Jan 9th, 2015 at 11:51pm
There should be a link 'Contact' in the Nav bar.
Posted by: Batchman
Posted on: Jan 9th, 2015 at 11:10pm
Installed this, uploaded all the files, but I don't see anything new anywhere on the forum.

No icon anywhere, no tab, no nothing. Set it for all see it, but I do not see anything as admin, regular member, or guest. Where would this appear at?
Posted by: Dandello
Posted on: Dec 19th, 2014 at 2:44pm
AACK!  Smiley

New zip in first post.
Posted by: Red Barchetta
Posted on: Dec 19th, 2014 at 3:13am
Zip Archive seems to be missing the ~~/yabbfiles/ModImages/contact.gif  file  ?
Posted by: Dandello
Posted on: Dec 15th, 2014 at 2:51pm
New zip in first post
Posted by: Red Barchetta
Posted on: Dec 15th, 2014 at 4:41am
In your ZIP file, you have

~~\English\Mods\ContactPage.lng

But in maint it is looking for

~~\Languages\English\Mods\ContactPage.lng
Posted by: Dandello
Posted on: Dec 11th, 2014 at 1:56pm
Adds a Contact Page to your Forum.
Original author: Derek Barnstorm

Installation
------------
1) Modify YaBB files using BoardMod or manually.
2) Upload modified files to your server in ASCII mode.
3) Upload ContactPageSettings.pm to Admin/Mods, ContactPage.lng to Language/English/Mods, ContactPage.pm to Sources/Mods, and ContactPage.template to Templates/default/Mods. You may need to create the Mod folders for these.
4) Upload contact.gif to yabbfiles/ModImages.

NOTE: To remove this mod using BoardMod, the edit Variables/Settings.pm section of this mod must be removed. Variables/Settings.pm must be edited by hand to remove "contact" from @AdvancedTabs list.

Files to edit
-------------
AdminIndex.pl
Admin/AdminSublist.pm
Admin/ModList.pm
Languages/English/Admin.lng
Languages/English/Email.lng
Languages/English/Menu.lng
Sources/AdvancedTabs.pm
Sources/SubList.pm
Sources/Subs.pm
Sources/TabMenu.pm
Templates/default/Menu.def
Variables/Settings.pm

Version History
---------------
V0.1 - First release - 16th January 2010
V0.2 - Added Spam Detection - 20th January 2010
V0.3 - Updated for YaBB 2.5 - 15th July 2010
V0.4 - Updated for 2.6.0 by Dandello - 11th July, 2014
V0.5 - Updated for 2.6.1 by Dandello - 2nd Sept, 2014
V0.6 - Updated for 2.6.1 Build 1606 by Dandello - 16th Nov, 2014
V0.7 - Updated for 2.6.11 by Dandello - 23th Jan, 2015

Edited:
This is the 2.6.11 version with html pulled into ContactPage.template