Notifications
Clear all

[Solved] wpForo API documentation #2

5 Posts
2 Users
-2 Likes
906 Views
Posts: 35
Topic starter
(@tahtu)
Member
Joined: 4 years ago

Do you have a wpForo API documentation right now?

I would like to link from a WP page directly to the user profile inside wpForo and need to generate the link by the user id of WordPress.

4 Replies
Posts: 986
Moderator
(@martin)
Support Team
Joined: 8 years ago

You can create your specific API documentation based on wpForo doc:

 

Forum / Topic Subscription
https://wpforo.com/docs/root/topics-posts/forum-topic-subsciption/

Report a Post
https://wpforo.com/docs/root/topics-posts/report-a-post/

Add New Topic / Question
https://wpforo.com/docs/root/topics-posts/new-topic-question/

Add New Reply, Answer, Comment, Quote
https://wpforo.com/docs/root/topics-posts/new-post-reply-comment-quote/

Edit Topics and Posts
https://wpforo.com/docs/root/topics-posts/edit-topics-posts/

Posts: 35
Topic starter
(@tahtu)
Member
Joined: 4 years ago

I'm sorry, but it seems, I wasn't successful describing, what I'm looking for.

 

I would like to write my own PHP code inside a function.php file of my child theme of WordPress.

There, I would like to generate a link to the profile page inside wpForo. For example to https://wpforo.com/community/profile/tahtu/

1 Reply
Moderator
(@martin)
Joined: 8 years ago

Support Team
Posts: 986

@tahtu,

If you want to generate links for current login users you can use profile links without specific user nickname. For example these:

Posts: 35
Topic starter
(@tahtu)
Member
Joined: 4 years ago

Ok, you still don't have an API documentation. Thank you for this info.