#1 WordPress forum plugin created by gVectors Team

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

Forum

Home | Forum

wpDiscuz - WordPress Comment Plugin
  • Forums
  • Members
  • Recent Posts
Forums
wpForo Community
wpForo Announcement...
wpForo 1.9.0 is rel...
 
Share:
Share
Tweet
Share
Notifications
Clear all

[Closed] wpForo 1.9.0 is released!

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

We've just released wpForo 1.9.0 middle version!

Mostly this version includes major changes in core architecture for PHP 8 support and dozens of bug fixes.

 

Important update notes

  • If you have custom code for UM integration in your active theme functions.php file, please remove it before the update. Here is an example of such a custom code: https://wpforo.com/community/postid/16663/
  • After the update, please delete all caches.
  • Go to forum front page and refresh (press Ctrl+F5) twice to reset browser cache.
  • If you have Minifier/Optimizer plugins please delete all caches after wpForo update.
  • If you use CDN and found some issue please purge it.

 

Main Changes

 

PHP 8 Support

PHP 8 introduces two JIT compilation engines. Tracing JIT, the most promising of the two, shows about 3 times better performance on synthetic benchmarks and 1.5–2 times improvement on some specific long-running applications. Typical application performance is on par with PHP 7.4.

 

Label - Topic Starter

Now you can recognize the topic starter/author in long threads by a small label with feather icon.

 

PHPSESSION is removed from wpForo

This caused many conflicts with hosting cache systems and plugins.

 

Many new features are added:

  • Added: Label "Topic Starter" next to the post author username
  • Added: Rich editor for Signature field
  • Added: New button in dashboard [Clean Up] to clean orphaned data
  • Added: Hook to disable forum filter for related topics by tags
  • Added: Use strict rules to find related topics by tags (full match)
  • Added: Nofollow attributes to anchor links
  • Added: Option and hook to manage forum and sub-forums on threaded layout
  • Added: Don't suggest selecting of forums if there is only one
  • Added: Option to show/hide top admin bar for regular users
  • Added: Filter hook to FB Login privacy information
  • Added: Tinymce content_css for emoji image size
  • Added: Enable merge/move with topic short URLs as well
  • Added: Limit suggested tags and filter hook to change this limit

 

Lots of bugs are fixed:

  • Fixed Bug: Buddypress notifications are not marked as read
  • Fixed Bug: Forum sitemap issue with WordPress 5.5/5.6
  • Fixed Bug: Post editor is visible in closed topics for admins/mods
  • Fixed Bug: Rank Math SEO conflict
  • Fixed Bug: RSS link issues, infinity duplications
  • Fixed Bug: SEO issue, moved topic URL still available
  • Fixed Bug: Time zone date time counting issue
  • Fixed Bug: Recent posts widget ignores forum accesses
  • Fixed Bug: Wrong user being notified of being mentioned in the forum
  • Fixed Bug: Search problem with unicode content
  • Fixed Bug: Problem with HTML code when you edit a post
  • Fixed Bug: Doesn't show some code or quote (when trying to edit)
  • Fixed Bug: Missing unapproved posts on Recent Posts page (filter)
  • Fixed Bug: Last reply links on threaded layout doesn't show up for guests
  • Fixed Bug: Can create topic in the category
  • Fixed Bug: Two PHP notices when move/split posts
  • Fixed Bug: Profile URL is not changed to UM profile page for current user only
  • Fixed Bug: Problem with current user profile URL when BuddyPress is enabled
  • Fixed Bug: Latest Post in the Forum Statistics is showing restricted topics
  • Fixed Bug: Extra "Body" tooltip on editor toolbar buttons
  • Fixed Bug: Remove share buttons from password reset page (avoid vulnerability)
  • Fixed Bug: Issue with rich editor full screen toolbar buttons
  • Fixed Bug: Deprecated keyboard event properties and Mac support
  • Fixed Bug: Numeric username issues in registration and account data update

 

Update: We've just released 1.9.1 version.

  • Adapted: Avoid database error if the InnoDB table engine is disabled in the hosting server.

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 : December 10, 2020 9:49 pm
99ibrahim99, fawp, Volunteer and 2 people liked
Topic Tags
wpForo 1.9.0 php 8 topic author label topic starter indicator session start
Macky
 Macky
(@percysgrowroom)
Prominent Member

Really looking forward to getting the update installed! But I am just waiting to make sure everything is OK first 🙂

Has any one experienced any major errors updating the new wordpress and wpforo? 

Check out my Wpforo forum, lots of customisations and add ons 🙂
Percys Grow Room

Posted : December 11, 2020 1:13 pm
Sofy liked
VereK
 VereK
(@verek)
Reputable Member

@percysgrowroom

Zero issues so far.

Posted : December 11, 2020 2:28 pm
Macky liked
Macky
 Macky
(@percysgrowroom)
Prominent Member

@verek thanks bro!

Check out my Wpforo forum, lots of customisations and add ons 🙂
Percys Grow Room

Posted : December 11, 2020 2:47 pm
adisaputro
 adisaputro
(@adisaputro)
Trusted Member

In this version there are any changes to speed improvement?

Posted : December 11, 2020 5:45 pm
Macky liked
Robert
 Robert
(@robert)
Support Team Admin
Posted by: @adisaputro

In this version there are any changes to speed improvement?

We have made wpForo compatible with PHP 8. If your hosting PHP version is 8 then the forum will be minimum 2-3 times faster. Make sure you use WordPress 5.6, because the older versions of WordPress don't support PHP 8. Also, other plugins may also be incompatible with PHP 8.

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 : December 11, 2020 7:27 pm
Macky liked
Wendell
 Wendell
(@wendell)
Estimable Member

Note that WP 5.6 is only "beta compatibility" with PHP8, meaning that it's minimally compatible. The WP team themselves have said that means it "should" work with a default theme and no plugins. IMHO it's WAY to early to do anything like that with a production website.

That said, I've NOT upgraded to WP 5.6 but I have upgraded to wpForo to 1.9 and it's working great. 🙂

Posted : December 12, 2020 3:41 am
fawp and Robert liked
VereK
 VereK
(@verek)
Reputable Member

Agree with @wendell. It will be a good while before WP + PHP8 is ready for prime time.

Posted : December 12, 2020 5:14 am
VereK
 VereK
(@verek)
Reputable Member
Posted by: @robert

Fixed Bug: Numeric username issues in registration and account data update

Does this fix prevent username with all numbers and number prefixes?

Posted : December 12, 2020 6:07 am
cmw14
 cmw14
(@cmw14)
Trusted Member
Posted by: @wendell

Note that WP 5.6 is only "beta compatibility" with PHP8, meaning that it's minimally compatible. The WP team themselves have said that means it "should" work with a default theme and no plugins. IMHO it's WAY to early to do anything like that with a production website.

Agreed, my site is on WP 5.6 and WP-Foro 1.9 and out of curiosity I tried my site on PHP 8. I reverted PHP back straight away. Although the site partially worked (the forum appeared fine) it was throwing up errors all over the place. 

Posted : December 12, 2020 8:34 am
Robert and fawp liked
Timo
 Timo
(@timo)
Active Member

Is there a setting to enable the 'Topic starter' indication? I don't see it in my forum.

Posted : December 15, 2020 10:58 am
Robert
 Robert
(@robert)
Support Team Admin
Posted by: @timo

Is there a setting to enable the 'Topic starter' indication? I don't see it in my forum.

It's enabled automatically. And it's located in different places based on the forum layout.  What forum layout you use? Please see the four different locations in the different forum layouts below:

 

If you've copied wpForo template files and customized them in the active WordPress theme folder, you'll not see the new Topic Starter labels. Because you're using an old forum template files.

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 : December 16, 2020 4:20 am
  All forum topics
  Previous Topic
Next Topic  
Topic Tags:  wpForo 1.9.0 (1), php 8 (2), topic author label (1), topic starter indicator (3), session start (2),

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 wpForo – WooCommerce Memberships Integration wpForo Emoticons wpForo – Tenor GIFs Integration
View all Addons »

Recent Topics

  • Forum page

    By Charlespresh, 15 hours ago

  • How can I make notification bell appear site wide?

    By marios, 20 hours ago

  • wpForo not working correctly with Silk browser on Fire 7 Tablet

    By starman71, 1 day ago

  • Style Guests see "Add Topic" button - even if settings are right

    By DanielOfAnu, 1 day ago

  • Forums link on main page leads to 404, is not updated

    By Redglyph, 2 days ago

  • Creating the forum structure

    By Redglyph, 2 days ago

Topic Tags

  • <DIV style="FONT-85
  • translation49
  • css49
  • plugin conflict48
  • seo45
  • new features43
  • buddypress42
  • ultimate member40
  • avatar40
  • forum40
  • moderation38
  • login38
  • registration36
  • threaded layout35
  • cache33
  • editor32
  • menu32
  • shortcode30
  • spam29
  • phrases28
View all tags (2354)

Recent Posts

  • 购买澳洲VU本科硕士毕业证↗Q微3225997026↖维多利亚大学毕业证,Australia:VU成绩单↓VU文凭认证留信认证求职,评职称,认证学历为工作助力 Victoria University Melbourne Australia

    ☞VU毕业证制作【Q微信3225997026】《维多利亚大学毕业证》,VU毕业证购买,VU学位证,维多利亚大学...

    By pbl7886110bu, 9 seconds ago

  • 购买澳洲DKU本科硕士毕业证↗Q微3225997026↖迪肯大学毕业证↓在线修改DKU成绩单↓DKU文凭认证留信认证求职,评职称,认证学历为工作助力 Deakin University

    ☞DKU毕业证制作【Q微信3225997026】《迪肯大学毕业证》,DKU毕业证购买,DKU学位证,迪肯大学学...

    By pbl7886110bu, 25 seconds ago

  • 购买澳洲RMIT本科硕士毕业证↗Q微3225997026↖墨尔本皇家理工大学毕业证↓在线修改RMIT成绩单↓RMIT文凭认证留信认证求职,评职称,认证学历为工作助力 RMIT Uniersity

    ☞RMIT毕业证制作【Q微信3225997026】《墨尔本皇家理工大学毕业证》,RMIT毕业证购买,RMIT学...

    By pbl7886110bu, 41 seconds ago

  • 购买澳洲WSU本科硕士毕业证↗Q微3225997026↖西悉尼大学毕业证↓在线修改UWS成绩单↓UWS文凭认证留信认证求职,评职称,认证学历为工作助力 Western Sydney University

    ☞USYD毕业证制作【Q微信3225997026】《悉尼大学毕业证》,USYD毕业证购买,USYD学位证,悉尼...

    By pbl7886110bu, 58 seconds ago

  • 购买澳洲ACU本科硕士毕业证↗Q微3225997026↖澳大利亚天主教大学毕业证↓在线修改ACU成绩单↓ACU文凭认证留信认证求职,评职称,认证学历为工作助力 Australia Catholic University

    ☞ACU毕业证制作【Q微信3225997026】《澳大利亚天主教大学毕业证》,ACU毕业证购买,ACU学位证,...

    By pbl7886110bu, 1 min ago

  • 购买澳洲UON本科硕士毕业证↗Q微3225997026↖纽卡斯尔大学毕业证↓在线修改UON成绩单↓UON文凭认证留信认证求职,评职称,认证学历为工作助力 The University of Newcastle,Australia

    ☞MQ毕业证制作【Q微信3225997026】《麦考瑞大学毕业证》,MQ毕业证购买,MQ学位证,麦考瑞大学学位...

    By pbl7886110bu, 2 mins ago

  • 购买澳洲UNSW本科硕士毕业证↗Q微3225997026↖新南威尔士大学毕业证↓在线修改UNSW成绩单↓UNSW文凭认证留信认证求职,评职称,认证学历为工作助力 University of New South Wales

    ☞UNSW毕业证制作【Q微信3225997026】《新南威尔士大学毕业证》,UNSW毕业证购买,UNSW学位证...

    By pbl7886110bu, 2 mins ago

Share:
Share
Tweet
Share
  Forum Statistics
20 Forums
9,838 Topics
49.5 K Posts
9 Online
43.1 K Members

Latest Post: 购买澳洲VU本科硕士毕业证↗Q微3225997026↖维多利亚大学毕业证,Australia:VU成绩单↓VU文凭认证留信认证求职,评职称,认证学历为工作助力 Victoria University Melbourne Australia Our newest member: w88odfootball027 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-2022 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
  • Addons Demo
  • Documentation