Search results

  1. Mark

    Screenshot Server Maintenance

    nope screenshtots are rendering just fine at this time. try again
  2. Mark

    Integration

    its possible but that would take away a lot of traffic from the list.
  3. Mark

    Open Link in a new window

    you can speed up the refresh by changing this refresh:3; 3 means wait 3 seconds
  4. Mark

    Linkback Required

    inactive day means they have not registered a hit or pageview. you can use the "manage inactive members" to email or delete them as you see fit.
  5. Mark

    Integration

    I am planning an API for Visiolist that will allow stats and other features to be loaded onto remote sites. no eta though, but its on the long term list :)
  6. Mark

    Registration step

    yes sir, we are slowly working on this for a future release. It will also allow people to join as "fans" (who dont own websites) and participate in other ways on the list. ie reviews, likes etc. unfortunately its a fairly big job and we have no ETA at the moment.
  7. Mark

    [Screenshots] Error 500 on all users

    Hello, the screenshot server has been restarted, please regenerate
  8. Mark

    Screenshot Server Maintenance

    Hello, server has been restarted. Regenerate when ready
  9. Mark

    Banner not showing after uploaded?

    not a problem, cheers
  10. Mark

    Banner not showing after uploaded?

    Seems to be working just fine for me in all browsers. Below is chrome and FF
  11. Mark

    Banner not showing after uploaded?

    that banner is showing just fine for me (I posted a screenshot below), what browser are you using?
  12. Mark

    A couple quick disable questions...

    We should probably move that menu item into the userCp menu template for the next version. Cool jquery line though :)
  13. Mark

    Banner not showing after uploaded?

    I dont quite understand, the list will use the default banner as set in admin panel until the user uploads his own. That is how it is supposed to work, and that is how it sounds like you have explained it.
  14. Mark

    A couple quick disable questions...

    ahh right, this one is hard coded into the PHP file (premium used to be a plugin) open sources/user_cpl.php remove this line (line 52): $TMPL['user_cp_links'] .= '<li><a...
  15. Mark

    Case Study - Upgrading to VisioList

    So after a couple of weeks of letting things settle into place... traffic for some real keywords has started to increase, and our new URL's are being indexed. Time for a few observations and tweaks I notice we have a lot of these URL's indexed ?a=rate&u=aahits and leftover search URL's...
  16. Mark

    A couple quick disable questions...

    sure, remove this: <li><a href="{$list_url}/index.php?a=user_cpl&amp;b=user_premium">{$lng->user_cp_premium_buy_menu}</a></li> <li> - is the start of a list item </li> - is the end of a list item
  17. Mark

    Current Navigation Links

    nice one!
  18. Mark

    Alignment button stats

    yes
  19. Mark

    Sorting

    Fairly easy I would think, just need to alter the ORDER BY part of sources/rankings.php // Get the ranking method, default to pageviews $ranking_method = isset($FORM['method']) ? $FORM['method'] : $CONF['ranking_method']; if (($ranking_method != 'pv') && ($ranking_method != 'in')...
  20. Mark

    Update

    my pleasure :)
Top