# |
Post Title |
Result Info |
Date |
User |
Forum |
|
Missing tooltip for 'Reply' and 'Link' buttons
|
20 Relevance |
3 years ago |
fawp |
Bug Reports |
|
... edit, delete) but the tooltip for Reply and Link (post link) is missing.
Link has a default yellow background colour tooltip but it's inconsistent with the other tooltips with black background colour (pic attached illustrates).
I added the missing tootips manually with CSS but it would be good if this was fixed.
Thanks,
fawp
Attachment : missing-tooltips.png |
|
RE: How does wpForo form SEO friendly URLs? Are URLs stored in a db table or made on fly?
|
19 Relevance |
6 years ago |
Sofy |
How-to and Troubleshooting |
|
... can check it for wpforo.com. It's being indexed very well, you can see new topics and posts in Google result after 1-2 hours (use time tool in search result).
More info about wpForo SEO:
Are URLs stored in a db table?
The category, forum, topic slugs are stored in the DB tables.
If two posts have same title, how are the URLs managed?
If you have more then one topic with the same title, it'll concat a -2, -3, etc. at the end of the slug.
For example:
1. missing Font Awesome Icons:
2. missing Font Awesome Icons: |
|
RE: How do I put a subforum inside a page?
|
19 Relevance |
7 years ago |
Sofy |
wpForo Integration |
|
Hi theo,
1) Make sure the "Discussions" admin-box is allowed using "Screen Options" in "Edit Post" admin page:
2) Find the "Discussions" admin-box below and make sure "Allow Comments" option is turned on. |
|
RE: I have a list of questions
|
19 Relevance |
5 months ago |
Sofy |
How-to and Troubleshooting |
|
Hi,
Please check out this documentation:
Additionally, check out this support topic the same question is discussed there:
Can we automatically subscribe people to forum activity summaries? I know we can subscribe people to their own posts by default, but the issue is we expect a very low activity board, and because it's a private board, people won't check it on a regular basis. I would like to be able to notify users periodically if there are new posts they haven't seen - otherwise they will forget to check and miss advertised opportunities. Not spammy instant notifications, just a weekly summary.
Please read my answer here:
Can we turn off member profiles? Or minimise their contents? Private messages would be useful and I can see there is an add-on for it, but I don't like the fact the profile page is full of the user's stats. We want a very subtle and private board, all these stats are unnecessary and even show information we don't want to have shared about people (for example it shows how many blog posts my account has, which is nothing to do with the forum anyway). I don't just mean the navigation item, I know it can be removed from the menu, but you can still click onto a profile through a post and see all this stuff.
Use the permissions shown on the screenshot bellow. This method can be used to hide members for certain usergroups. In that example you can hide members for Guest Usergroup.
Also, you can hide all members of certain usergroup for all users, and remove from the members page using the "Display on Members List" option in edit Usergroup screen.
And the last way, is just removing the Members menu from the forum menu. Forum menu is a simple WordPress menu. Here is the doc:
I know I can amend items on the menu, but how can I change the alignment so the items are aligned to the right? Also, why does the menu disappear when you visit a user profile?
Please provide the URL where we can see the issue.
In the member profile settings I can change the default profile cover image, why is there no option to change the default avatar?
You can choose one of WordPress avatars for users in the Dashboard > Settings > Discussions admin page.
When you turn off topic statistics and overview, it leaves too much white space between the title and the first post.
If you provide us the URL we'll provide the CSS solution for you,
Is it possible to configure separate SMTP information from the rest of WordPress? Our forum emails are being handled by the same email handler that does our marketing contact form and we need separation for the email address and mailbox from name, otherwise it will cause confusion. The email settings "From name" and "From email address" are not currently being respected.
wpForo emails is based on WordPress email sending functions, so you just need to install and configure WP Mail SMTP for your WordPress website. |
|
RE: XML file in translation
|
19 Relevance |
6 years ago |
Sofy |
How-to and Troubleshooting |
|
@pluginnovation
wpForo menu is a regular WordPress menu. In Dashboard > Appearance > menu admin page wpForo creates new navigation menu called “wpForo Navigation (wpForo menu)” and attaches this menu to wpForo menu location. Here you can customize and translate all menus. |
|
RE: How to create new topic
|
19 Relevance |
7 years ago |
Robert |
How-to and Troubleshooting |
|
Posted by: CandyG
Well, I took off the WPforo menu because my main site menu is sticky, so it seemed to duplicate everything. Not sure how to do shortcodes, but I will read what you sent.
You can take it off. I'm talking about the main menu of your website. you can add wpForo menu Items under the Forum menu as subMenus. Just Use Custom link menu type and insert menu Shortcodes in the URL field: menu Shortcodes:
Forum Home: /%wpforo-home%/
Members: /%wpforo-members%/
Recent Posts: /%wpforo-recent%/
My Profile: /%wpforo-profile-home%/
Activity: /%wpforo-profile-activity%/
Account: /%wpforo-profile-account%/
Subscriptions: /%wpforo-profile-subscriptions%/
Register: /%wpforo-register%/
Login: /%wpforo-login%/
Logout: /%wpforo-logout%/ |
|
Adding Items to Profile Menu
|
19 Relevance |
9 years ago |
avatarati |
How-to and Troubleshooting |
|
...
public function init_member_templates(){
$this->wpforo->member_tpls = array(
'account' => wpftpl('profile-account.php'),
'characters' => wpftpl('profile-characters.php'),//ADDED THIS LINE PLUS THE RELEVANT PHP FILE
'activity' => wpftpl('profile-activity.php'),
'subscriptions' => wpftpl('profile-subscriptions.php'),
);
$this->wpforo->member_tpls = apply_filters('wpforo_member_templates_filter', $this->wpforo->member_tpls);
$this->wpforo->member_tpls['profile'] = wpftpl('profile-home.php'); ... |
|
Wordpress site menu appearing on over the top of Forum menu
|
19 Relevance |
9 years ago |
AlexRiehl |
How-to and Troubleshooting |
|
Hi,
I'm having some trouble with the menus in wpforo. The menu from my microsite is overlaying the forum menu. Ideally I would like the forum menu to appear under the microsite menu but if not then just I would like just the forum menu to appear. Does anyone have any ideas how I can fix this bug? I've tried all the options in the settings menu.
Thanks
Alex
Attachment : 26-10-2016-10-49-37.jpg |
|
RE: Questions about simplified layout
|
18 Relevance |
6 years ago |
Alvina |
How-to and Troubleshooting |
|
... click on the like button.. Yes, the guests included in the rating system. The rating system is based on the count of posts.
2、Hamburger button (smartphone) → image 1・How can I remove the menu of members/recent posts/log in?・Please tell me how to change “forum” into “home”.
. Please navigate to Dashboard > Appearance > menu > Edit menus tab in the "Menu structure" section find the menu you want to delete then click on Custom Link and Remove the menu you want.
Attachment : remove_menu_items.png
. Please read this documentation to see ... |
|
How to display a specific Avada menu on top of a specific wpForo Board
|
18 Relevance |
2 years ago |
Anonymous 209190 |
wpForo Integration |
|
Hello, I have wpForo in English and I have created another wpForo board to have another wpForo in Italian on the same website. My Wordpress theme is Avada. On Avada I can create different Layouts, so that I can have a different Avada top menu on different pages or categories. This way I can select on Avada, for example, a different top menu that has to show on top of the wpForo page.
The menu I am talking about is not the one you can configure from wpForo. I am referring to the top menu shared by all webpages in my website, that is managed either by Wordpress or by the Avada theme.
My problem is that I cannot have a different Avada menu on top of the Italian wpForo board, because this board doesn’t have on Wordpress a specific page or category. I have one Wordpress page only referring to wpForo and it contains the English board. I expected that a new Wordpress page was created after I created the Italian board of wpForo, but it wasn’t. Despite having two wpForo boards, the English one and the Italian one, I have only one page of wpForo in my list of pages in Wordpress.
This way I cannot make a specific Avada top menu for the Italian wpForo board because, once I create it, I don't have a specific page for the wpForo Italian board, so I haven’t anything to connect my new Avada top menu to.
Do you know any solution? |
|
RE: Top Menu not clickable on Mobile
|
18 Relevance |
5 years ago |
Tutrix |
How-to and Troubleshooting |
|
@goalkeepersanonymous
ok, now I see one menu item (Members)
and I see the problem, your Mega menu override the css class from wpforo menu
<ul id="wpf-menu" class="menu accesspress_mag_mega_menu">
<ul id="wpf-menu" class="wpf-menu"> |
|
RE: Forum Statistics Bar and Menu Bar
|
18 Relevance |
5 years ago |
Alvina |
How-to and Troubleshooting |
|
Hi @clarkjohnken,
wpForo menu is a regular WordPress menu. You can find it in the Dashboard > Appearance > menu admin page.
Each wpForo menu item has its own specific shortcode-url.
Please follow this doc, here you can find information about the wpForo menu shortcode:
I'm really sorry but there is no shortcode for the statistics. |
|
RE: Issue with menu wpforo on smartphone
|
18 Relevance |
6 years ago |
CrisW |
How-to and Troubleshooting |
|
Hi @maxelio42 - Thanks for the screenshot. Yes I was testing it too, on my forum, it worked on a tablet (the sub-item). I see from your screenshot it's correct now. But on the Mobile Device, now, the menu "sub item" do not appear for your website.
Hmmm .. Yes that might be a Support Team Resolution. I just can't replicate it in my own forum. From what I know, for mobile devices, the Top menu would stack down. The sub-items may or may not appear, depending on how it's coded up, for the Mobile View. Sorry my advice didn't work. We all have different WP themes and plugins that also can come into play, that's why some functionalities behave a certain way. 🙂 Good luck! |
|
Cannot add menu's
|
18 Relevance |
7 years ago |
gsinghk |
How-to and Troubleshooting |
|
Hi there,
I am having real trouble adding menu's to the 'wpforo navigation' menu. I have arranged my menu structure, however only 4 out of the 6 menu's I have created seem to show.
I have tried deleting all menu's and tried to re-create them again but still, the same 4 menu's show and the same 2 menu's don't show.
Please help |
|
RE: why does forum's main menu options disappear ?
|
18 Relevance |
7 years ago |
Robert |
How-to and Troubleshooting |
|
When you change the WordPress theme the attachment of wpForo menu-set to wpForo menu location is removed. New theme comes with new menu locations and it ignores old attachments. You have to navigate the menu admin page, select the wpForo menu and attach it to the wpForo menu location again. |