Search results

  1. Mark

    Banner not showing after uploaded?

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

    Banner not showing after uploaded?

    that banner is showing just fine for me (I posted a screenshot below), what browser are you using?
  3. 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 :)
  4. 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.
  5. 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...
  6. 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...
  7. 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
  8. Mark

    Current Navigation Links

    nice one!
  9. Mark

    Alignment button stats

    yes
  10. 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')...
  11. Mark

    Update

    my pleasure :)
  12. Mark

    Update

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

    Update

    did you run the update script and follow the instructions in the update thread?
  14. 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.
  15. 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...
  16. Mark

    Screenshots

    that happens when the screenshot server is unable to resolve the domain, the screenshot is simply internet explorers default error page. I'll login and get you a tracert result
  17. Mark

    Premium Members Next Generation - Feedback Wanted

    I see no benefit at all for 12 hours, even 1 day seems silly to me in the real world. I am open to someone proving otherwise
  18. Mark

    TinyMCE + CSS

    my pleasure :)
  19. Mark

    Premium Members Next Generation - Feedback Wanted

    We are starting to plan the next generation of the premium member module, as always we are interested in feedback from our users. What we have planned is: - Set time based on days instead of weeks. - bidding system option so members can bid on top positions, high bidder gets top spot -...
  20. Mark

    TinyMCE + CSS

    you can do this with plugins instead of altering the files make a plugin file called: include_source.php in that file put if($FORM['id'] == 'whatever_your_page_id'){ $TMPL['css_styles'] .= '<style type="text/css"> #sidebar { display: none; } </style>'; } that should do it
Top