# |
Post Title |
Result Info |
Date |
User |
Forum |
|
RE: Adding certain wpForo fields onto BuddyPress
|
26 Relevance |
2 years ago |
fawp |
General Discussions |
|
@chris, thanks but
Stricly speaking, this is incorrect. wpForo handles nicename/nickname and display names differently than how WordPress does:
if you change nicename/nickname with WordPress' native Edit Profile option (not wpForo's), this change is not synchronized to wpForo, but if you change it in wpForo, it is synchronized back to WordPress. I tested this with wpForo v. 2.1.6 and there's a screenshot of what I mean attached.
wpForo treats nickname as unique. I cannot have two users in wpForo whose nickname is '@frank' ('This nickname is already in use'). But if I use WordPress native Edit Profile option, I can have multiple users with the same nickname (again, tested in WordPress)
About Display Name, WordPress uses First and Last name and then combines them to give you a few options as a dropdown on how you want your name shown. wpForo uses a simple (and better in my opinion) approach of a simple box. You just decide how your name should be shown.
So, I would understand using directly those WordPress fields if they behaved exactly like they do in wpForo but, as things stand today, they don't.
I also understand that there may be issues in nickname synchronization from WordPress to wpForo if the WordPress interface is used and two users end up with the same nickname. After all, you cannot have two wpForo users with the same handle, and you cannot force WordPress to have the same behaviour as wpForo.
But this still leaves us with the problem that WordPress and wpForo handle those fields in a different way.
Attachment : wpForo-WordPress-handling-of-nickname.png |
|
RE: Only have one password field
|
25 Relevance |
5 years ago |
Robert |
How-to and Troubleshooting |
|
@lunell,
This problem is already fixed. We'll release the update very soon with the next wpForo 1.7.1 version. In the meantime you can fix this issue by removing the password field from registration form in Dashboard > Forums > Member fields > Register form tab. Just drug the password field and drop in the "Inactive fields" section below. Once the password field is removed and fields are saved you'll see the two password fields on registration form. This is a bit paradoxical but it should work until we release the update.
|
|
RE: Secondary Usergroup customization
|
25 Relevance |
2 years ago |
BlackRaz |
How-to and Troubleshooting |
|
... you need to install our "wpForo User Custom fields" plugin. Through the provided dashboard, you can manage all user fields, including Adding the usergroup field to the registration form.
The Usergroup field by default uses a dropdown menu.
For displaying all groups alphabetically, custom scripting is required. If you need assistance with this, you can request help from our Pro Support Team. |
|
RE: Since using RegistrationMagic the Biographical Info of new WP-Users is not transfered into "About me" of the wpForo-Profile
|
25 Relevance |
5 years ago |
Alvina |
wpForo Integration |
|
Hi @bvsc,The "User registration" plugin saves "Biographical info" data in the Wordpress corresponding fields, so the wpForo make synchronization, and in the "About me" the date is visible. It seems that the "RegistrationMagic" plugin doesn't save the date in the Wordpress corresponding fields, thus the "About me" field is not visible.However, we don't recommend to use the plugin for registration. The wpForo has your own the registration form.Also, we may suggest you check out the wpForo – User Custom fields add-on to customize the tegistration form as you like. |
|
RE: Forum and Topic Social Share buttons
|
25 Relevance |
6 years ago |
Sofy |
General Discussions |
|
This will be taken into consideration for future updates.
Currently, I suggest you check the "wpForo Users Custom fields" addon created by gVectors team. It allows customizing User Account fields, Profile fields, registration fields, and Member Search fields based on your created custom user fields:
More info here: |
|
RE: Change, edit, delete things in "profile --> account" form..., its possible?
|
25 Relevance |
4 years ago |
Jesus |
How-to and Troubleshooting |
|
Thanks Robert
I have this code: in the active child theme of my website in functions.php
*I have now, from yesterday. a code snipet. Should I perhaps delete the code and Adding it using the code snipet? But this should not make any differences, correct?
<?php
function my_et_enqueue_styles() {wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );wp_enqueue_script( 'divi', get_stylesheet_directory_uri() . '/js/scripts.js', array( 'jquery', 'divi-custom-script' ), '0.1.1', true );}add_action( 'wp_enqueue_scripts', 'my_et_enqueue ... |
|
RE: Customizing user reg and notification emails
|
25 Relevance |
8 years ago |
mamamia |
How-to and Troubleshooting |
|
And after discussing with them further, they suggested:
Additional thoughts: In this case, the real issue seems to be that the wpForo form ignores the fact that other plugins may need to hook into the registration form. They could format their CSS in such a way that any extra fields would look the same as the default fields. I would recommend that they adjust their form CSS to make sure that if another plugin hooks into the registration form, their would not be any issues. You also can manually add CSS to format the fields if you like. |
|
wpForo 1.8.0 / 1.8.1 is released!
|
25 Relevance |
5 years ago |
Robert |
wpForo Announcements |
|
We just released wpForo 1.8.0 middle version, then bug-fix 1.8.1 version!
Important update notes
wpForo 1.8.x versions are not compatible with old versions of addons. Please update addons right after the wpForo update and delete all caches. The wpForo Polls addon cannot even be activated with wpForo 1.8.x. In case you your license key is expired and you cannot update addons, we recommend do not update wpForo or just renew your addons license keys.
The modifications were made in index.php, search.php and some profile template files. If you have the old customized copies of mentioned template files in your WP theme /wpforo/ folder please update them.
Some JS and CSS files are changed, please refresh (press Ctrl+F5) on forum front-end twice to reset browser cache, otherwise you'll see crashed design.
If you have a Cache or Minifier/Optimizer plugins please delete all caches after wpForo update.
If you use CDN and found some issue please purge it.
Forum template files are modified. The modifications were made in search and some profile template files.
Main Changes
1. topic and post editors are updated
We've re-developed topic and post editors to make those dynamic. This allowed us to create new addon "wpForo topic Custom Field". This addon allows you to create custom fields and manage topic forms layout. So you can use your forum as in other way, such as classified listing or business directory.
wpForo topics Custom fields addon:
2. Smooth post editing in the same place (there is no more scrolling down)
3. Calling to Login or Register in topics for guests
4. URL, shortcode and separate page to open Add New topic form
You can call it using /add-topic/ URL path. Like this:
You can add preselected forum ID to URL /add-topic/19/
You can use these shortcodes to create separate "Add topic Page" (wrap with [ at the biginning and ] at the end):
wpforo item="add-topic"
wpforo item="add-topic" id="19"
wpforo item="add-topic" slug="how-to-and-troubleshooting-2"
5. We've added options in user profile page to quickly edit and delete them in dashboard:
Changelog:
1.8.1 version
Fixed Bug: topic and Post editor title issue
Fixed Bug: Missing titles in Recent Posts widget
Fixed Bug: Cannot update wpForo Polls addon
Fixed Bug: Forum is crashed if you use “Turn WordPress to wpForo” option
---
1.8.0 version
Added: The core is improved and adopted for page builders
Added: You can use wpForo shortcodes in Elementor plugin
Added: Now you can add forum in custom post types and in child pages
Added: Robust CSS style, preventing design conflicts (e.g. with Divi theme)
Added: WordPress default First and Last Names added in User fields addon
Added: Edit and Delete user in Dashboard button in forum profile page
Added: Please Login or Register message in topic pages for guests
Added: Add new topic using a URL and opening in separate page
Added: Add topic URL: site.com/community/add-topic/
Added: Add topic with preselected forumid: site.com/community/add-topic/5/
Added: Add topic shortcode:
Added: Add topic shortcode for forumid=5:
Added: Add topic page access based on Usergroup permissions
Added: New permission "Can access to add topic page" in Usergroups
Fixed Bug: Reset password URL opens 404 page on multi-site installation
Fixed Bug: Problem with WhatsApp share button
Fixed Bug: SEO issues, "noindex" meta tag
Fixed Bug: User nickname validation issues
Fixed Bug: Another attempt to make compatible with Rank Math SEO
Fixed Bug: Editor smile button problem in Threaded Layout
Fixed Bug: Many small bugs are fixed as well
New Addon: wpForo topic Custom fields |
|
How to add more fields in the wpForo form for adding a new topic?
|
24 Relevance |
6 years ago |
mplusplus |
How-to and Troubleshooting |
|
Hi there
How to add more fields in the wpForo form for Adding a new topic?E.g. when users post a new topic I want them to select a value from a drop-down.
Thanks. |
|
RE: Can I invite members to usergroups?
|
24 Relevance |
5 years ago |
Robert |
How-to and Troubleshooting |
|
@veramilo,
Let try using Secondary Usergroups.
1. Edit the two new usergroups and check/enable the option "Can be used as Secondary".
2. Then buy wpForo User Custom fields addon, add new field in the registration form "Choose your Community" [secondary usergroups dropdown]. So the user could select one from those two usergroups and automatically get according secondary usergroup on registration. The secondary usergroup will let them access to according forum. Here is an example of the addon usage on registration form:
|
|
RE: WP registration and wpForo
|
24 Relevance |
8 years ago |
Robert |
How-to and Troubleshooting |
|
Are you sure that the default registration form of WordPress?
This is already built-in function. wpForo detects user registration and synchronize it even with default WordPress registration form. You can try it here:
Make sure you enter correct email address, you should confirm it to complete registration.
There is another solution, you just need to enable this option to only use wpForo registration page: |
|
RE: How do I fight spam on WPForo
|
24 Relevance |
6 years ago |
Robert |
General Discussions |
|
@ikeduru4,
This is a problem of all websites, this is not wpForo problem. You should care about your website protection with special solutions.
First is provided by wpForo, it's the Google reCAPTCHA. Have you configured it in Dashboard > Forums > tools > Antispam admin page? Do you see the reCAPTCHA on your registration form? Have you enabled it for all registration forms?
Second is the Akismet. wpForo is well integrated with WordPress #1 antispam protection system. Please activate it too, there is even free activation for this plugin.
Third, make sure you don't have other unprotected registration form from other plugins. Some profile, eCommerce, membership and other plugins come with own registration form. Make sure those are disabled or protected.
And yes, use Antispam plugins, there are tons of them, however after installation, logout and do some test registration, make sure they don't conflict with wpForo and user registration works good, test all from registration > email confirmation to login... |
|
RE: Tagging with username in forum is not giving notification at bell icon
|
24 Relevance |
4 years ago |
Anotheruser |
How-to and Troubleshooting |
|
I have all below settings ON , but still i am not getting any notification for tagged user.
wpForo Activity Setting
Display "topic created" activity setting
Enable notification on new topic created
Display "reply created" activity setting
Enable notification on new reply created |
|
RE: Micro-tuto how to make the SOCIAL NETWORKS section disappear from the member profile
|
24 Relevance |
4 months ago |
Sofy |
How-to and Troubleshooting |
|
Hi,
Alternative solution.
You can use the "wpForo – User Custom fields" addon. The wpForo User Custom fields addon has all the necessary functions and features for creating a powerful online community and membership site. You can create custom registration form with custom fields, add custom fields in User Profile system and in Members Search form
For more information, please visit: |