Remove Link From Image Posted.


Subject: Remove Link From Image Posted.
How can i remove the link on a image that is posted within [img] tags. there is no [url] tag but still when i bring the mouse on the image and click it.it takes me to where its uploaded and theres no url tag! whats wrong?

for example.... see this post here http://fidunderground.ig3.net/viewtopic.php?t=800

theres no url link on the image its only in img tags. how do i remove the link from it?


thanx

Profile PM  
Subject: Re: Remove Link From Image Posted.
That is normal, imation. All images in XS and Icy Phoenix are autolinked to their own location, that's because of the "Direct Image Link" mod inserted in Icy Phoenix.


I may be wrong, but I don't think there is a switch from ACP to disable that mod so the only way to avoid it to affect posted images is to remove the mod manually.

Subject: Re: Remove Link From Image Posted.
Open includes/bbcode.php
FIND
Code: [Download] [Hide] [Select]
$html = '<a href="' . $params['src'] . '" target="_blank" title="' . $lang['OpenNewWindow'] . '">' . $html . '</a>';

REPLACE WITH
Code: [Download] [Hide] [Select]
$html = $html;

Subject: Re: Remove Link From Image Posted.
Very nice Zuker, I looked for that mod in order to uninstall it but I didn't find it, thanks ;)


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.9207s (PHP: 2% SQL: 98%)
SQL queries: 15 - Debug Off - GZIP Enabled