How to move tab (SOLVED)
5 posters
Page 1 of 1
How to move tab (SOLVED)
Can someone guide me through a code to move tables or change the arrangement of tables ?
Last edited by blackberrywonder on August 11th 2011, 3:45 pm; edited 2 times in total
blackberrywonder- New Member
- Posts : 11
Reputation : 0
Language : English
Re: How to move tab (SOLVED)
Ahmedvirus wrote:hi Did you mean this?
http://forum.forumactif.com/t262264-categorie-retractable-sans-invision
Yup, I used the one for phbb3
- Code:
<script type="text/javascript">var pvf= document.getElementById('main-content').firstChild; while(pvf.className!='forabg' && pvf.className!='h3' && (pvf=pvf.nextSibling) ); var i= 1; while(pvf && pvf.className=='forabg') { vf=pvf.firstChild.firstChild.nextSibling; vf.firstChild.style.cursor='pointer'; vf.firstChild.id='catret'+(i++); vf.firstChild.onclick=function() { if(parseInt(my_getcookie(this.id))==1) { my_setcookie(this.id,'0',0,0); this.parentNode.nextSibling.style.display='block'; } else { my_setcookie(this.id,'1',1,0); this.parentNode.nextSibling.style.display='none'; } }; if(parseInt(my_getcookie(vf.firstChild.id))==1) vf.nextSibling.style.display='none'; pvf= pvf.nextSibling; } </script>
But it's not working.
blackberrywonder- New Member
- Posts : 11
Reputation : 0
Language : English
Re: How to move tab (SOLVED)
Thank you for share ^^"
winwalk- New Member
- Posts : 3
Reputation : 0
Language : thailand
Re: How to move tab (SOLVED)
Ahmedvirus wrote:working with meBut it's not working.Thank you for share ^^"
Really? Where did you put the code?
BA_admin- Forumember
- Posts : 34
Reputation : 0
Language : English
Re: How to move tab (SOLVED)
Add it to forum description.
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How to move tab (SOLVED)
Nera. wrote:Add it to forum description.
It worked with me BUT how come I don't see the plus and negative signs shown in the photos of the poster of this thread?
BA_admin- Forumember
- Posts : 34
Reputation : 0
Language : English
Re: How to move tab (SOLVED)
Thanks for the help guys! You may close this thread now..
blackberrywonder- New Member
- Posts : 11
Reputation : 0
Language : English
Re: How to move tab (SOLVED)
Solved > Locked
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum