Pixelpost Forum

Pixelpost Forum (http://www.pixelpost.org/forum/index.php)
-   Template design and Front-End Code (http://www.pixelpost.org/forum/forumdisplay.php?f=20)
-   -   Where's my IMAGE_ID tag?? (http://www.pixelpost.org/forum/showthread.php?t=10466)

bjlawrence11 05-10-2009 10:48 AM

Where's my IMAGE_ID tag??
 
Still struggling with this simple question, as I attempt to fix the SoloIt addon...

Anyone able to tell me the actual Image id tag for my photo from this code below?
The code is from my template image.html file and I need to find the tag for the displayed image.


<div class="navmenu">
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>" title="previous">&lt;&lt;</a> |
<a href="index.php?showimage=<IMAGE_NEXT_ID>" title="next">&gt;&gt;</a> |
<COMMENT_POPUP> (<IMAGE_COMMENTS_NUMBER>) |
<SOLO_IT_CLICK>|
<a href="<SITE_BROWSELINK>" title="archives">Archives</a> |
<a href="index.php?x=about" title="about">About</a> |
<a href="index.php?x=rss" title="RSS 2.0 feed">RSS</a>/<a href="index.php?x=atom" title="ATOM feed">Atom</a>
</div>

</div>

</div>

<div id="calendar"><SITE_CALENDAR></div>

<div id="picture">
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
<img class="photobox" src="images/<IMAGE_NAME>" id="photo title="<IMAGE_TITLE>" alt="<IMAGE_TITLE>" border="1" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>"/>

</a>
</div>
<br>

Trauko 05-10-2009 02:47 PM

Tags
 
Quote:

<div id="picture">
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
<img class="photobox" src="images/<IMAGE_NAME>" id="photo title="<IMAGE_TITLE>" alt="<IMAGE_TITLE>" border="1" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>"/>
</a>
</div>
also
<IMAGE_ID>

bjlawrence11 05-14-2009 05:31 AM

Thanks for your reply. But nothing seems able to get this "Soloit" addon working?!

Any suggestions about a good addon that can solo the photo on black, or even just to change the background colour by a site visitor?


All times are GMT. The time now is 02:43 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.