How to put subforums at top?

zmosaad at 01h22
15
Sep
2011
Hi

I have forum that contains topics and sub-forums. Now the topics are at top and the sub-forums at the end of the page

How to put sub-forums at the top????

1 Guest, on 15/09/2011 at 04h56
Can you provide the URL for your forum?

I'm pretty sure you have an Invision board, but I want to be 100% sure before I post some code that fixes this problem on Invision boards.
2 zmosaad, on 15/09/2011 at 07h21
dion wrote:
Can you provide the URL for your forum?

I'm pretty sure you have an Invision board, but I want to be 100% sure before I post some code that fixes this problem on Invision boards


yes , I use Invision board. I need this CSS code

thanks
3 medlsc, on 23/09/2011 at 00h19
hi.. i have tha same problem.. my forum version is phpbb3. How can I solve this problem ?

my forum is this : http://medlabsc.free-forums.biz/
4 Guest, on 23/09/2011 at 00h42
Now that I know you have an Invision board...if you place the following script into the description field of the last subforum of a forum, the display will look as you want.

Code:
<script type="text/javascript"><!--
jQuery(function() {
    var x = document.getElementById('navstrip').nextSibling;
    x.parentNode.insertBefore(jQuery('.empty-clear + .borderwrap')[1], x);
});
--></script>

You'll need to repeat this for every forum that has subforums.
________________________

To the person who just replied about a phpBB3 board -- you don't have this problem. Your subforums are displaying EXACTLY as they should.
5 zmosaad, on 23/09/2011 at 01h48
@dion
it works great. Thanks Very Happy
6 medlsc, on 23/09/2011 at 10h39
Sorry my mistake Dion. I mean that i want to put the subforum below the annoucements and stickies.

what i mean.. now my forum and subforum are in this positions



i want to put the subforum ( Scholarship, Msc, Phd Projects) below the annoucements . I want annoucements the top of every forum. I want subforums below the annoucements and stickies for all forums
7 Guest, on 23/09/2011 at 22h13
While that can be done on phpBB3 boards with javascript, it would separate those topics from the pagination and posting (newtopic/reply/locked) buttons, and it would be very confusing for your members.

I suppose you could put the subforums between the two blocks of topics, but that would be even more confusing.

As I said above, your subforums are displaying as they should...
8 medlsc, on 23/09/2011 at 23h33
ok thx for the help Dion Smile
9 MrMario, on 24/09/2011 at 05h43
Solved => Locked
Similar topics
I think 255 is a too small amount, I have to merge some subforums, and now when I make a RPG I need to merge more of them. The problem is that the forum has many shops, and need most of the subforums.
i want to display the categories to click on, not the subforums. but instead, on the main page, all the subforums are displayed and not the categories they are in. how do i change this? clanrpg.forumocean.com
See how this forum has an annoucements section, and a help desk section? How do I create these? http://pkhonor.net/index.php?PHPSESSID=8387g7j6b2nb9136gpfujeco02&action=community
Replies 1 to 9 on 9 for "How to put subforums at top?"
See also
more_less
Informations

9 Replies For the topic :
"How to put subforums at top?"

This topic has been viewed 700 times.

Last message :
15/09/2011 at 01h22 by "zmosaad"