Search results

  1. Mark

    VisioList 1.9 Hotfix

    Updated hotfix. Patches a small index issue in the installer/updater where users may encounter this error on install regarding index on payment logs Fatal error: Database error in "/home/xxxxxx/public_html/install/index.php" on line 1235 Specified key was too long; max key length is 1000 bytes in
  2. Mark

    Question about SEO, Description and Metatags

    I believe you mean the OG image You can add these to your child/wrapper.html template: <meta property="og:image" content="https://yourdomain.com/image.jpg"/> <meta property="og:title" content="Your Title"/> <meta property="og:description" content="Your description."/> <meta...
  3. Mark

    A weird registration issue

    yes, templates in /child/ simply override the default skins. So any edits should be made in /child/
  4. Mark

    A weird registration issue

    That is my best guess
  5. Mark

    A weird registration issue

    I just tried a test submission and indeed, got an error message with no highlighted field. As Basti mentioned above, this is most likely a custom join field added in the admin panel but not added to the join form template.
  6. Mark

    A weird registration issue

    strange, I will submit a few tests on your list today and see if I can duplicate.
  7. Mark

    Minecraft plugin

    Sent via PM.
  8. Mark

    How can I change the text color of a single menu link?

    you will need to edit child/wrapper.html find: <a class="nav-link" href="{$list_url}/join/"> Replace with: <a class="nav-link greenlink" href="{$list_url}/join/"> Then add this to skins/default/user.css .nav-link.greenlink { color: green !important; font-weight: bold; }
  9. Mark

    How to remove labels and reposition them?

    no problem, these are edited in table_row and table_top_row templates.
  10. Mark

    Adaptability to mobile devices and space saving

    Hello, all of this is done in wrapper template. Its a basic bootstrap template so you can use bootstrap documentation to help with HTML layout.
  11. Mark

    VisioList 1.8

    MySQL 8 should be fine, but you should update to 1.9.
  12. Mark

    Offer a simple button

    yes for some reason windows 10 zip started to not include empty folders, so on recent releases images/extra/ was missing on fresh installs. This has been fixed
  13. Mark

    button with rank, not working

    I don't quite understand the question, but I can say that this function has not changed in a long time and will be working fine. 1) Make sure you do not have many websites that are tied with the same statistics. 2) ranks on buttons are "cached" so they are not real time rankings. both of...
  14. Mark

    new box on the right side?

    hello, copy skins/default/wrapper.html to skins/default/child/wrapper.html and make your edits in this div container: <div class="col-md-3 sidebar"> You can also use the skin editor in admin to create a skins/default/child/wrapper.html if you prefer
  15. Mark

    I get an error when wanting to register members

    yes google captcha is a much better choice. I just tried joining your list and got a fatal error, have you created any custom join fields?
  16. Mark

    I get an error when wanting to register members

    Can you try disabling word verification in Admin -> Settings - > Security -> Word verification on join to block spammers
  17. Mark

    I get an error when wanting to register members

    It looks like you may have created a custom field, set it to required, but not added it to the join form. Check your settings in admin -> Tools -> Manage Join fields.
  18. Mark

    I get an error when wanting to register members

    This happens when you enter the incorrect captcha. Try again, it will work. If not, please provide a URL where I can test
  19. Mark

    Plugins

    Disable debug mode, update your plugins, you should be fine.
  20. Mark

    Plugins

    what version of visiolist? those are php warnings, usually disabled by default but should not be happening... but also should not prevent the function from firing. did your Facebook plugin get removed? And did your plugins update?
Top