Search results

  1. 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
  2. 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...
  3. Mark

    How to show in's and out's

    If I understand your question correct: admin -> settings -> button settings
  4. 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...
  5. 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
  6. Mark

    Error During Installation - 000webhost

    no problem :) enjoy!
  7. 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...
  8. Mark

    Duplicate meta descriptions

    those pages are noindex as of 7.1 :)
  9. 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...
  10. 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.
  11. 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...
  12. Mark

    Features Todo

    yes sir, I am hoping to have this done for the next major release
  13. 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?
  14. 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}
  15. Mark

    layout changes

    Indeed you have not put the tags in the right place. You have this: <a href="{$list_url}/{$url_helper_cat}{$category_url}{$url_tail}{$unq_in_0_daily} {$unq_out_0_daily}" so you are trying to put the stats inside your link URL! it should look like this: <a...
  16. Mark

    layout changes

    Sorry I dont understand, can you expalin clearly what the problem is? feel free to post your URL so we can see the issue The instructions above have been used on countless sites over the years, so they do absolutely work.
  17. Mark

    Vote Message

    plugins/languages/languages/english.php - is the problem, for some reason when PHP zip extracts the sub directories a second language folder is being created.. I have seen this reported once before, very odd. You can deleted the plugin and reinstall and it should work fine. Or you can login via...
  18. Mark

    Voting code flaw in email

    hmm I wonder why no other users are reporting this issue? The welcome mail when I join my lists simply advises the member to login to the user_cp and get their button code instead of presenting the link code, I'll need to investigate this closer and see if I can figure out what is different...
  19. Mark

    Working On It More Payment Option

    I agree :) but I cannot help the amount of work required to integrate this system. Instead, users who want paymentwall should login and create their payment plan and simply add that iframe to a custom page then remove the other premium member content from the user_cp.
  20. Mark

    Working On It More Payment Option

    Well I had some time to setup an account and look at paymentwall, it looks like its integration relies on Iframe. At this point it looks like payment wall (if we decide to code for this platform at all) will be a paid add on and not a part of the core or a free plugin. Most likely this addon...
Top