Search results

  1. S

    Alexa Plugin

    Let me know what to do first. -Combine the plugins -cron jobs
  2. S

    Alexa Plugin

    will try this one, is this also applicable to category? and how to do a cron job for just checking the alexa rank? can i make an option to sort by pv and alexa? how is it? last one, can i use alexa_rank (one created in the bm_stats column) to use in the template? because I think using...
  3. S

    Alexa Plugin

    @Basti Done testing, it works! What is this code do? $order_by = "(CASE ". $this->rank_by($ranking_method)." WHEN 0 THEN alexa_rank ELSE ". $this->rank_by($ranking_method)." END) DESC, unq_{$ranking_method}_overall DESC"; I did change DESC to ASC.. to this $order_by = "(CASE "...
  4. S

    Alexa Plugin

    Ok thank you will test and do this. Will update the thread.
  5. S

    Alexa Plugin

    I forgot to include, can I use the $alexa_rank value in ranking? Because, in our visiolist site if we dont have data for total page visit count and user didn't attach a link code to their site. The value and data for sorting is must be the value of alexa rank. So is it possible to use the...
  6. S

    Alexa Plugin

    Hi sir, Just want to ask if how can I make a plugin and automatically updating the value on it? I want to get the data and using this api of alexa <?php $url="http://site.com/"; $xml = simplexml_load_file('http://data.alexa.com/data?cli=10&dat=snbamz&url='.$url)...
  7. S

    Manage Inactive

    Thank you.
  8. S

    Manage Inactive

    Hi, I noticed that any member that is not active for specific days will be auto inactive and will not display in the list. I dont want it to be like that. Because even if they are not active still the site must display or show in the list. We want our visiolist site to be like an archive...
  9. S

    Add Ranking Settings

    Thank you
  10. S

    Add Ranking Settings

    How to do it via plugin? What folder to create or use?
  11. S

    Add Ranking Settings

    Hi , How to make or add a custom ranking settings in admin. ? Instead of daily pageviews in settings, I want to rank it by total page views or this tag {$tot_pv_overall}?
  12. S

    Email Blasting

    Can you show me how to do it?
  13. S

    Facebook

    How can we add like box page?
  14. S

    Custom Managing Members in Admin

    Its already working .. big thanks.. But I wonder it didn't sort out the position rank well and duplicate rank position found. See screenshot attached.
  15. S

    Custom Managing Members in Admin

    Another error found. Fatal error: Unsupported operand types in \bm\sources\admin\manage.php on line 101
  16. S

    Custom Managing Members in Admin

    The latest zip you sent yesterday?
  17. S

    Custom Managing Members in Admin

    Just tried this. I've got this. Fatal error: Database error in "\bm\sources\admin\manage.php" on line 249
  18. S

    Custom Managing Members in Admin

    Ok got it. Will try tomorrow the code. Thank you.
  19. S

    Custom Managing Members in Admin

    So for what i understand is that if i want to sort by rank by Category i need to input the Category name first? In the text field?
  20. S

    Custom Managing Members in Admin

    One more thing, How do I sort it via custom the one you made? via rank overall, and by rank category.
Top