CUSTOMIZATION - How To Remove Image Linking In BBCode


Subject: CUSTOMIZATION - How To Remove Image Linking In BBCode
If you the images in posts and signatures but no with the "link" part (open image in new window).

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: How To Remove The Image Linking
This is in the IcyPhoenix 1.1.7.22 RC 1

Open includes/bbcode.php

FIND:

Code: [Download] [Hide] [Select]
{
$extra_html = ' target="_blank" title="' . $lang['OpenNewWindow'] . '"';
}
$html = '<a href="' . $this->process_text($img_url) . '"' . $extra_html . '>' . $html . '</a>';


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

Subject: Re: How To Remove The Image Linking
plz help me how to open image as preview in same page only

Profile PM  
Subject: Re: How To Remove The Image Linking
Try change target="_blank" by target="_self"


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: 1.116s (PHP: 2% SQL: 98%)
SQL queries: 32 - Debug Off - GZIP Enabled