The Project
|
News
|
Downloads
|
Mods
|
FAQ
|
Templates
|
Chat
|
Forum
BoardMod Support Forum
[
Home
|
Help
|
Search
|
Login
|
Register
]
26.05.13 at 00:12:50, Welcome, Guest. Please
Login
or
Register
Choose Language:
English
German
German_Du
BoardMod Support Forum
›
YaBB 1 Mods
›
FINAL Mods for YaBB 1 SP1/1.1
› [DONE] Collapsable YaBB Front End
(Moderators: LoonyPandora, batchman, Michael Prager, Shoeb Omar, dOCdaS, Spikecity, Christer Alexander)
‹
Previous Topic
|
Next Topic
›
Pages:
1
2
3
4
5
Print
[DONE] Collapsable YaBB Front End (Read 9404 times)
snYpir
Bloody Novice
Offline
Posts: 48
Reply #30 -
21.04.02 at 12:09:05
itswheelie wrote
on 21.04.02 at 11: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
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!
IP Logged
dijovi
Bloody Novice
Offline
Posts: 25
Reply #31 -
22.04.02 at 04: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 04: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 21: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
IP Logged
MFG MAC
Postmaster
Fulltime Hacker
Offline
Posts: 137
Reply #34 -
22.04.02 at 21:41:40
here is a addon for you mod when my cellhover 1.1 mod is installed
Download from the Attachment
see and test on my board
«
Last Edit: 22.04.02 at 22:16:29 by Postmaster
»
IP Logged
addon_for_collapsable_frontend.mod
(1 KB |
153
)
MFG MAC
Pointers
Hacker Wannabe
Offline
Posts: 75
Reply #35 -
22.04.02 at 23:48:50
ohh, i loved this mod !
my board has 15 cats with 88 sections... now we can economize traffic and time...
thanks for this mod and the good coder-job
IP Logged
snYpir
Bloody Novice
Offline
Posts: 48
Reply #36 -
23.04.02 at 00:44:07
Postmaster wrote
on 22.04.02 at 21: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
IP Logged
Postmaster
Fulltime Hacker
Offline
Posts: 137
Reply #37 -
23.04.02 at 07:57:20
sorry themes is of german
i mean the Topics
«
Last Edit: 23.04.02 at 08:17:43 by Postmaster
»
IP Logged
MFG MAC
snYpir
Bloody Novice
Offline
Posts: 48
Reply #38 -
23.04.02 at 09: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?
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 14:15:19
itswheelie wrote
on 22.04.02 at 04: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 14:18:08
snYpir wrote
on 23.04.02 at 09: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?
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
IP Logged
MFG MAC
huijaa
Fulltime Hacker
Offline
Posts: 173
Reply #41 -
23.04.02 at 15:15:30
dijovi wrote
on 23.04.02 at 14: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 06:03:14
huijaa wrote
on 23.04.02 at 15:15:30:
can you make a mod? I also have a notify-mod.
I hope this can help
IP Logged
collapsable_frontend1.mod
(8 KB |
111
)
Pointers
Hacker Wannabe
Offline
Posts: 75
Reply #43 -
08.05.02 at 08: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
Posts: 260
Reply #44 -
10.05.02 at 10: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
http://www.realmsofevil.net/
Pages:
1
2
3
4
5
Print
‹
Previous Topic
|
Next Topic
›
Forum Jump »
Home
» 10 most recent Posts
» 10 most recent Topics
YaBB & BoardMod
- News
- General Board
- Feedback
- Programming & Coding Board
YaBB 2 Mods
- FINAL Mods for YaBB 2.5
- BETA Mods for YaBB 2.5
- FINAL Mods for YaBB 2.4
- BETA Mods for YaBB 2.4
- FINAL Mods for YaBB 2.3/2.3.1
- BETA Mods for YaBB 2.3/2.3.1
- FINAL Mods for YaBB 2.2/2.2.1/2.2.2/2.2.3
- BETA Mods for YaBB 2.2/2.2.1/2.2.2/2.2.3
- FINAL Mods for YaBB 2/2.1
- BETA Mods for YaBB 2/2.1
YaBB 1 Mods
- FINAL Mods for YaBB 1 SP1.4
- FINAL Mods for YaBB 1 SP1.3/1.3.1/1.3.2
- FINAL Mods for YaBB 1 SP1.2
- FINAL Mods for YaBB 1 SP1/1.1 ««
- FINAL Mods for YaBB 1 Gold
- BETA Mods for YaBB 1
Mod Support
- Mod Troubleshooting
- Mod Bugs
- Mod Ideas, Requests & Feedback
- Tutorials
- Mod Testing
Templates & Graphics
- Template Vault
- Template Help & Troubleshooting
- Template & Graphics Requests
- Graphics
- Showcase Board
BoardMod Support Forum
» Powered by
YaBB 2.3.1
!
YaBB
© 2000-2009. All Rights Reserved.
© 2000-2012 by
Michael Prager
- All rights reserved.
Project website hosting proudly sponsored and provided by
UK2 Hosting
The Project
|
News
|
Downloads
|
Mods
|
FAQ
|
Templates
|
Chat
|
Forum