Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • pavit Moderator
    #420407

    Hi All

    I have modified the file in modules/mod_jabulletin/helper.php at this line around 250

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

    change to

    if ($showdate) {
    $lists [$i]->date = (strtotime ( $row->created ) && strtotime ( $row->modified ) > 0 ) ? $row->created : $row->created ;
    }

    Thanks

    vipcory Friend
    #420410

    <em>@pavit 277226 wrote:</em><blockquote>Hi All

    I have modified the file in modules/mod_jabulletin/helper.php at this line around 250

    Thanks</blockquote>

    I cant locate that in my file, its not even near 250 lines… I probably dont have the recently updated version…can I use j1.7update files for j1.6? because I dont see any updates available for j1.6 and I dont want to upgrade to joomla1.7.
    thanks

    pavit Moderator
    #420419

    Hi Vipcory

    Could you please send me via Private Message a temporary admin account to your backend, so i can check what is best for your

    Thanks

    corticalcolumn Friend
    #420425

    hello pavit!

    I saw that you’ve done it! Thank you!

    Can you just tell me where/how to remove “Post:” part? I just want to have date only, without Post: and date.
    Thank you in advance!

    khoand Friend
    #420432

    <em>@corticalcolumn 277248 wrote:</em><blockquote>hello pavit!

    I saw that you’ve done it! Thank you!

    Can you just tell me where/how to remove “Post:” part? I just want to have date only, without Post: and date.
    Thank you in advance!</blockquote>
    Hi,
    You replace this code from templatesja_teline_ivhtmlmod_jabulletindefault.php in the line #48

    <span class="createdate"><?php echo JText::_('Post').': '; echo JHTML::_('date', $item->date, JText::_('DATE_FORMAT_LC4')); ?></span>
    with

    <span class="createdate"><?php echo JHTML::_('date', $item->date, JText::_('DATE_FORMAT_LC4')); ?></span>
    – You delete all of files of /cache and /t3-assets directory.

    pavit Moderator
    #420443

    I want to specify that these changes should be applied to version for Joomla 1.5 of the template Teline_IV

    Thanks

Viewing 6 posts - 16 through 21 (of 21 total)

This topic contains 21 replies, has 6 voices, and was last updated by  pavit 13 years, 1 month ago.

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