Page Index Toggle Pages: 1 2 [3] 4 5  Send TopicPrint
Very Hot Topic (More than 25 Replies) [DONE] Collapsable YaBB Front End (Read 29793 times)
snYpir
New Member
*
Offline


Yo' all

Posts: 48
Joined: Apr 17th, 2002
Re: [DONE] Collapsable YaBB Front End
Reply #30 - Apr 21st, 2002 at 11:09am
Print Post  
itswheelie wrote on Apr 21st, 2002 at 10:12am:
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
  •   
    Back to top
    WWW  
    IP Logged
     
    dijovi
    New Member
    *
    Offline


    I love YaBB 1G - SP1!

    Posts: 25
    Joined: Mar 14th, 2002
    Re: [DONE] Collapsable YaBB Front End
    Reply #31 - Apr 22nd, 2002 at 3:38am
    Print Post  
    I cannot install this mod once i have install notify plus 2.2.1.  ???
      
    Back to top
     
    IP Logged
     
    itswheelie
    Senior Member
    ****
    Offline


    I love YaBB 1 Gold!

    Posts: 445
    Joined: May 30th, 2001
    Re: [DONE] Collapsable YaBB Front End
    Reply #32 - Apr 22nd, 2002 at 3:50am
    Print Post  
    Are you using the boardmod program? What step(s) does it fail with
      
    Back to top
     
    IP Logged
     
    Postmaster
    Full Member
    ***
    Offline


    I love YaBB 1G - SP1!

    Posts: 137
    Joined: Feb 4th, 2002
    Gender: Male
    Re: [DONE] Collapsable YaBB Front End
    Reply #33 - Apr 22nd, 2002 at 8:16pm
    Print Post  
    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
      

    MFG MAC
    Back to top
     
    IP Logged
     
    Postmaster
    Full Member
    ***
    Offline


    I love YaBB 1G - SP1!

    Posts: 137
    Joined: Feb 4th, 2002
    Gender: Male
    Re: [DONE] Collapsable YaBB Front End
    Reply #34 - Apr 22nd, 2002 at 8:41pm
    Print Post  
    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
      

    addon_for_collapsable_frontend.mod ( 1 KB | 135 Downloads )

    MFG MAC
    Back to top
     
    IP Logged
     
    Pointers
    Junior Member
    **
    Offline


    I love an correctly running
    YaBB ...

    Posts: 75
    Joined: Jan 17th, 2002
    Gender: Male
    Re: [DONE] Collapsable YaBB Front End
    Reply #35 - Apr 22nd, 2002 at 10:48pm
    Print Post  
    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
      

    Back to top
    WWW  
    IP Logged
     
    snYpir
    New Member
    *
    Offline


    Yo' all

    Posts: 48
    Joined: Apr 17th, 2002
    Re: [DONE] Collapsable YaBB Front End
    Reply #36 - Apr 22nd, 2002 at 11:44pm
    Print Post  
    Postmaster wrote on Apr 22nd, 2002 at 8:16pm:
    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
      
    Back to top
    WWW  
    IP Logged
     
    Postmaster
    Full Member
    ***
    Offline


    I love YaBB 1G - SP1!

    Posts: 137
    Joined: Feb 4th, 2002
    Gender: Male
    Re: [DONE] Collapsable YaBB Front End
    Reply #37 - Apr 23rd, 2002 at 6:57am
    Print Post  
    sorry themes is of german  Grin
    i mean the Topics  Wink
      

    MFG MAC
    Back to top
     
    IP Logged
     
    snYpir
    New Member
    *
    Offline


    Yo' all

    Posts: 48
    Joined: Apr 17th, 2002
    Re: [DONE] Collapsable YaBB Front End
    Reply #38 - Apr 23rd, 2002 at 8:27am
    Print Post  
    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)
      
    Back to top
    WWW  
    IP Logged
     
    dijovi
    New Member
    *
    Offline


    I love YaBB 1G - SP1!

    Posts: 25
    Joined: Mar 14th, 2002
    Re: [DONE] Collapsable YaBB Front End
    Reply #39 - Apr 23rd, 2002 at 1:15pm
    Print Post  
    itswheelie wrote on Apr 22nd, 2002 at 3:50am:
    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");
      
    Back to top
     
    IP Logged
     
    Postmaster
    Full Member
    ***
    Offline


    I love YaBB 1G - SP1!

    Posts: 137
    Joined: Feb 4th, 2002
    Gender: Male
    Re: [DONE] Collapsable YaBB Front End
    Reply #40 - Apr 23rd, 2002 at 1:18pm
    Print Post  
    snYpir wrote on Apr 23rd, 2002 at 8:27am:
    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
      

    MFG MAC
    Back to top
     
    IP Logged
     
    huijaa
    Full Member
    ***
    Offline


    I'm loving YaBB GOLD 2
    and MORE!

    Posts: 173
    Location: Zoetermeer
    Joined: Feb 23rd, 2002
    Gender: Male
    Re: [DONE] Collapsable YaBB Front End
    Reply #41 - Apr 23rd, 2002 at 2:15pm
    Print Post  
    dijovi wrote on Apr 23rd, 2002 at 1:15pm:
    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.
      

    WorkBar Mod...Planning[0.5%]
    Dutch Mod...Planning[99.5%]
    Back to top
     
    IP Logged
     
    dijovi
    New Member
    *
    Offline


    I love YaBB 1G - SP1!

    Posts: 25
    Joined: Mar 14th, 2002
    Re: [DONE] Collapsable YaBB Front End
    Reply #42 - Apr 24th, 2002 at 5:03am
    Print Post  
    huijaa wrote on Apr 23rd, 2002 at 2:15pm:
    can you make a mod? I also have a notify-mod.

    I hope this can help  Wink
      

    collapsable_frontend1.mod ( 8 KB | 132 Downloads )
    Back to top
     
    IP Logged
     
    Pointers
    Junior Member
    **
    Offline


    I love an correctly running
    YaBB ...

    Posts: 75
    Joined: Jan 17th, 2002
    Gender: Male
    Re: [DONE] Collapsable YaBB Front End
    Reply #43 - May 8th, 2002 at 7:57am
    Print Post  
    @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 ?
      

    Back to top
    WWW  
    IP Logged
     
    KingOfChaos
    Senior Member
    ****
    Offline


    Evil Mod Freak

    Posts: 260
    Location: Temple
    Joined: May 8th, 2002
    Gender: Male
    Re: [DONE] Collapsable YaBB Front End
    Reply #44 - May 10th, 2002 at 9:49am
    Print Post  
    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.
      
    Back to top
    IP Logged
     
    Page Index Toggle Pages: 1 2 [3] 4 5 
    Send TopicPrint