PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.5.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/)
-   -   [img] tag doesn't appear to work.. (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/121564-img-tag-doesnt-appear-work.html)

kall December 15th, 2005 12:14 PM

[img] tag doesn't appear to work..
 
ie:
Code:

Content visible to verified customers only.
On my forums at least, only the <img tag works.. the [img] one does not.

*edit* see, doesn't work here either. :(

Chuck S December 15th, 2005 12:30 PM

Image tag works fine in the forum here from what I see

Code:

Content visible to verified customers only.
I beleive the issue is your OLD vBGallery it is using a script link to the image which can not be used in the img tag. In the current code the true image url is used with img tag

You would need to download the vbgallery software and update your code

kall December 15th, 2005 12:38 PM

Ahh. Thanks for that chuck.

I will do so after work and will report back with results. :)

kall December 19th, 2005 12:28 PM

Code:

Content visible to verified customers only.
Test..

kall December 19th, 2005 12:29 PM

Righto... code updated - image still not showing. :(

Code:

Content visible to verified customers only.

Chuck S December 19th, 2005 12:36 PM

Your bbcode link is using displayimage.php not the true image path as it does on a default vBGallery install. I do not know if there is a hack or switch in vBGallery to allow this switch but I can tell you under vbulletin admin options you must set

ALLOW DYNAMIC IMAGE TAGS to YES in the image tag in VB admin options

KW802 December 19th, 2005 02:09 PM

Kall,

Check your Gallery templates to see if any have been modified... there was a template hack a long time ago to display the <img> link (before it was a stock option) so perhaps there is a possibility you have some old edits yet.


All times are GMT -5. The time now is 04:11 PM.

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