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.
The forum of the forums
+4
Draxion
SLGray
skouliki
SpyroDragon
8 posters

    Is there a way to change this? - Forum category issue

    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Is there a way to change this? - Forum category issue

    Post by SpyroDragon September 11th 2019, 10:58 am

    First topic message reminder :

    At the moment im having this issue..
    Is there a way to change this? - Forum category issue - Page 2 1a10

    I would like for it to look like this...( it's photoshoped )
    Is there a way to change this? - Forum category issue - Page 2 2a10


    I can't seem to figure out what the problem is nor how to fix or where to fix it.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: Is there a way to change this? - Forum category issue

    Post by skouliki October 2nd 2019, 8:19 am

    SLGray wrote:You should not have categories attached to categories.  You can have forums attached to forums.

    do you have categories attaches to categories? if yes this is your problem

    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Is there a way to change this? - Forum category issue

    Post by SpyroDragon October 4th 2019, 4:12 am

    So are you telling me there is no way to hide?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Is there a way to change this? - Forum category issue

    Post by SLGray October 4th 2019, 4:56 am

    If you hide it, how would your members access those areas?



    Is there a way to change this? - Forum category issue - Page 2 Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Is there a way to change this? - Forum category issue

    Post by SpyroDragon October 5th 2019, 2:15 am

    it seems like what I want is not obtainable at this point, and will just have to change the organization in some way.
    SixtyCents
    SixtyCents
    New Member


    Posts : 1
    Reputation : 1
    Language : UK

    In progress Re: Is there a way to change this? - Forum category issue

    Post by SixtyCents October 23rd 2019, 5:11 pm

    Ohh, I have similar problem! Thanks for information guys!!


    Last edited by SixtyCents on November 6th 2019, 4:01 pm; edited 1 time in total
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    In progress Re: Is there a way to change this? - Forum category issue

    Post by TheCrow October 24th 2019, 9:41 pm

    Hello @SpyroDragon,

    These categories can be hidden. Although the question after this will be the one SLGray said. Will your members have access to those categories otherwise? Because if they can't access them somewhere else this would be a problem in the future.

    TC.



    Is there a way to change this? - Forum category issue - Page 2 Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Is there a way to change this? - Forum category issue

    Post by SpyroDragon October 25th 2019, 9:19 am

    Lets try a code and well see what happens
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    In progress Re: Is there a way to change this? - Forum category issue

    Post by TheCrow October 25th 2019, 10:10 am

    To try this code, I will need to test some codes in your forum because you are using #phpbb2 version, so the tables in there are a little bit strange to code.

    If you could send me please, a test account via pm, and the link of the category you wish this to change it'd be helpful.

    Regards,
    TC.



    Is there a way to change this? - Forum category issue - Page 2 Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Is there a way to change this? - Forum category issue

    Post by SpyroDragon November 5th 2019, 1:56 pm

    Sent you a PM with info
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    In progress Re: Is there a way to change this? - Forum category issue

    Post by TheCrow November 9th 2019, 4:09 pm

    Hello @SpyroDragon,

    Try adding this javascript in your javascript list:
    Placement: In the subforums
    Code:
    Code:
    $(function(){
      $('table.forumline:contains("ARK: Buying & Trading")').remove();
    });

    This removes the certain subforum you presented. Not all of them.

    Regards,
    TC.



    Is there a way to change this? - Forum category issue - Page 2 Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Is there a way to change this? - Forum category issue

    Post by SpyroDragon November 9th 2019, 5:22 pm

    It gets rid of everything
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    In progress Re: Is there a way to change this? - Forum category issue

    Post by TheCrow November 9th 2019, 5:38 pm

    It gets rid of the entire table containing the subforums, yes.



    Is there a way to change this? - Forum category issue - Page 2 Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Is there a way to change this? - Forum category issue

    Post by SpyroDragon November 9th 2019, 6:09 pm

    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    In progress Re: Is there a way to change this? - Forum category issue

    Post by TheCrow November 10th 2019, 12:41 pm

    CSS:
    Code:
    .myClass tr:nth-child(3), .myClass tr:nth-child(4), .myClass tr:nth-child(5), .myClass tr:nth-child(6) { display: none }

    Javascript:
    Code:
    $(function(){
      $('table.forumline:contains("ARK: Buying & Trading")').addClass('myClass');
    });



    Is there a way to change this? - Forum category issue - Page 2 Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    SpyroDragon
    SpyroDragon
    Forumember


    Posts : 462
    Reputation : 2
    Language : English

    In progress Re: Is there a way to change this? - Forum category issue

    Post by SpyroDragon November 16th 2019, 9:10 am

    That one seemed to not do anything
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    In progress Re: Is there a way to change this? - Forum category issue

    Post by TheCrow November 17th 2019, 7:30 pm

    Have you tried adding !important to the CSS code?



    Is there a way to change this? - Forum category issue - Page 2 Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!

      Current date/time is September 22nd 2024, 10:18 pm