Hi there
How can Admin set up a default signature to all posts please?
Thanks.
Hi @mplusplus,
I'm really sorry but we don't follow you well, please try to explain in other words or by using some screenshots.
Hi there
Sure. I mean - I am the admin and I want certain text be appended to all posts. So when a user posts a message, at the bottom of that that specific text will be appended.
E.g.
-------- User posts ---
Hello,
Does someone know how to start a forum on WordPress?
Thanks.
------ Admin's automatically appended message ---
Check out our store to buy new gear.
-----------------
Thanks.
Hi @mplusplus
try this
add to custom css
"before" user Signature
.wpforo-post-meta:before {
content:"Your Admin Signature";
background: #fff;
padding: 5px 10px;
width: 100%;
display:block;
}
or
"after" user Signature
.wpforo-post-meta:after {
content:"Your Admin Signature";
background: #fff;
padding: 5px 10px;
width: 100%;
display:block;
}
replace "Your Admin Signatur" with your Text
Hi @mplusplus,
I'm sorry but there is no way to do that.
However, the wpForo allows you to customize the files as you need, you just need to find the file where displays the post content and manually add the information you want to display.
Please follow this instruction to customize the wpForo files:
https://wpforo.com/docs/root/forum-themes/theme-customization/
Also, I will suggest you check out the wpForo Ads Manager add-on. It might be very useful in such cases. The add-on allows you to add adverting banners between forums, topics, and posts. You can choose particular forums for certain advertising banner and manage the duration of advertising using start/end date options. More info here: https://gvectors.com/product/wpforo-ad-manager/