Search results

  1. Mark

    Server Error 500 Internal Server Error

    Can you post a URL to your install?
  2. Mark

    Server Error 500 Internal Server Error

    Hello, can you check your error_log for details? Try re-uploading all files, did you get to the installer? Once the files have been uploaded point your browser to the VisioList install directory, the path will look something like this (depending on where you uploaded it)...
  3. Mark

    Cant download resources

    Checking into this now, I had to reset your password so I could test with your account but I was able to download resources without issue. What resource are you having trouble with? You will need to reset your account password.
  4. Mark

    Working On It Historical IP logging

    Question for anyone interested in this, should we display some of this data on the users details page (Hiding some of the user IP address)? only in the admin panel? or both?
  5. Mark

    Screenshots timeout

    Good catch, fixed in 1.8
  6. Mark

    Screenshots timeout

    I’ll give some thought to this, 1.8 will have a few minor tweaks to the screenshot function, i shroud be able to improve this.
  7. Mark

    Screenshots timeout

    looks like the filename from the domain name contained a word "global" that appears to trigger some security protection. Screenshot was rendered but could not be transferred to the destination server.
  8. Mark

    Include in the page

    I will make sure this is added for 1.8 :)
  9. Mark

    Screenshots timeout

    can you post or PM me the URL in question? I can run a test. Its possible your server cannot resolve their domain, blocked by their firewall, or they may have DNS issues.
  10. Mark

    PostBack

    Hello, this Plugin should do what you want https://visiolist.com/community/resources/callback-vote-check.17/
  11. Mark

    Visiolist 1.7 patch

    When I upgraded the resource manager here in the forums, it broke our old plugin version lookup. To fix the plugin version check: open sources/admin/plugins.php find: $version_html = $xpath->query("//div[@class='resourceInfo']/h1/span"); Replace with: $version_html =...
  12. Mark

    Responsive Default Theme

    So I've got a pretty extensive update for this one, if anyone would like it let me know and I'll post the latest bundle. I'm still pluggin away at it so I wont post yet unless somebody wants it.
  13. Mark

    Working On It Credit system

    I am starting to plan this out and could use some feedback. Basti had an ambitious plan, but the EU tax laws are so complex I'm not sure I have the energy for it :) So looking at this with fresh eyes, I'm thinking of starting with something like this: Paypal IPN for sure, possibly both PDT...
  14. Mark

    GDPR Consent plugin?

    This is a good point, I've got a plugin to detect the user country. That could be extended to show this consent as needed.
  15. Mark

    Support Forum Software Update

    Hello all, just wanted to let you know that I have made a fairly extensive upgrade to our forum software and resource manager. If you have any issues, spot any bugs etc please let me know. If you are having troubles posting or logging in feel free to reach out to me via the contact form...
  16. Mark

    Implemented little extra for a big advantage

    you mean like this? open via FTP: sources/admin/approve.php find: $TMPL['admin_content'] = $this->error($LNG['a_approve_none'], 'admin') Replace with: $TMPL['admin_content'] = $LNG['a_approve_none']; $TMPL['admin_content'] .= '<meta http-equiv="refresh" content="2; url=./?a=admin">';
  17. Mark

    Implemented Premium Membership Remander Timer.

    I realize this was never replied too, but this was implemented some time ago.
  18. Mark

    I secured my site with an ssl certificate and it broke.

    Great job! Yes, the site_url would need to be set to https before forcing https redirects :) Normally this woudl be done in the admin settings before switching over.
  19. Mark

    Hit's In Bonus Points?

    The smartest way is probably not to manipulate the results at all and let nature take its course with your members ranking.
  20. Mark

    Screenshots Approval?

    Hello, your screenshot API key was approved instantly and I have sent you a couple of emails over the past few days (check your spam). Please ensure you are running the latest version of VisioList (1.7) or have applied the screenshot server patch. Both downloads are available here...
Top