Search results

  1. Mark

    Considered Reject New Member

    It seems like in the case of agreed this sounds like a nice way of doing it, our entire email notification/template system needs an overhaul. I'll be sure to factor this in. indeed, the idea of "close but you won't be accepted until X is changed" might be best handled by leaving the member...
  2. Mark

    Screenshot 403 Forbidden Error

    thats odd, working fine on my tests, what version of IE?
  3. Mark

    Screenshot capture oversized

    that is an odd one, can you PM me an example URL? I'd like to run some tests and see what might be causing that
  4. Mark

    vote cast reset time?

    the weekly reset would be caused by your cron setting running weekly. Also ensure your admin settings is set to reset monthly. Thanks for the ip_log report, I confirmed on my list the timestamp is also NULL. Will post an update for this.
  5. 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...
  6. 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...
  7. 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.
  8. 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.
  9. 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)
  10. Mark

    Approve new user Error

    Was your list a fresh install? or an upgrade from a previous version?
  11. 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
  12. 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.
  13. Mark

    Problem when generating screenshots

    Are you running VL 1.4? if not, you will need to update
  14. 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">...
  15. Mark

    The Dark Elegant Collection

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

    Ranking position

    copy table_filler.html to child/table_filler.html add the following before any other code: <div class="clearfix"></div>
  17. 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
  18. Mark

    Ranking position

    yup, copy all the code from table_row.html into child/table_top_row.html
  19. 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
  20. 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
Top