| Re: Displaying total number of registered users |
| by marcionline on 2006/11/7 22:32:13 How about to add "Online Record: XXX on November, 7" to Xmmemberstats block. Somebody could help me to do this?
|
| Re: Displaying total number of registered users |
| by DuGris on 2006/11/3 2:31:49 @ Shine Sorry, there was an error in documentation, I corrected it. Link Documentation: http://www.dugris.info/news-article.storyid-9-lang-english.htm |
| Re: Displaying total number of registered users |
| by Ryder on 2006/11/3 0:08:34 Thanks Mithrandir that worked spot on! |
| Re: Displaying total number of registered users |
| by Shine on 2006/11/2 23:18:03 @ Dugris: Are you sure the commands for OnlineByModule are correct?: le="color: #000000"><?php <{OnlineByModule assign=online_by_module}> foreach ($online_by_module as $bymodule ) { echo $bymodule [‘module’] ; // return the module name echo $bymodule [‘counter’] ; // Return the number of visitor for module} <{OnlineByModule length=15 modules="news|mydownload|formulaire|edito" assign=info_by_module}> foreach ($info_by_module as $bymodule ) { echo $bymodule [‘module’] ; // return the module name echo $bymodule [‘counter’] ; // Return the number of visitor for module} Because this turns out into nothing but that code above. NO results. As far as I can see there is php code in it, which gives problems within a template.html. Are there some smartytags are missing? Link Documentation: http://www.dugris.info/news-article.storyid-9.htm |
| Re: Displaying total number of registered users |
| by McDonald on 2006/11/2 22:14:43 Did you try XM-Memberstats? http://www.xoopsmalaysia.org/download/singlefile.php?cid=2&lid=97 You can see it in action on the frontpage of Xoops Malaysia |