-
AuthorPosts
-
gray Friend
gray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
November 8, 2009 at 6:32 pm #145865I’ve created 2 hacks for JA Bulletin module
1. Most Read listing with Popular of Late feature. Number of days sets a period (from today) for which most viewed articles are selected.
2. New listing “By Rating” (with Popular of Late incorporated). Articles are displayed ordered by rating, number of votes and date.
Both hacks are attached to this message. The contain ONLY hakced files. BACK-UP files to be replaced. All other files – are orginals ones of the JA Bulletin module.
Enjoy! 🙂
CHANGE LOG
17-NOV-2009 Instead of only hacked files, I uploaded entire module with hacks Popular of Late AND Best Rated
30-NOV-2009 Fix issue with modified date = 0000-00-00 00:00:00 (more info)
1 user says Thank You to gray for this useful post
zorroh Friendzorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
November 17, 2009 at 1:28 am #323833i got error:
Fatal error: Call to undefined method plgContentJA_tabs::getLatest() in /www/html/modules/mod_jabulletin/helper.php on line 166i have:
ja teline 3
ja tabs (teline 3)
joomla 1.5.15gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
November 17, 2009 at 3:10 pm #323986<em>@zorroh 153193 wrote:</em><blockquote>i got error:
Fatal error: Call to undefined method plgContentJA_tabs::getLatest() in /www/html/modules/mod_jabulletin/helper.php on line 166i have:
ja teline 3
ja tabs (teline 3)
joomla 1.5.15</blockquote>Please try this file (ATTACHED TO THE FIRST MESSAGE) – it contains all files of JA Bulletin, with hacked ones (popular of late + most ranked).
1 user says Thank You to gray for this useful post
zorroh Friendzorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
November 17, 2009 at 9:47 pm #324021Thank You! now it works! Awesome! 🙂
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
November 2, 2010 at 2:27 pm #361417<em>@gray 155050 wrote:</em><blockquote>Updated
Fixed bug when article modified date = 0000-00-00 00:00:00 (more info)</blockquote>The above code (as well as in the original JA Bulletin), last modification date is displayed.
[php]if ($showdate) {
$lists [$i]->date = strtotime ( $row->modified ) ? $row->created : $row->modified;
}[/php]It’s not convenient if many articles were modified at once due to a reason (changing the alias, for instance).
So, I changed the code just to
[php]
$lists [$i]->date = strtotime ( $row->created );
[/php]This shows only date of creation. It’s not applied in the hacked JA Bulletin attached to the first post as it should be decided by everyone what date to show.
November 15, 2011 at 2:10 am #424663I know it’s been a while since you posted this, but it is an excellent addition to the file. I’ve been meaning to find a fix for this for a LONG time, but have only just now searched it out. Your update package was easy.
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
November 15, 2011 at 8:27 am #424697<em>@bboukari 282726 wrote:</em><blockquote>I know it’s been a while since you posted this, but it is an excellent addition to the file. I’ve been meaning to find a fix for this for a LONG time, but have only just now searched it out. Your update package was easy.</blockquote>
Thanks for the feedback!
ZIP archive attached for the first message in the thread contains all the mods described here. -
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by gray 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum