Search results

  1. Mark

    Upgrading from Aardvark 5.2. Uploaded files to server ...

    hello, we do offer a hosted solution, $149 would include 1 year of web hosting as well as migrating your site to our server and conversion of your Aardvark list to VisioList (not including theme conversion). You can send me a private message if you would like to move forward with this.
  2. Mark

    Upgrading from Aardvark 5.2. Uploaded files to server ...

    Hello, you can only run the conversion script once. If it fails for some reason you should restore your backup right away, take note of the error and let us know so we can help you resolve it. Can you restore the Aardvark backup and provide FTP login? I would be happy to get this resolved...
  3. Mark

    Upgrading from Aardvark 5.2. Uploaded files to server ...

    Looks like your MySQL username and password are not correct or your MySQL user does not have permission to access the database. You can ask your host for help, or feel free to send me a private message with your host credentials and I can have a look for you. your hosting environment seems a...
  4. Mark

    Offer A Static Button Image Error

    If you want to fix this now on your list open /sources/admin.php and find on line 164 if($error_recaptcha == 1){ replace with: if(isset($error_recaptcha)){
  5. Mark

    Offer A Static Button Image Error

    Thanks for the heads up, will have this fixed up for sure for 1.9!
  6. Mark

    Offer A Static Button Image Error

    VL 1.8 was apparently distributed with a missing folder. Create the following folder and you should be all set: /images/extra/
  7. Mark

    mySQL Error.

    My mistake, I have updated my original post and applied this change to 1.9. Thanks Basti for catching that!
  8. Mark

    Website Reviews?

    I am seeing the post count showing in your ranking tables on the home page For both members.
  9. Mark

    Website Reviews?

    And you have actual comments for some members? If so, those members should have the number of comments shown in their ranking box wherever you out the tag its been years since I’ve looked into this tho so I could be mistaken, or this function may not work any more.
  10. Mark

    Website Reviews?

    The docs in that plugin thread for that function are not clear, can you try adding the tag to table_top_row and table_row templates and see if it shows comment count? if so, I will update the plugin docs for clarity.
  11. Mark

    Website Reviews?

    Did you install our Disqus plugin? https://visiolist.com/community/resources/disqus-comments.6/
  12. Mark

    mySQL Error.

    Check your edit again, looks like you missed a } or ;
  13. Mark

    mySQL Error.

    this is fixed in 1.9 open /sources/sql/mysql.php find and remove: if (get_magic_quotes_gpc()) { $value = stripslashes($value); }
  14. Mark

    Website Reviews?

    I didnt even know they had a paid version! free version seems pretty good but its been a while since I used it.
  15. Mark

    FATAL Error

    Nothing, known spammers just get empty page. You can add a message if you like by editing the end of join_process_form.php if($spambot == true) { echo 'Get Lost, Spammer.'; exit; }
  16. Mark

    Cookies for Visiolist forum.

    Yes, confirmed the plugin check still works, it handled the https redirect fine.
  17. Mark

    Cookies for Visiolist forum.

    good call, we will need to make sure https is supported for 1.9 release.
  18. Mark

    Paypal Token

    Instructions for PayPal token: https://developer.paypal.com/docs/api-basics/notifications/payment-data-transfer/
  19. Mark

    Cookies for Visiolist forum.

    redirect to force https has been added to the forum, should be smooth sailing going forward thanks for letting me know!
  20. Mark

    Cookies for Visiolist forum.

    Can you try using https://visiolist.com/community instead? I'll force a redirect on that when I get back to my desk.
Top