Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: 1 ... 6 7 8 9 [10]   Go Down

Author Topic: copy/ paste bbcode img URL below intermediate image  (Read 299114 times)

0 Members and 2 Guests are viewing this topic.

flapane

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 251
    • Flavio's page
Re: copy/ paste bbcode img URL below intermediate image
« Reply #180 on: March 14, 2014, 11:37:22 pm »

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.
Code: [Select]
//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-->';

miditech

  • Coppermine newbie
  • Country: in
  • Offline Offline
  • Gender: Male
  • Posts: 1
    • MidiTech India
Re: copy/ paste bbcode img URL below intermediate image
« Reply #181 on: May 09, 2016, 07:43:40 am »

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

Thanks a lot again!
Logged
Pages: 1 ... 6 7 8 9 [10]   Go Up
 

Page created in 0.017 seconds with 20 queries.