Search results

  1. Mark

    Screenshots

    thanks, it appears your key was not active. Should be all set now.
  2. Mark

    Screenshots

    Start a private conversation with me providing your API key so I can investigate
  3. Mark

    Screenshots

    Re render, i have confirmed all services are working fine from here
  4. Mark

    Where is the /Join/ folder

    yes, you are missing lines that are included by default. I can only assume you removed them. please look at the original .htaccess that was included with your download and make sure you have all the rules. here is a sample of what you have removed: RewriteRule ^stats/(.*)/...
  5. Mark

    Screenshots not rendering

    Screenshots are now rendering fine again on the new screenshot server. The old server is also working just fine. Enjoy
  6. Mark

    Screenshots not rendering

    @ everyone - as you can see above I told you clearly there was a problem with the new screenshot server (first issue since its been in use) and I told you when I will be fixing it. Relax.
  7. Mark

    Where is the /Join/ folder

    Fwiw I have installed on blue host several times without any issue at all, the default .htaccess always worked Glad you got it sorted
  8. Mark

    Where is the /Join/ folder

    Yup ask your host
  9. Mark

    Screenshots not rendering

    The screenshot server is not rendering screenshots today, I will be back at my desk tomorrow to get things sorted out. Thanks for your patience.
  10. Mark

    Screenshots

    Problem persists, I will dig into this when I am back home tommorow
  11. Mark

    Screenshots

    Can you try it now? I restarted the server
  12. Mark

    Screenshots

    Perfect, thanks. That is the new sever, I will login shortly and see what's happening
  13. Mark

    Screenshots

    please try it now, I just rebooted the windows screenshots server, if your using the new linux server that one is confirmed working fine.
  14. Mark

    Where is the /Join/ folder

    ask your host, we dont have access to your site, error logs, or anything else to help you troubleshoot. This feature is working just fine on hundreds of lists. Something in your hosting environment is the problem.
  15. Mark

    Screenshots

    Hello, we have several screenshot servers, if you can tell me what IP or domain your having trouble with (you can see this in screenshots.php) I can investigate I just rebooted visiolist.servehttp.com, so give that one a few minutes to come back up and try again.
  16. Mark

    Admin cannot be found Oo

    hmm that is really strange. If you have not changed anything, it sounds like something has changed in your hosting environment. Check file/group ownership and permissions if your unsure ask your host.
  17. Mark

    Not Feasible [Feature] Report user / Feedback

    and it was a good suggestion :) thanks!
  18. Mark

    Not Feasible [Feature] Report user / Feedback

    I have built this in the past and used it on several sites, while I thought at the time it would be useful it really wasnt :) As basti mentioned, bad words are caught by existing bad word filters (if thats something you are concerned about), bad links are handled with inactive members functions...
  19. Mark

    Get the display value

    i think given the complexity of this and the few users who would need this that using a query or array or switch is just fine.
  20. Mark

    Get the display value

    I believe you would need to reassign this in your plugin. 1 method is to use a switch switch ($TMPL['acf_country']) { case 'es': $TMPL['acf_country_display'] = 'Spain'; break; case 'de': $TMPL['acf_country_display'] = 'Germany'; break; case 'ca'...
Top