HyperText Transfer Protocol

Post new topic   Reply to topic

View previous topic View next topic Go down

HyperText Transfer Protocol

Post by cclloyd9785 on Wed Jul 16, 2008 11:04 pm

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
Forumotion Member

Male
Posts: 380
Age: 15
Language: english
Location: Massachusetts
Country:
Warning Level:
Join date: 2008-07-12

http://wiiownagearmy.darkbb.com/portal.htm

Back to top Go down

Re: HyperText Transfer Protocol

Post by cclloyd9785 on Thu Jul 17, 2008 4:17 pm

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

cclloyd9785
Forumotion Member

Male
Posts: 380
Age: 15
Language: english
Location: Massachusetts
Country:
Warning Level:
Join date: 2008-07-12

http://wiiownagearmy.darkbb.com/portal.htm

Back to top Go down

Re: HyperText Transfer Protocol

Post by Nessa on Thu Jul 17, 2008 4: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
Global Moderator
Global Moderator

Female
Posts: 4891
Language: English
Country:
Warning Level:
Join date: 2007-07-22

http://therealm.forumotion.com/index.htm

Back to top Go down

Re: HyperText Transfer Protocol

Post by Saurus on Thu Jul 17, 2008 5: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.

Saurus
Forumotion Member

Male
Posts: 789
Language: english
Location: NY
Country:
Warning Level:
Join date: 2008-06-23

http://sunrisers.forumotion.com

Back to top Go down

Re: HyperText Transfer Protocol

Post by Dot Com on Fri Jul 18, 2008 12: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
Forumotion Member

Male
Posts: 411
Age: 14
Language: English,HTML
Location: United States
Country:
Warning Level:
Join date: 2008-05-12

http://www.techtalk.forumotion.com

Back to top Go down

Re: HyperText Transfer Protocol

Post by cclloyd9785 on Sat Jul 19, 2008 1: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
Forumotion Member

Male
Posts: 380
Age: 15
Language: english
Location: Massachusetts
Country:
Warning Level:
Join date: 2008-07-12

http://wiiownagearmy.darkbb.com/portal.htm

Back to top Go down

Re: HyperText Transfer Protocol

Post by cclloyd9785 on Sat Jul 19, 2008 8:24 pm

bump

cclloyd9785
Forumotion Member

Male
Posts: 380
Age: 15
Language: english
Location: Massachusetts
Country:
Warning Level:
Join date: 2008-07-12

http://wiiownagearmy.darkbb.com/portal.htm

Back to top Go down

Re: HyperText Transfer Protocol

Post by Guest on Sat Jul 19, 2008 8:32 pm


Guest
Guest


Back to top Go down

Re: HyperText Transfer Protocol

Post by cclloyd9785 on Sat Jul 19, 2008 8:56 pm

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
Forumotion Member

Male
Posts: 380
Age: 15
Language: english
Location: Massachusetts
Country:
Warning Level:
Join date: 2008-07-12

http://wiiownagearmy.darkbb.com/portal.htm

Back to top Go down

Re: HyperText Transfer Protocol

Post by cclloyd9785 on Sun Jul 20, 2008 7:50 pm

bumb

cclloyd9785
Forumotion Member

Male
Posts: 380
Age: 15
Language: english
Location: Massachusetts
Country:
Warning Level:
Join date: 2008-07-12

http://wiiownagearmy.darkbb.com/portal.htm

Back to top Go down

Re: HyperText Transfer Protocol

Post by cclloyd9785 on Mon Jul 21, 2008 5:44 pm

bump

cclloyd9785
Forumotion Member

Male
Posts: 380
Age: 15
Language: english
Location: Massachusetts
Country:
Warning Level:
Join date: 2008-07-12

http://wiiownagearmy.darkbb.com/portal.htm

Back to top Go down

Re: HyperText Transfer Protocol

Post by Guest on Mon Jul 21, 2008 6:09 pm

Try just putting in the second part.

I thought you had template editing

Guest
Guest


Back to top Go down

Re: HyperText Transfer Protocol

Post by cclloyd9785 on Tue Jul 22, 2008 1: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 Thu Jul 24, 2008 1:25 pm; edited 1 time in total

cclloyd9785
Forumotion Member

Male
Posts: 380
Age: 15
Language: english
Location: Massachusetts
Country:
Warning Level:
Join date: 2008-07-12

http://wiiownagearmy.darkbb.com/portal.htm

Back to top Go down

Re: HyperText Transfer Protocol

Post by cclloyd9785 on Thu Jul 24, 2008 12:29 am

bump

cclloyd9785
Forumotion Member

Male
Posts: 380
Age: 15
Language: english
Location: Massachusetts
Country:
Warning Level:
Join date: 2008-07-12

http://wiiownagearmy.darkbb.com/portal.htm

Back to top Go down

Re: HyperText Transfer Protocol

Post by UNiSEL on Thu Jul 24, 2008 12:54 am

It is already collapsed by default dude.

UNiSEL
Forumotion Member

Male
Posts: 81
Age: 22
Language: MY; EN
Location: Malaysia
Country:
Warning Level:
Join date: 2008-04-30

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

Back to top Go down

Re: HyperText Transfer Protocol

Post by cclloyd9785 on Thu Jul 24, 2008 1: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
Forumotion Member

Male
Posts: 380
Age: 15
Language: english
Location: Massachusetts
Country:
Warning Level:
Join date: 2008-07-12

http://wiiownagearmy.darkbb.com/portal.htm

Back to top Go down

Re: HyperText Transfer Protocol

Post by cclloyd9785 on Sat Jul 26, 2008 1:09 am

bump

cclloyd9785
Forumotion Member

Male
Posts: 380
Age: 15
Language: english
Location: Massachusetts
Country:
Warning Level:
Join date: 2008-07-12

http://wiiownagearmy.darkbb.com/portal.htm

Back to top Go down

Re: HyperText Transfer Protocol

Post by cclloyd9785 on Sat Jul 26, 2008 10:25 pm

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

cclloyd9785
Forumotion Member

Male
Posts: 380
Age: 15
Language: english
Location: Massachusetts
Country:
Warning Level:
Join date: 2008-07-12

http://wiiownagearmy.darkbb.com/portal.htm

Back to top Go down

Re: HyperText Transfer Protocol

Post by cclloyd9785 on Sun Jul 27, 2008 7:47 pm

bump SOME1 HLEP ME!!!!!!!!!!!!!!!!!!!!!!

cclloyd9785
Forumotion Member

Male
Posts: 380
Age: 15
Language: english
Location: Massachusetts
Country:
Warning Level:
Join date: 2008-07-12

http://wiiownagearmy.darkbb.com/portal.htm

Back to top Go down

View previous topic View next topic Back to top


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