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.

HyperText Transfer Protocol

5 posters

Go down

HyperText Transfer Protocol Empty HyperText Transfer Protocol

Post by cclloyd9785 July 17th 2008, 5:04 am

On another freeforums site...
http://wiibrothers.freeforums.org/portal.php

they have tab like things that make somthin pop up wen clicked ... like the calander on that page. how do u write a script for that. I want to be able to do that so all i need is teh script.

our site link is

http://wiiownagearmy.darkbb.com/index.htm
there is a chatbox on the portal. talk to me there.
cclloyd9785
cclloyd9785
Forumember

Male Posts : 444
Reputation : 3
Language : Whatever you speak
Location : woaclan.tk

http://woaclan.forumotion.net/

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by cclloyd9785 July 17th 2008, 10:17 pm

doesnt any1 know this stuff. I NEED HLEP WITH IT!!!!!!!!!
cclloyd9785
cclloyd9785
Forumember

Male Posts : 444
Reputation : 3
Language : Whatever you speak
Location : woaclan.tk

http://woaclan.forumotion.net/

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by Nessa July 17th 2008, 10:24 pm

Please be patient, when someone with a possible answer passes, I'm sure he/she'll post it. Meanwhile, don't post IN CAPS! and may I remind you that double/triple posting isn't tolerated unless separated by 24 hours (Please use the edit button) Wink
Nessa
Nessa
Energetic

Female Posts : 6203
Reputation : 128
Language : English

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by Saurus July 17th 2008, 11:41 pm

That requires Javascript to do. Where it would be inserted on forumotion I don't know. I suggest Googling "javascript", There are thousands of sites on the web that have free ascripts available that could probably be edited to do what you want.

Do a little research.
avatar
Saurus
Forumember

Male Posts : 789
Reputation : 10
Language : english
Location : NY

http://sunrisers.forumotion.com

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by Dot Com July 18th 2008, 6:44 am

One website you can check out is www.grsites.com.

To put the personalized menu on your board use the script generator
Dot Com
Dot Com
Forumember

Male Posts : 414
Reputation : 3
Language : English,HTML
Location : United States

http://www.eraofrebirth.forumotion.com

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by cclloyd9785 July 19th 2008, 7:17 pm

i dont want a menu... i want a button that wen u click on it it makes a HTML chabox appear. then wen u click on it again it closes it.

EDIT:

if avalible... can some1 give me a example of wat was said above.

EDIT:

another example of this that i jsut found is on the FAQ of our site. where u click it and it drops down but u click again and it goes back up. i want to do that except with a HTML chatbox.
cclloyd9785
cclloyd9785
Forumember

Male Posts : 444
Reputation : 3
Language : Whatever you speak
Location : woaclan.tk

http://woaclan.forumotion.net/

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by cclloyd9785 July 20th 2008, 2:24 am

bump
cclloyd9785
cclloyd9785
Forumember

Male Posts : 444
Reputation : 3
Language : Whatever you speak
Location : woaclan.tk

http://woaclan.forumotion.net/

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by Guest July 20th 2008, 2:32 am

avatar
Guest
Guest


Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by cclloyd9785 July 20th 2008, 2:56 am

The only thing that isnt workin on it is it wont show up default collapsed. and it wont go back away after i click retract.

wen it says

Copy and paste the following code into the top of your page (either right after the <BODY> tag, or inside of the <HEAD> ... </HEAD> tag). Do this only once per page, even if you are putting more than one box with expandable content onto that page.
Code:
<!-- flooble Expandable Content header start -->
<script language="javascript">
// Expandable content script from flooble.com.
// For more information please visit:
//  http://www.flooble.com/scripts/expand.php
// Copyright 2002 Animus Pactum Consulting Inc.
//----------------------------------------------
var ie4 = false; if(document.all) { ie4 = true; }
function getObject(id) { if (ie4) { return document.all[id]; } else { return document.getElementById(id); } }
function toggle(link, divId) { var lText = link.innerHTML; var d = getObject(divId);
 if (lText == '+') { link.innerHTML = '−'; d.style.display = 'block'; }
 else { link.innerHTML = '+'; d.style.display = 'none'; } }
</script>
<!-- flooble Expandable Content header end  -->

where do i put that in on my portal. Cause then it gives me the HTML to the object itself and says i need to put that first code in to do it. help plz
cclloyd9785
cclloyd9785
Forumember

Male Posts : 444
Reputation : 3
Language : Whatever you speak
Location : woaclan.tk

http://woaclan.forumotion.net/

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by cclloyd9785 July 21st 2008, 1:50 am

bumb
cclloyd9785
cclloyd9785
Forumember

Male Posts : 444
Reputation : 3
Language : Whatever you speak
Location : woaclan.tk

http://woaclan.forumotion.net/

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by cclloyd9785 July 21st 2008, 11:44 pm

bump
cclloyd9785
cclloyd9785
Forumember

Male Posts : 444
Reputation : 3
Language : Whatever you speak
Location : woaclan.tk

http://woaclan.forumotion.net/

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by Guest July 22nd 2008, 12:09 am

Try just putting in the second part.

I thought you had template editing
avatar
Guest
Guest


Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by cclloyd9785 July 22nd 2008, 7:36 pm

so do u mean put it after teh HTML of the menu itself or inside it.

EDIT:

The only place i got it to work right so far is on a HTML page with the header and the bar itself one after the other. but wen i try to do that on a block it doesnt work. it says i need to find the top spot on the portal to put it. iv tried adding it to my first header block but it doesnt work.
its supposed to be invisible at startup but its visible and wont become visible until i get it to work so tell me where to put it plz.


EDIT:

i found a diff code that works for me. but can some1 look through the code and tell me wat to change to make the default position collapsed instead of visible

Code:

<center>
<table border="0"><tr><td valign=toponmouseover = "this.style.cursor = 'normal'" onmouseout = "this.style.cursor = 'normal'"onClick='this.parentNode.nextSibling.style.display = (this.parentNode.nextSibling.style.display == "none") ? "" : "none";'>

<span style="color:#9fd33a"><span style="font-size: 13px; line-height: normal">

Members Only Clan War Portal Chatbox (Click Here)

</span>
</td>
</tr>
<tr>
<td>
<embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="630" height="405" name="chat" FlashVars="id=31673380" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" />
<br>
</td>
</tr>
</table>
</center>


Last edited by cclloyd9785 on July 24th 2008, 7:25 pm; edited 1 time in total
cclloyd9785
cclloyd9785
Forumember

Male Posts : 444
Reputation : 3
Language : Whatever you speak
Location : woaclan.tk

http://woaclan.forumotion.net/

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by cclloyd9785 July 24th 2008, 6:29 am

bump
cclloyd9785
cclloyd9785
Forumember

Male Posts : 444
Reputation : 3
Language : Whatever you speak
Location : woaclan.tk

http://woaclan.forumotion.net/

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by UNiSEL July 24th 2008, 6:54 am

It is already collapsed by default dude.
UNiSEL
UNiSEL
Forumember

Male Posts : 80
Reputation : 0
Language : MY; EN
Location : Malaysia

http://www.unisel.forumplatinum.com/

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by cclloyd9785 July 24th 2008, 7:24 pm

no cause on our site u can see the chatbox its attached to wen u open the page. u have to click it to make it collapse
cclloyd9785
cclloyd9785
Forumember

Male Posts : 444
Reputation : 3
Language : Whatever you speak
Location : woaclan.tk

http://woaclan.forumotion.net/

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by cclloyd9785 July 26th 2008, 7:09 am

bump
cclloyd9785
cclloyd9785
Forumember

Male Posts : 444
Reputation : 3
Language : Whatever you speak
Location : woaclan.tk

http://woaclan.forumotion.net/

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by cclloyd9785 July 27th 2008, 4:25 am

does any1 know y it isnt spawning as invisible.???
cclloyd9785
cclloyd9785
Forumember

Male Posts : 444
Reputation : 3
Language : Whatever you speak
Location : woaclan.tk

http://woaclan.forumotion.net/

Back to top Go down

HyperText Transfer Protocol Empty Re: HyperText Transfer Protocol

Post by cclloyd9785 July 28th 2008, 1:47 am

bump SOME1 HLEP ME!!!!!!!!!!!!!!!!!!!!!!
cclloyd9785
cclloyd9785
Forumember

Male Posts : 444
Reputation : 3
Language : Whatever you speak
Location : woaclan.tk

http://woaclan.forumotion.net/

Back to top Go down

Back to top

- Similar topics

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