-
AuthorPosts
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 20, 2011 at 8:43 am #420407Hi 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
1 user says Thank You to pavit for this useful post
vipcory Friendvipcory
- Join date:
- June 2011
- Posts:
- 84
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
October 20, 2011 at 8:51 am #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.
thankspavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 20, 2011 at 9:16 am #420419Hi 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 Friendcorticalcolumn
- Join date:
- May 2011
- Posts:
- 91
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 16
- Thanked:
- 6 times in 1 posts
October 20, 2011 at 10:39 am #420425hello 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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 20, 2011 at 10:58 am #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
-
AuthorPosts
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