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.

Category slide phpbb3

4 posters

Go down

Solved Category slide phpbb3

Post by razvy3 Sun 29 May - 2:16

Base can you tell me how did you slide thje category on our forum ?Sad
avatar
razvy3
Forumember

Male Posts : 61
Reputation : 1
Language : Romana 10 , engleza 7

Back to top Go down

Solved Re: Category slide phpbb3

Post by Ahmedvirus Sun 29 May - 2:47

category 255
Ahmedvirus
Ahmedvirus
Forumember

Male Posts : 321
Reputation : 59
Language : English

https://help.forumotion.com

Back to top Go down

Solved Re: Category slide phpbb3

Post by Base Sun 29 May - 2:49

Hi, this code was provided to me by Saxaca. So, credits to him:

Code:
    <script>
    jQuery(function() {
      jQuery('div.forabg ul li.header').prepend('<span class="toggle" style="float: right; margin-right: 10px; font-weight: bold; margin-top: 5px; cursor: pointer;"><img src="http://icons.iconarchive.com/icons/iconarchive/red-orb-alphabet/16/Math-minus-icon.png" width="10px" /></span>');

      jQuery('.toggle').click(function() {
        if (jQuery(this).parent().parent().parent().find('li.row').is(':visible')) {
          jQuery(this).html('<img src="http://icons.iconarchive.com/icons/custom-icon-design/office/16/add-1-icon.png" width="10px" />');
          jQuery(this).parent().parent().parent().find('li.row').hide('slow');
        }

        else {
          jQuery(this).html('<img src="http://icons.iconarchive.com/icons/iconarchive/red-orb-alphabet/16/Math-minus-icon.png" width="10px" />');
          jQuery(this).parent().parent().parent().find('li.row').show('slow');
        }
      });
    });
    </script>

Add it to your homepage message.

k.201017, please read the question carefully before providing an answer.
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Category slide phpbb3

Post by Ahmedvirus Sun 29 May - 2:51

k.201017, please read the question carefully before providing an answer.
I'm sorry Base
Ahmedvirus
Ahmedvirus
Forumember

Male Posts : 321
Reputation : 59
Language : English

https://help.forumotion.com

Back to top Go down

Solved Re: Category slide phpbb3

Post by razvy3 Sun 29 May - 8:07

solved
avatar
razvy3
Forumember

Male Posts : 61
Reputation : 1
Language : Romana 10 , engleza 7

Back to top Go down

Solved Re: Category slide phpbb3

Post by Sanket Sun 29 May - 8:13

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Category slide phpbb3  2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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