Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Improvements

ID

Improvement

1

Support option to show/hide site menus with user groups.

2

Show "Share" app in Manage Apps page (Admincp) to allow admin can control settings/user group settings easier.

3

Bring back feature to allow admin can add blocks to Admincp Dashboard page.

4

Support phpFox runs on php version 7.2

5

Admincp - Move Toggle Site to Maintenance menu section.

6

Auto expand comment box.

7

Clean html in hashtags.

8

Hide the Navigation when enabling the setting "Hide Main Menu".

9

Update Counters: remove 2 unused options from v3: "Update Privacy for v3 Upgrade" and "Update Owner ID# for Comments"

10

IP Information - show more information: region, city, zip code, lat, long, timezone

11

Show users avatar in Manage BLocked Users page.

12

Trend blocks: hide blocks if there aren't any tags to show.

13

Admincp - Manage Blocks: support friendly name for Pages and Blocks

14

Update layout and structure of Admincp

15

Feature members: Add a block setting control how many shown items.

Bugs Fixed

ID

Bug

1

Duplicate "Meta Keyword" field in Create Static Page page.

2

Unable to edit Relationship Statuses in Manage Relationship Statuses page (Admincp).

3

Photo isn't found in feed when users update profile picture.

4

Cannot load results of Quizzes/Polls if turn off Ajax Mode.

5

Messages in feed gets last character removed if it's a colon.

6

Duplicate info of "Member Since" in Profile Info page.

7

Cannot login as other users.

8

Setting "User Default Privacy Setting on Registration" isn't working completely.

9

Invalid translation of the phrase "With"

10

Missing custom fields in registration popup when enabling the setting "Multi step registration".

11

Cannot add a ban filter with wildcard email address.

12

The block "Recently Active" in Browse Members page isn't working properly.

13

Site statistics issue - Only Members: It does not count users have just logged in.

14

No translation of the phrase "Reset".

15

Admin can't edit feeds in User Profile page.

16

Users state info show wrong when admin edit their info from Admincp.

17

Replicated custom fields block in other users profiles.

18

Show avatar of the current admin when edit users in Admicp.

19

Profile photo doesn't show in Bootstrap theme.

20

Guests can access some pages although the site is on offline mode.

21

Cannot edit SEO settings of some apps.

22

Cannot disable Privacy page in Footer.

23

CDN Service app is missing in 4.6.0 package.

24

Wrong monthly price displayed in Membership Upgrades.

25

Update profile picture - Do not show photo on cropping popup.

Site Settings

New Settings

ID

Setting var name

Setting Name

Description

1

core.check_certificate_smtp_host_name

Check certificate SMTP host name

Check ssl certificate of your SMTP host name. If it does not use valid certificate, email can't be sent

User Group Settings

New Settings

ID

Setting var name

Setting Name

Description

1

share.can_share_items

Can share items

Allow admin to control which user groups can share site items to the feed.

Deprecated Settings

ID

Setting var name

Setting Name

Reason

Remove In

1

comment.can_comment_on_own_profile

Can comment on own profile?

The setting isn't useful anymore.

4.7.0

Hooks/Plugins

We have some new hooks/plugins to support developers can make change on the core features:

ID

Name

App

Description

1

ad.service_callback_purchase_ad_completed

ad

Plugin called after purchasing an ad successfully.

2

feed.component_block_edit_user_status_end

feed

Plugin called at the end of the Edit User Status block.

3

core.template_notification_list_start

core

Template plugin called at the begin of notification block.

4

core.template_notification_sm_list_start

core

Template plugin called at the begin of notification block (tablet screen).

5

core.template_notification_xs_list_start

core

Template plugin called at the begin of notification block (phone screen).

Template Utilities

In this version, we have supported a new template utility to render checkboxes for selecting genders checkbox_gender

Code Block
languagenone
themeRDark
borderStylesolid
linenumberstrue
collapsefalse

{checkbox_gender use_custom=true}

To get detail information or the full list of supported utilities, please look over this document.