Search results

  1. Basti

    Error 500 nobody can join my site anymore

    none of those errors cause a white page, will push fixes into 1.9 quick either way. can you share ftp/admin/db logins? then i could debug better And ye, dont reinstall the list, somewhere something is really wrong, but i dont think its caused by plugin system itself
  2. Basti

    Error 500 nobody can join my site anymore

    Ok, i have no idea what this mess is. Plugin upload has error reporting disabled, pls enable it open sources/admin/plugins.php right at the top you have this line, pls remove it error_reporting(0); then... delete plugin manually...we cant use any of the admin stuff now cause fields are missing...
  3. Basti

    Error 500 nobody can join my site anymore

    Yea, cause its just part of the plugin, responsible to show you the form elements This is because the code says, 100% that the join field is still in custom forms in admin, but the VL_sites column is not there Something is very bugged on your end cause you played around with it. Follow these...
  4. Basti

    beta version or in development

    I think you guessed by now, nope. But its all finished up now and integrated, upgrade docs are 90% complete and this weekend Mark gives a test run also. Think sunday monday we can release it finally
  5. Basti

    Drop /category/ long breadcrumbs

    1.9 is finally done. When you have it updated, you can make use of plugins to overwrite the category url helpers. Well you can even currently, execpt for a new feed.php hook you can make use of the plugin hook files ( place them into a new plugin ) feed.php - feed_start.php ( new ) index.php -...
  6. Basti

    Payment Provider: PayPal

    Quick guide on how to setup this provider. Your website must be in https or this provider does not work, none of the default providers do in that regard https://www.paypal.com/ 1) Enable IPN https://www.paypal.com/cgi-bin/customerprofileweb?cmd=_profile-ipn-notify - You page might look...
  7. Basti

    Payment Provider: Coinbase

    Quick guide on how to setup this provider. Your website must be in https or this provider does not work, none of the default providers do in that regard Take note that this is not your regular coinbase account. They have a new website specifically for website payments, which is Coinbase...
  8. Basti

    Payment Provider: Paygol

    Quick guide on how to setup this provider. Your website must be in https or this provider does not work, none of the default providers do in that regard You can not use a single account for multiple websites! You have to create one account per website unfortunately. https://paygol.com/ 1)...
  9. Basti

    Payment Provider: Stripe

    Quick guide on how to setup this provider. Your website must be in https or this provider does not work, none of the default providers do in that regard https://stripe.com/ 1) Create your api key and secret and paste them into VisioList admin settings 2) Create your webhook and fill the...
  10. Basti

    2-Factor Authentication

    Does your hosting provider / or yourself have setup proper dns records for email spam validation? you will need to have SPF and Dkim. These are 100% required these days and often emails are straight out rejected if the mail does not pass spf/dkim checks. Easiest way would be to ask your host to...
  11. Basti

    2-Factor Authentication

    yea, tls ports is usually 587, 25 is usually not used cause its used for relaying and 587 for the actual sending. 25 is often blocked by hosting when used to send mail. 465 does not work, or rather never worked i believe, cause we hardcoded the email script to use tls. Would be no big change to...
  12. Basti

    beta version or in development

    need to get butt tightened up and do the payment integration on weekend, then should nothing be in way of release :P
  13. Basti

    default theme

    Fluid videos are a very very special, and annoying case. And i believe the default theme misses the old fluid video css for now, add this to your css file .video-fluid { max-width: 100%; } open your banner_mp4.html and make sure it has the following applied directly on the video tag...
  14. Basti

    beta version or in development

    Working with a legacy pc atm, so my workflow is worse than it already was new payment stuff just was tested on on an 1.7 release and would be ready to integrate into 1.9 Hope i find some time
  15. Basti

    2-Factor Authentication

    For the email, try the to leave out the ssl:// part, it is setup internally. Also i im not sure out of my head, but i remember our code had issues with ssl, try the tls port instead, 587 i think it was? regarding the authenticator, can you check if you have any of these functions on your host...
  16. Basti

    edit_join_field issue

    Thats actually fixed already in the backend for next release, good find anyway :)
  17. Basti

    Links - Open New Window (Blank)

    go into plugins/Screenshots copy details_layout.html into plugins/Screenshots/child/ and edit the file there Also as a sidenote i forgot to mention ealier, if you use target blank, it is good practice for security, to also define a rel="noopener" https://web.dev/external-anchors-use-rel-noopener/
  18. Basti

    Page 2 Banner missing

    Wenn du alles mit table_top* haben willst, must du auch die table_open und close so machen wie in table_top_open und close. Weiss nich aus dem kopf wie es im default skin ist, aber die infos hier sind jahre alt und waren auf seine seite ausgelegt glaub ich.
  19. Basti

    Vote button in new window

    In your actual textarea code, make sure there is no space after the {$verbose_link} Browsers should strip that, but you never know how every browser reacts and maybe encode that to a space, leading to a 404
  20. Basti

    BUG - Many sites, Same Acc

    replace sources/user_cp/banner.php with the attached file please. That should fix the issue
Top