Modifying create/edit post form -> which file?

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
mpaw
Registered User
Posts: 141
Joined: Mon Sep 16, 2019 1:09 pm

Modifying create/edit post form -> which file?

Post by mpaw »

Hi.

I'd like to add some extra features to create/edit post form (over the smilies list). I've tryied to find the file, in which it is stored, but without success. Could you help me? Which file should I modify and where, to add some code over the smilies list? (some buttons with links, exackly like smilies are working)

Thank you for support
Mike.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: Modifying create/edit post form -> which file?

Post by Lumpy Burgertushie »

yourstyle/template/posting_editor.html
use only a real text editor like notepad++ or editpad lite
not word, not dreamweaver etc.

find: <!-- EVENT posting_editor_smilies_before -->

add whatever html/css you wish after that line.
be sure to start with a <br />


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
mpaw
Registered User
Posts: 141
Joined: Mon Sep 16, 2019 1:09 pm

Re: Modifying create/edit post form -> which file?

Post by mpaw »

Thanks!

I added what I've wanted. Great.

Thank you again.

Return to “[3.2.x] Styles Support & Discussion”