by _Twisted_Mods_ November 28th 2014, 2:23 am
ok insteal of following the tutorial to a t this is what we are gonna do
create a new category and name it what you want < "this is the category we are gonna add the table to .. follow the tutorial for making the table"
now for the that has the sub categorys your gonna add to the table goto the discription of that category and add
- Code:
<div id="hidethis"></div>
then add this in your javascript for the home page
- Code:
$('#hidethis').closest('.forabg').hide()
you can just add it to the other script i gave u
like this
- Code:
$(function(){
$('.forabg .icon').css('position','relative');
$('#hidethis').closest('.forabg').hide();
});
and that should do it.... if you cant figure it out you can always make a test admin account for me to get on and do it for you and you can see what i did when i finish ... if not i will try my best to guide you in the right direction in this topic