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.

[PunBB] Categories toogle script

3 posters

Go down

Solved [PunBB] Categories toogle script

Post by Omu Mon 19 Dec - 18:08

I need the script for categories toogle Smile
Can any one help me? Very Happy


Last edited by Gyzmo on Mon 19 Dec - 19:20; edited 1 time in total
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

Solved Re: [PunBB] Categories toogle script

Post by Guest Mon 19 Dec - 18:51

Hi Gyzmo! What about this:
Code:
<script src="http://code.jquery.com/jquery-1.6.1.min.js" type="text/javascript"></script>

  <script type="text/javascript">
$(function() {
  $('#clickme').click(function() {
      $('#book').fadeToggle("slow", "linear");
  });
});
  </script>
  <style type="text/css">
  #book{display:none;}
  </style>
 
<div id="clickme">Click here</div>
<img id="book" src="http://i86.servimg.com/u/f86/11/96/49/61/blank_10.gif"/>
Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: [PunBB] Categories toogle script

Post by svanirox Mon 19 Dec - 18:52

Gassy

where to put the script ?
svanirox
svanirox
Forumember

Male Posts : 78
Reputation : 0
Language : English
Location : Kolkata

http://cwforums.forumotions.in/

Back to top Go down

Solved Re: [PunBB] Categories toogle script

Post by Omu Mon 19 Dec - 18:54

But for categories?
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

Solved Re: [PunBB] Categories toogle script

Post by Guest Mon 19 Dec - 18:56

svanirox wrote:Gassy

where to put the script ?
In the index_box template. Like this:
This code put before all codes you have there:
Code:
<script src="http://code.jquery.com/jquery-1.6.1.min.js" type="text/javascript"></script>
 
  <script type="text/javascript">
$(function() {
  $('#clickme').click(function() {
      $('#book').fadeToggle("slow", "linear");
  });
});
  </script>
  <style type="text/css">
  #book{display:none;}
  </style>
and this, on the category title:
Code:
<div id="clickme">Click here</div>
<img id="book" src="http://i86.servimg.com/u/f86/11/96/49/61/blank_10.gif" />
Wink
avatar
Guest
Guest


Back to top Go down

Solved Re: [PunBB] Categories toogle script

Post by Omu Mon 19 Dec - 19:18

I solved the problem from another site . Thank you anyway Gassy. Wink
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

Solved Re: [PunBB] Categories toogle script

Post by Sanket Mon 19 Dec - 20:21

Solved | Archived
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