Pixelated a phpBB Template by SkaidonDesigns
 
Kaktusan Corp. Support Area Forum Index
www.kaktusancorp.com
www.cheapestadultscripts.com
Play with the Best, be the Best!
Kaktusan Cash
FAQ
Search
Memberlist
Usergroups
Profile
Log in to check your private messages
Log in

The Mightiest Webmaster Solutions Ever
Special Offers
Special Offers
Links Organizer
Links Organizer
Blogs Automater
Blogs Automater
Plug Rush
Plug Rush

Haven't registered yet? Do it here now!
Feed Templates, Explained!

 
Post new topic   Reply to topic    Kaktusan Corp. Support Area Forum Index -> Gallery Scraper
View previous topic :: View next topic  
Author Message
kaktus
Owner


Joined: 22 May 2004
Posts: 1576
Location: CheapestAdultScripts.com

PostPosted: Fri Feb 09, 2007 11:18 pm    Post subject: Feed Templates, Explained! Reply with quote
Gallery Scraper, provides you the great ability to manually customize the entries look and feel for each different feed you create. Rock solid templating mechanism is available for this purpose.

In this article you will understand how to create and use the templates, plus several example templates will be shown!

1) Lets say you want to create a feed, that will just show text links to your galleries.

Template:
Code:
<a href="{GAL_URL}" target="_blank">{GAL_DESCR}</a>



2) Lets say you want to create a feed, that will just show text links to your galleries, but and non-linked text take from the Long Description information of the gallery.

Template:
Code:
<a href="{GAL_URL}" target="_blank">{GAL_DESCR}</a> - {GAL_LDESCR}



3) Lets say you want to create a feed, that will show a linked thumbnail of the gallery with size 150x200 and the gallery description.

Template:
Code:
<center><a href="{GAL_URL}" target="_blank"><img src="{PIC_150x200}" border="0"><br>{GAL_DESCR}</a></center>


Note: You can put in a template as many thumbs as you want, also you can make every thumb with whatever size you want.


4) Lets say you want to create e feed, that will show two thumbnails from the gallery on a row and below them the description of the gallery.

Template:
Code:
<table>
<tr>
<td><a href="{GAL_URL}" target="_blank"><img src="{PIC_150x200}" border="0"></a></td>
<td><a href="{GAL_URL}" target="_blank"><img src="{PIC_150x200}" border="0"></a></td>
</tr>
<tr>
<td>{GAL_DESCR}</td>
</tr>
</table>


5) Same scenario as in 4), but here the thumbs will link to their big pictures. You need active the checkbox "Link thumbs to big picture" in your feed settings and put the variable {BIG_PIC} in the href tag of the link.

Template:
Code:
<table>
<tr>
<td><a href="{BIG_PIC}" target="_blank"><img src="{PIC_150x200}" border="0"></a></td>
<td><a href="{BIG_PIC}" target="_blank"><img src="{PIC_150x200}" border="0"></a></td>
</tr>
<tr>
<td>{GAL_DESCR}</td>
</tr>
</table>



Design capabilities aren't limited in any way. Just use your creativity to make the entries body look just like you need it for your purpose!
_________________
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number

Display posts from previous:   
Post new topic   Reply to topic    Kaktusan Corp. Support Area Forum Index -> Gallery Scraper All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group


 
phpBB Template designed by SkaidonDesigns