MyBB Community Forums

Full Version: Required in a Post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone

Is it possible to make prefixes and Post icons as required for a new Post?

Cheers
(2019-07-01, 10:23 AM)theliadir Wrote: [ -> ]Hello everyone

Is it possible to make prefixes and Post icons as required for a new Post?

Cheers

Open up your AdminCP → Forums & Posts → Select the forum from the listing.

Then... follow this screenshot.


[Image: 8078dca443fa42802ac3d161b23c18ab.png]
It's possible for the prefix: Home » Forum Management » Edit Forum » Edit Forums Settings, and check the last option: Yes, require a thread prefix for all threads.
This option doesnt actually exists for post icon.
It seems as the changes didn't apply.

Can I change this settings also in a "root" Categroy and all sub-categories and all sub-forums take over the changes?
Or can I apply this only to forums?
Yes, you must apply this only to forums. Applying to a category won't apply to its child (sub)forums
If you want to force a post icon, feel free to edit the value of the following "no icon"-input:

<input type="radio" class="radio" name="icon" value="-1" checked="checked" />{NO ICON TEXT}</label>

This is the standard input selected.
Just replace the value "-1" by "17" for a lightbulb icon. You can choose any existing icon ID.
So whenever a user does not select a specific icon, 'no icon' is set to lightbulb.

[ExiTuS]
(2019-07-01, 10:40 PM)[ExiTuS] Wrote: [ -> ]If you want to force a post icon, feel free to edit the value of the following "no icon"-input:

<input type="radio" class="radio" name="icon" value="-1" checked="checked" />{NO ICON TEXT}</label>

This is the standard input selected.
Just replace the value "-1" by "17" for a lightbulb icon. You can choose any existing icon ID.
So whenever a user does not select a specific icon, 'no icon' is set to lightbulb.

[ExiTuS]

Which Template?

Got it:

Post Icon Templates -> posticons