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/)
-   -   How to place something (http://www.photopost.com/forum/how-do-i-vbulletin-3-6x/135940-how-place-something.html)

ashley76 March 23rd, 2008 08:52 PM

How to place something
 
I want to add an addthis button (bookmarking button) to the top left of each image in the galleries. If you look at this link http://www.superherosketch.com/forum...=1&c=newimages I want to put the button right up under the title Black Cat Markers. What template do I need to edit to do this? thanks

Zachariah March 23rd, 2008 09:15 PM

Template:
ADV_GALLERY_SHOWIMAGE

Find:
Code:

Content visible to verified customers only.
EX:
Code:

Content visible to verified customers only.
Added simple link code bold ^

ashley76 March 23rd, 2008 09:38 PM

That didn't seem to work... Here is what it look like after I added my code...


<td class="tcat" width="100%">$image[title]<!-- AddThis Button BEGIN -->
<script type="text/javascript">addthis_pub = 'ashley76';</script>
<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', '[url]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s9.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
<!-- AddThis Button END -->
</td>


Nothing shows up though...

Zachariah March 24th, 2008 06:59 AM

1 Attachment(s)
I copy and paste your code in and the image shows. \
Perhaps your are viewing the wrong Style ?

ashley76 March 24th, 2008 11:57 AM

LOL thanks. I was looking at the wrong skin style... That worked!


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