Search results

  1. Mark

    Premium Users not showing up...

    There is no such setting to show premium memberships after certain rank positions, you are confusing the function of "ad breaks" I think. (ad breaks are used to show google ads or whatever type of ads you like between listings) if your premium member paid but is not showing as premium member...
  2. Mark

    vote cast reset time?

    Cron job is no problem and is included with all plans. But to avoid confusion, there is a slight misunderstanding I think as I read through this thread. gamespro is asking for a 12 hour reset per username and per IP. Basti's code provides 12 hour reset for the entire list. Moving to...
  3. Mark

    vote cast reset time?

    I think its a bit more complicated than the cron Basti posted above. You would need to query the time of the last vote based on IP and username the vote was cast for. Then calculate 12 hours from the last vote by that IP on that username and update the DB according to that.
  4. Mark

    Screenshot 403 Forbidden Error

    These forbidden errors are most likely caused by your server security settings (for example mod_security). You will need to check with your web host to see what is triggering the forbidden message and have them whitelist the rule for you so you can use the functions as normal.
  5. Mark

    Approve new user Error

    IT looks like that user: sfleurent1987 has an invalid character in the URL that is causing the problem *(the end of the URL has > and a whitespace neither should be there)
  6. Mark

    Approve new user Error

    Was your list a fresh install? or an upgrade from a previous version?
  7. Mark

    Screenshot 403 Forbidden Error

    403 is forbidden which would indicate something on your web server doesn't like something in the screenshot generator script. Does your server meet all of the system requirements? http://visiolist.com/requirements
  8. Mark

    Approve new user Error

    check the folders in your /plugins/ directory and look for the 1 that has a file called admin_approve_do_approve.php in it. Let me know what plugin that is, so I can test further.
  9. Mark

    Problem when generating screenshots

    Are you running VL 1.4? if not, you will need to update
  10. Mark

    The Dark Elegant Collection

    this feature was removed in the interest of speed (loading remote images can slow down your site) and security (loading remote images can be dangerous) that said, this is possible and should be doable by adding a text field to your join form template <input type="text" name="banner_url">...
  11. Mark

    The Dark Elegant Collection

    If you need help with that query, do not hesitate to ask
  12. Mark

    Ranking position

    copy table_filler.html to child/table_filler.html add the following before any other code: <div class="clearfix"></div>
  13. Mark

    Ranking position

    looks like you might have a premium member in position #1? if so, you might need to also paste all the code from table_row.html into child/table_top_row_premium.html
  14. Mark

    Ranking position

    yup, copy all the code from table_row.html into child/table_top_row.html
  15. Mark

    Ranking position

    Hello, you should be able to copy the contents from table_row.html into child/table_top_row.html let me know how that works for you
  16. Mark

    The Dark Elegant Collection

    I believe the issue is the setting was empty when those members joined, you would need to run a mySQL query to populate all empty banner_url fields with http://gamespro100.com/images/nobanner.png
  17. Mark

    VisioList 1.4

    Error 500 is usually caused by .htaccess error, file permissions or file ownership, please check your error log to see what the problem is, if your log doesn't reveal anything you will need to ask your host about the cause of the error. Just noticed you updated earlier with error details...
  18. Mark

    VisioList 1.4

    Then you are safe to proceed and can ignore that warning.
  19. Mark

    VisioList 1.4

    Yes you will probably have issues installing plugins, editing templates and language phrases. You should switch to suphp handler for best results. But if everything's working fine on your site now then you are safe to proceed.
  20. Mark

    [Fixed] Error 500 on main admin page

    yup looks like your shared hosting has disabled allow_url_fopen(), good fix, we may roll that into the next release to save any others with restrictive hosting environments.
Top