Notifications
Clear all

wpForo 1.x.x [Closed] How to add default txt below topics

8 Posts
3 Users
0 Likes
694 Views
Posts: 4
Topic starter
(@mrright)
Active Member
Joined: 3 years ago

Hey guys I'm new here 

I just created a forum for my school I needed to add some functionality of my current WordPress theme to the forum cause WordPress doesn't know if the forum topics are post or page

They don't recognise it

 

I want to know if there is any way or code  I can use  add a default txt under the topic ask shown

 

Topic Tags
7 Replies
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

HI @mrright,

How I understand you are talking about signature, Go to Your forum account and add the text in the Signature Field, by doing this every time you write a post, the Signature will be added under your text, You can see my signature as well under this text.(In case you want to say...)

4 Replies
(@mrright)
Joined: 3 years ago

Active Member
Posts: 4

@chris I understand sir

But I want to make a text undr every user topic maybe before the tag so that when they read though the post they get to see that txt b4 the tags

Is there any code I can insert? 

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@mrright,

You want to create a text which will appear after a user creates a topic, which will be only in the first post before the tags, and the text will be the same for all topics. Did I get you right?

(@mrright)
Joined: 3 years ago

Active Member
Posts: 4

@chris yes sir

You got it

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@mrright,

Option N1: Read this doc about theme customization:

https://wpforo.com/docs/root/forum-themes/theme-customization/

You need to customize wpForo theme to get the result you want.

Option N2: You Can Purchase wpForo Ads Manager add-on:

https://gvectors.com/product/wpforo-ad-manager/  

Set the value to 1 for the “Post List – Banner displaying frequency” option. Then use the CSS code below to hide the banner for other replies except first post.

.wpfp-first ~ .wpforo-ad ~ .wpforo-ad{
display: none !important;
}

 

Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

@mrright,

Posted by: @mrright

I just created a forum for my school I needed to add some functionality of my current WordPress theme to the forum cause WordPress doesn't know if the forum topics are post or page

Forum Post and WordPress Post are two different understanding. They are not similar to each other.

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

@mrright,

Check this topic: https://wpforo.com/community/how-to-and-troubleshooting-2/is-there-a-hook-to-add-content-before-comments-area/#post-58766