PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.7x / 3.8x (http://www.photopost.com/forum/how-do-i-vbulletin-3-7x-3-8x/)
-   -   bbcode Code Thumbnail Question (http://www.photopost.com/forum/how-do-i-vbulletin-3-7x-3-8x/140021-bbcode-code-thumbnail-question.html)

Basscat May 13th, 2009 07:08 PM

bbcode Code Thumbnail Question
 
I recently upgraded to photopost vbgallery 2.4.3. Now, the bbcode that is displayed is the code for a thumbnail with a clickable link to the image in the gallery.

Is there a way to change code that is displayed for the bbcode so it shows a full size image instead of a thumbnail with a clickable link to the gallery?

Chuck S May 13th, 2009 09:26 PM

Not without you possibly altering the code in your adv_gallery_showimage template and replacing where the bbcode stuff is

$image[thumbnail]

with

$image[url]

Basscat May 16th, 2009 08:37 PM

Quote:

Originally Posted by Chuck S (Post 1246769)
Not without you possibly altering the code in your adv_gallery_showimage template and replacing where the bbcode stuff is

$image[thumbnail]

with

$image[url]

I did what you said. In the adv_gallery_showimage template

Code:

Content visible to verified customers only.
Changed it to

Code:

Content visible to verified customers only.
and it did not work. :(

I justed checked the code I posted, and it did not display correctly. If you click on "edit" you will see the correct code I posted. The [url] does not work there.

Chuck S May 17th, 2009 01:04 AM

Look at what you posted you did not change the tag to $image[url] you just make it $image

Basscat May 17th, 2009 11:20 AM

Quote:

Originally Posted by Basscat (Post 1246896)
I justed checked the code I posted, and it did not display correctly. If you click on "edit" you will see the correct code I posted. The [url] does not work there.

Quote:

Originally Posted by Chuck S (Post 1246910)
Look at what you posted you did not change the tag to $image[url] you just make it $image

You did not read the bottom part of my post. The code I used did not display correctly in my last post. You have to click on the "edit" button on my post in order to see the code I used.

Chuck S May 17th, 2009 11:59 AM

Not much more I can say here on this as $image[url] is correct. I just tested it

a picture is worth a thousand words I guess

http://www.reeftalk.com/vbag/showima...6&c=3&userid=1

Basscat May 17th, 2009 01:57 PM

I want a full size image to show when people grab the code from the bbcode instead of a thumbnail and a clickable link.

Chuck S May 17th, 2009 02:24 PM

Yes and my example clearly shows this above

Code:

Content visible to verified customers only.
Code:

Content visible to verified customers only.

Basscat May 17th, 2009 05:23 PM

I have it working now on my site. Thanks for the help Chuck!

Chuck S May 17th, 2009 08:33 PM

Glad to help out.


All times are GMT -5. The time now is 09:20 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97