Search results

  1. Mark

    Server Https / Reverse Proxy

    sorry nothing new to report, I am not a user of nginx and VisioList does not officially support it, I'm really not sure where the problem lies with your server config. You might need to go through and disabled lines/files until you isolate the cause.
  2. Mark

    HTTPS

    The same info you posted here, supply them with steps to reproduce so they can watch the log file.
  3. Mark

    HTTPS

    That forbidden error is most likely your web hosts mod_security rule blocking the transaction.
  4. Mark

    {$header_js_files}

    That is a template hook location that allows theme and plugin authors to add their custom javascript into the header. The actual javascript files can be found anywhere including remote servers.
  5. Mark

    Server Https / Reverse Proxy

    I think in the next year or 2 everyone will be https, I use lets encrypt on my lists and it works fine so I don't think that would be the cause. I suspect the issue is nginx reverse proxy, but I am not sure about the redirect issue you are seeing, I do recall basti wrote some code a long time...
  6. Mark

    [Gaming] Votifer for Minecraft.

    Can always post to the resource section if you like: http://visiolist.com/community/resources/
  7. Mark

    Website description help

    There was an issue with the escape function, that extra preg_replace() function was really just a temp security fix. Basti had made some changes that I did not roll into 1.5 release, I suspect this is one of them. You should be safe with your edit, though finding a way to handle this via...
  8. Mark

    Google PageRank

    You live life to the fullest like you always have :) Google Pagerank has been effectively dead for several years.
  9. Mark

    Facebook

    I suspect this will need to be updated, I have no idea how it will break though as I am not a facebook user myself. Best bet is to test it out and see how it goes.
  10. Mark

    SEO Plugin

    Mark updated SEO Plugin with a new update entry: Update adds support for VL 1.5+ MySQLi Read the rest of this update entry...
  11. Basti

    SEO Plugin - Update adds support for VL 1.5+ MySQLi

    MySQLi Support added (thanks Morus for contributing)
  12. Mark

    Topsite just got F@1*

    Looks like your affilaite tracker plugins was not installed correctly. Login to admin, plugins, and click the install icon to apply database changes for that plugin.
  13. Mark

    Error on top of Admin site

    Thanks, I have posted the update for the plugin: http://visiolist.com/community/resources/affiliate-tracker.5/
  14. Mark

    Affiliate Tracker

    Mark updated Affiliate Tracker with a new update entry: Update adds support for VL 1.5+ MySQLi Read the rest of this update entry...
  15. Basti

    Affiliate Tracker - Update adds support for VL 1.5+ MySQLi

    Update adds MySQLi support
  16. Mark

    bug on "error" while logining in

    Here is the patch open sources/user_cpl.php find (line 164): //Store this IP and timestamp for bruteforce protection $TMPL['ip'] = $_SERVER['REMOTE_ADDR']; $TMPL['timestamp'] = time(); add this line AFTER the above: $TMPL['wrapper_welcome'] = base::do_skin('welcome_not_logged_in');
  17. Mark

    bug on "error" while logining in

    Interesting, thanks for pointing this out I will fix for 1.6 and post a patch for this asap.
  18. Mark

    Error on top of Admin site

    no need to re-install. You have installed a plugin that is not compatible with VL1.5. If you can let me know what plugin is causing the problem I can post an update for you.
  19. Mark

    {$recaptcha} & {$join_recaptcha} on custom pages

    custom pages are really only for static content. If you want to make a custom contact page, I recommend you download the contact form plugin and extend it, much easier... but you really should not need a captcha on a contact form, you can stop spam with the honeypot method easily enough.
  20. Mark

    Modify VL tags

    You should have no need to remove classes, you can simply override them in your custom CSS.
Top