Author Topic: {image_date} on thumbnail_bit doesnt work!!!!!  (Read 5633 times)

0 Members and 1 Guest are viewing this topic.

Offline fgabriel

  • Newbie
  • *
  • Posts: 30
    • View Profile
{image_date} on thumbnail_bit doesnt work!!!!!
« on: November 09, 2006, 12:37:27 PM »
{image_date} on thumbnail_bit.html
doesnt work!!!!!  :?
why?
anyone?

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: {image_date} on thumbnail_bit doesnt work!!!!!
« Reply #1 on: November 09, 2006, 01:09:53 PM »
... and you have the following line in functions.php ... ?
Code: [Select]
"image_date" => format_date($config['date_format']." ".$config['time_format'],$image_row['image_date']),
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline fgabriel

  • Newbie
  • *
  • Posts: 30
    • View Profile
Re: {image_date} on thumbnail_bit doesnt work!!!!!
« Reply #2 on: November 09, 2006, 01:25:50 PM »
... and you have the following line in functions.php ... ?
Code: [Select]
"image_date" => format_date($config['date_format']." ".$config['time_format'],$image_row['image_date']),


yes its there

 $site_template->register_vars(array(
    "image_id" => $image_row['image_id'],
    "user_id" => $image_row['user_id'],
    "user_name" => $user_name,
    "user_name_link" => $user_name_link,
    "image_name" => format_text($image_row['image_name'], 2),
    "image_description" => $description,
    "image_keywords" => $keywords,
    "image_date" => format_date($config['date_format']." ".$config['time_format'],$image_row['image_date']),



the url:
http://fgabriel.awardspace.com/teste/

Offline fgabriel

  • Newbie
  • *
  • Posts: 30
    • View Profile
Re: {image_date} on thumbnail_bit doesnt work!!!!!
« Reply #3 on: November 09, 2006, 01:32:46 PM »
i think i found it
frontpage "things"

{</b><b class="highlight">image</b><b>_</b><b class="highlight">date</b><b>} :evil:

bahhhhhh  :roll:
thanks anyway
regards