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.
The forum of the forums
3 posters

    Possible Widget help

    Geezer
    Geezer
    Forumember


    Posts : 191
    Reputation : 0
    Language : English

    Solved Possible Widget help

    Post by Geezer Fri Apr 13, 2012 2: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
    Stephen-
    Stephen-
    Hyperactive


    Male Posts : 2542
    Reputation : 326
    Language :

    Solved Re: Possible Widget help

    Post by Stephen- Fri Apr 13, 2012 2:53 pm

    Hello,

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


    Posts : 191
    Reputation : 0
    Language : English

    Solved Re: Possible Widget help

    Post by Geezer Fri Apr 13, 2012 3:16 pm

    Thanks and where would I place this ?
    Stephen-
    Stephen-
    Hyperactive


    Male Posts : 2542
    Reputation : 326
    Language :

    Solved Re: Possible Widget help

    Post by Stephen- Fri Apr 13, 2012 3:18 pm

    Click the edit Edit On your forum's widget then put the codes there.
    Geezer
    Geezer
    Forumember


    Posts : 191
    Reputation : 0
    Language : English

    Solved Re: Possible Widget help

    Post by Geezer Fri Apr 13, 2012 3:57 pm

    You will have to lead me through it dude , I,m new to this bounce
    avatar
    Guest
    Guest


    Solved Re: Possible Widget help

    Post by Guest Fri Apr 13, 2012 4: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?
    Geezer
    Geezer
    Forumember


    Posts : 191
    Reputation : 0
    Language : English

    Solved Re: Possible Widget help

    Post by Geezer Fri Apr 13, 2012 5:00 pm

    I want it at the bottom of my Forum under Statistics ,cheers
    avatar
    Guest
    Guest


    Solved Re: Possible Widget help

    Post by Guest Fri Apr 13, 2012 5: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>');
    });
    Geezer
    Geezer
    Forumember


    Posts : 191
    Reputation : 0
    Language : English

    Solved Re: Possible Widget help

    Post by Geezer Fri Apr 13, 2012 5: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

    Solved Re: Possible Widget help

    Post by Geezer Sun Apr 15, 2012 8:59 am

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


    Solved Re: Possible Widget help

    Post by Guest Sun Apr 15, 2012 9: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>');
    });
    Geezer
    Geezer
    Forumember


    Posts : 191
    Reputation : 0
    Language : English

    Solved Re: Possible Widget help

    Post by Geezer Sun Apr 15, 2012 9:39 am

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

    This is now complete
    avatar
    Guest
    Guest


    Solved Re: Possible Widget help

    Post by Guest Sun Apr 15, 2012 9:51 am

    You're welcome mate! Razz
    Base
    Base
    Forumaster


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

    Solved Re: Possible Widget help

    Post by Base Sun Apr 15, 2012 10:11 am

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

    Topic Solved & Locked

      Current date/time is Mon Sep 23, 2024 10:28 pm