Viewing 5 replies - 1 through 5 (of 5 total)
  • i modified the code for use on my site so that the tags are clickable links. i did this by adding the following directly after the } else { statement within the startElement function:
    $deltags = explode(" ", $attrs['TAG']);
    foreach($deltags as &$delicioustag)
    $delicioustag = '
    '">' . $delicioustag . '';
    $deltags = implode(" ", $deltags);

    Obviously replace “jark” with your own username if you to make the links clickable for your profile.
    Thought someone might find that useful as I find this script, in and of itself, invaluable.

    Hey if anyone in here knows php I’ll love them forever. I can’t get the tags to work as links like jark said his script would.

    help!!

    I’m having a problem with this as well:

    Fatal error: Call to undefined function: current_time() in /xxx/xxx/public_html/filename.php on line 150

    This is what is listed on line 150 of the file:

    $now = current_time(’mysql’);

    Do I need to modify anything here:

    # Get today, and make timestamp
    $today = getdate();
    $date = mktime(0,0,0,$today[‘mon’], $today[‘mday’], $today[‘year’]);
    $longdate = strftime(‘%A, %d-%B-%y’,$today);

    Could this be what is causing the problem??

    Btw, I recently updated to WP 1.5

    Solved this one. I had my absolute path wrong.

    I’m interested in this, but the page leads to error. 🙁

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Yet Another Daily Delicious’ is closed to new replies.