Search results

  1. Mark

    Premium question and error.

    that is a very odd behavior, can you temporarily disable your SSL redirect and post back here when its done so I can test further? that seems to be the source of the problem, once confirmed we will look at what method you are using to handle this redirect.
  2. Mark

    Premium question and error.

    the login issue is also unique to your site/installation. Can you provide me a URL so I can investigate?
  3. Mark

    Premium question and error.

    we are looking for mod_security log :) not mod_rewrite. You might need to ask your host, if your not familiar with this. You can also use the process of elimination to isolate the cause of the error, its something in your title, description, or URL for that particular website.
  4. Mark

    Premium question and error.

    please check your mod_security log, forbidden error usually indicates server security didnt like something in your submission.
  5. Mark

    Banner Ad Breaks

    sure, just place your ad code where you want them to display typically in wrapper, ad_break, ad_break_top, stats
  6. Mark

    Featured member link to profile or direct to site

    you dont need to agree :) you can make it behave how you like it. "What about banners" - if you are referring to the banner displayed on the featured member listing, that would also be edited in the featured_member.html template. If yoru referring to the banner in the stats page, edit the...
  7. Mark

    Error on submit

    looks like PHP's native mail function is disabled or mis-configured on your host. the second warning comes from a result of the first issue outputting an error message before the session is started. Once your mail() function issue is fixed, both will clear up.
  8. Mark

    Using Conditionals in Plugins to show content on specific pages/sections

    in this tutorial we will look at using conditionals in plugins to show/hide content on certain pages using simple PHP. //Show on Custom Pages Only if(isset($FORM['page'])) { $TMPL['something'] = 'This is visible only on custom pages'; } //Show on a specific custom page that has ID...
  9. Mark

    IP storage

    IP's are stored in the database table called ip_log you can write a cron job to empty (truncate) that table to allow voting as many times as you like.
  10. Mark

    Premium Members Next Generation - Feedback Wanted

    Looks like version 1.0 will be a maintenance release focusing on code cleanup and modernization more than new features. This is a big one, and wont be fully ready for a couple versions probably.
  11. Mark

    Screenshops API key

    thanks for your patience, sometimes I will take Sunday off :) your key is now active, check your inbox
  12. Mark

    [HELP] Clean URL

    that is how your form is coded, contact.php is not part of the VisioList package and your error messages are not loaded into a template. So it is behaving exactly as you have coded it.
  13. Mark

    [HELP] Clean URL

    you need to ensure your form action is set properly, try using absolute path <form id="contactform" action="contact.php" otherwise: what happens? error message? you need to provide more detailed information in order for anyone to help you troubleshoot. We cannot see or test anything since...
  14. Mark

    Terms And Conditions

    nothing is suppsoed to show there, that is only for plugins with database changes. Most likely the plugin is working just fine.
  15. Mark

    Could not open socket?

    that seems impossible. We have hundreds of active installs, this has never happened to anyone. Please double/triple check your plugins. Or perhaps you have a problem with your hosting environment? please check your error logs for clues
  16. Mark

    Could not open socket?

    what plugins do you have installed? this sounds like you have installed a plugin but failed to open the required ports in your firewall
  17. Mark

    Screenshot Server Maintenance

    seems to be working good at the moment, i was able to generate screenshots without issue
  18. Mark

    Screenshot Server Maintenance

    on the new server or the old windows server?
  19. Mark

    Easy, Challenging or bang your head up against a brick wall hard???

    topic moved to "design help" forum. VisioList default skin "Parabola" (and hopefully all user contributed skins) include a user.css file which can be used to "override" the settings found in screen.css. This allows the skin developer to add new style elements in future versions without...
  20. Mark

    Screenshot Server Maintenance

    well it was working fine, but I will invite you to use our new screenshot server, its much more reliable than the windows server
Top