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.

Possible Widget help

3 posters

Go down

Solved Possible Widget help

Post by Geezer April 13th 2012, 3:48 pm

I would like to put a small banner at the bottom of my forum and this Banner is clickable , you click on it and it goes to another site . Is this possible with a Widget and if so how ? or is there another way to do this and how ? Thanks
Geezer
Geezer
Forumember

Posts : 191
Reputation : 0
Language : English

http://cockneyboys.forumotion.co.uk/forum

Back to top Go down

Solved Re: Possible Widget help

Post by Stephen- April 13th 2012, 3:53 pm

Hello,

Try to use this code:
Code:
<a href="www.yoursite.com"><img src="image link here">
Stephen-
Stephen-
Hyperactive

Male Posts : 2542
Reputation : 326
Language :

Back to top Go down

Solved Re: Possible Widget help

Post by Geezer April 13th 2012, 4:16 pm

Thanks and where would I place this ?
Geezer
Geezer
Forumember

Posts : 191
Reputation : 0
Language : English

http://cockneyboys.forumotion.co.uk/forum

Back to top Go down

Solved Re: Possible Widget help

Post by Stephen- April 13th 2012, 4:18 pm

Click the edit Edit On your forum's widget then put the codes there.
Stephen-
Stephen-
Hyperactive

Male Posts : 2542
Reputation : 326
Language :

Back to top Go down

Solved Re: Possible Widget help

Post by Geezer April 13th 2012, 4:57 pm

You will have to lead me through it dude , I,m new to this bounce
Geezer
Geezer
Forumember

Posts : 191
Reputation : 0
Language : English

http://cockneyboys.forumotion.co.uk/forum

Back to top Go down

Solved Re: Possible Widget help

Post by Guest April 13th 2012, 5:51 pm

Hi!

Replace that code to:
Code:
<a href="www.yoursite.com"><img src="image link here" /></a>
and paste it in a place that allow HTML codes.

So, where you want to show the banner? In a widget?
avatar
Guest
Guest


Back to top Go down

Solved Re: Possible Widget help

Post by Geezer April 13th 2012, 6:00 pm

I want it at the bottom of my Forum under Statistics ,cheers
Geezer
Geezer
Forumember

Posts : 191
Reputation : 0
Language : English

http://cockneyboys.forumotion.co.uk/forum

Back to top Go down

Solved Re: Possible Widget help

Post by Guest April 13th 2012, 6:07 pm

Add this code to Javascript codes management:
Code:
$(function(){
$('#fo_stat').after('<br />
<center>
<a href="FIRST_SITE"><img src="FIRST_IMAGE" /></a><div style="width: 2px;">
<a href="SECOND_SITE"><img src="SECOND_IMAGE" /></a><div style="width: 2px;">
<a href="THIRD_SITE"><img src="THIRD_IMAGE" /></a><div style="width: 2px;">
</center>');
});
avatar
Guest
Guest


Back to top Go down

Solved Re: Possible Widget help

Post by Geezer April 13th 2012, 6:23 pm

Thanks Coddy , I will give it a go and get back to you if it dont work Very Happy
Geezer
Geezer
Forumember

Posts : 191
Reputation : 0
Language : English

http://cockneyboys.forumotion.co.uk/forum

Back to top Go down

Solved Re: Possible Widget help

Post by Geezer April 15th 2012, 9:59 am

It worked perfectly but , how do you get it to open a new page instead of using the Forum page ?
Geezer
Geezer
Forumember

Posts : 191
Reputation : 0
Language : English

http://cockneyboys.forumotion.co.uk/forum

Back to top Go down

Solved Re: Possible Widget help

Post by Guest April 15th 2012, 10:07 am

Code:
$(function(){
$('#fo_stat').after('<br />
<center>
<a href="FIRST_SITE" target="_blank"><img src="FIRST_IMAGE" /></a><div style="width: 2px;">
<a href="SECOND_SITE" target="_blank"><img src="SECOND_IMAGE" /></a><div style="width: 2px;">
<a href="THIRD_SITE" target="_blank"><img src="THIRD_IMAGE" /></a><div style="width: 2px;">
</center>');
});
avatar
Guest
Guest


Back to top Go down

Solved Re: Possible Widget help

Post by Geezer April 15th 2012, 10:39 am

Thanks Coddy just what I wanted , cheers for your help mate :wouhou:

This is now complete
Geezer
Geezer
Forumember

Posts : 191
Reputation : 0
Language : English

http://cockneyboys.forumotion.co.uk/forum

Back to top Go down

Solved Re: Possible Widget help

Post by Guest April 15th 2012, 10:51 am

You're welcome mate! Razz
avatar
Guest
Guest


Back to top Go down

Solved Re: Possible Widget help

Post by Base April 15th 2012, 11:11 am

Use the 'solved' icon and not the 'complete' icon here. Wink

Topic Solved & Locked
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Back to top


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