Search results

  1. Daegaladh

    Get the display value

    Cool! :D
  2. Daegaladh

    Get the display value

    Yeah I did it setting up an array, but is pretty much the same. Anyways, it would be useful if you make something like $acfd_ for using the display parameter in future versions (acf for internal value and acfd for display value).
  3. Daegaladh

    Get the display value

    no, I've created custom field named acf_country, a drop-down list for selecting country, and I got for example "es" as internal value and "Spain" for visible text. with {$acf_country} I get the "es" value, but how can I get the "Spain" value?
  4. Daegaladh

    Get the display value

    Hi, we can get the internal value of a custom field with {$acf_field} or $TMPL['acf_field'], but how to get the corresponding display value?
  5. Daegaladh

    Features Todo

    Will the tag system be added in 1.0 or 1.1?
  6. Daegaladh

    Display Toplist Reset Time

    How can I check if the visitor has already voted?
  7. Daegaladh

    Display Toplist Reset Time

    {$next_vote_time} doesn't work on the gateway unless you rename skin_global.php to in_gateway.php Also it shows too when you're not even voted...
  8. Daegaladh

    StopForumSpam API integration

    I'm using it on 0.9 and seems to work fine.
  9. Daegaladh

    Screenshot Server Maintenance

    Still not working :S
  10. Daegaladh

    I need access rights to downloads!

    I need access too
  11. Daegaladh

    Screenshot Server Maintenance

    Doesn't work for me either, I got err. 324 in Chrome, and in Firefox loads for 5 min and then screenshots.php appears blank.
  12. Daegaladh

    Help with a plugin

    Oh, I see... thanks a lot!
  13. Daegaladh

    Help with a plugin

    I'm making a plugin to show social icons on each row using the custom fields but I'm getting some errors. This is my code: rankings_compile_stats.php $facebook_clean = filter_var($TMPL['acf_facebook'],FILTER_SANITIZE_URL); $facebook_row = '<a href="{$facebook_clean}"><img...
  14. Daegaladh

    Regular expresions on custom fields

    If would be very useful that you could set your own regular expressions to custom fields when you want them to work with a certain format.
  15. Daegaladh

    VisioList 0.9

    Yeah, it worked fine, thanks.
  16. Daegaladh

    VisioList 0.9

    That's how it shows the searchbox on IE9. I've tested it on browsershoots and seems the same happens on all versions of IE.
  17. Daegaladh

    VisioList 0.9

    screen.css says /* IE9 SVG, needs conditional override of 'filter' to 'none' */ but there's not such conditional in wrapper.html and searchbox gets broken on IE9
  18. Daegaladh

    Bug - Google and Baidu bots can vote

    I was searching for proxy votes when I realized there are some made by google and baidu bots (yes, unq_in) You should add rel="nofollow" to the Vote button
  19. Daegaladh

    Implemented Ability to modify votes

    Yeah, but there's also people that use proxies to vote their rivals and make them get banned, that's why I prefer to lower their votes instead.
Top