Add Poll
 
Options: Text Color Split Pie
 
 
 
 
 
 
 
 
days and minutes. Leave it blank if you don't want to set it now.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
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
                       
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 5000 characters. Remaining characters:
Text size: pt
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 5 post(s). Click here to show all
Posted by: ..::X.T.C::..
Posted on: Dezember 6th, 2014 um 5:54pm
  Mark & QuoteQuote
Hello

NEW Zip Files attach in first post ....

'SideMenue Mod' - adapted for YaBB 2.6.1 Build 1611 

lg XTC
Posted by: ..::X.T.C::..
Posted on: September 18th, 2014 um 6:58am
  Mark & Quote
Hello

Red Barchetta wrote on September 17th, 2014 um 8:47pm:
If I wanted to change the font size, what is the best way to go about that?

Open the file ....

public_html/yabbfiles/ModImages/SideMenue/sidemenue.css

.... and edit

Code (CSS)
Select All
.pushmenu{ /* shared class for horizontal push menu */
    background-color: #4a4a4a;
    color: white;
    width: 280px; /* default menu width */
    height: 100%;
    position: fixed;
    z-index: 1000;
    font-size: 14px;
    top: -100%;
    clear: both;
    display: block;
    visibility: 'hidden';
    overflow-y: auto;
    -moz-transition: all 100ms ease-in-out; /* Menu transition. Actual duration controlled by script */
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
} 



lg XTC
Posted by: Red Barchetta
Posted on: September 17th, 2014 um 8:47pm
  Mark & QuoteQuote
Have it installed and working. Looks good. If I added more links then what fits on the screen, will it scroll independently of the forum? If I wanted to change the font size, what is the best way to go about that?

Thanks for all your great work.
Posted by: Red Barchetta
Posted on: September 15th, 2014 um 4:19pm
  Mark & QuoteQuote
Just installed, looks good and is working fine.

Thanks
Posted by: ..::X.T.C::..
Posted on: September 14th, 2014 um 8:07am
  Mark & Quote
This mod will add a nice SideMenu to your board.

+ Functions
    +Generally
        - Display Forum Links in the following Link-Categories
          (Forum, Private, Administrator, Global Administrator, Others)
    +Administrator
        - Enable/Disable Sidemenu (Forum)
        - Enable/Disable Sidemenu (Admin Center)
        - Enable/Disable "Standard Sidemenu" (Forum Links) links
        - Enable/Disable SideMenue on right site (Forum)
        - Enable/Disable "Push" Forum content or "Overlap" (Forum)
        - Enable/Disable Guest Sidemenu access
        - Admin can add links to "Link-Categories"
        - Admin can specify which Membergroups can
          add Private-Sidemenu-Links (User CP)
    +Members
        - Member can enable/disable Sidemenu (User CP)(If Admin allow)
        - Member can add "Private-Links" (User CP)(If Admin allow)



Installation:

1) Upload the folder "SideMenue" with all files to your "public_htm/yabbfiles/ModImages" directory

     public_html/yabbfiles/ModImages/SideMenue/*.png                (binary mode!)
     public_html/yabbfiles/ModImages/SideMenue/*.css                 (ASCII mode!)
     public_html/yabbfiles/ModImages/SideMenue/*.js                   (ASCII mode!)

2) Upload the "SideMenue Sources Files" to ....

     cgi-bin/yabb2/Admin/SideMenueSet.pm                                  (ASCII mode!)
     cgi-bin/yabb2/Languages/English/SideMenue.lng                     (ASCII mode!)
     cgi-bin/yabb2/Languages/German/SideMenue.lng                    (ASCII mode!)(only German User)
     cgi-bin/yabb2/Languages/Sources/SideMenue.pm                    (ASCII mode!)


3) Install the mod with the BoardMod Software or manually and upload (in ASCII mode):

     cgi-bin/yabb2/AdminIndex.pl

     cgi-bin/yabb2/Admin/Admin.pm
     cgi-bin/yabb2/Admin/AdminEdit.pm
     cgi-bin/yabb2/Admin/AdminSubList.pm
     cgi-bin/yabb2/Admin/ModList.pm
     cgi-bin/yabb2/Admin/NewSettings.pm

     cgi-bin/yabb2/Sources/Profile.pm
     cgi-bin/yabb2/Sources/SubList.pm
     cgi-bin/yabb2/Sources/Subs.pm
     cgi-bin/yabb2/Sources/System.pm

     cgi-bin/yabb2/Templates/default/Boardindex.template
     cgi-bin/yabb2/Templates/default/default.html
     cgi-bin/yabb2/Templates/default/MyProfile.template




Screenshots:

Forum:





Administration:



Profile (User CP):





History:
======================
SideMenue for YaBB 2.6.0 by XTC 06. Dec 2014
Beta 2

- Updated for YaBB 2.6.1 Build 1611

======================
SideMenue for YaBB 2.6.1 by XTC 14h.Sep. 2014
Beta 1

- Updated for 2.6.1

======================
SideMenue for YaBB 2.6.0 by XTC 29h.June.2014
Beta 1

- Updated for 2.6.0
- added new Sidemenu jQuery (Side Push Menu)(Author: Dynamic Drive at http://www.dynamicdrive.com)

======================
SideMenue YaBB SP 1.3.x by XTC 6h.Dec.2004
v1.1

- added Admin Setting points (Forum Preferences and Settings)
- added functionto Link Edit Center (Admin)
- added setting for membergroups access (Forum Preferences and Settings)
- added Sidemenue ON/OFF function for members (Profile)
- added  Link Edit Center (Profile)(allowed Membergroups)

======================
SideMenue YaBB SP 1.3.x by XTC 2004
v1.0
----------
Fixed - "$scripturl/YaBB$yyext"  to "$scripturl" (SideMenue.pl)
----------
Fixed - "action=mlpost" to "action=mlall" (SideMenue.pl)
----------
 
  Top