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.

Change view of the category as on furomotion

3 posters

Go down

Change view of the category as on furomotion Empty Change view of the category as on furomotion

Post by betclever November 28th 2014, 1:09 am

Hello,

Is it possible to group the category as on forumotion?

Please see the print screen for more details:

Change view of the category as on furomotion Captur31
avatar
betclever
Forumember

Posts : 209
Reputation : 2
Language : english

http://www.betclever.net

Back to top Go down

Change view of the category as on furomotion Empty Re: Change view of the category as on furomotion

Post by _Twisted_Mods_ November 28th 2014, 1:21 am

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
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Change view of the category as on furomotion Empty Re: Change view of the category as on furomotion

Post by betclever November 28th 2014, 1:32 am

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,
avatar
betclever
Forumember

Posts : 209
Reputation : 2
Language : english

http://www.betclever.net

Back to top Go down

Change view of the category as on furomotion Empty Re: Change view of the category as on furomotion

Post by _Twisted_Mods_ November 28th 2014, 1:56 am

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
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Change view of the category as on furomotion Empty Re: Change view of the category as on furomotion

Post by betclever November 28th 2014, 2:02 am

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...
avatar
betclever
Forumember

Posts : 209
Reputation : 2
Language : english

http://www.betclever.net

Back to top Go down

Change view of the category as on furomotion Empty Re: Change view of the category as on furomotion

Post 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
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Change view of the category as on furomotion Empty Re: Change view of the category as on furomotion

Post by adamrose045 December 9th 2014, 10:23 am

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
avatar
adamrose045
New Member

Posts : 1
Reputation : 1
Language : Pakistan

Back to top Go down

Back to top


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