Search results

  1. 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
  2. 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...
  3. 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.
  4. 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...
  5. 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.
  6. 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.
  7. Mark

    Screenshops API key

    thanks for your patience, sometimes I will take Sunday off :) your key is now active, check your inbox
  8. 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.
  9. 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...
  10. 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.
  11. 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
  12. 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
  13. Mark

    Screenshot Server Maintenance

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

    Screenshot Server Maintenance

    on the new server or the old windows server?
  15. 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...
  16. 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
  17. Mark

    User language switcher

    Sorry bout that, lost track of this one. I will try and get this done in the next 24 hours for you
  18. Mark

    Thank You VisioList

    thank you rarecreations team for sending some love back :) +25 motivation
  19. Mark

    OS Hosting

    an announcement was posted moments after the outage, all services are online as normal now. http://osempire.com/clients/index.php?fuse=admin&view=Announcements&ann_id=16
  20. Mark

    Screenshot Issue

    its ok, stick with old server for now :) both are working great
Top