Search results

  1. Mark

    VisioList 0.7 Beta 2

    hmm sounds like this query might need to be optimized, I havent looked at the code in that part myself, but 30 seconds is plenty of time no matter how many inactive members you might have. we'll look into optimizing this asap, thanks for the heads up Karl.
  2. Mark

    VisioList 0.7 Beta 2

    this is a good point, though not so easy to handle at the moment due to the menu manager... but your later edit is a good idea, if user_cp session we can redirect them to join_existing. Thanks for the suggestions! users can change the style via user.css as they like, I find the usability of...
  3. Mark

    VisioList 0.7 Beta 2

    HI there, thanks for the report. That is used for the "social block", I will add a "Vote" button here for the next release, to give it some purpose for those not using Facebook, Twitter or google+ plugins
  4. Mark

    VisioList 0.7 Beta 2

    File is now updated to include upgrades, though only tested from 0.6. I will test more over the next couple days and post back here any fixes. Thanks to anyone willing to help with beta testing and bug reports!
  5. Mark

    VisioList 0.7 Beta 2

    This is beta 2 release of VisioList 0.7 and may contain bugs, if you are not in the mood for troubleshooting with us, then you may want to wait for the stable release of 0.7 :) the more people who help with bug reporting on this version, the sooner the stable version will be available. 1)...
  6. Mark

    PSD files

    no, the buttons and logo are intended to be replaced not used as a template.
  7. Mark

    Working On It Email confirmation

    It wont be included in the next (0.7) release, its a nice feature, but not necessary in relation to our higher priority issues. Though it will likley be added in a future (especially if more people "like" it). Personally I have managed several popular lists over the years and this has never...
  8. Mark

    Implemented 404 Stats Page

    edit your language file to give a more specific message. You might also consider adding a meta refresh tag to that language definition so they are redirected to the home page. we can look at including this in a future release.
  9. Mark

    Viral

    Basti hit it right on the head, get the big members and the rest will follow. I got lucky with a couple lists in the past and got some leaders who joined early, after that I never did any marketing and 2-3 new members a day would join.
  10. Mark

    Screenshots

    Just read your facebook thread, you might want to ask your webhost to test and ensure cURL is working properly. It sure looks like it might not be, this would account for why this stopped working for you.
  11. Mark

    Implemented Meta Keywords and descripton for main page

    As Basti mentioned, meta data on the front page is set from the admin panel under "settings" :)
  12. Mark

    Screenshots

    Try this, for some reason (most likley to do with your host) your cURL transfers are being interrupted. create a new file: sample.php and place this code <?php copy('http://visiolist.servebeer.com/screenshots/www.amuletten.net.png','/spindelmor.se/public_html/www.amuletten.net.png'); ?>...
  13. Mark

    Installed script and now visitors to my site get a warning message that this site is not a trusted

    Just to follow up on this again, If your using firefox or Chrome and are getting this message you might want to login to your Google webmaster tools for an explanation of why they are issuing that warning. Usually this is a result of something on your site distributing malware.
  14. Mark

    Screenshots

    my mistake, its very early in the morning here my mind twisted that path :) it should be where you found it. your last screenshot (5 minutes ago) was rendered just fine. http://visiolist.servebeer.com/screenshots/www.amuletten.net.png but somethign went sour while it was copying to your...
  15. Mark

    Screenshots

    Screenshots are always slow by design, 1 screen is rendered every 5 seconds. The problem is limited to something on your site, I dont see any incoming API requests from your list today. Does your admin/sources/screenshots.php file exist? I have just rendered screenshots myself and can...
  16. Mark

    SEO Plugin

    That error was present before you installed this plugin. That error says the facebook plugin is not installed. You can click the install icon beside facebook from the plugin manager and that should be rectified.
  17. Mark

    Installed script and now visitors to my site get a warning message that this site is not a trusted

    what is your URL? most likely that has nothing to do with our script.
  18. Mark

    Premium Members

    To take this one step further and make this show random premium members instead of the newest: change the query in sources/misc/skin.php like so: $result = $DB->query("SELECT * FROM {$CONF['sql_prefix']}_sites WHERE premium_flag = 1 ORDER BY RAND() LIMIT {$CONF['premium_number']}", __FILE__...
  19. Mark

    About banners

    In general, people respond much better to a banner with a good call to action, believe it or not if you don't tell someone to "click here" many users will not even know the intention. First rule of banner design is always include a call to action, there have been many case studies done over the...
  20. Mark

    Error 500

    no problem, I have sent you a private message with your key
Top