PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.6x (http://www.photopost.com/forum/how-do-i-vbulletin-3-6x/)
-   -   BB Image Code wrong (http://www.photopost.com/forum/how-do-i-vbulletin-3-6x/136615-bb-image-code-wrong.html)

mooncreek May 16th, 2008 06:35 AM

BB Image Code wrong
 
Shows as:

[ url=http://www.xxx.com/bb/gallery/showimage.php?i=7243&c=]
Code:

Content visible to verified customers only.
[/url ]

Without the spaces

v2.4.3 and VB3.7.0

Any ideas?

Mike_K May 20th, 2008 12:29 PM

I have the same problem. In older versions of vbgallery the bb image code was e.g.

[code]Content visible to verified customers only.[/code]

Now it is

[url=http://www.domain.net/gallery/showimage.php?i=1175&c=11][code]Content visible to verified customers only.[/code][/url]


Means the code shows only the thumbs. But we need the img tag to the original pciture.

How to chance?

Mike_K May 21st, 2008 11:39 AM

Found now in the template "ADV_GALLERY_SHOWIMAGE" the line
Code:

Content visible to verified customers only.
This should be corrected to get the bb code for the original images.

But... how? What must I put in instead [thumbnail] ?

Mike_K May 23rd, 2008 01:29 AM

Thanks! :(


Changed now

value="/showimage.php?i=$image[imageid]$adv_sorturl]
Code:

Content visible to verified customers only.
"


to


value="
Code:

Content visible to verified customers only.

Zachariah May 23rd, 2008 10:02 AM

I am going to change this.
- Option to show thumb w/ link to large gallery
- Option to show large w/ link to large gallery
- show large no link

There may be option per category or a default setting for the gallery.

Mike_K May 23rd, 2008 10:08 AM

That would be nice!

KenDude July 8th, 2008 09:15 AM

Quote:

Originally Posted by Zachariah (Post 1225022)
I am going to change this.
- Option to show thumb w/ link to large gallery
- Option to show large w/ link to large gallery
- show large no link

There may be option per category or a default setting for the gallery.

Zach,
I concur, this is really needed, I just had to track this all down again and make the changes to the template again to get it the way I wanted it.

MarkusB October 30th, 2008 11:10 AM

Quote:

Originally Posted by Mike_K (Post 1224848)
Found now in the template "ADV_GALLERY_SHOWIMAGE" the line
Code:

Content visible to verified customers only.
This should be corrected to get the bb code for the original images.

But... how? What must I put in instead [thumbnail] ?


cant find this file, can somebody point me to it?

would like make this edit to get rid of the thumbnail!

Thanks Markus

Luciano October 30th, 2008 12:32 PM

go to control panel..
select vBGallery --> Edit Templates

choose in the style you want to edit the template: ADV_GALLERY_SHOWIMAGE

an editor will open.. you will find the code in there..
Luc

MarkusB October 30th, 2008 03:46 PM

@Luciano

thanks, changed now...

cheers Markus


All times are GMT -5. The time now is 08:23 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