AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Closed] Q&A Forum Layout Questions

4 Posts
3 Users
2 Reactions
4,110 Views
Posts: 2
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@kwoodall)
New Member
Joined: 7 years ago
[#8238]

We're interested in your WpForo product but have some specific questions regarding features we need.

In Q/A Forums can voting for best answer be turned off?
In Q/A Forums, can the admin/moderator for the forum set the Best Answer?
Can we modify the templates for the forums, single post/question, and user profile?
Can the Best Answer be stick below the question?


3 Replies
Robert
Posts: 10746
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@robert)
Support Team
Joined: 3 months ago

Hi @kwoodall,

The [Add Topic] button is located in a forum. You should click on some forum title to find it, it's not located on forum home page. Only the Threaded layout comes with home page [Add Topic] button.

 

In Q/A Forums can voting for best answer be turned off?

Yes, just uncheck / disable the "Can vote" permission in Standard forum access settings. The Standard forum access is usually attached to the Registered (simple user) Usergroup for all forums by default.

 

In Q/A Forums, can the admin/moderator for the forum set the Best Answer?

Yes, just use the Answer button:

 

Can we modify the templates for the forums, single post/question, and user profile?

Yes, wpForo allows you modify template in update safe way like other template based plugins. The Q&A layout is the #3 in /wpforo/wpf-themes/classic/ folder. More info in documentation: https://wpforo.com/docs/root/forum-themes/theme-customization/

  1. Extended Layout: /wpforo/wpf-themes/classic/1/
  2. Simplified Layout: /wpforo/wpf-themes/classic/2/
  3. Question and Answer Layout: /wpforo/wpf-themes/classic/3/
  4. Threaded Layout: /wpforo/wpf-themes/classic/4/

 

Can the Best Answer be stick below the question?

We'll add this in our to-do list. Currently the Q&A layout Answers can be sorted by Most Voted, Newest and Oldest. By default the most voted Answer is stick under the question. The ordering options are available in drowpdown:


Posts: 2
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@kwoodall)
New Member
Joined: 7 years ago

How do I make it not show the voting arrows when I've turned off voting?


Sofy
Posts: 5775
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 years ago

Hi @kwoodall

You can use this CSS code. Add it in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea, save it, delete all caches, and check it (press CTRL+F5). 

.wpforo-post-voting {
display: none;
}

Share: