Jump to content
View in the app

A better way to browse. Learn more.

DoniaWeB

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
     
Do not create multi-accounts, you will be blocked!

Invision Community Suite v5.0.11

Featured Replies

  • Replies 33
  • Views 7.5k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • This file has been updated to Version Beta 2 What's New in this Version: #2406: Make theme editor categories and settings translatable #2344: Support creating ACP invoices with Downloads Files

  • Mahmoud
    Mahmoud

    This file has been updated to v5.0.7 What's New in this Version: #4528: Live Topic Light/Dark Theme matching #4504: Check includeInTrending when displaying trending content #4507: Use a default tab na

Posted Images

  • Author
  • Administrators

This file has been updated to 5.0.10 Beta 2

What's New in this Version:

#4947: Quests
#5090: Club Templates
#5018: Implement versioning for Pages
#5006: Improvements to Advertisements
#4749: PWA improvements
#5143: Fix an exception in database navigation widget
#5142: Fix an exception in sitemaps
#5132: Trigger a PII ACP Notifications Reset when a member is deleted
#5129: Show the report notification modal if there’s more then one predefined notification text
#5119: Fix an issue where sidebar ads would show when the sidebar was empty
#5118: Fix exceptions in some URLs
#5113: Fix an issue where Translation Tools did not work correctly
#5111: Throw the proper exception when attachment related content can’t be loaded
#5099: Added a template hook on Club details
#5110: Fix an issue where the last page of a large topic has the full number of comments per page
#5053: Persistent R2 Key Storage
#5114: Fix an issue where custom CSS was not loaded on a theme editor error page
#5107: Fixes an issue where the last comment data on large topics may be empty.
#5043: Fix an issue with theme editor settings not persisting through an editor session
#5086: Fix an issue where club blogs could not be edited
#5085: Fix an error on the Featured Content page when retrieving invalid content items
#5084: Fix an issue where database record image thumbs can return null
#5083: Fix incorrect sort order in Database Navigation widget
#5080: Fix an issue where tags with ampersands could be selected multiple times
#5079: Hide the Trending Content widget if it's not available
#5076: Added hook points to the topic submit form
#5075: Fix an issue where creating a similar event did not have the option to follow it
#5063: Ensure --i-data--max works when gap, borders and padding are defined
#5087: Fix an issue where custom template HTML comments were showing for hooks not in use
#5051: Fix an issue where custom JS defined in the ACP was not being parsed
#5049: Fix an issue where loading emojis generated an error in the logs
#5050: Fix issues with reordering club menus
#5052: Fix an issue where missing attachments generate an error in RSS feeds
#5044: Move app-specific groups columns to the core schema
#4979: Better handling of uploaded images for theme editor settings
#5022: Fix an issue where a required language string was in the forums app
#5028: Improved alignment of "Ranks are being recalculated" message
#5027: Prevent "Choose Options" and "Add to cart" buttons from being squashed in Commerce list view
#5026: Fix an issue with storing and loading custom package types
#5024: Ensure dailymotion iframes are 16:9
#5023: Fix an issue where a custom error page did not always show correctly
#5030: Fix broken warning email
#5010: Get Login Link from Write server
#5003: General Statistics Reports Fixes
#4999: Don't send login link emails as often
#4989: Implement support for multiple custom badges on a single node object
#4986: Fix FTP-related error messages
#4987: Fix an issue where an admin could create duplicate database templates
#4988: Fix an issue where content pending approval could not be hidden
#5094: Allow admins to set an API key for webhooks in the ACP
#5102: Fix webhook creation
#5103: Ban Webhooks
#5145: Reaction Webhooks
#5045: New Member Webhooks
#5061: Webhook log
#5092: Additional API calls
#5056: REST API Tags Endpoint
#5046: REST API endpoints for courses

Developer Notes

Additional API calls

Added API endpoints for:

  • GET /core/members/{id}/messages

  • GET /core/messages

  • GET /core/messages/{id}

  • GET /core/messages/{id}/replies

  • GET /core/messages/{id}/reply/{replyId}

  • GET /core/tags

  • GET /core/tags/{id}

  • GET /courses/courses

  • GET /courses/courses/{id}

  • POST /courses/courses/{id}/enroll/{member}

Additional properties returned in API responses

  • Forum: description, cardImage, followerCount

  • Member: totalMessages, unreadMessages, badges

Added hook points to the topic submit form

Added additional hook points in the create topic form template.

Webhook log

Added a page in the AdminCP to show all the webhook responses to make debugging easier.

Improvements to Advertisements

  • New property Output::$bodyAttributes, which is an array of data attributes that are added to the body tag.

  • All content controllers now set Output::$bodyAttributes['contentClass'] to the $contentModel.

  • All controllers that handle node views set Output::$bodyAttributes['contentClass'] to the node class.

Various New Webhooks

Adds new web hooks which are fired when:

  • Content reported

  • When Member follows & unfollows something

  • Content assigned & unassigned

  • When a member enrolls a course

  • When a member finishes a lesson

  • When members are flagged as spammers, or banned/unbanned.

Support is available for paid files only
Support for free files is offered for a fee only

  • Author
  • Administrators

This file has been updated to 5.0.10

What's New in this Version:

#4947: Quests
#5090: Club Templates
#5018: Implement versioning for Pages
#5006: Improvements to Advertisements
#4749: PWA improvements
#5143: Fix an exception in database navigation widget
#5142: Fix an exception in sitemaps
#5132: Trigger a PII ACP Notifications Reset when a member is deleted
#5129: Show the report notification modal if there’s more then one predefined notification text
#5119: Fix an issue where sidebar ads would show when the sidebar was empty
#5118: Fix exceptions in some URLs
#5113: Fix an issue where Translation Tools did not work correctly
#5111: Throw the proper exception when attachment related content can’t be loaded
#5099: Added a template hook on Club details
#5110: Fix an issue where the last page of a large topic has the full number of comments per page
#5053: Persistent R2 Key Storage
#5114: Fix an issue where custom CSS was not loaded on a theme editor error page
#5107: Fixes an issue where the last comment data on large topics may be empty.
#5043: Fix an issue with theme editor settings not persisting through an editor session
#5086: Fix an issue where club blogs could not be edited
#5085: Fix an error on the Featured Content page when retrieving invalid content items
#5084: Fix an issue where database record image thumbs can return null
#5083: Fix incorrect sort order in Database Navigation widget
#5080: Fix an issue where tags with ampersands could be selected multiple times
#5079: Hide the Trending Content widget if it's not available
#5076: Added hook points to the topic submit form
#5075: Fix an issue where creating a similar event did not have the option to follow it
#5063: Ensure --i-data--max works when gap, borders and padding are defined
#5087: Fix an issue where custom template HTML comments were showing for hooks not in use
#5051: Fix an issue where custom JS defined in the ACP was not being parsed
#5049: Fix an issue where loading emojis generated an error in the logs
#5050: Fix issues with reordering club menus
#5052: Fix an issue where missing attachments generate an error in RSS feeds
#5044: Move app-specific groups columns to the core schema
#4979: Better handling of uploaded images for theme editor settings
#5022: Fix an issue where a required language string was in the forums app
#5028: Improved alignment of "Ranks are being recalculated" message
#5027: Prevent "Choose Options" and "Add to cart" buttons from being squashed in Commerce list view
#5026: Fix an issue with storing and loading custom package types
#5024: Ensure dailymotion iframes are 16:9
#5023: Fix an issue where a custom error page did not always show correctly
#5030: Fix broken warning email
#5010: Get Login Link from Write server
#5003: General Statistics Reports Fixes
#4999: Don't send login link emails as often
#4989: Implement support for multiple custom badges on a single node object
#4986: Fix FTP-related error messages
#4987: Fix an issue where an admin could create duplicate database templates
#4988: Fix an issue where content pending approval could not be hidden
#5094: Allow admins to set an API key for webhooks in the ACP
#5102: Fix webhook creation
#5103: Ban Webhooks
#5145: Reaction Webhooks
#5045: New Member Webhooks
#5061: Webhook log
#5092: Additional API calls
#5056: REST API Tags Endpoint
#5046: REST API endpoints for courses

Developer Notes

Additional API calls

Added API endpoints for:

  • GET /core/members/{id}/messages

  • GET /core/messages

  • GET /core/messages/{id}

  • GET /core/messages/{id}/replies

  • GET /core/messages/{id}/reply/{replyId}

  • GET /core/tags

  • GET /core/tags/{id}

  • GET /courses/courses

  • GET /courses/courses/{id}

  • POST /courses/courses/{id}/enroll/{member}

Additional properties returned in API responses

  • Forum: description, cardImage, followerCount

  • Member: totalMessages, unreadMessages, badges

Added hook points to the topic submit form

Added additional hook points in the create topic form template.

Webhook log

Added a page in the AdminCP to show all the webhook responses to make debugging easier.

Improvements to Advertisements

  • New property Output::$bodyAttributes, which is an array of data attributes that are added to the body tag.

  • All content controllers now set Output::$bodyAttributes['contentClass'] to the $contentModel.

  • All controllers that handle node views set Output::$bodyAttributes['contentClass'] to the node class.

Various New Webhooks

Adds new web hooks which are fired when:

  • Content reported

  • When Member follows & unfollows something

  • Content assigned & unassigned

  • When a member enrolls a course

  • When a member finishes a lesson

  • When members are flagged as spammers, or banned/unbanned.

Support is available for paid files only
Support for free files is offered for a fee only

  • Author
  • Administrators

This file has been updated to 5.0.11

What's New in this Version:

This is the latest version of Invision Community 5.0.11

Key changes include:

  • Various Editor improvements

    • LaTeX support (Creator, Creator Pro, Team, Business, Enterprise)

    • TipTap v3

    • Draggable quotes, code blocks and images

  • New: Basic MailChimp integration.

  • New: Auto-lock topics functionality.

  • Pages: Ability to set default pages per member group.


#5140 Minor quest changes
#5141 Prevent guests from entering email addresses in usernames
#5142 Fix an exception in sitemaps
#5144 Always load cloud functions from the workers
#5147 New REST endpoint to list installed applications
#5148 Fix an issue where unapproved comments on deleted items were not removed from the queue
#5149 New Editor Features
 - Issue #4270: [5.0.5 Beta 1] Boxes in table cells weirdness
 - Issue #5047: Hide skin tone while hiding native emojis
 - Issue #4875: LaTeX math typing support in v5 editor
 - Issue #5095: Uploaded videos don't have a poster/thumbnail in Safari
 - Issue #4557: Minor UI bugs (ipsEmbedded_og) (5.0.7)
#5150 Application Details
#5154 datastore directory test
#5181 Implement Auto-Locking topics feature
#5182 Add unread private messages to the badge counter
#5183 Fix an issue where importing a theme with custom templates required a manual save
#5184 Fix an issue where disabled payment methods showed in the client area
#5185 Fix caching of donation widget
#5186 Fix an issue where hidden content featured on tag pages showed to all users
#5187 Fix URL slugs for databases on tag pages
#5188 Remove references to hookscanner language strings
#5193 Fix an issue with pagination in Editor existing attachments
#5194 Show disabled tags on item view
#5195 Fix edit permissions on database records
#5196 Fix pagination in Past Leaders page
#5201 Fix broken Page Editor on database pages
#5205 Fix an issue where empty profile fields did not display correctly in statistics
#5206 Fix issues when sorting by rating
#5208 Tweaked UI of PWA loader and prevent it from showing when navigating back in history
#5209 Fixed overflowing columns in the Followers table
#5213 The PWA startup image is now shown on the latest iPhone and iPad devices
#5214 Tweak to handle invalid JSON (error) response
#5215 Fix issues with webapp images and icons screen
#5227 Fix broken record feed widget cache
#5231 Fix an issue where LiveTopics were visible in the ModCP even if it was disabled
#5232 Adjustments to the search behavior
 - Issue #3507: Tag Search Pagination Bug When Tag Includes '&' Character
 - Issue #4764: Tags cannot be searched?
#5233 Fixes several issues in the ACP when multiple languages are disabled
#5234 Removed ipsBox styles when placed inside ipsWidget
#5235 Fixed #5222
#5237 No longer crop topic titles
#5238 Fixed splash screens in iOS PWA's
#5240 Remove the image from the jsonLd array for topics
#5241 Fix issues where some group settings were not set properly if parent setting was disabled
#5243 Tweaked min-width of .ipsSelectTree_nodes
#5244 Improved breadcrumbs when long links exist
#5246 Make carousel autoplay work for widget groups
#5247 Fix broken forum view
#5248 Fix an issue where edits to the first post in a topic were not logged to the edit history
#5249 5001 - fix inline quote menu on mobile
#5251 4665 - restore js download functionality
#5252 #5014 - Use simpler size calculation
#5253 4927 - Only intercept dismiss|reply link clicks
#5255 4944 - Use count from pageaction menu in alert
#5256 Fix return types for REST API responses
#5258 Miscellaneous UI polish
#5259 Fixed spacing of reauthenticate page
#5260 Added Author badge to compact topic view
#5261 Fixed colors of Meta Tag Editor in light mode
#5264 Fix an issue where multiple pages could be set as default
#5265 Fix an issue where editing a commerce product threw an exception
#5266 Fix exception in RebuildImageProxyNonContent tasks
#5268 Fix an issue when YouTube fields have required set to null
#5269 Insert ignore for SAML migration
#5270 Table Of Contents - Increase character limit and fix a few quirks
#5273 Removed padding from two i-data elements
#5284 Fix an issue where charts with a timescale set to "none" (like OnlineUsers) were not working
#5286 Modernized PWA icons, startup images and meta/link tags
#5287 Fixed PWA install prompt on iPad
#5297 Fixed an issue with display of associated files on a product purchase page
#5299 Added highlighted border to comments
#5303 Fix an issue when a club page is the first tab in a club
#5307 Remove duplicate form field in login handler
#5308 Add Recognizable trait to Pages comments
#5312 Disable manual member creation when the Standard login handler is disabled
#5318 Fixed PWA Instruction Card on iOS 15 and iOS 16
#5323 JSON Changes YML
#5325 Fix several issues with merging and bulk deleting tags
#5327 Fix creating a database with a new page throwing an error
#5328 Prevent Chrome 133 on Android from crashing after swipe-to-dismiss card gesture
#5329 Fixed styling of Notifications page
#5332 Upgrade to Tiptap v3
#5342 Return the correct exception ( EmailException )  when sendgrid fails
#5344 Adds the Application Description to the Application::apiOutput method
#5346 Improved the UX of the card component
#5347 Fixed alignment of ACP breadcrumbs
#5358 App description fix
#5361 Fix an issue where re-importing a theme can wipe the CSS table
#5362 Fix an issue where custom JS was saved as encoded HTML
#5365 More efficient support for realtime features on Creator tier
#5370 Remove lowercase pulltorefresh
#5371 Basic Mailchimp integration
#5373 More stable column width parsing for tables with merged header cells
#5374 Make profile photos optional when using an external login handler
#5377 Fix notifications
#5378 Fix an issue where the wrong tab was highlighted in some club areas
#5379 Disable drag handles in the ACP for blogs
#5380 Fix an issue where the similar content widget was available on an unsupported page
#5384 Updated "repaint function" to scroll horizontally instead of vertically
#5385 remove the alter table & undo the alter table instructions
#5386 Proper „can view the requested item “ permission check for REST API accessed via oAuth Access Token
#5389 Store only Hidebale content to the approval queue
#5394 Fixed ipsBox styling of contact verify page
#5396 Added carousel support to Tagged Content widget
#5401 Allow admins to define default app/page for individual groups
#5406 Implement toggle for displaying photo exif information
#5409 Fix duplication of editor extensions
#5411 Fix an issue where uploading images with Imagick used the wrong orientation
#5415 Fix sync issues with Copy to Database functionality
#5416 Fix incorrect link in ACP search
#5417 Fix issues with custom block caching output when working with the page editor
#5423 Fix an issue where SendGrid could not be disabled
#5425 remove not existing column usage
#5426 Disable LaTeX Editor Function by default
#5428 Fix an issue where the color scheme switcher did not work on some pages
#5429 5349 - Fix site search advanced features
#5430 Just a minor phpdoc optimization to return the proper instance
#5434 Disallow KeyCaptcha from new usages
#5436 Fix an issue where the attachments table did not retain sort and filter selections
#5438 Enable Drag Handles for quotes & boxes
#5439 Fix profanity filter
#5446 Fixed button color when used outside .ipsBox
#5449 Improved alignment of Orders page
#5451 Relocated checkbox
#5453 Fixed ratio of File screenshots in Safari
#5456 Fixed alignment issues in Courses
#5458 Fixes Elasticsearch issues
#5463 Reviewed templates for hook point consistency
#5472 Prevent iOS 16.4 and 16.5 from crashing
#5473 Improved rendering of some elements in the iOS PWA
#5475 Fix broken 3rd Party App Build Error Msg
#5477 Fix AppleID Login in Safari
#5478 Archive table optimization
#5502 Fix Table Of Contents Widget for Pages Database Records

Developer Notes

Fix an issue when a club page is the first tab in a club

- Method signature change to ClubAbstract::tabs()

Support is available for paid files only
Support for free files is offered for a fee only

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Latest Updated Files

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.