PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 4 (http://www.photopost.com/forum/installs-upgrade-vbulletin-4/)
-   -   need help finding main image tag code (http://www.photopost.com/forum/installs-upgrade-vbulletin-4/146059-need-help-finding-main-image-tag-code.html)

ihstiv June 23rd, 2011 05:22 PM

need help finding main image tag code
 
Seems like a simple thing to find, but I can't seem to.

I just want to make some adjustments to the main, normal, image tag that appears when you click on a thumbnail to view the large image.

Can someone let me know which file or template I should be looking in?

Thanks

Chuck S June 24th, 2011 09:22 AM

well thats a very arbitrary question.

Normally I would tell you to look in the actual script your viewing as that would handle making the variables and things your viewing. ;)

ihstiv June 24th, 2011 10:20 AM

Sorry for the lack of details in my original post - here is the actual code that I am looking to find:

Code:

Content visible to verified customers only.
I did find code that looks like a match for this in the following template: adv_gallery_member_highlight_block

..but when I edit or (temporarily) delete it, it doesn't affect the code.

Let me know if I should pm you the URL for the site?

Thanks again for your help.

ihstiv June 24th, 2011 10:27 AM

sorry - I found it here: ADV_GALLERY_SHOWIMAGE

It is buried in a complicated series of rules that break up the code so it doesn't come up when searching for longer strings in the code I posted above.

Cheers

ihstiv June 24th, 2011 10:48 AM

In case anyone else is searching for this, I finally found the actual HTML code that is written through the {vb:raw imagecode} variable in /forum/includes/functions_gallery.php around line 2500.

This thread lead me there: https://www.photopost.com/forum/how-...code-html.html

Chuck S June 24th, 2011 07:19 PM

Glad you found it.


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