Notifications
Clear all

wpForo 1.x.x [Solved] How to add "Add topic" Button to the forum menu or forum main dashboard

5 Posts
4 Users
2 Reactions
2,789 Views
Posts: 1
Topic starter
(@djdevinse)
New Member
Joined: 5 years ago

How to add "Add topic" Button to the forum menu or forum main dashboard

4 Replies
Sofy
Posts: 4630
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @djdevinse,

wpForo allows you full customize theme and styles, so you can insert the "Add Topic" button in the category page. However, the topic should be created in some of the existed forums, so you'll need more customizations. In this case, after you click on the "Add topic" button, you'll need to find a way to display the list of the forums (users should select the target forum) for the topic.

I'd suggest you check out wpForo Threaded Layout. In this doc, you can find more about the main features of this forum layout:

https://wpforo.com/docs/root/categories-and-forums/forum-layouts/threaded-layout/

Posts: 49
 Joel
(@joel)
Trusted Member
Joined: 8 years ago

We have the same issue.... we got a lot of our users who can't find the Add Topic button because they don't navigate to the actual Forum. (We use the Extended Layour)

We probably get 2 support tickets about it each day.  It would be nice to have an Add Topic button from the Main Threaded Layout and if they click it they have to choose the forum to add it to.

2 Replies
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10579

@joel,

This issue is solved. Can do either:

1. Create a new menu (Custom link) with "Add topic" label and the link will be your forum base URL + /add-topic/ path. Here is an example for our forum: https://wpforo.com/community/add-topic/

2. This URL can be used in links or buttons in the administrator information box at the top of the forum, this info-box can be managed in Dashboard > Forums > Tools > Misc Tab:

Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10579

You can call it using /add-topic/ URL path. Like this: https://wpforo.com/community/add-topic/

You can add preselected forum ID to URL /add-topic/19/

You can use these shortcodes to create separate "Add Topic Page" (wrap with [ and ]):

  • wpforo item="add-topic"
  • wpforo item="add-topic" id="19"
  • wpforo item="add-topic" slug="how-to-and-troubleshooting-2"

This was added one year ago in 1.8.0 version: https://wpforo.com/community/wpforo-announcements/wpforo-1-8-0-is-released/