Search results

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

    plugin request

    why not just add this to the wrapper.html template? that way you can whatever you like (image/text/video etc)
  8. Mark

    2nd toplist page formatting

    to do what your after, you can simply copy the contents of table_top_row to table_row and remove anything from table_open and table_close
  9. Mark

    Screenshot updating

    I am not showing any requested screenshots from your API key, please try rendering all screenshots now and I will watch. Screenshot rendering in 0.7 has been greatly improved, I have seen 1000+ screenshots rendered on 0.7 without a single black image.
  10. Mark

    Cant deside wich host to buy :S

    Generally speaking sure, but lets add some clarity. It really depends on your site (how many queries and what type of processes are spawned) just think about a topsite for a moment... every member on your site will load your button (usually site wide). If your counting pageviews or showing...
  11. Mark

    Cant deside wich host to buy :S

    Anytime you see "host unlimited domains on unlimited disk space with unlimited bandwidth" for under $4 per month.... well I will say no more and let the future decide :) Common sense indicates those servers are drastically oversold and any busy website will be suspended. Those type of hosts are...
  12. Mark

    Implemented Formatting in description field

    After spending some time implementing this I had a few thoughts and have decided to take this in a slightly different direction. Problem: The description is used in many places throughout the site (featured member, ranking tables, newest members, rss feed, meta tag). If BBcode is included in...
  13. Mark

    Max file size for banners

    http://visiolist.com/community/threads/custom-how-to-incraise-banner-limit-size.487/
  14. Mark

    VisioList Customized Web Hosting

    Plan customization is available here: http://www.oswebhosting.com/
  15. Mark

    Cant deside wich host to buy :S

    well I am biased as this is my company, but http://oswebhosting.com/ - VisioList hosting
  16. Mark

    VisioList 0.7 Final

    no problem, PM is better for me
  17. Mark

    VisioList 0.7 Final

    well fear not :) take a backup via Cpanel before you begin and even if you cock things up your just a couple of clicks away from being back where you started. You need to follow the steps outlined by Basti in the first post. My steps are only for those who installed 0.6 as their first version...
  18. Mark

    Voting code flaw in email

    Sure, open sources/misc/skin.php find: mail($email, $subject, $body, $headers, "-f{$CONF['your_email']}"); Add this BEFORE: $body = str_replace('&lt;', '<', $body);
  19. Mark

    Reviews

    You do know you can (and have always been able to) style disqus to look however you like right? check out their docs ;) Yes I believe you can show the # of comments and star rating as well, but I have not looked at this closer myself
  20. Mark

    Reviews

    well I am one of those users who will never register with Facebook, and there are plenty of us for sure :) Disqus is the best comment system at the moment. If you must use the old review system you can find the stats.php file in the /sources/ folder, though I would strongly recommend you...
Top