Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • don german Friend
    #166832

    so i do my homework and i found another post whit the same problem.

    I try to replace in php helper this code:

    $item->date = $item->modified == null||$item->modified==””||$item->modified==”0000-00-00 00:00:00″ ? $item->created : $item->modified;

    with this new code:

    $lists [$i]->date = strtotime ( $row->created );

    or that:

    $lists [$i]->date = strtotime ( $row->modified ) ? $row->created : $row->modified;

    and dont show date created :((

    What is the rigth code to show created?

    why it is so complicated? must be include into the parameters. >:(

    show date: YES
    order: CREATED
    PUBLISHED
    MODiFiED

    dont you think?
    sorry:-[
    not a big deal.:laugh:

    chavan Friend
    #403585

    Do you need the Created date there or Modified date?

    don german Friend
    #403644

    i need the created date there.:((

    chavan Friend
    #403751

    Go to this File modulesmod_jabulletinhelper.php

    Replace the following Code


    $lists [$i]->date = strtotime ( $row->modified ) ? $row->modified : $row->created ;

    With


    $lists [$i]->date = strtotime ( $row->created);

    Note: If you Find my Post useful please click on the Thanks Icon

    don german Friend
    #403804

    No, even if i put that code:
    $lists [$i]->date = strtotime ( $row->created);
    dont show any date!
    Im on modulesmod_jabulletinhelper.php line 128

    I need the created date.

    could you check for your self please.
    I send you a PM.
    Thank you.

    chavan Friend
    #403847

    Please post your ftp details in PM. I will resolve this in minutes

    don german Friend
    #404534

    Ok, I send you all the details in PM.
    Thank you.

    chavan Friend
    #404535

    the admin details you provided is not working. there was no ftp details there

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  chavan 12 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum