Change view of the category as on furomotion
3 posters
Page 1 of 1
Change view of the category as on furomotion
Hello,
Is it possible to group the category as on forumotion?
Please see the print screen for more details:
Is it possible to group the category as on forumotion?
Please see the print screen for more details:
Re: Change view of the category as on furomotion
here u go
https://help.forumotion.com/t21989-multi-forums-in-one
but you should check out the tip and tricks section lots of awesome stuff in there
https://help.forumotion.com/f32-tips-tricks
https://help.forumotion.com/t21989-multi-forums-in-one
but you should check out the tip and tricks section lots of awesome stuff in there
https://help.forumotion.com/f32-tips-tricks
Re: Change view of the category as on furomotion
Yes thanks,
I know the procedure cause I found it but I have a system with sub-levels and it's apparently not compatible with this trick...
I just want to use this system for the top of the page and let the rest without any change.
Is it possible to use the system with sub-levels (system I have atm)?
Thanks,
I know the procedure cause I found it but I have a system with sub-levels and it's apparently not compatible with this trick...
I just want to use this system for the top of the page and let the rest without any change.
Is it possible to use the system with sub-levels (system I have atm)?
Thanks,
Re: Change view of the category as on furomotion
only way without changing your page structure is to add all the sub categories to a nameless category and add a <div or something in the description and use jquery to just hide that one categories
Re: Change view of the category as on furomotion
It is okay for me but what shall I do to do what you tell me?
It is not so easy according to me of course...
It is not so easy according to me of course...
Re: Change view of the category as on furomotion
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
then add this in your javascript for the home page
you can just add it to the other script i gave u
like this
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
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
Re: Change view of the category as on furomotion
I found it but I have a system with sub-levels and it's apparently not compatible with this trick...
I just want to use this system for the top of the page and let the rest without any change.
GuL
I just want to use this system for the top of the page and let the rest without any change.
GuL
adamrose045- New Member
- Posts : 1
Reputation : 1
Language : Pakistan
Similar topics
» set category to post count to view
» change background on view page
» Can we Change the " You cannot view this thread " message?
» Image next to description + Double category titles + rename titles + hide "view posts"
» How to change the name of a category?
» change background on view page
» Can we Change the " You cannot view this thread " message?
» Image next to description + Double category titles + rename titles + hide "view posts"
» How to change the name of a category?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum