Search results

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

    Current Navigation Links

    nice one!
  7. Mark

    Alignment button stats

    yes
  8. 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')...
  9. Mark

    Update

    my pleasure :)
  10. Mark

    Update

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

    Update

    did you run the update script and follow the instructions in the update thread?
  12. 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.
  13. 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...
Top