News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

copy/ paste bbcode img URL below intermediate image

Started by Stramm, September 16, 2006, 07:16:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

flapane

The thread should be moved to 1.5 section.

I noticed that googlebot was indexing the output of the plugin, thus indexing the bbcode/forum links and displaying them as the MAIN content of the search results.
I'm not sure about it, but it may lead to a loss of visitors, as the visitor won't find the content indexed by google interesting.

So I edited the final part of the script by adding googleoff/on tags.
//this just brings everything in form... we create a table etc.
$bbcode_data = '<!--googleoff: index--><table align="center" width="'.$CONFIG['picture_width'].'">'.$script_data.'<tr>';
$bbcode_data .= '<td>BBCode/Forum (Copy/Paste)</td>';
$bbcode_data .= '<td><textarea name="bbcode" readonly="readonly" onfocus="this.select();" onclick="this.select();" rows="1" cols="50" style="overflow:off;">'.$img_url.'
[SIZE="1"]'.$name.' [i](Click on the photo for EXIF info)[/i][/SIZE]</textarea></td>';

$bbcode_data .= '</tr><tr>';

$bbcode_data .= '<td>HTML code (Copy/Paste)</td>';
$bbcode_data .= '<td><textarea name="bbcode" readonly="readonly" onfocus="this.select();" onclick="this.select();" rows="1" cols="50"><a href="'.$CONFIG['ecards_more_pic_target'].$fullsize_url.'">'.$name_url.'</a></textarea></td>';

$bbcode_data .= '</tr></table><!--googleon: index-->';
Flapane
www.flapane.com

Gallery
www.gallery.flapane.com

miditech

Thanks for the reply and i am searching for the question..
now it's work fine ..

Thanks a lot again!