Skip to Content Skip to Menu

[SOLVED] Author Tab - not showing articles

  • trijulio
  • trijulio
  • OFFLINE
  • Posts: 1
  • Thanks: 0
  • Karma: 0
13 years 3 months ago - 13 years 3 months ago #164841 by trijulio
i was having a problem with my Author Content Tab, everytime it showed:

"This user has no published articles."

Only very old articles was showed.

The solution to fix this properly:

Go to line 32
Code:
$_CB_framework->now() + $_CB_framework->getCfg( 'offset' ) * 60 * 60 );

and change your time zone on the first "60". For example, im in Mexico (-600) then is "-60"

and now looks like this:
Code:
work->getCfg( 'offset' ) * -60 * 60 );

Try changing the number until you get your desired result.

Im also find this post, but they comment 2 lines, DO NOT DO THAT, those are conditional for future articles, if you comment those, the tab wil show all time articles, past an future.

www.joomlapolis.com/forum/40-cb-newbies/63501-author-tab-not-showing-published-articles?limit=6&start=12
Last edit: 13 years 3 months ago by trijulio. Reason: too long

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum