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.

Changing logo?

4 posters

Go down

Changing logo? Empty Changing logo?

Post by kermit4prez January 29th 2010, 9:59 pm

I kind of got this idea for my forum where every time you refreshed, there would be a new quote under or on top of the logo, which I could put in myself.

Is this possible with forumotion?
avatar
kermit4prez
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Changing logo? Empty Re: Changing logo?

Post by Final-Blond January 30th 2010, 6:42 pm

Hi there,

Yes it might be feasible...
Depends on what kind of script you have and the version of your forum ?
Final-Blond
Final-Blond
Forumember

Female Posts : 117
Reputation : 0
Language : French, English, German
Location : High atop the hill in the swiss mountains

http://www.sos-forum.com/index.htm

Back to top Go down

Changing logo? Empty Re: Changing logo?

Post by kirk January 30th 2010, 7:22 pm

sounds like you would need a pic rotator. you would have to take out your logo then add the code to your template. of course you will have to find the software that allows you to create this then get the code.
i have heard of this before but am not sure what the software is called or where to get it. you can try cnet.com or googling it.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Changing logo? Empty Re: Changing logo?

Post by kermit4prez February 5th 2010, 9:28 pm

I can't access the templates because I'm using Invision.

Should I convert it somehow to PunBB or phpBB2?
avatar
kermit4prez
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Changing logo? Empty Re: Changing logo?

Post by The Stunner February 7th 2010, 12:01 am

This IS possible to an extent. When I first made my forum I was using a banner rotator I got from http://www.htmlbasix.com/banner.shtml

It rotated a vertical banner after whatever seconds I had it set to. I've never tested on the header but I'm sure there must be a way.

Good luck!!

N.L.W.L. Forums


Last edited by The Stunner on February 8th 2010, 8:48 pm; edited 1 time in total
The Stunner
The Stunner
New Member

Male Posts : 11
Reputation : 0
Language : English

http://nlwl.darkbb.com/forum.htm

Back to top Go down

Changing logo? Empty Re: Changing logo?

Post by kermit4prez February 8th 2010, 8:16 pm

Code:
                  <!-- BEGIN switch_logo_left -->
                  <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                  <td align="center" width="100%" valign="middle">
                     <div class="maintitle">{MAIN_SITENAME}</div>
                     <br />
                     <span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span>
                  </td>
                  <!-- END switch_logo_left -->

                  <!-- 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 -->

                  <!-- BEGIN switch_logo_right -->
                  <td align="center" width="100%" valign="middle">
                     <div class="maintitle">{MAIN_SITENAME}</div>
                     <br />
                     <span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span>
                  </td>
                  <td>
                     <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
                  </td>
                  <!-- END switch_logo_right -->

Where would I fit it in there?

Or would I save it as a php file and link to that instead of the {LOGO}, like some websites are suggesting?
avatar
kermit4prez
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Changing logo? Empty Re: Changing logo?

Post by The Stunner February 8th 2010, 8:44 pm

Replace the "{U_INDEX}" with the url link
Replace "{Logo}" with the img url
The Stunner
The Stunner
New Member

Male Posts : 11
Reputation : 0
Language : English

http://nlwl.darkbb.com/forum.htm

Back to top Go down

Changing logo? Empty Re: Changing logo?

Post by kermit4prez February 8th 2010, 9:12 pm

I tried doing something simple like <a href="http://www.blablabla.com/"><img src="http://www.blabla.com/bla' + rand(5) + '.png" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" />

Where I would have like "http://www.blabla.com/bla1.png", "/bla2.png", "/bla3.png", etc., be my images.

But that didn't work, there's just an error message image from my image hoster.
avatar
kermit4prez
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Changing logo? Empty Re: Changing logo?

Post by The Stunner February 8th 2010, 9:48 pm

Ok maybe try to send me the whole code in a PM? Makes it easier for me to figure out what is and isn't going on. I'm obviously no pro at this but I've had some experience.
The Stunner
The Stunner
New Member

Male Posts : 11
Reputation : 0
Language : English

http://nlwl.darkbb.com/forum.htm

Back to top Go down

Back to top

- Similar topics

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