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.

How to make this panel on my forum

+3
LGforum
Nera.
Stephen-
7 posters

Go down

In progress How to make this panel on my forum

Post by Stephen- July 10th 2011, 8:46 am

i found this cool panel on base forum but i don't know how to put it here is a screenshot

How to make this panel on my forum 2jd2ohf

also my version is: phpbb 3 Wink
Stephen-
Stephen-
Hyperactive

Male Posts : 2542
Reputation : 326
Language :

Back to top Go down

In progress Re: How to make this panel on my forum

Post by Nera. July 10th 2011, 5:36 pm

Hello,

Base already answered it here so I guess it's OK to post the answer.
Base wrote: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.

Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: How to make this panel on my forum

Post by LGforum July 10th 2011, 5:55 pm

what does that red dot mean though? what is it doing?
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

In progress Re: How to make this panel on my forum

Post by Nera. July 10th 2011, 6:02 pm

It's a slide categories + for phpBB3.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: How to make this panel on my forum

Post by LGforum July 11th 2011, 2:04 am

Not sure there is much point to it, if it doesnt set a cookie.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

In progress Re: How to make this panel on my forum

Post by Saxaca July 11th 2011, 5:59 pm

I did write a version of it whom sets cookies. It's not the version I gave to Base, though. You might find a copy of the script on a forum I administrate...I'm not going to post it here.
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

In progress Re: How to make this panel on my forum

Post by sign da tits July 11th 2011, 9:00 pm

Saxaca wrote:I did write a version of it whom sets cookies. It's not the version I gave to Base, though. You might find a copy of the script on a forum I administrate...I'm not going to post it here.
I do agree with that, due to privacy Wink
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

In progress Re: How to make this panel on my forum

Post by sign da tits July 11th 2011, 9:04 pm

Rideem3 wrote:What do you mean it doesn't set a cookie? The point of it to just hide the category.
So it saves the session of what category(s) you hide/show
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

In progress Re: How to make this panel on my forum

Post by Jophy July 12th 2011, 12:22 am

May I remind you that double/triple posting isn't tolerated unless separated by 24 hours (Use the edit button) Wink Since this is your 3rd reminder about this, you earned another infraction.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

In progress Re: How to make this panel on my forum

Post by kirk July 12th 2011, 2:30 am

i cant even make the preview out?
please try to always remember to add the direct link to any images, because depending on the size we sometimes can not see the whole thing.

Anyway i am assuming this is now solved?
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

In progress Re: How to make this panel on my forum

Post by LGforum July 12th 2011, 4:05 am

Rideem3 wrote:What do you mean it doesn't set a cookie? The point of it to just hide the category.

What is the point of hiding a category, and then having to hide it again EVERY time you come back to the homepage... therefore there is no point of hiding the ctaegory if it doesnt save a cookie.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Back to top

- Similar topics

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