Need help With BBCode Img Tags. Need help With BBCode Img Tags.
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Need help With BBCode Img Tags.

Started by cartooner, October 29, 2006, 09:43:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cartooner

I need someone to set up my Gallery so my members can copy/paste
BBCode Image tags onto a forum.  I would pay if it's reasonable.

The Gallery is all set, all the need is the Mod installed or someone show
me how How To put in this field. I've searched and searched for this on
here and haven't found a decent reply or solution.

I do have a forum powered by VBulletin and am somewhat familar with that.
The Coopermine Gallery is on a seperate server though not bridged.




Sami

‍I don't answer to PM with support question
Please post your issue to related board

cartooner

Yes it is. Thank You. Now all I do is upload the .zip file to my plugins folder and unzip it there
on the server??  Then upload it using manage plugins in (config=>general)??  Is there a certain file I look for after I unpack it??

Sami

Quote from: cartooner on November 01, 2006, 06:24:48 AM
Now all I do is upload the .zip file to my plugins folder and unzip it there
on the server??  Then upload it using manage plugins in (config=>general)??
Yes
Quote from: cartooner on November 01, 2006, 06:24:48 AM
Is there a certain file I look for after I unpack it??
No , just unpack the zip file under plugins folder and go to plugin manager and install it ...
‍I don't answer to PM with support question
Please post your issue to related board

cartooner

Thank you a lot.  It's working.

But I question...how do I get it so it shows just this



(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fursite.com%2Fcpg%2Falbums%2Fuserpics%2F10001%2Fdentist.gif&hash=dd8402a273b3bf766163454c1e0856bfbe8c04fa)

instead of the thumbnail version
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fedtoons.com%2Fcpg%2Falbums%2Fuserpics%2F10001%2Fthumb_dentist.gif&hash=287d8bfba8ee7452b3129c47b5e6d5f15d6002e6)

Is there something I have to do in General settings or something with the codes in the file??

..and again thank you for all the help ..
example of dentist.gif image

cartooner

I'm sorry about that last post, I goofed up...what i was wondering is there
a way so it links to full-size pic. This is the link i get now, the thumbnail..

example://  (https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fmysite.com%2Fcpg%2Falbums%2Fuserpics%2F10001%2Fthumb_dentist.gif&hash=8ac81ac51f01f17395f3c22a78a0c7196d94e05c)  //end of example

I just want the link to the full size image. 

cartooner

I did it again..I'm trying to show the link I get.  I hope you know what I mean
without the example of what I'm getting.

I get the link to the thumnail and I just want the link to the fullsize pic.

here's my site..

http://edtoons.com/cpg/index.php


Sami

- I think we could move this thread to support board (moving...)
- The 2nd bbcode is link to fulsize image
- If you have more questions about the plugin please post them to the thread that deal with plugin (copy/ paste bbcode img URL below intermediate image v1.1)
‍I don't answer to PM with support question
Please post your issue to related board

cartooner

ok....I will.  I did figure out how to get the link to the full size image.

I changed the $thumb_url

//here we define the actual bbcode coppermine path + the path to the pic $img_url is for the version that displays the thumb, $name_url is for a txt link with the ikmage title
   $img_url = '.$fullsize_url.'](http://'.$CONFIG%5B'ecards_more_pic_target'%5D.%5Bb%5D$thumb_url%5B/b%5D.')';
   $name_url = '.$fullsize_url.']'.$name.'';

to......$fullsize_url

//here we define the actual bbcode coppermine path + the path to the pic $img_url is for the version that displays the thumb, $name_url is for a txt link with the ikmage title
   $img_url = '.$fullsize_url.'](http://'.$CONFIG%5B'ecards_more_pic_target'%5D.%5Bb%5D$fullsize_url%5B/b%5D.')';
   $name_url = '.$fullsize_url.']'.$name.'';
   

..and it seems to be working.  Now to try and just get it down to the image just in [IMG] brackets, without the URL brackets. If I need that help I'll go to the thread you pointed me to, That's all I need yet is that one thing.

Did I do it the right way though??
   

Sami

- I don't use (know) this plugin that's why I'm asking you to post your question there .
BTW it seems working ...
‍I don't answer to PM with support question
Please post your issue to related board

cartooner

Quote from: Sami on November 02, 2006, 05:39:19 AM
- I think we could move this thread to support board (moving...)
- The 2nd bbcode is link to fulsize image
- If you have more questions about the plugin please post them to the thread that deal with plugin (copy/ paste bbcode img URL below intermediate image v1.1)

The second line..with the $thumb_url is the one I changed to $fullsize_url...

Thank you.  

I'm getting close to what i want. The image in IMG brackets without the URL brackets.

Sami

Sorry but I should lock this thread !!!
Ask your Question on plugin thread
‍I don't answer to PM with support question
Please post your issue to related board