Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #1  
Old 01-16-2006, 05:31 PM
Geekess Offline
forum loafer
 
Join Date: Jan 2006
Posts: 5
Conditional tags

Maybe this belongs under "Templates" and not under "Help"...
I would like to know how to use template-tags in conditions.
E.g.: Check whether a tag (previous thumbnail or IPTCfield or anything) contains any data, if so, do one thing, if not do another thing.
How can I do this?

I'm using Pixelpost v.1.5beta under FreeBSD with PHP/Apache.
Reply With Quote
  #2  
Old 01-16-2006, 05:54 PM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
you can do this all in an addon. for example, i use the following script just for my comment popup:

PHP Code:
<?php 

$addon_name 
"Comment link";
$addon_description "the comment link";

$addon_version "0.1";

if    (
$image_comments_number >1

            
$comment_word "Reactions";
            
else
            
$comment_word "Reaction";
            
if (
$image_comments_number <1)
            
$comment_word "Reactions";

$tpl ereg_replace("<COMMENT_LANG>","$comment_word",$tpl);

?>
Reply With Quote
  #3  
Old 01-16-2006, 05:55 PM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
by the way. looking at that that has to be the worst written piece of php in the whole world! hehe.
Reply With Quote
  #4  
Old 01-16-2006, 05:58 PM
Geekess Offline
forum loafer
 
Join Date: Jan 2006
Posts: 5
Thanks!
And I did SO hope that wouldn't be the solution... It means I have to write a lot of add-ons :-)
Well, I'd better get on with it.
Reply With Quote
  #5  
Old 01-21-2006, 10:12 AM
GeoS's Avatar
GeoS+ Offline
Team Pixelpost
 
Join Date: Apr 2005
Location: Warsaw, Poland
Posts: 3,613
Send a message via ICQ to GeoS Send a message via Skype™ to GeoS
You can write all things in to one addon I'm doing it - all modyfications I put to one addon file.
__________________
photoblog | portfolio | addons | Donate
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 01:43 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs