Search results

  1. Mark

    How can I view the Votes as a number

    the only way to do that is to setup a cron job on your server to empty the IP log every X hours. name this file something random like 12324142498878.php and upload to the root directory (where settings_sql.php is found) then run the script via cron every X hours. <?php define('VISIOLIST'...
  2. Mark

    Upgrading PHP 5.4 to 5.5

    Hello, thanks for your patience, version 1.5 with PHP 5.5 support is now available in the downloads area.
  3. Mark

    VisioList 1.5 Released - June 2 2016

    This latest update bring some much needed MySQLi suppor for new PHP version support, as well as several important security fixes. Thanks for your support and we hope you enjoy the latest release :)
  4. Mark

    VisioList 1.5

    Fresh Install Instructions http://visiolist.com/docs/Installing-visiolist Upgrade Instructions 1) Take a backup of your files and database 2) Upload and replace all the files from the update bundle ( VL-Upgrade-1.5.zip ) via FTP 3) Run yoursite.com/install/update.php from your browser...
  5. Mark

    How can I view the Votes as a number

    Hello, you can add any tag you like in the templates: table_top_row table_row the tags are outlined here: http://visiolist.com/docs/styles-design namely this part: so to show how many votes today for example, the tag would be: {$unq_in_0_daily} to show the votes this week: {$unq_in_0_weekly}
  6. Mark

    Premium Members List 1

    what do you mean? you want to show a premium member in #1 spot regardless of how many votes? OR you want to make the #1 vote leader automatic premium?
  7. Mark

    Umlaute in der Domain

    hmm an issue with umlauts in domain names may be able to be solved by modifying our referrer check. You can also disable google friendly links, that may not be perfect but would work. I'll see what I can find about verifying domains with umlauts
  8. Mark

    Live Stats

    What information exactly would you like displayed?
  9. Mark

    Appears to be a language problem when I install.

    very odd, you should not need to do this. Sounds like perhaps you did not run the importer during the installation process.
  10. Mark

    Toplist will not send any email.

    Hello, SSL/TLS settings should work just fine (tested with cpanel defaults and gmail and both are working). Please ensure your SMTP port and host are accurate, once confirmed, check your error log for clues. $mail->Host = $CONF['smtp_host']; $mail->SMTPAuth = true; $mail->Port =...
  11. Mark

    admin function: http referrer and proxy blocker

    did you try this? http://visiolist.com/community/threads/test-proxy-prevention.1026/
  12. Mark

    Screenshots stopped working

    The Disk filled up yesterday after a particularly busy weekend of generating screenshots, I have cleaned it up and added more space to the partition to prevent future occurrences. Thanks for the report!
  13. Mark

    Getting Ads to work

    Hi, this should help: http://visiolist.com/docs/Banner-Ad-Rotator
  14. Mark

    Upgrading PHP 5.4 to 5.5

    Visiolist 1.5 will be released within 2 weeks and will include mysqli support which will work with 5.5
  15. Mark

    VisioList 1.4

    Hello, that is just a warning that MySQL functions have been deprecated in your version of php. You can disable warnings, roll back your php version, or I can send you the new mysqli driver if you would like to test it out.
  16. Mark

    Premium Banner

    Thanks Magnum for your tremendous community spirit and support :)
  17. Mark

    Premium Banner

    Leider spreche ich nicht Deutsch , und Googel übersetzen hat mich nicht mit diesem zu helfen. Können Sie eine andere Formulierung versuchen ? Sorry I do not speak german, and Googel translate did not help me with this one. Can you try a different wording?
  18. Mark

    Brave Responsive

    Mark updated Brave Responsive with a new update entry: navigation menu update Read the rest of this update entry...
  19. Mark

    Brave Responsive - navigation menu update

    The original designer of this template has dropped the javascript mgmenu he used to originally build the theme, this update will give users a functioning CSS based menu that works on mobile. (the old version failed on mobile)
  20. Mark

    Brave Responsive

    Hi Orrden, I think I found and fixed this bug, can you confirm on animelodge.com that the menu is all good for you now? if so, I'll post an update for this
Top