Search results

  1. Mark

    mySQL Error.

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

    Website Reviews?

    I am seeing the post count showing in your ranking tables on the home page For both members.
  3. 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.
  4. 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.
  5. Mark

    Website Reviews?

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

    mySQL Error.

    Check your edit again, looks like you missed a } or ;
  7. 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); }
  8. 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.
  9. 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; }
  10. Mark

    Cookies for Visiolist forum.

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

    Cookies for Visiolist forum.

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

    Paypal Token

    Instructions for PayPal token: https://developer.paypal.com/docs/api-basics/notifications/payment-data-transfer/
  13. 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!
  14. 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.
  15. Mark

    Contact Form

    Alright, should be all set now: https://visiolist.com/community/resources/contact-form.10/
  16. Mark

    Contact Form - Bootstrap 4 style compatibility

    Added bootstrap classes to HTML template
  17. Mark

    Contact Form

    Mark updated Contact Form with a new update entry: Bootstrap 4 style compatibility Read the rest of this update entry...
  18. Mark

    Contact Form

    I will post an update to the contact form plugin today to make use of the bootstrap classes
  19. Mark

    need to update from 0.9 to latest 1.8

    Yes, members area access license needs to be renewed then you can download and update the installation.
  20. Mark

    Automatic Upgrades!

    This will probably be included in VL 2.0
Top