Jump to content
thirty bees forum

SLiCK_303

Trusted Members
  • Posts

    1,200
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by SLiCK_303

  1. My hope with all of these is that they would be in the core, as they are all core modules. Well, all but this one maybe, since the core went with Google Analytics realtime API.... I put thirty bees as the author on all of them...
  2. It's a theme thing, I just tried to use a ps1.6.1.17 theme, and although it looks different, it works.
  3. I confirmed this. I dont know if it's a bug in the module, or the theme...
  4. v1.0.0 didn't use Google Analytics realtime API. It's basically the PS 1.6.x version of it... I just addded some comments and changed arrays() to [], like in TB.
  5. The left section, Activity Overview.
  6. Well, I got sick of the Online Visitors and Traffic info being wrong on my site. I don't know if I have google Analytics setup wrong or what. So I went back and revisted dashactivity v1.0.0, and updated it a little, now my stats are the way I expect them to be. Here it is if you wanna use it too. I set the version for 1.0.1 which was never used. The problem being that TB sees that and wants to update it, I just ignore that. 01513049146056dashactivity_v1.0.1.zip
  7. It would be nice if you showed how many times a file was d/l when added on the forums here.
  8. Here is statsbestmanufaturers built into the statsmodule for 1.0.4rc1.. 01513013272422statsmodule.zip You need to delete statsbestmanufacturers from your module folder.
  9. nice!
  10. I bet, based on what I have seen, looks like a rc2 in our near future. :)
  11. I would think it would have to be merged into the core. Look at it later, and see if it's worthy. It still uses 1.0.3 things in it, no 1.0.4 language calls ect....
  12. the structure of it, moved files around. Modified the main file to be more TBish, ie. made arrays() into [], d/l and look at it. ;)
  13. I have massaged the blockviewed module, here it is for thirty bees. Feel free to use it, or polish on it more, or don't use it..... ;) 01512958466197blockviewed.zip
  14. sure...but this way you can change it back and forth as you like...
  15. See https://forum.thirtybees.com/topic/1015/appearance-of-columns/5 for the solution...
  16. I was able to add them to the tb_meta_lang table, and it seems to work, nice. notice 27, 28 and 29
  17. AdminThemesController.php still has old modules info in it, in protected function getNativeModule not sure if it matters, just noticed it....
  18. Just a reminder about this topic... ;) I think all that needs to be added is Product, Catagory, and CMS, Id_meta as 27, 28, and 29
  19. SLiCK_303

    positions

    Works with latest commits....
  20. Belay that comment, I did a diff with Beyond Compare wrong, now I got it right, and it works just fine. so....nevermind....
  21. Not sure if you were fully done with Remove NVD3/gridhtml dependency, but at 9pm CST, I d/l 1.0.4rc1 with all your commits and u/l it over my test site. I uninstalled and deleted both the NVD3, and Grid HTML modules. I also u/l the latest Statsmodule . After that, any stats module that needs to display graphs, shows the following error... Graph engine selected is unavailable.
  22. SLiCK_303

    positions

    np
  23. SLiCK_303

    positions

    in 1.0.3 its fine...its just a problem in .4rc1
  24. np
  25. If I change the line.. in statscheckup.php <form action="'.Tools::safeOutput(AdminController::$currentIndex.'&token='.Tools::getValue('token').'&module='.$this->name).'" method="post" class="form-horizontal alert"> to this.. <form action="'.Tools::safeOutput($_SERVER['REQUEST_URI']).'" method="post" class="form-horizontal alert"> it works.
×
×
  • Create New...