Search results

  1. Mark

    Error 500 nobody can join my site anymore

    As far as I know the plugin is not broken, works for many people, its very popular among gaming lists. I dont understand how it can be deleted and still making a query.... these plugins are all contained in 1 spot. You must be missing something. Create the field in admin -> tools -> manage...
  2. Mark

    Background image for premium users

    You have it working here: <table style="padding: 10px 0 0 0; background-image: url('path/to/some-image.jpg')">
  3. Mark

    Error 500 nobody can join my site anymore

    well something is for sure looking for a DB field "callback", that is not part of our core installation. I suggest you create it just to stop that error.
  4. Mark

    People can´t upload banner

    add this to your settings_sql.php $CONF['disable_mp4'] = 1;
  5. Mark

    Error 500 nobody can join my site anymore

    Unknown column 'acf_callback' in 'field list' that is your issue, you are trying to query a database field that does not exist. I'm guessing you need to create a custom field called "callback" (I have never used that plugin so you may need to refer to the install instructions)
  6. Mark

    People can´t upload banner

    I have not seen this but I suspect the mpeg conversion might be the cause of this? Make sure that is disabled in your admin as it seems you server may not be configured properly for it.
  7. Mark

    Background image for premium users

    in your template: change this: <table bgcolor="#C5DAEB" style="padding: 10px 0 0 0;"> to <table style="padding: 10px 0 0 0; background-image: url('path/to/some-image.jpg');"> OR use CSS: <table class="myrankingtable"> then in custom.css: .myrankingtable{ background-image...
  8. Mark

    Error 500 nobody can join my site anymore

    You can disable the plugin via FTP and verify that was the problem, I would also recommend checking your error_log for clues as to what is happening.
  9. Mark

    People can´t upload banner

    how big is the banner he is trying to upload? what format is the banner?
  10. Mark

    Callback vote check requires new link on website?

    Anywhere you like in those templates.
  11. Mark

    Background image for premium users

    yes, in your custom.css just add a background image to your div that wraps around each of your premium members. so in our default theme, we have start with this tag: <div class="rankbox premium"> so in our custom.css we could add this example with many options: .premium {...
  12. Mark

    Problem with a Premium purchase

    Yes it is in the works, Basti has it completed, just need to complete the integration and bundle for release.
  13. Mark

    Callback vote check requires new link on website?

    No, reading the install instructions, I dont believe it requires any changes to your link code https://visiolist.com/community/resources/callback-vote-check.17/
  14. Mark

    Show sites that has 0 votes in

    set your ranking period to monthly in admin. try this tag actually: {$this_period} In/out/pageviews today/this week/this month https://visiolist.com/docs/styles-design
  15. Mark

    Show sites that has 0 votes in

    they dont have a higher vote count for the actual ranking period. You are just displaying the average number of votes instead of todays votes. The ranking is more than likley accurate (unless you have a bunch of tied members)
  16. Mark

    Show sites that has 0 votes in

    Only if its bothering you that you are seeing members with lower "average" numbers ranked higher for the current day (the problem you originally described).
  17. Mark

    Show sites that has 0 votes in

    I suspect you have the wrong tag in your template so you are seeing a different stat than what the list is ranking by. {$this_period} is probably the tag you want to use in table_top_row and and table_row etc.
  18. Mark

    Show sites that has 0 votes in

    Make sure your Admin -> Settings -> Change Settings -> Ranking Settings "Ranking method" is set to "in"
  19. Mark

    Show sites that has 0 votes in

    Admin -> Settings -> Change Settings -> Member Settings set to 0 or X number of days
  20. Mark

    Considering re-newing

    Here are a couple screenshots of the add banner and create new banner zone screen. Each zone gets a simple template tag like {$zone_a} which can be pasted anywere in the templates where you want the banners to show. Multiple Banners can be rotated at random in each zone.
Top