ploughansen
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Sportspress for chess clubsHi Roch
Thanks for the reply.
To be honest, I haven’t had any progress, as I’m not sure where to start..
Mikkel
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Sportspress for chess clubsBump ??
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Sportspress for chess clubs@roch: Just a follow up.. Would you be able to help me set it up?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Sportspress for chess clubsThat sounds great. I could definitely use some help setting this up. How can we do it?
Forum: Plugins
In reply to: [Custom Content Shortcode] Getting parameters from query-stringThat’s amazing. I can’t wait to try this.
Will let you know how it works!
Thanks ??
Forum: Plugins
In reply to: [Custom Content Shortcode] Getting parameters from query-stringThanks, this works.
Related question: One of the values in the querystring is a date and a time in unix format (ex. ‘20160128’ and ‘1201’). Can your plugin format these values into something more readable (like 2016/01/28 or 28-01-2016) (and time like 12:01)?
Also, another value is amount as integer value. So 1,234.56 is written as 123456. Can your plugin perform basic calculation? That way I could divide by 100 and get the correct value.
It would be really nice if the value could be formatted as a number with a fixed decimal.Forum: Plugins
In reply to: [Custom Content Shortcode] Outputting ACF select field with key:labelHi
It doesn’t seem to work?
This is my code now:
[loop type="afdeling" id="3160"] <ul> [repeater helligdage] <li>[field dato date_format="d-m-Y"] [field dag out="label"] [if field="closed" value="1"]Lukket[else][field from] - [field to][/if]</li> [/repeater] </ul> [/loop]
But this just outputs:
05-06-2015 08:00 – 15:30
06-06-2015 Lukket
08-06-2015 08:00 – 09:45The
dag
field is supposed to come after the dates.Forum: Plugins
In reply to: [SVG Support] Plugin stopped workingThat makes sense. I just published the site and the image-urls are still pointing to the dev site I see.
Thanks for the quick response, and your help.
Forum: Plugins
In reply to: [Custom Content Shortcode] [IF] conditions with ACF repeater fieldsThis seems to work. Thank you so much ??
Oh, and the reason it’s a repeater field is because it’s the only way I could think of, that would allow me to create a backend like this https://take.ms/mbybG.
Also it gives me the option to have multiple opening hours a day, if that’s what I want.Forum: Plugins
In reply to: [Custom Content Shortcode] [IF] conditions with ACF repeater fieldsSounds good. I’ll look forward to it.
Forum: Plugins
In reply to: [Custom Post Type UI] Adding custom fields to custom post typesTake a look af Advanced Custom Fields. It does everything you ask for, and more.
Forum: Plugins
In reply to: [Custom Content Shortcode] Using loop in a theme page templateForum: Plugins
In reply to: [White Label CMS] How to give Editors an Appearance Menu Option from a themeI realy need this option as well.