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
Sir Chivasâ„¢
Sanket
Macca_96
7 posters

    Link not correct

    avatar
    Macca_96
    Forumember


    Posts : 232
    Reputation : 0
    Language : English

    Solved Link not correct

    Post by Macca_96 Sun 21 Apr - 13:42

    My old topic was locked without a fix.

    When you hover over the time/date it has a reference to an external link that I created in an image above it at http://apexevolution.forumotion.com/ You dont need to be logged in to see it. The link I made I added in the announcement via the admin panel. I dont think there should be any link for the current time/date. Why is this?


    Last edited by Macca_96 on Wed 24 Apr - 11:42; edited 1 time in total
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Link not correct

    Post by Sanket Sun 21 Apr - 14:46

    Old topics, when don't have a reply get auto pruned & hence get locked.

    The problem you are facing is because of this.
    https://help.forumotion.com/t122478-unwanted-links#811737

    Its only visible for guests though.
    avatar
    Macca_96
    Forumember


    Posts : 232
    Reputation : 0
    Language : English

    Solved Re: Link not correct

    Post by Macca_96 Mon 22 Apr - 16:01

    Im afraid this is different. The links direct you to links i made in the announcement and are visible to logged in members also. If you look at the page you will see the ELITE image and directly under that is the date/time. That is a link to the image :/

    with logged in members the mouse pointer will turn into a hand when you hover all around the outside of the chatbox (which is now disabled for that reason).
    Sir Chivasâ„¢
    Sir Chivasâ„¢
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Link not correct

    Post by Sir Chivasâ„¢ Mon 22 Apr - 17:04

    I'm not able to see this announcement, can you please provide screenshots of this announcement, as well with an account? Thank you.
    avatar
    Macca_96
    Forumember


    Posts : 232
    Reputation : 0
    Language : English

    Solved Re: Link not correct

    Post by Macca_96 Tue 23 Apr - 13:55

    Its not only the date, but the log-in div also. As you can see I am hovering over the username box and it will redirect you to the CoD ELITE site. So will the log-in button. Infact, anywhere along the login div will do it.

    Link not correct Ss10

    J0k3R^
    J0k3R^
    Forumember


    Male Posts : 742
    Reputation : 28
    Language : Greek > English > Russian > Spanish
    Location : C:\>r00t

    Solved Re: Link not correct

    Post by J0k3R^ Tue 23 Apr - 14:10

    after editing or adding something (JS, script, templates etc) u saw something strange? maybe some of these cause the problem but im not sure wait for e-Mark loul
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: Link not correct

    Post by E-Mark Tue 23 Apr - 14:21

    By any chance, did you edit your index_body template? bye
    J0k3R^
    J0k3R^
    Forumember


    Male Posts : 742
    Reputation : 28
    Language : Greek > English > Russian > Spanish
    Location : C:\>r00t

    Solved Re: Link not correct

    Post by J0k3R^ Tue 23 Apr - 14:22

    that i had in my mind, he maybe changed something there and now his homepage is buggy... blackeye
    avatar
    Macca_96
    Forumember


    Posts : 232
    Reputation : 0
    Language : English

    Solved Re: Link not correct

    Post by Macca_96 Tue 23 Apr - 16:58

    I cannot edit templates. All i did was add those images in the announcement part of admin panel and for some reason the href attribute is somehow linked into those other elements
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: Link not correct

    Post by E-Mark Tue 23 Apr - 17:45

    Yes. Provide me the code you put on it.
    avatar
    Macca_96
    Forumember


    Posts : 232
    Reputation : 0
    Language : English

    Solved Re: Link not correct

    Post by Macca_96 Tue 23 Apr - 17:53

    Sure.

    Code:
    <div><a href="http://m.youtube.com/user/ApeXPredatorsClan" target="_blank" title="Our YouTube channel">
    <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQUmSZgJ4ky-5xs2eeS2vRRZzCyrm0Y_HhVLhSLD5fsQWYkaIQLzI1W-g" alt="YouTube channel" width="90px"></a>
    <a href="https://elite.callofduty.com/connect/clan/view/5305544" target="_blank" title="Our ELITE clan page">
    <img src="http://i74.servimg.com/u/f74/18/06/14/84/elite10.png" alt="ELITE"</a></div>
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: Link not correct

    Post by E-Mark Tue 23 Apr - 17:54

    Replace it with this one:
    Code:
    <div><a href="http://m.youtube.com/user/ApeXPredatorsClan" target="_blank" title="Our YouTube channel">
    <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQUmSZgJ4ky-5xs2eeS2vRRZzCyrm0Y_HhVLhSLD5fsQWYkaIQLzI1W-g" alt="YouTube channel" width="90px" /></a>
    <a href="https://elite.callofduty.com/connect/clan/view/5305544" target="_blank" title="Our ELITE clan page">
    <img src="http://i74.servimg.com/u/f74/18/06/14/84/elite10.png" alt="ELITE" /></a></div>
    avatar
    Macca_96
    Forumember


    Posts : 232
    Reputation : 0
    Language : English

    Solved Re: Link not correct

    Post by Macca_96 Tue 23 Apr - 17:56

    OK ill try. You just put in the backslashes right? I thought they were optional.
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: Link not correct

    Post by E-Mark Tue 23 Apr - 17:58

    Yep. As bugs may occur. bye
    avatar
    Macca_96
    Forumember


    Posts : 232
    Reputation : 0
    Language : English

    Solved Re: Link not correct

    Post by Macca_96 Tue 23 Apr - 18:00

    That has fixed it. Thanx. Do you mind telling me why leaving out the slashes makes it buggy?
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: Link not correct

    Post by E-Mark Tue 23 Apr - 18:01

    As you use '<' (opening tag) and not use '/>' (close tag), the opening tag will continue to find an ending tag. So you really need to close it Smile.
    kirk
    kirk
    Forumaster


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

    Solved Re: Link not correct

    Post by kirk Wed 24 Apr - 5:35

    So this is solved now?
    avatar
    Macca_96
    Forumember


    Posts : 232
    Reputation : 0
    Language : English

    Solved Re: Link not correct

    Post by Macca_96 Wed 24 Apr - 11:41

    Yes. Topic solved and locked.
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Link not correct

    Post by Jophy Wed 24 Apr - 15:43

    Topic Solved & Locked

      Current date/time is Mon 23 Sep - 3:20