Download Vikinger v1.5.1 - BuddyPress and GamiPress Social Community Nulled Free
Version 1.5.1 April 20th 2021
Fixes
- Fixed an issue that would cause the activity feed to crash when a certain user data inconsistency was found.
New Features
- Added styles for the extra fields added to the BuddyPress register page via the "Account_Info" profile field group. Support for the following field types has been added:
- Text Box
- Number
- Date Selector
- Multi-line Text Area
- Radio Buttons
- Checkboxes
- Drop Down Select Box
- Registration page fields are now separated between account and profile details fields.
- Improved the header profile settings dropdown navigation (cog wheel). It now features more space for the welcome message and username and each of the navigation sections.
Download Vikinger v1.5.0 - BuddyPress and GamiPress Social Community Nulled Free
v1.5.0 April 1st 2021
Fixes
- Fixed an issue that would make a white space to show on a user profile "About Me" widget if the user didn't fill the About field in their Profile Info settings page.
- Fixed an issue that would make long text overflow in the "About Me" and "Group Info" widgets.
- Fixed an issue that would make the bottom of the comment forms not have a rounded border when there weren't any comments.
- The group "Created" date in the group profile "Group Info" widget is now displayed localized and with the format selected on the WordPress backend "Settings" -> "General" -> "Date Format" setting.
- The group "Type" text in the group profile "Group Info" widget is now translated correctly.
- The "Day", "Month" and "Year" text in datebox profile fields are now translated correctly.
New Features
- Added new customizer options to allow to disable photo and video upload related features ("Vikinger Settings" -> "Media" -> Photo Upload - Status" and "Vikinger Settings" -> "Media" -> "Video Upload - Status").
- User profile navigation now displays navigation items added by other plugins.
- User profile navigation now supports the display of navigation sub items added by other plugins.
- Improved styling of Checkboxes and Radio Buttons profile fields types.
- Added an option in the customizer "Vikinger Settings" -> "Footer" -> "Navigation - Mobile Status", which allows users to choose if they want to display or hide the footer navigation on mobile.
- Updated the backend FAQs section.
- Added a backend Troubleshooting section.
BuddyPress Integration Improvements
- Members can now delete their uploaded avatar and cover images from the profile info settings screen by using the new action buttons on the avatar and cover image previews and saving their changes.
- When a member uploads an avatar, an activity is now generated informing of this profile update.
- When a member creates a group, an activity is now generated informing of this.
- When a member is promoted to be a mod of a group, a notification is now generated informing them of this.
- When a member is promoted to be an admin of a group, a notification is now generated informing them of this.
BuddyPress xProfile Groups and Fields
The theme uses the BuddyPress xProfile groups and fields to allow site members to enter information about themselves, like bio, personal, interests, social links and account information.
To be able to show each xProfile field group and its respective fields in different settings pages and widgets in the members profiles, the theme has to query them by their name.
This creates problems if users need to edit group or field names for translations purposes, as the theme won't be able to find and display the group or field information if the name is not the one it is expecting.
To solve this and allow users to translate them, we have included a new customizer section with this update ("Vikinger Settings" -> "xProfile Groups / Fields").
To understand how to edit the profile groups and fields for translation purposes, we need to detail how the theme uses the group names.
xProfile group names consist of a prefix part (i.e. "Profile") followed by an underscore (_) followed by the subgroup name ("Bio"): "Profile_Bio".
The prefix part (in this example "Profile") is used to identify on which settings page the group and all its fields will be displayed in, to allow members to edit their information:
- "Profile" prefix: groups and fields display on the member profile info settings screen (Profile_Bio, Profile_Personal, Profile_Interests).
- "Social" prefix: groups and fields display on the member social settings screen (Social_Links).
- "Account" prefix: groups and fields display on the member account info settings screen (Account_Info).
The prefix part of the xProfile group names shouldn't be changed, otherwise the sub groups and fields won't display correctly in the settings pages.
The subgroup name part (in this example "Bio") is used to identify on which member profile page widget the subgroup fields are going to be displayed in (in this case, the "About Me" widget).
This subgroup in particular also has a special case with its "About" xprofile field, which is displayed differently from the other fields (text only at the top of the widget after the title).
With this update, users can now edit all subgroup names from the backend "Users" -> "Profile Fields" page to translate them and then enter that same name on the respective customizer "Vikinger Settings" -> "xProfile Groups / Fields" option.
This allows the theme to query the subgroup using the new name and display the information correctly on each widget.
As we mentioned before, the "Profile_Bio" "About" field is a special case and if changed, its new name has to be entered in the customizer.
Any other xProfile field names can be changed and will display correctly without the need to enter their new names in the customizer.
To summarize:
- xProfile group name prefix shouldn't be changed.
- xProfile subgroup names can be changed to translate them, but the new subgroup name has to be entered in the respective customizer "Vikinger Settings" -> "xProfile Groups / Fields" option.
- Any xProfile field names can be changed to translate them without further changes, except the "Profile_Bio" "About" field whose new name has to be entered in the respective customizer "Vikinger Settings" -> "xProfile Groups / Fields" option.
GamiPress Integration Improvements
- Achievement, Rank and Point activities are now displayed on activity lists if enabled on the GamiPress options.
- Individual Achievement and Rank pages linked through the new supported activities are now enabled and display information about the respective achievement or rank.
- BuddyPress actions for the following triggers have been revised and are now called appropriately when the respective action is complete:
- Change profile avatar
- Change cover image
- Update profile information
- Promoted to group moderator/administrator
- Promote another group member to moderator/administrator
Theme Setup Improvements
The theme plugin installer now allows for customized or preset installs. This allows users to keep their plugins up to date by using the theme installer even if they don't want to use a particular plugin, avoiding to have a plugin forcefully installed and having to uninstall it when updating core theme plugins.
Custom preset allows you to manually select which plugins you want to install and saves your configuration, while other presets feature preconfigured plugin combinations that automatically select the required plugins for each particular preset.
The last selected preset is saved and used by default when opening the setup page.
The following presets are now available:
- Custom
- Community
- Community + Gamification
- Community + Forum
- Community + Gamification + Forum
Added the following plugins to the theme installer:
- Verified Member for BuddyPress
- BP Better Messages
- GamiPress - bbPress Integration
The theme plugin installer doesn't uninstall or deactivate any plugins, so if you want to change from a preset that has more plugins to one that has fewer, you will need to manually deactivate or uninstall any plugins that you don't want to use.
Child Theme Improvements
Added the "languages/" directory and enabled the loading of the child theme translation files on its "functions.php" file. You can now put your translation files on the child theme "languages/" directory, without having to make any changes to the "functions.php" file, and they will be loaded before the parent theme ones (you need to be using the child theme for this to work, this means you need to have it installed and active in your WordPress backend -> "Appearance" menu).
Most parent theme functions can now be overriten in the child theme (i.e. including a function with the same name on the child theme "functions.php" file, either directly or by using the same file structure as the parent, we recommend this second approach), allowing for easier customization of the parent theme functionality on the child theme. To make sure if you can override a parent theme function, please check if it has the function_exists() condition before its declaration.
Downoad Vikinger v1.4.0.1 - BuddyPress and GamiPress Social Community Nulled Free
Version 1.4.0.1 March 23rd 2021
Fixes
- Fixed an issue that would ocurr on the profile info settings screen if a datebox profile field didn't have an absolute or relative range type set.
Download Vikinger v1.4.0 - BuddyPress and GamiPress Social Community Nulled Free
Version 1.4.0 March 16th 2021
Fixes
- Fixed an issue that allowed the user to submit an activity with no text or media if the user clicked on the "Add Photo" button but didn't yet add any photos.
New Features
- Added support for relative ranges in "Date Selector" profile fields.
Videos Uploader
Users can now upload videos and post them on activity status updates.
A new "Videos" page has been added to the members and groups profile pages to display the videos that the user has uploaded to his profile and group members have uploaded to the group. From the "Videos" page, users can upload and delete videos that they have uploaded through status updates or direct upload through this page.
A new customizer section named "Media" has been added ("Customizer" -> "Vikinger Settings" -> "Media") that allow users to change media (photo and video) related settings.
The following "Photo" related options had been added to this new customizer section.
- Photo Upload - Maximum Size in MB: with this option, you can set the maximum size allowed for photos that users upload to the server. If a photo the user tries to upload has a size that is bigger than the one you choose here, then the user will be notified of this and he won't be able to upload it. You can't set this size to be higher than your server maximum upload file size.
- Photo Upload - Allowed Extensions: with this option, you can set the file extensions allowed when a user uploads a photo. If a photo the user tries to upload has an extension that is not allowed, then the user will be notified of this and he won't be able to upload it.
The following "Video" related options had been added to this new customizer section.
- Video Upload - Maximum Size in MB: with this option, you can set the maximum size allowed for videos that users upload to the server. If a video the user tries to upload has a size that is bigger than the one you choose here, then the user will be notified of this and he won't be able to upload it. You can't set this size to be higher than your server maximum upload file size.
- Video Upload - Allowed Extensions: with this option, you can set the file extensions allowed when a user uploads a video. If a video the user tries to upload has an extension that is not allowed, then the user will be notified of this and he won't be able to upload it.
Activity Improvements
- When deleting an activity, all photos and videos associated to it are now deleted.
- When deleting photos or videos from user/groups photos or videos pages, the associated activity will be deleted if all videos/photos included in that activity where deleted. For example: a user creates a status update on his profile with 2 photos, if he deletes those 2 photos from the user photos page, then the status update will also be deleted. If the user only deletes 1 of the 2 photos, then the status update will remain and only show the photo that wasn't deleted.
- Added two new filters in activity feeds: Photos and Videos. The Media filter is still available and can be used to show both Photos and Videos types of activities.
- Activity status updates now detail if they belong to a photo or video update instead of the previous generic "posted an update".
Download Vikinger v1.3.6.1 - BuddyPress and GamiPress Social Community Nulled Free
v1.3.6.1 March 11th 2021
Fixes
- Fixed an issue that caused selected grid type by logged out users to try to be saved.
- Fixed an issue that caused a white space to display before media in activities that had no text.
- Fixed an issue that prevented the Elementor landing template from loading.
Download Vikinger v1.3.6 - BuddyPress and GamiPress Social Community Nulled Free
Version 1.3.6 March 9th 2021
Fixes
- Fixed an issue that caused duplicated user and group information to display on group forum topics and replies activities.
New Features
- Selected grid types for blog post, member and group lists are now saved for logged users. This means that the next time they browse to a page with the same type of list (member, group or post), the last grid type that the user selected will be automatically used for the list display.
Search Improvements
We introduced a new section called "Search" (in "Customizer" -> "Vikinger Settings") to allow search related customization.
Users can now choose to hide the header search input by using the "Display / Hide" option.
We also added options that allow the user to select which components are included in search results, both on the search main page as well as the header search dropdown.
The available options are:
- Show blog posts in search
- Show members in search
- Show groups in search
Any combination of blog posts, members and groups can be selected to be included in search results (i.e. only blog posts, blog posts and members, members and groups, etc).
User Avatar Improvements
We introduced a new section called "Avatar" (in "Customizer" -> "Vikinger Settings") to allow avatar related customization.
The new "Avatar Type" option can be found here from where you can select the following options:
- Hexagon
- Circle
- Square
The type selected will be used for the display of all avatars throughout the site.
Also, user avatars no longer show rank related progress bar and badges when the GamiPress plugin is not installed and active.
Download Vikinger v1.3.5 - BuddyPress and GamiPress Social Community Nulled Free
Version 1.3.5 March 4th 2021
Fixes
- Fixed an issue that caused the forum description notice to try to get the last author information even when the forum had no content.
- Fixed post comment list showing a loading indicator even when the post had 0 comments.
- Fixed an issue that could cause the comment list to wrongly report that more comments where available to show after creating a new comment.
- Fixed an issue that caused the reply button to show on comments when the "Allow Comments" option was disabled.
- Fixed an issue that caused the light/dark mode toggle to not refresh the page under certain conditions.
- Fixed an issue that caused duplicated characters to appear on some inputs when using certain languages.
New Features
- Added a different background color to forum and topic even rows to improve visual separation between them.
- Pages with "Allow Comments" option disabled now hide all comment related elements instead of only disabling the comment form.
bbPress Group Forums
Users can now create a forum for their group by using the frontend "Manage Groups" settings screen.
If the bbPress settings option "Allow BuddyPress Groups to have their own forums" is active, then a new "Forum" tab will be added to the group manage popup for group admins. You can also select a forum or category to be used to contain all group forums from this settings screen by using the bbPress "Primary Forum" option.
From the group manage popup "Forum" tab, the "Enable forum for this group" option can be activated to create a forum for the group which will be available both on the forum page and as a new link on the group page navigation bar.
The group name, description and status will be used by default for the group forum, however users can choose to change the title, description and status of the forum (the group avatar image will be used as the forum image).
After enabling forum for the group, group admins can delete the forum and all its content just by disabling the same option ("Enable forum for this group") and by clicking on "Save Changes".
Download Vikinger v1.3.4 - BuddyPress and GamiPress Social Community Nulled Free
Version 1.3.4 February 27th 2021 - Thanks To @NULLMAST
Fixes
- Fixed comment timestamp displaying with an offset for logged out users.
- Fixed some cases where the side menu item for the current page wouldn't be marked as active.
New Features
- Improved visibility of the activity and comment settings dropdown icon.
Demo Import
We created a demo content import tool to allow users to easily replicate the content from the demo into their theme. This tool can be used any number of times and also includes the ability to reset (delete) the imported data. If you want to remove data created by the importer, please use this option.
The importer can be used from the new backend theme "Demo Import" menu. Users are not forced to import all demo content data and can select what they want to import.
We created a new tutorial video () which includes the full theme install and setup process, including the use of this new demo import tool. We also updated the theme documentation to include a new "Demo Import" section.
Download Vikinger v1.3.3 - BuddyPress and GamiPress Social Community Nulled Free
Version 1.3.3 February 20th, 2021
Fixes
- The "Add New" button of the Groups backend menu now correctly sends the user to their "Manage Groups" settings screen.
- Fixed a crash that would occur when a duplicate comment was created on a blog post.
New Features
- The "Light" and "Dark" Color Switch now clears user meta cache to force getting and displaying the user selected theme when switching.
- The "Account Settings" section has been added to the users Account menu. From here, users can use the "Delete Account" button to delete their account from the site. Site admins can choose to enable or disable allowing registered members to delete their own accounts by using the BuddyPress backend settings option: "Settings" -> "BuddyPress" -> "Options" -> "Account Deletion".
- Updated the "Vikinger - BuddyPress Extension" plugin to include the new delete account related "Account Settings" menu. Please update the plugin using the theme installer.
- Introduced newsfeed related performance optimizations.
Activity Improvements
Users can now delete their activity and blog comments. A new actions dropdown has been added next to the "Reply" button with the option "Delete Comment" to comments owned by the logged in user.
A new grayscale fade visual effect has been added on activity and comment deletion confirmation that indicates that the activity or comments are being deleted.
Activity Feed Settings
Several new options have been added to the "Customizer" -> "Vikinger Settings" -> "Newsfeed" section which allow users more control over activity feed related settings.
- Activity - Show More Status: by enabling this option, a "Show More" button will appear on activities that have a large height.
- Activity - Show More Height: you can control the maximum height that the feed activities can have. If an activity has a height that is greater than this value, then the remaining content will be hidden and a "Show More" button will be created to allow users to display the remaining activity content.
- Activity - Character Limit: you can control the maximum number of characters that users can put into an activity.
- Activity - Comment Character Limit: you can control the maximum number of characters that users can put into an activity comment (this limit also applies for blog post comments).
Members Settings
Several new options have been added to the "Customizer" -> "Vikinger Settings" -> "Members" section which allow users more control over members related settings.
From this section, you can now enable or disable member profile pages added by the theme. This will allow you to easily disable a member profile page and associated navigation item if you don't want to use it (like the profile blog page).
You can also choose the order in which enabled pages are displayed in the profile navigation bar (lower numbered pages will display before higher numbered ones), allowing you to display the pages you think are more important or should be easier to access first in the navigation bar.
BP Better Messages Integration
Modified the BP Better Messages plugin elements styles so that they use theme preset colors and made several adjustments to each element to make its styles integrate better with the theme.
Download Vikinger v1.3.2 - BuddyPress and GamiPress Social Community Nulled Free
Version 1.3.2 February 13th, 2021
Fixes
- Fixed the membership requests settings screen page title using the received invitations screen title.
- Fixed an issue which would prevent received membership requests from being displayed on the user "Membership Requests" settings page.
- Fixed an issue that would cause some BuddyPress Private Messaging module related features to show when the "Private Messaging" module was deactivated on the BuddyPress Settings Page.
- Dates in the user profile about widgets are now displayed localized and with the format selected on the WordPress backend "Settings" -> "General" -> "Date Format" setting.
New Features
- Added a new Customizer option that allows limiting YouTube embed video playbacks on the newsfeed. The option can be found on "Vikinger Settings" -> "Newsfeed" -> "Limit YouTube Playback". You can use this option to limit YouTube embedded video playbacks on the newsfeed of the site. If you select "Yes", only one YouTube video will be played at a time, this means that, if a user is playing a video and chooses to play another one, then the previous video will be paused. The YouTube Player API (https://developers.google.com/youtube/iframe_api_reference) is used to achieve this behaviour.
- Introduced several performance improvements and optimizations.