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

21.05.13 at 15:11:44, Welcome, Guest. Please Login or Register

Choose Language:
Pages: 1 2 3 ... 25
Sub-boards for YaBB 2! (New! and Improved!) (Read 42409 times)
BRO_co03
Fulltime Hacker
***
Offline

Lone Star State, Texas, USA
Posts: 216



25.12.05 at 20:42:56  
Seasons Greetings, Everyone.

I am happy to announce:
Sub-boards for YaBB 2
Version 1.0.8

Quote:
This mod allows one to create sub-boards for YaBB 2.1 release.

Installation:
1) First thing to do is go to your default templates in the Admin Center and save the Display.template file. (On a fresh download the default template has › in the text instead of ›. Saving the file via the Admin Center will automatically change it.)
2) Save the SubBoard.lng file to the language's designated directory.
3) Install the Sub-Boards_for_Y2-1_1-0-8.mod via BoardMod.exe

To create a sub-board:
1) In the Manage Boards section, edit or add a board.
2) Under the Location option, choose a parent board for your currently edited board, and Save.

To reorder the subboards:
1) Click the "Reorder Sub-boards" link in the Manage Boards section.
2) Rearrange the boards in the order you choose, and Save.


If you already have subboards from one of the previous mods, you need to save one of your boards in the Manage Boards section of the Admin Center to generate some arrays needed to display subboard stats.

A major bug that occurs when uninstalling the mod has been fixed in version 1.0.8
When uninstalling version 1.0.2 the /Admin/ManageBoards.pl file is changed from the original version. Version 1.0.3, and all subsequent versions, cannot be installed if you uninstall version 1.0.2.
If you installed version 1.0.2, in order to install version 1.0.8, you need to re-upload the /Admin/ManageBoards.pl file to your YaBB directory.


The mod includes the frequently-asked-for sub-board stats, and new posts icon! Also included Search and recent post compatibility.

This mod should work with out any problems. Please let me know if you do experience any problems with this mod.
« Last Edit: 25.07.06 at 22:05:39 by BRO_co03 »  
IP Logged
 
mick
Hacker Expert
****
Offline

Dorsten, Nordrhein-Westfalen, Germany
Posts: 344



Reply #1 - 25.12.05 at 21:46:50  
Hi,
merry Christmas and thx for the mod.

I have a Error in Step 36.

The mod search for:
Code:
<td class="windowbg2" width="55%" align="left"><a name="<yabb boardanchor>" href="<yabb boardurl>"><yabb boardpic><b><yabb boardname></b></a><br /><yabb boarddesc><br /><br /><span class="small"><i><yabb moderators></i></span></td> 



In my boardindex.template is written:
Code:
<td class="windowbg2" width="55%" align="left"><a name="<yabb boardanchor>" href="<yabb boardurl>"><yabb boardpic><b><yabb boardname></b></a><br /><yabb boarddesc><br /><span class="small"><i><yabb moderators></i></span></td> 



After changing the mod runs Wink

Best regards
Mick
« Last Edit: 25.12.05 at 22:16:08 by mick »  
IP Logged
 
mick
Hacker Expert
****
Offline

Dorsten, Nordrhein-Westfalen, Germany
Posts: 344



Reply #2 - 26.12.05 at 00:03:42  
Hi,
my last posting was written after Installing the mod
in a test-board.
When I try to install it in other boards, I got errors
in step 37 and 38.

In your mod is written:
<b><yabb home> > <yabb category>
I had to change it into
<b><yabb home> &rsaquo; <yabb category>

I make a german translation for the ing-file.

Greetz
Mick
 
IP Logged
 

SubBoard.lng.zip (Attachment deleted)
Martin_W
Hacker Expert
****
Offline

Devon, United Kingdom
Posts: 463



Reply #3 - 26.12.05 at 10:11:11  
The mod instruction say to save the template via the admin centre before running the mod.

<b><yabb home> > <yabb category>
I had to change it into  
<b><yabb home> &rsaquo; <yabb category>

Something to do with this bit &rsaquo

Just an obseravtion!
 
IP Logged
 
Jeff
Moderator
*****
Offline

, Netherlands
Posts: 2552



Reply #4 - 26.12.05 at 13:47:19  
Hi
thnx for this great mod. We love it. Works great.  8)
 
IP Logged
 

greetings
Jeff
kef
Guest





Reply #5 - 26.12.05 at 14:35:32  
explain this some more for a thicko.
before running the mod in my local templates/default/display save it to remove the &rsaquo
then run the mod
then upload it ??
 
IP Logged
 
Jeff
Moderator
*****
Offline

, Netherlands
Posts: 2552



Reply #6 - 26.12.05 at 14:46:28  
Hi BRO_co03
I dont know if this a bug. If you have a new posts in subboards, that not display on BoardIndex, only if you go to MessageIndex. Is that true?

Another Display bug, Threads on Subboards not displaying on BoardIndex.

Example:

you have 2 Topics on Sub-boards and 2 threads but on Boards are displaying 2 Topics, but it should 4 Topics. That Total Count on Boardindex is wrong.
« Last Edit: 26.12.05 at 16:15:35 by Jeff »  
IP Logged
 

greetings
Jeff
Jeff
Moderator
*****
Offline

, Netherlands
Posts: 2552



Reply #7 - 26.12.05 at 18:02:35  
I dont know if this do with BoardPic Mod or Sub-Board Mod. I have Installed Sub-board mod after installed your mod.

If you add BoardPics you get a text in discription. See images above is without boardpic and below with boardpic. With one Boardpic is ok, but 2 or more wil get this below on image

This happing if you add boardpic on sub-boards, no boards.
« Last Edit: 26.12.05 at 18:31:23 by Jeff »  
IP Logged
 

boardpic.gif (Attachment deleted)

greetings
Jeff
Jeff
Moderator
*****
Offline

, Netherlands
Posts: 2552



Reply #8 - 26.12.05 at 19:01:55  
I found it if you have on first sub-board without, that get this on second image below. I have recodered sub-board down as 4th sub-board and fixed Displayproblem.
 
IP Logged
 

greetings
Jeff
BRO_co03
Fulltime Hacker
***
Offline

Lone Star State, Texas, USA
Posts: 216



Reply #9 - 26.12.05 at 19:24:22  
mick wrote on 25.12.05 at 21:46:50:
Hi,
merry Christmas and thx for the mod.

I have a Error in Step 36.

The mod search for:
Code:
<td class="windowbg2" width="55%" align="left"><a name="<yabb boardanchor>" href="<yabb boardurl>"><yabb boardpic><b><yabb boardname></b></a><br /><yabb boarddesc><br /><br /><span class="small"><i><yabb moderators></i></span></td> 



In my boardindex.template is written:
Code:
<td class="windowbg2" width="55%" align="left"><a name="<yabb boardanchor>" href="<yabb boardurl>"><yabb boardpic><b><yabb boardname></b></a><br /><yabb boarddesc><br /><span class="small"><i><yabb moderators></i></span></td> 



After changing the mod runs Wink

Best regards
Mick

The BoardIndex.template file that comes on a fresh YaBB 2.1 board has two line breaks (<br />) after the <yabb boarddesc>.



mick wrote on 26.12.05 at 00:03:42:
Hi,
my last posting was written after Installing the mod
in a test-board.
When I try to install it in other boards, I got errors
in step 37 and 38.

In your mod is written:
<b><yabb home> > <yabb category>
I had to change it into
<b><yabb home> &rsaquo; <yabb category>

I make a german translation for the ing-file.

Greetz
Mick


Martin_W wrote on 26.12.05 at 10:11:11:
The mod instruction say to save the template via the admin centre before running the mod.

<b><yabb home> > <yabb category>
I had to change it into  
<b><yabb home> &rsaquo; <yabb category>

Something to do with this bit &rsaquo

Just an obseravtion!


Kef wrote on 26.12.05 at 14:35:32:
explain this some more for a thicko.
before running the mod in my local templates/default/display save it to remove the &rsaquo
then run the mod
then upload it ??


The original Display.template file has &rsaquo; in it. Saving it (via the Edit Templates feature of the Admin Center) automatically changes the &rsaquo; into › which the Sub-board mod looks for.



Quote:
Hi BRO_co03
I dont know if this a bug. If you have a new posts in subboards, that not display on BoardIndex, only if you go to MessageIndex. Is that true?

Another Display bug, Threads on Subboards not displaying on BoardIndex.

Example:

you have 2 Topics on Sub-boards and 2 threads but on Boards are displaying 2 Topics, but it should 4 Topics. That Total Count on Boardindex is wrong.


That is correct. The BoardIndex only shows the new posts icon if there are new posts in that board, not sub-boards. However I could add that feature in a future release.

The same thing applies to the topic and post count. It does not include the topic and post count of any sub-boards. I will also include that in a future release.



Quote:
I dont know if this do with BoardPic Mod or Sub-Board Mod. I have Installed Sub-board mod after installed your mod.

If you add BoardPics you get a text in discription. See images above is without boardpic and below with boardpic. With one Boardpic is ok, but 2 or more wil get this below on image

This happing if you add boardpic on sub-boards, no boards.


Quote:
I found it if you have on first sub-board without, that get this on second image below. I have recodered sub-board down as 4th sub-board and fixed Displayproblem.


I can't seem to recreate your problem. Is that BoardPic Mod mdrmdr's Message index with default board picture mod?
 
IP Logged
 
Jeff
Moderator
*****
Offline

, Netherlands
Posts: 2552



Reply #10 - 26.12.05 at 19:39:03  
Yes it BoardPic mod for MessageIndex from mdrmdr. I wil ask him then. thnx
 
IP Logged
 

greetings
Jeff
BRO_co03
Fulltime Hacker
***
Offline

Lone Star State, Texas, USA
Posts: 216



Reply #11 - 26.12.05 at 20:06:55  
Quote:
Yes it BoardPic mod for MessageIndex from mdrmdr. I wil ask him then. thnx

I've updated my mod to be compatible with his. Give me a few minutes and I will upload it here.
 
IP Logged
 
Jeff
Moderator
*****
Offline

, Netherlands
Posts: 2552



Reply #12 - 26.12.05 at 20:14:21  
ok thnx.
 
IP Logged
 

greetings
Jeff
BRO_co03
Fulltime Hacker
***
Offline

Lone Star State, Texas, USA
Posts: 216



Reply #13 - 26.12.05 at 20:29:43  
All done. I've uploaded the newer version in the first post of this thread. You should be able to uninstall the previous version and install the newer version (v1.0.1) via BoardMod.exe.
 
IP Logged
 
Jeff
Moderator
*****
Offline

, Netherlands
Posts: 2552



Reply #14 - 26.12.05 at 20:56:08  
Hi
thnx again, works great now.  8)
 
IP Logged
 

greetings
Jeff
Pages: 1 2 3 ... 25
© 2000-2012 by - All rights reserved.

Project website hosting proudly sponsored and provided by UK2 Hosting
 The Project | News | Downloads | Mods | FAQ | Templates | Chat | Forum