textpattern / pophelp

Textpattern CMS help files.
https://textpattern.com
GNU General Public License v2.0
8 stars 6 forks source link

New Textpattern 4.7.2 pophelps needed #47

Closed philwareham closed 5 years ago

philwareham commented 5 years ago
bloatware commented 5 years ago

One more block to add: txp_evaluate_functions. This is a comma-separated list of PHP function or alias=function items, e.g. md5, replace=str_replace. The items of this list can be used in query attribute of <txp:evaluate />:

<txp:evaluate query="replace('cats', 'dogs', 'I like cats.')" />

function should return a scalar value (not array/object).

philwareham commented 5 years ago

@bloatware @Bloke @petecooper Hi! Anyone care to provide some text for the two missing pophelps listed above? That would complete the en help files for Textpattern 4.7.2.

petecooper commented 5 years ago

@philwareham Without knowing what the code does, I'm at a loss to suggest better versions than those outlined in the OP, honestly. They seem sane enough to me based on what (little) I know.

bloatware commented 5 years ago

Re enable_dev_preview: Users with sufficient privileges (admins, designers) can safely develop and preview a new theme while all the others will still see the old theme (until the new one is deployed). However, privileged users who do not wish to participate in themes development, can disable the development theme preview. They will then be served the current "public" theme, like simple site visitors.

philwareham commented 5 years ago

Thanks @bloatware - just need some guidance on the custom_form_types pop help and we are finished with these for 4.7.2 release. Can you provide a quick summary and I can fill it out?

bloatware commented 5 years ago

@philwareham thanks for taking care of this, I won't have much spare time until Christmas. So, a quick summary:

I hope that's all, but don't hesitate if in doubt.

philwareham commented 5 years ago

All done thanks - closing this one.