Search results

  1. Mark

    Youtube videos with new update

    Hi there, the youtube video plugin creates a custom field in the admin panel, so if you login to admin -> tools -> manage join fields Here you will see a box for acf_youtube, expand it and you will see the tags and templates to add them. the tag will look something like this...
  2. Mark

    Login to admin with Recaptcha

    cool, will test and if its all good will use your method.
  3. Mark

    Login to admin with Recaptcha

    Yes, that was intentional. To display the error message, capture the IP for brute force block and return the user to the login form.
  4. Mark

    Login to admin with Recaptcha

    you can make this change now if it bothers you: open sources/admin.php find: $this->error($LNG['join_error_recaptcha']); replace with: $this->error($LNG['join_error_recaptcha']. '<meta http-equiv="refresh" content="2; url=./admin">');
  5. Mark

    Newest Members

    whoops good catch, to be honest screenshot was not supposed to be in the gateway template. The query being used was intended to show recent X members the same way it does in wrapper but I see the query also uses the old join_date location so its very obsolete. I dont see any reason to show...
  6. Mark

    that's how you treat your customers

    here we can see on your website, May 21-2020 a post saying you will be posting a retail version of VisioList. Along with your post from last year distributing our product also after a paypal chargeback attempt. Here we see, on the same day you made payment and acquired Visiolist You then...
  7. Mark

    Premium Mitgliedschaft

    sounds like you don’t have PayPal PDT setup correctly, can you verify your token is Accurate?
  8. Mark

    Login to admin with Recaptcha

    I will add redirect back to Admin login page on error.
  9. Mark

    VisioList 1.8 Released

    VisioList 1.8 brings many requested features and enhancements, complete list of updates as well as downloads available here: https://visiolist.com/community/threads/visiolist-1-8.2265/ Enjoy!
  10. Mark

    VisioList 1.8

    Fresh Install Instructions Download VL-Fresh-Install-1.8.zip from below http://visiolist.com/docs/installing-visiolist Upgrade Instructions - Basic 1) Take a backup of your files and database in case something goes wrong 2) Upload and replace all the files from the update bundle (...
  11. Mark

    Overall Stats - bootstrap 4 compatibility

    Adding bootstrap 4 classes
  12. Mark

    Overall Stats

    Mark updated Overall Stats with a new update entry: bootstrap 4 compatibility Read the rest of this update entry...
  13. Mark

    Overall Stats - bootstrap 4 compatibility

    Version 1.4 brings bootstrap 4 support by default
  14. Mark

    Overall Stats

    Mark updated Overall Stats with a new update entry: bootstrap 4 compatibility Read the rest of this update entry...
  15. Mark

    Newest Members - Latest version update

    This update introduces bootstrap 4 support to the newest members screenshots
  16. Mark

    Newest Members

    Mark updated Newest Members with a new update entry: Latest version update Read the rest of this update entry...
  17. Mark

    Implemented Captcha in vote page

    Today or tomorrow
  18. Mark

    Implemented Captcha in vote page

    As of 1.8 Recaptcha in Gateway is now a core option, enabled from the admin settings.
  19. Mark

    Implemented Captcha on authorization

    Hello, at this time we only have timeout brute force prevention in place on the admin login. I will take a look at adding recaptcha to all logins as a core option for 1.8. ** moving to core feature requests
  20. Mark

    Remove option for premium members

    To remove the option for members to upgrade to premium members lets alter the user control panel menu template. First, copy this template: /skins/yourskin/user_cp_main_menu.html to : /skins/yourskin/child/user_cp_main_menu.html Then edit /skins/yourskin/child/user_cp_main_menu.html and...
Top