Search results

  1. Mark

    Screenshots

    Perfect, thanks. That is the new sever, I will login shortly and see what's happening
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. Mark

    Not Feasible [Feature] Report user / Feedback

    and it was a good suggestion :) thanks!
  7. 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...
  8. 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.
  9. 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'...
  10. Mark

    Get the display value

    Not sure i understand what your after Add phrase through the language manager? And then paste that tag in your template
  11. Mark

    Coding Error?

    ETA about 7 days IF all goes smooth
Top