The BoardMod Project
 The Project | News | Downloads | Mods | FAQ | Templates | Chat | Forum
BoardMod Support Forum
[ Home | Help | Search | Login | Register ]  

07.09.10 at 22:07:03, Welcome, Guest. Please Login or Register

Choose Language:
Pages: 1 2 3 4 5 
[DONE] Collapsable YaBB Front End (Read 4166 times)
snYpir
Bloody Novice
*
Offline

Posts: 48



Reply #30 - 21.04.02 at 11:09:05  
itswheelie wrote on 21.04.02 at 10:12:01:
The default with 1.2 is all the categories are collapsed not expanded.

Ah, the joys of communicating in a text-based environment Smiley

Just to make sure its crystal:
  • If a member without a .cat file logs onto the board, all categories will default to expanded (ie the boards will be showing).
  • If a new category is added or a category is deleted, all categories will default to expanded for one load of the board index, because that's the way the mod re-synchs itself to the number of categories your board has.

    So, in summary, the mod will always default to expanded categories (ie boards showing as normal).

    Just make sure you are running version 1.3!

    Thanks itswheelie, your support with testing this mod is appreciated! Grin
  •  
    IP Logged
     
    dijovi
    Bloody Novice
    *
    Offline

    Posts: 25



    Reply #31 - 22.04.02 at 03:38:36  
    I cannot install this mod once i have install notify plus 2.2.1.  ???
     
    IP Logged
     
    itswheelie
    Hacker Expert
    ****
    Offline

    Posts: 445



    Reply #32 - 22.04.02 at 03:50:12  
    Are you using the boardmod program? What step(s) does it fail with
     
    IP Logged
     
    Postmaster
    Fulltime Hacker
    ***
    Offline

    Posts: 137



    Reply #33 - 22.04.02 at 20:16:38  
    install is ok and works great.
    it is possible when is Collapse to show the themes,threads and last post in the index??
    thanks  Wink
     
    IP Logged
     

    MFG MAC
    Postmaster
    Fulltime Hacker
    ***
    Offline

    Posts: 137



    Reply #34 - 22.04.02 at 20:41:40  
    here is a addon for you mod when my cellhover 1.1 mod is installed  Wink
    Download from the Attachment

    see and test on my board
    « Last Edit: 22.04.02 at 21:16:29 by Postmaster »  
    IP Logged
     

    MFG MAC
    Pointers
    Hacker Wannabe
    **
    Offline

    Posts: 75



    Reply #35 - 22.04.02 at 22:48:50  
    ohh, i loved this mod !
    my board has 15 cats with 88 sections... now we can economize traffic and time... Grin
    thanks for this mod and the good coder-job Smiley
     
    IP Logged
     

    ...
    snYpir
    Bloody Novice
    *
    Offline

    Posts: 48



    Reply #36 - 22.04.02 at 23:44:07  
    Postmaster wrote on 22.04.02 at 20:16:38:
    it is possible when is Collapse to show the themes,threads and last post in the index??

    Hmm, yes anything is possible. As much information as you need from the board files could be inserted beside the category name.

    what do you mean by Themes? do you mean board names?

    but... it sort of defeats the purpose of collapsing the categories doesn't it? Perhaps just last post details would fit ok... i'll look into it Wink
     
    IP Logged
     
    Postmaster
    Fulltime Hacker
    ***
    Offline

    Posts: 137



    Reply #37 - 23.04.02 at 06:57:20  
    sorry themes is of german  Grin
    i mean the Topics  Wink
    « Last Edit: 23.04.02 at 07:17:43 by Postmaster »  
    IP Logged
     

    MFG MAC
    snYpir
    Bloody Novice
    *
    Offline

    Posts: 48



    Reply #38 - 23.04.02 at 08:27:33  
    i could put details of the last post for each category beside the category title when the category is collapsed - is that what you mean? Roll Eyes

    i could also put # boards and # topics in there as well... but it might look crowded.

    i'll look at it tomorrow night 8)
     
    IP Logged
     
    dijovi
    Bloody Novice
    *
    Offline

    Posts: 25



    Reply #39 - 23.04.02 at 13:15:19  
    itswheelie wrote on 22.04.02 at 03:50:12:
    Are you using the boardmod program? What step(s) does it fail with


    I add this and everthing work fine now with the notify plus 2.2.1 mod

               foreach $curboard (@{$catboards{$curcat}}) {
                     chomp $curboard;
    # --- Added for Notify Plus 2.2 --- #

                     # Reset Mark-image
                     $markimg = "";

                     # Is mark board enabled and it's a Member ?
                     if ($enable_mark_board == 1 && $username ne 'Guest') {

                           # Has the member a notification on this board ?!
                           if (fopen(FILE, "$boardsdir/$curboard.mail")) {

                                 # Read all records
                                 fopen(FILE, "$boardsdir/$curboard.mail");
                                 @mails = <FILE>;
                                 fclose(FILE);
                                 foreach $record (@mails) {

                                       chomp($record);
                                       ($email, $format) = split(/\|/, $record);
                                       chomp($email);

                                       # Yep, Notification found
                                       if ($email eq $settings[2]) {
                                             $markimg  = qq~<img src='$imagesdir/mark_icon.gif' border='0'>~;
                                             last;
                                       }

                                 # End Foreach
                                 }


                           # End if Has the member a notification
                           }

                     # End if Is mark board enabled
                     }

    # --- /Added for Notify Plus 2.2 --- #

                     fopen(FILE, "$boardsdir/$curboard.dat");
     
    IP Logged
     
    Postmaster
    Fulltime Hacker
    ***
    Offline

    Posts: 137



    Reply #40 - 23.04.02 at 13:18:08  
    snYpir wrote on 23.04.02 at 08:27:33:
    i could put details of the last post for each category beside the category title when the category is collapsed - is that what you mean? Roll Eyes

    i could also put # boards and # topics in there as well... but it might look crowded.

    i'll look at it tomorrow night 8)


    thanks  Wink
     
    IP Logged
     

    MFG MAC
    huijaa
    Fulltime Hacker
    ***
    Offline

    Zoetermeer, Netherlands
    Posts: 173



    Reply #41 - 23.04.02 at 14:15:30  
    dijovi wrote on 23.04.02 at 13:15:19:
    I add this and everthing work fine now with the notify plus 2.2.1 mod

    can you make a mod? I also have a notify-mod.
     
    IP Logged
     

    WorkBar Mod...Planning[0.5%]
    Dutch Mod...Planning[99.5%]
    dijovi
    Bloody Novice
    *
    Offline

    Posts: 25



    Reply #42 - 24.04.02 at 05:03:14  
    huijaa wrote on 23.04.02 at 14:15:30:
    can you make a mod? I also have a notify-mod.

    I hope this can help  Wink
     
    IP Logged
     
    Pointers
    Hacker Wannabe
    **
    Offline

    Posts: 75



    Reply #43 - 08.05.02 at 07:57:57  
    @snYpir
    i must deinstalled your mod, because my board have a lot of speed problems when your mod is installed...

    login/logout and shows the boardindex - booth took a long, long time... ?!

    in server-error-log i have everytime this entrys;
    Premature end of script headers: /home/mcse-board/cgi-bin/yabb/YaBB.pl
    or
    attempt to invoke directory as script: /home/mcse-board/cgi-bin/yabb

    after the deinstalling of your mod, i'll haven't these entrys and the board speed ist again fast !!!
    whats now, or whats wrong - any ideas ?
     
    IP Logged
     

    ...
    KingOfChaos
    Hacker Expert
    ****
    Offline

    Temple, Texas, USA
    Posts: 260



    Reply #44 - 10.05.02 at 09:49:56  
    Nope, didn't like the fact that it automatically collapses all the forums on install.  Within 20 minutes of installing, I got 10 "What the hell is wrong with the forums now?!?" e-mails as members didn't know how to collapse and expand categories.
     
    IP Logged
     
    Pages: 1 2 3 4 5 
    © 2000-2009 by - All rights reserved.

    SourceForge.net Logo
     The Project | News | Downloads | Mods | FAQ | Templates | Chat | Forum