4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: live@ct on February 11, 2008, 04:45:18 AM

Title: [REQ]Send data of new field to a function, how?
Post by: live@ct on February 11, 2008, 04:45:18 AM
Hi

Im trying to send the data of a new field to a function added to the functions.php I dont know how to send the data, if some one can help me please Ill be apreaciate

The function chage the Date Iso format to a text format, for example, the user put the date of the image, in this format 2008-08-08, and my function chages to 8 agoust 2008 to be displayed in the template thumbnail_bit, this new date is different from the date added image, the point to use the ISO format its to show the images in DESC with that date and not with the added date the normal added date ill be use for the rss feed for new images etc etc

thanks for your help!
Title: Re: [REQ]Send data of new field to a function, how?
Post by: live@ct on February 21, 2008, 06:11:53 PM
im trying with executing the funtion in the html template <?php text_date({image_ndate}) ?> but this givme a error evl'code can some one help me or givme more ideas

thanks!!