Notifications
Clear all

WPForo Help

7 Posts
5 Users
1 Reactions
442 Views
Posts: 3
 Red
Topic starter
(@red)
Active Member
Joined: 8 months ago

Trying to make a forums i have my categories and then forums under it but instead of having some of them be able to have topics in them i want it to just be a clickable forum to takes to a redirect and not into the forum to post topics just want the title to be a hyperlink to something else is this possible 

6 Replies
Sofy
Posts: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi,

We don't follow you well. Could you please provide some screenshots to help clarify? Additionally, sharing the URL of your forum to allow us to better understand the question.

Reply
4 Replies
 Red
(@red)
Joined: 8 months ago

Active Member
Posts: 3

Under the top category "Media & Support" i want the discord forum not be a redirect not a forum to post in

@sofyfy https://prnt.sc/hE5IJsUUSGUv

Reply
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1493

Hi @red 

You can insert the link in the description of this forum and remove titles/posts/topics via CSS dislpay: none;

Example (Frequently Asked Questions) Forum ID 5 "see attachment"

#wpforo #wpforo-wrap  .wpfl-1 #wpf-forum-5 .wpforo-forum-title, #wpforo #wpforo-wrap .wpfl-1 #wpf-forum-5 .wpforo-forum-stat-posts,#wpforo #wpforo-wrap .wpfl-1 #wpf-forum-5 .wpforo-forum-stat-topics {display: none}
#wpforo #wpforo-wrap .wpfl-1 #wpf-forum-5 .wpforo-forum-description a {font-size: 16px!important; line-height: 18px!important;}

Additionally remove permissions to post in this forum for all groups

 

Reply
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10591

Hi @red,

I'm sorry but wpForo doesn't have Link Forums. You can only put links in the description as it mentioned @tutrix .

Reply
 Red
(@red)
Joined: 8 months ago

Active Member
Posts: 3

@robert this seems like a very simple feature to add and one that should already be there

Reply
VereK
Posts: 522
(@verek)
Honorable Member
Joined: 7 years ago

Actually trivial to achieve with the Redirection plugin - https://wordpress.org/plugins/redirection/

Reply