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 move tab (SOLVED)

5 posters

Go down

Solved How to move tab (SOLVED)

Post by blackberrywonder August 10th 2011, 8:39 pm

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
avatar
blackberrywonder
New Member

Posts : 11
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to move tab (SOLVED)

Post by Ahmedvirus August 10th 2011, 8:44 pm

Ahmedvirus
Ahmedvirus
Forumember

Male Posts : 321
Reputation : 59
Language : English

https://help.forumotion.com

Back to top Go down

Solved Re: How to move tab (SOLVED)

Post by blackberrywonder August 10th 2011, 10:59 pm


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. Sad
avatar
blackberrywonder
New Member

Posts : 11
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to move tab (SOLVED)

Post by winwalk August 11th 2011, 7:52 am

Thank you for share ^^"
avatar
winwalk
New Member

Posts : 3
Reputation : 0
Language : thailand

Back to top Go down

Solved Re: How to move tab (SOLVED)

Post by Ahmedvirus August 11th 2011, 9:38 am

But it's not working.
working with me

Thank you for share ^^"
scratch
Ahmedvirus
Ahmedvirus
Forumember

Male Posts : 321
Reputation : 59
Language : English

https://help.forumotion.com

Back to top Go down

Solved Re: How to move tab (SOLVED)

Post by BA_admin August 11th 2011, 10:54 am

Ahmedvirus wrote:
But it's not working.
working with me

Thank you for share ^^"
scratch

Really? Where did you put the code?
avatar
BA_admin
Forumember

Posts : 34
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to move tab (SOLVED)

Post by Nera. August 11th 2011, 10:58 am

Add it to forum description.
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: How to move tab (SOLVED)

Post by BA_admin August 11th 2011, 11:41 am

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? Sad

How to move tab (SOLVED) Ss26010
avatar
BA_admin
Forumember

Posts : 34
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to move tab (SOLVED)

Post by blackberrywonder August 11th 2011, 3:46 pm

Thanks for the help guys! You may close this thread now..
avatar
blackberrywonder
New Member

Posts : 11
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to move tab (SOLVED)

Post by Nera. August 11th 2011, 5:41 pm

Solved > Locked
Nera.
Nera.
Energetic

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

Back to top Go down

Back to top


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