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.

About changing header

2 posters

Go down

About changing header Empty About changing header

Post by AliceInWonderland June 10th 2010, 2:38 pm

Well I am not yet learned how to make a header that changes when you click on it.
Would anyone know how to help me?
Is this even possible or. or even who this can be done?
Here on this forum ... They have potential to tell us how to do so?
There is that forum... http://art-telenovele.bestforumonline.com/index.htm
Click od header more than just one time. Header is changing!!
Please, help me. I REALY NEED THAT.
Who helps me is angel person. Please.
ouou TT loove ...
AliceInWonderland
AliceInWonderland
New Member

Posts : 17
Reputation : 0
Language : Slovenian
Location : http://avrilbreatheslo.forumotion.com/forum

http://memory.slovenianforum.com/

Back to top Go down

About changing header Empty Re: About changing header

Post by Kiekeboe June 10th 2010, 2:47 pm

Do you want a header witch changes everytime you load the page?
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

About changing header Empty Re: About changing header

Post by AliceInWonderland June 10th 2010, 4:11 pm

Yes!! That! Like there: http://art-telenovele.bestforumonline.com/index.htm
DO you know how I can do this? Please. Love
AliceInWonderland
AliceInWonderland
New Member

Posts : 17
Reputation : 0
Language : Slovenian
Location : http://avrilbreatheslo.forumotion.com/forum

http://memory.slovenianforum.com/

Back to top Go down

About changing header Empty Re: About changing header

Post by Kiekeboe June 10th 2010, 6:04 pm

It's very easy, first try if you can do it on your own Very Happy
This is the script:
Click!
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

About changing header Empty Re: About changing header

Post by AliceInWonderland June 10th 2010, 6:26 pm

Where I paste that script?

Can you make a tutoral for me, please?

Thanks for code, but I can"t do this.

Where I paste that script?
AliceInWonderland
AliceInWonderland
New Member

Posts : 17
Reputation : 0
Language : Slovenian
Location : http://avrilbreatheslo.forumotion.com/forum

http://memory.slovenianforum.com/

Back to top Go down

About changing header Empty Re: About changing header

Post by Kiekeboe June 10th 2010, 6:58 pm

Witch version do you have?
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

About changing header Empty Re: About changing header

Post by AliceInWonderland June 10th 2010, 8:15 pm

I have phpBB2.
thanks to helping me. Love
LOok: http://memory.slovenianforum.com/index.htm

HELP!
AliceInWonderland
AliceInWonderland
New Member

Posts : 17
Reputation : 0
Language : Slovenian
Location : http://avrilbreatheslo.forumotion.com/forum

http://memory.slovenianforum.com/

Back to top Go down

About changing header Empty Re: About changing header

Post by Kiekeboe June 11th 2010, 3:02 pm

Allright!

I hope this works xD

This is the script:
Code:
<A HREF="URLOFYOURFORUMHOMEPAGE!">
<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages[0] = 'LINK1'
theImages[1] = 'LINK2'
theImages[2] = 'LINK3'
theImages[3] = 'LINK4'

// do not edit anything below this line

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
  preBuffer[i] = new Image()
  preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'">');
}

//  End -->
</script>

</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document  -->

<BODY>

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
showImage();
//  End -->
</script>
</BODY>
</A>

The only part you have to edit are these:

Fill in the url your header has to link to!
Code:
<A HREF="URLOFYOURFORUMHOMEPAGE!">
Make a header picture, upload it and copy the direct link!
Then past it in LINK1, and make an other picture, upload it, paste it in LINK2.
etc.
Code:
theImages[0] = 'LINK1'
theImages[1] = 'LINK2'
theImages[2] = 'LINK3'
theImages[3] = 'LINK4'

Now, copy the script you made to your clipboard[ctrl+c](Or for mac users CMD+c)

Go to the ACP--->Display--->Templates--->General
Find this template:
overall_header_new
Now click on the wheel to edit it, and search for this part:
Code:
<!-- BEGIN switch_logo_center -->
                  <td align="center" width="100%" valign="middle">
                     <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a><br />
                     <div class="maintitle">{MAIN_SITENAME}</div>
                     <br />
                     <span class="gen">{SITE_DESCRIPTION}</span>
                  </td>
                  <!-- END switch_logo_center -->

Now replace it with this:
Code:
<!-- BEGIN switch_logo_center -->
                  <td align="center" width="100%" valign="middle">
                     HEREYOURSCRIPT<br />
                     <div class="maintitle">{MAIN_SITENAME}</div>
                     <br />
                     <span class="gen">{SITE_DESCRIPTION}</span>
                  </td>
                  <!-- END switch_logo_center -->

Replace HEREYOURSCRIPT with the script. Now go back to the templates, And click on the +
Then look at your forum!
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

About changing header Empty Re: About changing header

Post by AliceInWonderland June 11th 2010, 4:43 pm

I can"t find clip board. Whats that?
AliceInWonderland
AliceInWonderland
New Member

Posts : 17
Reputation : 0
Language : Slovenian
Location : http://avrilbreatheslo.forumotion.com/forum

http://memory.slovenianforum.com/

Back to top Go down

About changing header Empty Re: About changing header

Post by Kiekeboe June 11th 2010, 5:34 pm

The parts you didn't know were to paste were in the big script xD
I just sorta highlighted them, so you'll find them Very Happy
So, don't copy them, just search them in the script, and fill them in.

You clipboard is the place where the media goes when you click ctrl+c Wink
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

About changing header Empty Re: About changing header

Post by AliceInWonderland June 11th 2010, 5:41 pm

When I click ctrl+c my page is very big.
I don"t have windows, I have Ubuntu
Is that wrong?
AliceInWonderland
AliceInWonderland
New Member

Posts : 17
Reputation : 0
Language : Slovenian
Location : http://avrilbreatheslo.forumotion.com/forum

http://memory.slovenianforum.com/

Back to top Go down

About changing header Empty Re: About changing header

Post by Kiekeboe June 12th 2010, 12:54 am

Link to your forum?
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

About changing header Empty Re: About changing header

Post by AliceInWonderland June 12th 2010, 10:19 am

AliceInWonderland
AliceInWonderland
New Member

Posts : 17
Reputation : 0
Language : Slovenian
Location : http://avrilbreatheslo.forumotion.com/forum

http://memory.slovenianforum.com/

Back to top Go down

About changing header Empty Re: About changing header

Post by Kiekeboe June 12th 2010, 1:18 pm

It looks normal to me Wink
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

About changing header Empty Re: About changing header

Post by AliceInWonderland June 12th 2010, 1:43 pm

Yes, now it is. Love
Where I paste these:?

Code:
<A HREF="URLOFYOURFORUMHOMEPAGE!">

And I haven"t clipboard...

There may be some easier way that make CHANGING header?
If not, would you please do me a guide in pictures?
AliceInWonderland
AliceInWonderland
New Member

Posts : 17
Reputation : 0
Language : Slovenian
Location : http://avrilbreatheslo.forumotion.com/forum

http://memory.slovenianforum.com/

Back to top Go down

About changing header Empty Re: About changing header

Post by AliceInWonderland June 20th 2010, 9:14 pm

Hallo!
Can somebody please make a tutoral with pictures for me?
Pleasee.
AliceInWonderland
AliceInWonderland
New Member

Posts : 17
Reputation : 0
Language : Slovenian
Location : http://avrilbreatheslo.forumotion.com/forum

http://memory.slovenianforum.com/

Back to top Go down

Back to top

- Similar topics

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