MyBB Community Forums

Full Version: Move Some Certain FID
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to move a particular FID for the move to the page that we want to make the FID in other words do not appear in the list of forums index
Bumping Big Grin
not solved ....
give forum url and more details (which forums you want to hide from index)
if you want to hide a category then that should be easy by using simple code
(2013-04-28, 06:10 PM).m. Wrote: [ -> ]give forum url and more details (which forums you want to hide from index)
if you want to hide a category then that should be easy by using simple code

if I want to hide this FID, which is in the bottom http://www.kampoeng.us/Forum-JUAL-BELI (category) of the forum index I here http://www.kampoeng.us/forums
and want show at this URL http://www.kampoeng.us/pasar.php

what should I do? please help from you Sad
admin panel >> templates >> your forum's active theme templates >> Forum Bit Templates >> forumbit_depth1_cat
add <div id="cat_{$forum['fid']}"> at the beginning of the template and </div> at the end (both in a new line)

visit forum index page and see its source. find JUAL-BELI using search (CTRL + F).
you should see <div id="cat_77"> at few lines above JUAL-BELI

in your global.css file add below code at the end
#cat_77 {display: none!important;}
refresh your browser on forum index page. now that JUAL-BELI category should be invisible.
wow
thank you .m. Big Grin

.m.
may I ask back to you?

if I want to rectify this http://www.kampoeng.us/forums
with no damage display function categories and forums or sub forums
for example
http://www.kampoeng.us/Forum-SELAMAT-DAT...-INDONESIA (this category)
http://www.kampoeng.us/Forum-Lounge (this forum and in which there are sub forums)
and I would like to modify the index view forums like this http://www.kampoeng.us/pasar.php

what should i do?
I hope you can understand what I mean
thanks in advance