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.

Not a problem>>Topic Feature script to add to your site

3 posters

Go down

Not a problem>>Topic Feature script to add to your site Empty Not a problem>>Topic Feature script to add to your site

Post by Guest May 6th 2008, 6:38 pm

Hey all if found a script "Message Slide Show" that you can load topics to that has a "take me there" feature.

You post links to certain topics that you want to really attract attention to, then add a description of the topic. Pretty cool.

When you click on the button it takes you to the topic!

Demo: HERE

The text in red is what you change. Nothing else!!!

<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="40%"><form name="slideshow"><div align="center"><center><p><b>Give this a name!</b><br><textarea rows="3" name="S1"
cols="20" wrap="virtual"></textarea><br>
<input type="button" value="Take me there!" name="B1" onClick="window.location=messagelinks[curmsg]"></p>
</center></div>
</form>
</td>
</tr>
</table>
<script>

/*
Message Slideshow-
By JavaScript Kit (www.javascriptkit.com)
Over 200+ free JavaScripts here
*/

var curmsg=-1
var messages=new Array()
messages[0]="Description of the first topic"
messages[1]="Description of the 2nd topic"
messages[2]="Description of the 3rd topic"
messages[2]="Description of the 3rd topic"
messages[4]="Description of the 4th topic"
//add more messages as desired

var messagelinks=new Array()
messagelinks[0]="first link"
messagelinks[1]="2nd link"
messagelinks[2]="3rd link"
messagelinks[3]="4th link"
messagelinks[4]="5th link"
//add more links as indicated by the number of messages

function slidemessage(){
if (curmsg<messages.length-1)
curmsg++
else
curmsg=0
document.slideshow[0].value=messages[curmsg]
setTimeout("slidemessage()",2500)
}
slidemessage()
</script>
avatar
Guest
Guest


Back to top Go down

Not a problem>>Topic Feature script to add to your site Empty Re: Not a problem>>Topic Feature script to add to your site

Post by Simple Plan May 6th 2008, 7:20 pm

That is pretty cool! I will use this on my site now Smile

Thanks, nice find!


- Simple Plan
Simple Plan
Simple Plan
Forumember

Male Posts : 131
Reputation : 10
Language : English
Location : England, UK

Back to top Go down

Not a problem>>Topic Feature script to add to your site Empty Re: Not a problem>>Topic Feature script to add to your site

Post by Guest May 6th 2008, 7:25 pm

I should mention instead of text (description of topic) you can use images. This is good for graphics forums or even adding a bunch of ads!

<img src="LINK TO IMAGE">
avatar
Guest
Guest


Back to top Go down

Not a problem>>Topic Feature script to add to your site Empty Re: Not a problem>>Topic Feature script to add to your site

Post by Simple Plan May 6th 2008, 9:24 pm

Works well, nice one!


- Simple Plan
Simple Plan
Simple Plan
Forumember

Male Posts : 131
Reputation : 10
Language : English
Location : England, UK

Back to top Go down

Not a problem>>Topic Feature script to add to your site Empty Re: Not a problem>>Topic Feature script to add to your site

Post by Guest May 6th 2008, 10:08 pm

glad you like it
avatar
Guest
Guest


Back to top Go down

Not a problem>>Topic Feature script to add to your site Empty Re: Not a problem>>Topic Feature script to add to your site

Post by gregorimendel May 8th 2008, 12:47 pm

Sorry to say! where do I can full the code in?
avatar
gregorimendel
New Member

Posts : 17
Reputation : 0
Language : Vietnamese

Back to top Go down

Not a problem>>Topic Feature script to add to your site Empty Re: Not a problem>>Topic Feature script to add to your site

Post by Guest May 8th 2008, 2:37 pm

Into the homepage message and a custom block on the portal. And I would imagine in each forum description
avatar
Guest
Guest


Back to top Go down

Not a problem>>Topic Feature script to add to your site Empty Re: Not a problem>>Topic Feature script to add to your site

Post by gregorimendel May 9th 2008, 8:36 am

thanks
avatar
gregorimendel
New Member

Posts : 17
Reputation : 0
Language : Vietnamese

Back to top Go down

Not a problem>>Topic Feature script to add to your site Empty Re: Not a problem>>Topic Feature script to add to your site

Post by TinyTimTalks May 11th 2008, 3:06 pm

Kilsek wrote:Into the homepage message and a custom block on the portal. And I would imagine in each forum description

I don't understand. Every time I put the, or ANY, script in the HTML box, it just shows up as 'The script'. Embarassed
avatar
TinyTimTalks
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

Not a problem>>Topic Feature script to add to your site Empty Re: Not a problem>>Topic Feature script to add to your site

Post by Guest May 11th 2008, 3:41 pm

Don't understand. I have periods Exclamation points, periods in mine and it works.

PM me the entire script you have applied to your site for this. Be sure you include the links and the description of the links and I will take a look.
avatar
Guest
Guest


Back to top Go down

Not a problem>>Topic Feature script to add to your site Empty Re: Not a problem>>Topic Feature script to add to your site

Post by Guest May 11th 2008, 6:38 pm

wow, if you find anything else like this, tell us!

Drag~
avatar
Guest
Guest


Back to top Go down

Not a problem>>Topic Feature script to add to your site Empty Re: Not a problem>>Topic Feature script to add to your site

Post by Guest May 11th 2008, 7:36 pm

Oh I got some stuff! I even managed to get side bars of the index page: LOOK HERE
avatar
Guest
Guest


Back to top Go down

Not a problem>>Topic Feature script to add to your site Empty Re: Not a problem>>Topic Feature script to add to your site

Post by Guest May 11th 2008, 10:23 pm

ya, but that requires you to have template editing. Im not spendin money.

Drag~
avatar
Guest
Guest


Back to top Go down

Not a problem>>Topic Feature script to add to your site Empty Re: Not a problem>>Topic Feature script to add to your site

Post by TinyTimTalks May 12th 2008, 7:41 pm

Kilsek wrote:Don't understand. I have periods Exclamation points, periods in mine and it works.

PM me the entire script you have applied to your site for this. Be sure you include the links and the description of the links and I will take a look.

Think I fixed it. Thanks Very good
avatar
TinyTimTalks
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

Not a problem>>Topic Feature script to add to your site Empty Re: Not a problem>>Topic Feature script to add to your site

Post by Guest May 12th 2008, 9:33 pm

Sorry but I JUST got your PM

So it is fixed?
avatar
Guest
Guest


Back to top Go down

Not a problem>>Topic Feature script to add to your site Empty Help me, please!

Post by gregorimendel May 28th 2008, 6:22 am

Sorry to say! When do I have to add the image code (<img src="LINK TO IMAGE">) in? Can you post full code?
avatar
gregorimendel
New Member

Posts : 17
Reputation : 0
Language : Vietnamese

Back to top Go down

Back to top

- Similar topics

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