vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - microCMS (if your dont have the SUITE) (https://vborg.vbsupport.ru/showthread.php?t=232233)

glen290 01-18-2010 08:13 AM

Hi Maria, noticed a small bug, dont know if anybody else has it, but it seems that the top posters this week and last week arent populating correctly, it shows a different user each time you log in with no posts, even though there had been, also not showing up new members either..

ProFifaLeagues 01-18-2010 08:17 AM

Quote:

Originally Posted by glen290 (Post 1958996)
Hi Maria, noticed a small bug, dont know if anybody else has it, but it seems that the top posters this week and last week arent populating correctly, it shows a different user each time you log in with no posts, even though there had been, also not showing up new members either..

yeah i have same issues is there a fix??
Otherwise a superb mod and well worth 5 star!

MaryTheG(r)eek 01-18-2010 08:29 AM

Sh...!! And I was planing to add it tomorrow in my site. Haven't time even to build my own site. Are you sure? To show users with 0 posts, is normal as I wanted to reduct the query. To show different user each time, sometimes it's normal too, as maybe there is a new registration.

Have you read my post about the meaning of last week (which actually is the correct one)? Last week dosen't means "last 7 days", but rather the time frame from 00:01Am on last Monday till 23:59pm of last Sunday.

In any case I'll check it.

Maria

betty02 01-18-2010 10:44 AM

Is it possible it could pull threads from a certain section to display as ''articles''?

Thanks!

Tripolis 01-18-2010 04:40 PM

When you do a Blog Addon you are my Hero ^^

Great CMS

3DUInc 01-21-2010 07:19 AM

This is outstanding but I have suite! Just wanted to tell you. You seem to be more organized and thought-out on how things should be IMHO, in vB4.

Have a good day. :)

MaryTheG(r)eek 01-21-2010 12:56 PM

Quote:

Originally Posted by 3DUInc (Post 1962087)
This is outstanding but I have suite! Just wanted to tell you. You seem to be more organized and thought-out on how things should be IMHO, in vB4.

Have a good day. :)

Thank you for your supporting words my dear.

Maria

chrisvonc 01-21-2010 03:41 PM

Quote:

Originally Posted by MicroHellas (Post 1956665)
"This error is not coming from a microCMS's bug, but rather or your vB settings. The default forum index page is forum.php (or just forum in admin settings). You most probably chaged it to index. You must put back the
original setting (forum), and reupload forum.php in your site."

Maria

I'm seeing the same issue and not sure I understand your fix.
On all my forums, the default for the forum is simply set to yoursite/forum, not to yoursite/forum/forum.php. The direction and files only referance uploading a new index.php, nothing about a forum.php.
Quote:

keep in mind that your index.php file will be replace (actually it has nothing there except a redirection to forum.php)


If I go to forum.php as if I was using the default index.php, the forum pops up as it should, so the microCMS seems to be working with the exception of the 'forum' link in the navigation points to the microCMS index.php.



Anshpcea 01-22-2010 02:28 AM

Iam in a fix on how to create sections - can anyone guide please.

MaryTheG(r)eek 01-23-2010 08:17 AM

Quote:

Originally Posted by glen290 (Post 1958996)
Hi Maria, noticed a small bug, dont know if anybody else has it, but it seems that the top posters this week and last week arent populating correctly, it shows a different user each time you log in with no posts, even though there had been, also not showing up new members either..

Till to post an update, open functions.php and change the line 62 & 63
From:
Code:

  $starttime = ....
  $endtime = ....

To:
Code:

  // This Monday 00:01
  $this_monday = mktime(0, 0, 0, date('n'), date('j'), date('Y')) - ((date('N')-1)*3600*24);
  // Last Monday 00:01
  // Weeks seconds (7 * 24 * 60 * 60) = 604800
  $last_monday = $this_monday - 604800;
  $starttime = $last_monday;
  $endtime = $starttime + 604800;

ADDITION: ...Idiot me... or download the attached file and upload it to microcms/includes/
Maria


All times are GMT. The time now is 01:40 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01832 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete