Search results

  1. Mark

    [Gaming] Votifer for Minecraft.

    Can always post to the resource section if you like: http://visiolist.com/community/resources/
  2. 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...
  3. Mark

    Google PageRank

    You live life to the fullest like you always have :) Google Pagerank has been effectively dead for several years.
  4. 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.
  5. 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...
  6. Basti

    SEO Plugin - Update adds support for VL 1.5+ MySQLi

    MySQLi Support added (thanks Morus for contributing)
  7. 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.
  8. Mark

    Error on top of Admin site

    Thanks, I have posted the update for the plugin: http://visiolist.com/community/resources/affiliate-tracker.5/
  9. 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...
  10. Basti

    Affiliate Tracker - Update adds support for VL 1.5+ MySQLi

    Update adds MySQLi support
  11. 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');
  12. 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.
  13. 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.
  14. 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.
  15. Mark

    Modify VL tags

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

    Adding Options to Join Form

    not possible to join more than 1 category, sorry. login to admin, manage join fields, there you will see the template tag: {$acf_XXXX} where XXXX is the name of your custom field. Simply paste that tag into your child/stats.html template where you want it to show up
  17. Mark

    Site Default to Show a Single Default Category Instead of it Showing Sites in ALL Categories?

    not by default no, you would need to make a custom plugin for that.
  18. Mark

    Duplicate URL and Title

    @cajkan this thread is about users submitting duplicate website URL's ;) not duplicate content URL's (though I must admit I have never seen duplicate content on the URL's you are referencing, there is nothing planned for upcoming release)
  19. Mark

    Solvemedia on Gateway

    You are free to code your own plugin, you have the ability to add this yourself ;)
  20. Mark

    Overall Counts that work in Wrapper

    After some quick testing, looks like you would need a custom plugin for that, query the database stats table and sum all incoming values. Do the same for outgoing.
Top