Recent content by galerio

  1. galerio

    Question dbtech_vbactivity_pointslog a 500+MB large Database Table

    The only issue a noticed (after I have truncated the table) are the pages of leaderboards (the flash chart is totally empty) and also the page about recent trophies is empty. Then the page about recent achievements shows only the first page, the others (page 2, 3, 4 etc) are redirected to page...
  2. galerio

    Question dbtech_vbactivity_pointslog a 500+MB large Database Table

    I have just truncated the table and my forum seems to not have any problem. Also the VB Activity web page is ok, with full list of Activity of my members. I'll keep an eye on, but by now I'm satisfyed.
  3. galerio

    Question dbtech_vbactivity_pointslog a 500+MB large Database Table

    Thanks, I'll try to do that, I don't need the activity feed and the other, so I will try to truncate the table (after a full backup!)
  4. galerio

    Question dbtech_vbactivity_pointslog a 500+MB large Database Table

    Hi, I noticed that in my database there is a very large table named dbtech_vbactivity_pointslog: it is growing up quickly and it is now more than 500MB large. My entire forum database, without that table, would be of 100MB. Is there any chances to reduce that space? Or to archive the points from...
  5. galerio

    Question Disable the js loading for guests

    Solved in this way: modify the plugin Show Thread: Insert JS with this code if ($vbulletin->userinfo['usergroupid'] !== 1) { require(DIR . '/dbtech/thanks/hooks/showthread_complete.php'); }
  6. galerio

    Question Disable the js loading for guests

    I need to disable the load of the javascripts for guests because: 1- this product is not displayed to guests and I want to save bandwitdh and make my site load faster 2- this product loads the jquery js and for guests I need to load it manually just where I want to, so it results in a double...
  7. galerio

    Question Disable JS for guests

    Yeah, sure, and that's what I want to do: when user is guest, there is no need to load js for APTL. So, if guest: APTL doesn't load any js and I can load my js for other use. if registered: APTL loads all and I don't load my other js (that are already configured to not be loaded if user is...
  8. galerio

    Question Disable JS for guests

    I have a plugin that needs the jquery.js loaded before some other js. That's all.
  9. galerio

    Question Disable JS for guests

    For sure I load the same version needed by APTL (the 1.7.2 now), but I need to load it in a precision point of html, that's why I want to disable the one loaded by APTL
  10. galerio

    Question Disable JS for guests

    Hi, I need to disable the loading of javascript (in particular the jquery.min.js) on showthread for guests because it is double loaded (by another templete) and it is not necessary as APT/L is not showed to guests. Can you help me?
  11. galerio

    Bug Fatal error when approving moderated post

    I have actived Akismet to automatically retrive posts to be moderated. Now that I have one post to approve in MCP, when I click on Save to approve it I have this error: Fatal error: Class 'USERTAG' not found in /forum/dbtech/usertag/hooks/postdata_presave.php on line 11 I have had to disable...
  12. galerio

    Question Enable Activity Feed and DB table

    Thanks. It is really needed a so large table for the log? Any chances to have in future verision a function to clear it or mantain smaller?
  13. galerio

    Question Enable Activity Feed and DB table

    I've installed the latest version and turned of the Enable Activity Feed thinking the dbtech_vbactivity_pointslog table would be deleted or emptied. But it is still 50MB with more than 500.000 records. Can I delete it?
  14. galerio

    Legacy Contest lacking some critical features!

    And the list of customers not satisfied by the contest system is growing up :( I think you should consider seriously to dedicate some time for this product.
  15. galerio

    Bug Activity contest Edit issue

    if you don't publish in detail all the features or not provide a demo, then you're cheating all the possible buyers because without having a detailed report of how the contest works, no one can ask specific questions and could not even read the support forum of pro version where buyers can get a...
Back
Top