How to receive a user's post
-
- Posts: 30
- Joined: Sun Feb 25, 2024 4:46 pm
How to receive a user's post
Please after a user have posted something how do I receive it (display it for other users) please please help me out
-
- Posts: 30
- Joined: Sun Feb 25, 2024 4:46 pm
Re: How to receive a user's post
@Vikkas you are really a helpful person
I created a post creator (not this your code ) then after entering the post in the <textarea> and press submit it says: forum not found, is it that I will first create a forum?
If it is so please I need a forum creator code please
I created a post creator (not this your code ) then after entering the post in the <textarea> and press submit it says: forum not found, is it that I will first create a forum?
If it is so please I need a forum creator code please
-
- Posts: 30
- Joined: Sun Feb 25, 2024 4:46 pm
-
- Posts: 30
- Joined: Sun Feb 25, 2024 4:46 pm
Re: How to receive a user's post
Ok @Vikkas it works but I have to first go and publish the post by my self
Can you make it publish by it self?
Can you make it publish by it self?
Re: How to receive a user's post
bro remove status on post lister
post lister add new config
Code: Select all
<status>published</status>
post lister add new config
Code: Select all
<forumid>15512</forumid>
<limit>1</limit>
<order>new</order>
<page>{{GET(page)}}</page>
<url>?page=</url>
-
- Posts: 30
- Joined: Sun Feb 25, 2024 4:46 pm
Re: How to receive a user's post
Please bro maybe I have asked a lot of questionsvikkas wrote: ↑Mon Mar 04, 2024 12:14 am bro remove status on post listerCode: Select all
<status>published</status>
post lister add new configCode: Select all
<forumid>15512</forumid> <limit>1</limit> <order>new</order> <page>{{GET(page)}}</page> <url>?page=</url>
Please I am creating something and I want to add like button and also profile photos of users
Can I add : *Post listener
*User listener
In one file?