#1 WordPress forum plugin created by gVectors Team

wpForo – WordPress Forum Plugin
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Documentation

Forum

Home | Forum

wpDiscuz - WordPress Comment Plugin
  • Forums
  • Members
  • Recent Posts
Forums
wpForo Community
wpForo Announcement...
wpForo 1.7.3 and 1....
 
Share:
Notifications
Clear all

[Closed] wpForo 1.7.3 and 1.7.4 are released!  

    Last Post
  RSS
Robert
 Robert
(@robert)
Support Team Admin

We released bug-fix 1.7.3, then 1.7.4 version. Some important bugs are fixed.

 

Important update notes

  • 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 issues please purge it.

 

Fixed Bugs in 1.7.3

  • Updated: Login button on Register page
  • Updated: Human readable Views and Post numbers on Threaded Layout topics list
  • Updated: Lighter and smaller threaded layout editor for replies
  • Updated: Italian Translation Update (it_IT), many thanks to Simone Ginosa
  • Fixed Bug: Missing [Clear All] notification button style on non forum pages
  • Fixed Bug: Problem with [Clear All] notification button on My Profile widget
  • Fixed Bug: Don't synch usergroups with roles if the option is disabled
  • Fixed Bug: Prevent wrong synchronization for admins if there is no rule for them
  • Fixed Bug: Keeps jumping to incorrect topic after splitting posts from a topic
  • Fixed Bug: WordPress login page URL in user registration form started from 5.4
  • Fixed Bug: Lots of small bugs in the core and CSS issues
  • Fixed Bug: New hook to stop conflicts with Page builder plugins, such as Flatsome theme page builder. In this case you should enable the hook with this code: add_filter('on_wpforo_load_remove_the_content_all_filters', '__return_true');

 

Fixed Bugs in 1.7.4

  • Fixed Bug: Issue with user registration email formatting
  • Fixed Bug: Prevent 3rd party affection of user registration email type
  • Fixed Bug: Admin front-end control panel dark style
  • Fixed Bug: Required fields validation issue in topic editor for quests
  • Fixed Bug: Prevent executing 3rd party heavy SQLs through WP hooks in wpForo
  • Fixed Bug: Only display active users in forum members page
  • Fixed Bug: Only count active users in forum statistic
  • New Hook: If you want to remove the "only active users" restriction for members list and members count in statistic you should use the new hook with this parameter: add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); });
  • once you put this hook in your active WordPress theme functions.php, you should navigate to Dashboard > Forums > Dashboard and click the [Delete All Caches] button. If you have a WordPress child theme, you should only put this code in the child theme functions.php file.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Topic starter Posted : April 21, 2020 8:49 pm
Percysgrowroom, spider, fastertomaster and 1 people liked
Topic Tags
wpforo 1.7.3 wpforo 1.7.4 Flatsome
netvilox
 netvilox
(@netvilox)
Trusted Member
Posted by: @robert

Updated: Lighter and smaller threaded layout editor for replies

I love this, thanks to the WP foro team. 

I love WPforo and the wpf team😁

Posted : April 22, 2020 9:22 am
Percysgrowroom and Robert liked
Mondesensuel
 Mondesensuel
(@mondesensuel)
Trusted Member

 

  • New Hook: If you want to remove the "only active users" restriction for members list and members count in statistic you should use the new hook with this parameter: add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); });

Hi, Where I need to put this ? add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); });

Posted : April 24, 2020 7:34 am
Percysgrowroom liked
CrisW
 CrisW
(@crisw)
Reputable Member
Posted by: @robert

Updated: Lighter and smaller threaded layout editor for replies

I just updated!  Yay!  And I love this new look of the threaded layout editor for replies, too!  

Thank you Robert, Sofy, Alvina, Martin, Blackraz, and the entire wpForo Team!  You all are rockstars!  

🤩  🤩  🤩  🤩  🤩  ! 

Spoiler
Still a suggestion
  Add a donate button at the sidebar of your forum.  🙂 Allow us, your forum users, the admins of our own forums, thanks to you guys, please allow us to buy you coffee or pizza!  🙂 Stay safe 😷 and healthy and God bless you all!   

I'm just a member here who used to be a newbie.

The case: When I actually put my keyboard where my forum is, and became #172. Can you imagine if you had to build this forum yourself? How kind and patient will you be? The best way to say thank you is say it, write it, and then head on over at Wordpress plugin page and rate wpForo 5 stars - by clicking here.

Posted : April 24, 2020 7:40 am
Percysgrowroom and Robert liked
Robert
 Robert
(@robert)
Support Team Admin
Posted by: @mondesensuel

 

  • New Hook: If you want to remove the "only active users" restriction for members list and members count in statistic you should use the new hook with this parameter: add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); });

Hi, Where I need to put this ? add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); });

Hi @mondesensuel,

I just updated the code, you should put that code in your active WordPress theme functions.php, then navigate to Dashboard > Forums > Dashboard and click the [Delete All Caches] button. If you have a WordPress child theme, you should only put this code in the child theme functions.php file.

Here is an alternative way to easily add this code: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Topic starter Posted : April 24, 2020 8:19 am
Percysgrowroom liked
Percysgrowroom
 Percysgrowroom
(@percysgrowroom)
Reputable Member

How can we remove the code so it can display as it was? 

I thought we ha da choice of which one to show and mine has changed already lol. 

Do I just remove the code above from my Function php?

https://percysgrowroom.com/forum/

Any suggestions welcome, and happy to offer advice too 🙂

Posted : April 24, 2020 10:20 am
Robert
 Robert
(@robert)
Support Team Admin
Posted by: @percysgrowroom

How can we remove the code so it can display as it was? 

I thought we ha da choice of which one to show and mine has changed already lol. 

Do I just remove the code above from my Function php?

What code do you mean? if you want to display all users (active and inactive) on your members page you just need to put this function in your active WordPress theme functions.php file, then delete wpForo cache. It's already described above:

add_filter('wpforo_display_members_status', function ( $status ){ return array('active', 'inactive', 'banned'); });

 

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Topic starter Posted : April 24, 2020 10:24 am
  All forum topics
  Previous Topic
Next Topic  
Topic Tags:  wpforo 1.7.3 (1), wpforo 1.7.4 (1), Flatsome (1),

Forum Search

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages  wpforo-advanced-attachments-128x128  wpforo-embeds-128x128 wpForo User Custom Fields addon  wpForo – Blog Cross Posting addon  wpForo Ads Manager
View all Addons »

Recent Topics

  • Layout width

    By Read, 1 hour ago

  • How to display "replied" only to owner and admin, not display to other

    By babyoung, 6 hours ago

  • Editing/Deleting Replies

    By dlingbloom, 12 hours ago

  • Forum not responsive on phone

    By augmentum, 17 hours ago

  • Usergroups - confused

    By danniee, 18 hours ago

  • 2 feature requests - CAD file attachment and multi-photo embed support

    By RogueFab, 18 hours ago

Topic Tags

  • new features43
  • seo39
  • translation36
  • plugin conflict35
  • forum34
  • login32
  • buddypress31
  • threaded layout30
  • registration29
  • moderation28
  • ultimate member28
  • editor25
  • avatar24
  • shortcode24
  • tags22
  • css22
  • menu21
  • migration20
  • url20
  • profile20
View all tags (1479)

Recent Posts

  • RE: [resetpassword & lostpassword pages] Title and Confirm button text

    The problem however is mainly in the page resetpassword...

    By webwpforo, 10 mins ago

  • RE: Usergroups - confused

    Ok, thank you for clarifying that. Since the plugins ar...

    By danniee, 25 mins ago

  • RE: Translation

    @pyue6299, Please navigate to Dashboard > Forums &...

    By Sofy, 37 mins ago

  • RE: Layout width

    @read, Please leave your forum URL.

    By Sofy, 1 hour ago

  • RE: Smileys on the forum

    @oksana, The problem may come from file writing permi...

    By Sofy, 1 hour ago

  • RE: Forum not responsive on phone

    @augmentum, Please leave some example URL to allow us...

    By Sofy, 1 hour ago

  • RE: My wpforo looks tiny width

    @read, Please open your own support topic and leave y...

    By Sofy, 1 hour ago

Share:
  Forum Statistics
20 Forums
7,820 Topics
39.2 K Posts
6 Online
15 K Members

Latest Post: [resetpassword & lostpassword pages] Title and Confirm button text Our newest member: tcyndiesnake Recent Posts Unread Posts Tags

Forum Icons: Forum contains no unread posts Forum contains unread posts

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo | Copyright © 2016-2021 gVectors Team
Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Documentation