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.

Link not correct

+3
Sir Chivas™
Sanket
Macca_96
7 posters

Go down

Solved Link not correct

Post by Macca_96 April 21st 2013, 5:42 pm

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 April 24th 2013, 3:42 pm; edited 1 time in total
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

Solved Re: Link not correct

Post by Sanket April 21st 2013, 6:46 pm

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.
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Link not correct

Post by Macca_96 April 22nd 2013, 8:01 pm

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).
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

Solved Re: Link not correct

Post by Sir Chivas™ April 22nd 2013, 9:04 pm

I'm not able to see this announcement, can you please provide screenshots of this announcement, as well with an account? Thank you.
Sir Chivas™
Sir Chivas™
Helper
Helper

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

Back to top Go down

Solved Re: Link not correct

Post by Macca_96 April 23rd 2013, 5:55 pm

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

avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

Solved Re: Link not correct

Post by J0k3R^ April 23rd 2013, 6:10 pm

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
J0k3R^
J0k3R^
Forumember

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

http://fmplanet.forumgreek.com

Back to top Go down

Solved Re: Link not correct

Post by E-Mark April 23rd 2013, 6:21 pm

By any chance, did you edit your index_body template? bye
E-Mark
E-Mark
Active Poster

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

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Link not correct

Post by J0k3R^ April 23rd 2013, 6:22 pm

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

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

http://fmplanet.forumgreek.com

Back to top Go down

Solved Re: Link not correct

Post by Macca_96 April 23rd 2013, 8:58 pm

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
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

Solved Re: Link not correct

Post by E-Mark April 23rd 2013, 9:45 pm

Yes. Provide me the code you put on it.
E-Mark
E-Mark
Active Poster

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

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Link not correct

Post by Macca_96 April 23rd 2013, 9:53 pm

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>
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

Solved Re: Link not correct

Post by E-Mark April 23rd 2013, 9:54 pm

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>
E-Mark
E-Mark
Active Poster

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

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Link not correct

Post by Macca_96 April 23rd 2013, 9:56 pm

OK ill try. You just put in the backslashes right? I thought they were optional.
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

Solved Re: Link not correct

Post by E-Mark April 23rd 2013, 9:58 pm

Yep. As bugs may occur. bye
E-Mark
E-Mark
Active Poster

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

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Link not correct

Post by Macca_96 April 23rd 2013, 10:00 pm

That has fixed it. Thanx. Do you mind telling me why leaving out the slashes makes it buggy?
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

Solved Re: Link not correct

Post by E-Mark April 23rd 2013, 10:01 pm

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.
E-Mark
E-Mark
Active Poster

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

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Link not correct

Post by kirk April 24th 2013, 9:35 am

So this is solved now?
kirk
kirk
Forumaster

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

Back to top Go down

Solved Re: Link not correct

Post by Macca_96 April 24th 2013, 3:41 pm

Yes. Topic solved and locked.
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

Solved Re: Link not correct

Post by Jophy April 24th 2013, 7:43 pm

Topic Solved & Locked
Jophy
Jophy
ForumGuru

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

Back to top Go down

Back to top

- Similar topics

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