Vitaly
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontier Post] Categories Sorting for the Editor FormWell, maybe I can make a sorting by modifying frontier_post_form_standard.php file. I found a block with categories. Now I need to figure out how to set sorting there – through wp_query or another way.
Forum: Plugins
In reply to: [Frontier Post] Date Format Issue in Moderation comments fieldThank you, finnj!
Forum: Plugins
In reply to: [Frontier Post] Misplaced text string on admin dashboard -> Advanced Settings??
That’s a really quick fix! Thanks.
Yes, this helps. The link given describes validation for category. The same can be done for post tags, I suppose. Thank you.
Ok! I’ll try to add this feature another way.
Forum: Plugins
In reply to: [Frontier Post] Misplaced text string on admin dashboard -> Advanced SettingsGreat! Thanks.
Forum: Plugins
In reply to: [Frontier Post] TranslationThank you, finnj.
I will follow your advice for separate tickets.Forum: Plugins
In reply to: [Frontier Post] TranslationThank you for the replies, finnj!
Future posts – Planned posts. They are displayed in My Posts page along with draft and pending posts. Translation string for it is “Future”. It is displayed in My posts status with the date in brackets after. And the date format is not local and not configurable through .php files so far.
One more thing.
Alert massages to delete / approve posts are stored in .php files that can’t be configured like forms (in user templates folder). It was necessary to change some text. The solution was to add some tricks through .css with :after styling. Not very versatile, though.Forum: Plugins
In reply to: [Frontier Post] TranslationAn addition to previous notes.
7. Translation string “Excerpt” – used in dashboard List of My Posts layout and as a title for Excerpt filed in the editor form. Should be different. “Detailed list with excerpt” – for dashboard and “Excerpt” – for the editor.
8. frontier-approve-post.php – string 56 – Insert of Cancel button
value=”<?php _e(“Cancel”, “frontier-post”); ?> ”
In preview the button title has a redundant space at the end because of the space after ?> in the code.