The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Bottom Topics

Go down

Bottom Topics Empty Bottom Topics

Post by Sui August 30th 2013, 1:12 pm

hi everyone, i need some help regarding aesthetics of my forum...
my problem is: i wanted to make a subforum like a "category" so that the New Topic button will not appear and so that there wont be Topic [0] shown in the bottom of the subforum...

here is an image to make sure that you understand what i mean: Bottom Topics Untitled

time ago i opened a topic trying to fix this , but wasnt that successfull , Ultron tried to help me and it worked ONLY for a subforum (meanwhile i need the command to make sure i can use it multiple times)
and what he told me to do was adding this as javascript:
Code:
window.onload = function(){
if(window.location == "http://racingarena.forumotion.com/f1-f1-2013?tt=1" || window.location == "http://racingarena.forumotion.com/f1-f1-2013?tt=1"){
var cnthead = document.getElementsByClassName("main-head");
var cnt = document.getElementsByClassName("main-content");
cnthead[1].style.display = "none";
cnt[1].style.display = "none";
}
};
and the outcome of that was this (which as i mentioned is perfect , but the script seems that cannot be  adapted for other subforums, i tried doing that but what happend is , it swapped this subforum back to normality meanwhile fixing the other subforum..)
picture: Bottom Topics Untitled2


So in the end of the day what i need is to get this subforum : http://racingarena.forumotion.com/f13-racing-arena-community?tt=1  to look like this one: http://racingarena.forumotion.com/f1-f1-2013?tt=1     by removing the bottom Topics...

Hopefully you understood what im talking about hehe Smile
thanks in advance!
avatar
Sui
New Member

Male Posts : 12
Reputation : 1
Language : English

Back to top Go down

Bottom Topics Empty Re: Bottom Topics

Post by Sui August 31st 2013, 11:05 am

nevermind , i found the solution , it was by just making a category under a category , instead of creating category + forum , the thing is , usually categories under categories won't show up untill you create a forum under it , so thats why basically i was trying to fix this the hard way.......
welp you can lock the thread
avatar
Sui
New Member

Male Posts : 12
Reputation : 1
Language : English

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum