Search results

  1. Mark

    Get the display value

    i think given the complexity of this and the few users who would need this that using a query or array or switch is just fine.
  2. Mark

    Get the display value

    I believe you would need to reassign this in your plugin. 1 method is to use a switch switch ($TMPL['acf_country']) { case 'es': $TMPL['acf_country_display'] = 'Spain'; break; case 'de': $TMPL['acf_country_display'] = 'Germany'; break; case 'ca'...
  3. Mark

    Get the display value

    Not sure i understand what your after Add phrase through the language manager? And then paste that tag in your template
  4. Mark

    Coding Error?

    ETA about 7 days IF all goes smooth
  5. Mark

    Coding Error?

    I know its an off chance, but are you able to roll back to PHP 5.3 until 1.0 is released?
  6. Mark

    User language switcher

    sorry folks, for some reason I keep losing track of making this plugin.... All my focus really is on 1.0 atm, but feel free to bump this topic again once 1.0 is released.
  7. Mark

    Banners and adblock

    ugh not good. Well lets see if we can put a query together to handle this for version 1.0
  8. Mark

    [Buy Premium] - Feature not secure

    No the link you posted is not helpful at all in this case, that has nothing todo with this particular exploit.
  9. Mark

    AffiliateTracker

    latest version should be in the first post of this topic.
  10. Mark

    Promo's?

    not yet, a promo will be ready with the release of version 1.0
  11. Mark

    [Buy Premium] - Feature not secure

    Sorry mate, you are very misinformed, encryption does not protect from data injection at all....ever. And yes it is an exploit, that is the topic of this thread... even with PHP encryption the exact same technique to cheat it still works. Try it if you dont believe me :) Even with the...
  12. Mark

    Working On It eliminate 1 initial query in button

    cache list of valid usernames in a plain text file to avoid connecting to db to check for valid members
  13. Mark

    Spam Reviews

    I was just encouraging you to try :) and also making sure you know about all the nice plugins that are available for you to add features to your list. Please send me your FTP login either email or via a private conversation and I'll disable the review for you, they are not enabled by default.
  14. Mark

    Spam Reviews

    To avoid confusion the list of available plugins is available here: http://visiolist.com/community/forums/plugins/ VisioList ships with basically none, you can pick and choose which ones you like. Installation of plugins is VERY easy, simple upload the zip file via your admin -> plugins...
  15. Mark

    [Buy Premium] - Feature not secure

    uh no :) that is bad advice, PHP encryption is never a solution to weak security. The user can still pass the exact same post/get values to encrypted code and the exploit will still work.
  16. Mark

    Banner Zones

    It doesn't make much sense to outline size and position, they can be placed anywhere and can be any size. They can be text or image, flash or video etc... Best is to simply try them out and see where they show, in less than 5 minutes you should have everything figured out. Zone d is the...
  17. Mark

    Spam Reviews

    I recommend removing sources/rate.php from your server completely
  18. Mark

    Visio Licence domain wise.

    You are free to install on multiple domains :)
  19. Mark

    Internal Server Error - Smaller than min_uid

    Saweet! Thanks for the feedback, glad to hear the autorank importer is functioning nicely
  20. Mark

    Implemented case sensitive usernames on forgot password

    make query case insensitive for forgot password
Top