Icy Phoenix

     
 

Remove Link From Image Posted.

Remove Link From Image Posted.

Article
Reply with quote    Download Post  
Post 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



 
imation - View user's profile Send private message  
imation [ Sat 24 Mar, 2007 16:18 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Remove Link From Image Posted.

Comments
Reply with quote    Download Post  
Post 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.



 
Vortex - View user's profile Send private message  
Vortex [ Sat 24 Mar, 2007 19:21 ]
Reply with quote    Download Post  
Post 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;




 
Zuker - View user's profile Send private message  
Zuker [ Sat 24 Mar, 2007 20:04 ]
Reply with quote    Download Post  
Post 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



 
Vortex - View user's profile Send private message  
Vortex [ Sat 24 Mar, 2007 20:31 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1