Help - Search - Members - Calendar
Full Version: Joining of Catagories
Neowin Forums > Help & Discussion Center > Web Server Side > Bulletin Board Support
marklcfc
Looks fantastic on board index..

Would really like something like this on my Invision forum. Any tutorials or help on how to? smile.gif
Joel
Moved here

Search for "catend" in your HTML templates.
SadJoker
What do you mean by joining of categories?
marklcfc
Well, the default view is here

As you can see, the catagories are seperated. On here they are joined with collaspe icons to minimize each sub catagory.
mistical
QUOTE(Joel @ May 12 2005, 14:32)
Moved here

Search for "catend" in your HTML templates.

That's basically all you need to do, someone asked how to do this awhile ago and I explained here in alittle more detail on how to: click here
marklcfc
That doesn't include the option to collaspe and expand a catagory.
mistical
QUOTE(marklcfc @ May 13 2005, 12:38)
That doesn't include the option to collaspe and expand a catagory.

What Joel and I said, works. You want it to look like the board index of Neowin? all together? Then what we both said is what you want to do. It will not remove the option to collapse or expand the category.
marklcfc
Yes I do want that, but it doesn't work - user posted image

The only way i've got it to work is how my forum is currently looking - www.foxestalk.co.uk . But there are no collaspe/expands, and when you click a sub catagory it looks horrible.
Tomi
Try searching...

http://www.neowin.net/forum/index.php?show...#entry585723197
mistical
tm that was the topic I was linking him to before that I had posted in. smile.gif

But marklcfc, it looks like you removed the collapse and expand button yourself.

Edit your skin template then go to Board Index and then find "CatHeader_Expanded"

Make you see the following at the beginning in that template:

CODE
<div class="borderwrap" style="display:{$data['div_fc']}" id="fc_{$data['id']}">
<div class="maintitlecollapse">
 <p class="expand"><a href="javascript:togglecategory({$data['id']}, 0);"><{E_PLUS}></a></p>
 <p><{CAT_IMG}>&nbsp;<a href="{ipb.script_url}showforum={$data['id']}">{$data['name']}</a></p>
</div>
</div>
<div class="borderwrap" style="display:{$data['div_fo']}" id="fo_{$data['id']}">
<div class="maintitle">
 <p class="expand"><a href="javascript:togglecategory({$data['id']}, 1);"><{E_MINUS}></a></p>
 <p><{CAT_IMG}>&nbsp;<a href="{ipb.script_url}showforum={$data['id']}">{$data['name']}</a></p>
</div>
Tomi
QUOTE(mistical @ May 13 2005, 21:18)
tm that was the topic I was linking him to before that I had posted in. smile.gif
[right][snapback]585916264[/snapback][/right]

Oh, never even notice there was a link in that previous post. blush.gif
marklcfc
Thanks everyone!

I've got it to work and it's looking nice smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.