Search results

  1. Mark

    Stats Plugin

    HI Wayne, anything is possible given enough time, but in this case I'm not sure I see the value in adding this. I have always found Aardvarks button.php to be very accurate for stats. Hits in/out would be the only stats that might not always be perfect (piwik wouldnt change that either) but...
  2. Mark

    How to add a code to every single page?

    http://visiolist.com/docs/styles-design "wrapper - the header and footer and sidebars structure. Everything surrounding the actual content."
  3. Mark

    Facebook Integration

    http://visiolist.com/community/threads/facebook.204/ - in the plugin section with all the rest ;)\ check out the plugin section for others... http://visiolist.com/community/forums/plugins/
  4. Mark

    Vote Message

    following the MVC standards HTML and PHP are separated with HTML in a "template". VisioList has followed the template system from Aardvark topsites where the header and footer are located in the "wrapper" template, this is also explained in the manual.
  5. Mark

    replacing banner zone c

    sure, this should be what your after: <div class="pagination">{$multiple_pages_p}{$multiple_pages_links}{$multiple_pages_n}</div> </div> </div> <br class="cb" /> <div class="center">{$zone_c}</div> </div> <div id="foot" class="cb">
  6. Mark

    Implemented Formatting in description field

    Thanks for the reminder, things got busy and we have been short handed around here the past couple of weeks. I will have this posted by next weekend.
  7. Mark

    Setting up PayPal

    you can put yourdomain.com/index.php?a=user_cpl the return URL value is overwritten in the form so really any URL will work
  8. Mark

    I want to change my admin password

    This is a little clumsy but it works, we'll be adding this function to the admin panel in a future next release. unzip this file and upload adm.php to your VisioList directory (the same folder where button.php resides). Then point your browser to yoursite.com/adm.php and enter your new...
  9. Mark

    How to show in's and out's

    If I understand your question correct: admin -> settings -> button settings
  10. Mark

    How to show in's and out's

    You can take any tags out of your stats template and add them to your ranking tamplates: table_top_row (for top users) table_row (for the lower rankings users) table_premium_row (for premium users) if you want to show unique hits in today that tag is {$unq_in_0_daily} if you want to show...
  11. Mark

    Installation Error

    those are PHP notices, disable error_reporting to avoid these notices from showing. This will be updated in the upcoming release you can add error_reporting(0); to your index.php file if you are unable to alter your servers php.ini file
  12. Mark

    Error During Installation - 000webhost

    no problem :) enjoy!
  13. Mark

    Website online/offline checker

    I dont see a lot of value in this personally, development time at the moment is better spent on more important plugins, new skins and core features. We'll see if others would like to see this though, or if anyone else is willing to take this on. If demand is high enough I can make some time...
  14. Mark

    Duplicate meta descriptions

    those pages are noindex as of 7.1 :)
  15. Mark

    Premium: Change from 1 week to 1 month

    At the moment, that is not so easy to change, and this cannot be done via plugins which means you will need to modify this with every version upgrade. We will be rebuilding the paid listing features in the future (though it is hard to say when) to be more flexible, I would not recommend making...
  16. Mark

    VisioList Customized Web Hosting

    Liquidweb, Limestone Networks, Servint and Rackspace are the main datacenters Servers are usually Dual Xeon's with 8-24 GB RAM On average, about 100 sites per server, Topsites server would be limited to 20-30 or so.
  17. Mark

    VisioList Customized Web Hosting

    Yes comparing a large fully managed shared hosting plan to an unmanaged dedicated server is apples to oranges. With web hosting, prices vary greatly from provider to provider, I have been in this business for 12+ years, and never have I aimed or claimed to be the cheapest. I know what my costs...
  18. Mark

    Features Todo

    yes sir, I am hoping to have this done for the next major release
  19. Mark

    Newsletter Plugin

    we have plans in the next version for this sort of improvement for members, but I think your talking about a newsletter for "guests". Correct?
  20. Mark

    layout changes

    no problem at all! you were in the correct file, you just put the tags in the wrong spot ;) for a basic example: find in table_top_row: {$description} and place this after: {$unq_in_0_daily} {$unq_out_0_daily}
Top