![]() |
How to remove from forum
1 Attachment(s)
I was wondering how would I move the lil bar above a forum...where it says forum last post and so on.. I wanna remove it from a specific forum...
I know how to add something to specific forum like Code:
<if condition="$forum['forumid'] == FORUMID">CODE</if> I have attached picture of the bar im trying to remove... I added the subforums to collums in that forum and Im trying to remove the bar and the status icons from that specific forum.... Thank You if you can help me :) |
Find the following in the "FORUMHOME" template and either delete it or comment it out:
Code:
<thead> |
Code:
<if condition="$forum['forumid'] != FORUMID">CODE</if> |
I found the problem I got it working the location of the bar is in
forumhome_forumbit_level1_nopost though im curious would anyone know how I could also remove the staus icons from that specific forum I tried using the same code.. but it doesnt seem to work the status icons are in forumdisplay |
Code:
<if condition="$foruminfo['forumid'] != FORUMID">CODE</if> |
Thank you for all the help dismounted...the code worked on forum home to remove the bar.. but for somereason no matter what I try in forumdisplay to remove these icons it doesnt work....here it how I have it now and doesnt work.....Any more help will be greatly appreciated
Code:
<!-- icons --> |
Try:
Code:
<if condition="$forum['forumid'] != 5"> |
Yeah I tryed that....I didnt work....But again thank you
|
Code:
<if condition="$forumid != 5"> |
Yeah I tryed that no go...Guess ill soon give up..just wanted to remove the icons in certain forum because have all the subforums in collums... And it looks ugly with the icons...maybe I can find an alternative to removing them
Thank you so much for your help Dismounted.. I tryed everything and they still dont remove unless I delete the code then it removes them on every forum |
All times are GMT. The time now is 03:50 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|