PressPilot Frontend Editor for Avada

Apraksts

PressPilot Frontend Editor for Avada lets authenticated users create and edit standard WordPress posts directly from the frontend, without accessing wp-admin.

Designed for editorial workflows where non-admin users need a clean writing experience while administrators keep full control over permissions, status transitions, authorship, and media uploads.

Developed and maintained by CardeeTech.

Key capabilities:

  • Frontend create/edit form for standard posts
  • Frontend listing of posts with direct edit links
  • TinyMCE editor, excerpt, categories, tags, post status, and scheduled date
  • Featured image upload or external URL (with SSRF protections)
  • Avada Builder native elements for the two core shortcodes
  • Internationalization-ready (fully translatable)

Security highlights:

  • Nonce validation on all form submissions (_ppfenonce)
  • Capability-gated operations (edit_posts, edit_post, edit_others_posts, publish_posts, upload_files)
  • Strict sanitization and escaping throughout
  • External image URL hardening: HTTPS-only, blocks localhost/private/link-local/metadata endpoints

Avada integration:

When Avada Builder is active, the plugin registers native Avada Builder elements for both shortcodes, so editors can add the frontend form and posts list using the visual drag-and-drop builder without writing shortcode syntax.

Shortcodes

  • [ppfe_edit_post] — Main create/edit form.
  • [ppfe_my_posts] — Current user’s post list with edit links.
  • [ppfe_form] — Alias of [ppfe_edit_post].

Attributes for [ppfe_my_posts]:

  • edit_page — URL of the editor page (e.g. edit_page="/write/")

Ekrānuzņēmumi

  • Frontend post editor — TinyMCE, featured image, categories, tags, status and scheduled date.
  • My Posts list — user’s posts with edit links and status badges.
  • Admin settings — style and permissions panel (PressPilot FEE menu).

Uzstādīšana

  1. Upload the plugin folder to /wp-content/plugins/.
  2. Activate PressPilot Frontend Editor for Avada from Plugins.
  3. Create a page for the editor and insert the shortcode [ppfe_edit_post].
  4. Create a page for the post list and insert [ppfe_my_posts edit_page="/your-editor-page/"].
  5. Go to PressPilot FEE > Style to align colors and spacing with your theme.

BUJ

Does this plugin allow guest submissions?

No. All users must be logged in and pass WordPress capability checks before any action is taken.

Can contributors publish directly?

Only users with the publish_posts capability can publish. Contributors are automatically limited to draft/pending workflows.

Is Avada required?

No. The plugin works with any WordPress theme. When Avada Builder is active, native builder elements become available as an added convenience.

What post types are supported?

The plugin targets standard WordPress posts (post) for predictable and controlled editorial behavior.

Can I control who can see other users’ posts in the list?

Yes. The [ppfe_my_posts] shortcode respects WordPress capabilities. Users with edit_others_posts will see all posts; others see only their own.

Atsauksmes

Par šo spraudni nav atsauksmju.

Autori un izstrādātāji

“PressPilot Frontend Editor for Avada” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi cilvēki.

Līdzdalībnieki

“PressPilot Frontend Editor for Avada” ir tulkots lokalizācijā 1. Paldies tulkotājiem par ieguldījumu.

Tulkot “PressPilot Frontend Editor for Avada&#8221 savā valodā.

Vai jūs interesē attīstība?

Pārlūkojiet kodu, apmeklējiet SVN krātuvi vai abonējiet attīstības žurnālu, ko izveidojis RSS.

Izmaiņu žurnāls

1.0.0

  • Initial release on WordPress.org.
  • Frontend create/edit form with TinyMCE, featured image, categories, tags, status and scheduled date.
  • My Posts listing shortcode with capability-aware visibility.
  • Avada Builder native elements for both shortcodes.
  • Full nonce and capability security on all form submissions.
  • Admin style panel to customise colors and spacing.
  • Spanish (es_ES) translation included.