Search results

  1. Mark

    Update

    and did you check the thread from this plugin and follow the instructions? http://visiolist.com/community/threads/newest-members.39/
  2. Mark

    Update

    did you run the update script and follow the instructions in the update thread?
  3. Mark

    Screenshots

    I would bet my life saving the sites returning the same thing for you also have misconfigured DNS zones. This screenshot simply means the website is unreachable, obviously trying to refresh would not change anything.
  4. Mark

    Screenshots

    Looks like that domain is missing A records for your nameservers, as well as several other DNS misconfigurations WWW A Record ERROR: I could not get any A records for www.veteransoldierradio.co No valid SOA record came back ERROR: Some of your DNS servers do not have A records at all. I...
  5. Mark

    Screenshots

    that happens when the screenshot server is unable to resolve the domain, the screenshot is simply internet explorers default error page. I'll login and get you a tracert result
  6. Mark

    Premium Members Next Generation - Feedback Wanted

    I see no benefit at all for 12 hours, even 1 day seems silly to me in the real world. I am open to someone proving otherwise
  7. Mark

    TinyMCE + CSS

    my pleasure :)
  8. Mark

    Premium Members Next Generation - Feedback Wanted

    We are starting to plan the next generation of the premium member module, as always we are interested in feedback from our users. What we have planned is: - Set time based on days instead of weeks. - bidding system option so members can bid on top positions, high bidder gets top spot -...
  9. Mark

    TinyMCE + CSS

    you can do this with plugins instead of altering the files make a plugin file called: include_source.php in that file put if($FORM['id'] == 'whatever_your_page_id'){ $TMPL['css_styles'] .= '<style type="text/css"> #sidebar { display: none; } </style>'; } that should do it
  10. Mark

    TinyMCE + CSS

    you should be able to add CSS classes to custom pages without issue, just be sure you are using HTML mode. instead of adding <style> tags, you should add a class: <div class="something"> then in your user.css file define it as normal... .something { color: red; }
  11. Mark

    Contact Form - Beta

    Please see post #3 in this thread, let me know if that solves the mystery for you
  12. Mark

    #login-form

    yes indeed, however you need to choose the domain you want the link code for. We are working on improving this usability for next release, as apparently its not completely obvious
Top