What's new
Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Welcome to My Sharing Site

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  Guest viewing is limited
Resource icon

XenForo Standard Library by Xon 1.21.14 1.21.14

XenForo 2.x Free.
XenForo Standard Library by Xon 1.21.14
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
Xenforo updated with a new update entry:



Thanks to @NamePros for sponsoring this update
  • Add "patch_route_build_callback" code event, used to manipulate the router state during construction.
  • Add input filter option "empty-str-to-null". Example usage for developers:
PHP:
Please, Log in or Register to view codes content!

 
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
Xenforo updated with a new update entry:



Add support for addon.json 'require'/'require-soft' to support addon version strings instead of the addon version_id.
Uses version_compare under the hood after some very basic standardization.

php version strings support dotted versions, '1.2.3' and also each part may also support special character strings:

PHP:
Please, Log in or Register to view codes content!

 
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
Xenforo updated with a new update entry:



Note; The 1.18.x branch will be the last branch to support XenForo 2.1.x
  • Deprecate getContentPermissions function, as the 2nd string argument was not actually used, with a replacement function getPerContentPermissions added.
  • Add \SV\StandardLib\Helper::isAddOnActive() helper function. Similar to \XF::isAddonActive(), except it understands version strings
  • Shim template funciton is_addon_active code to understand version strings

 
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
Xenforo updated with a new update entry:



  • Fix accidental hard XF2.2 requirement. Take #2

 
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
updated with a new update entry:



  • Only add phrase_dynamic template method in XF2.1
  • Add various strongly typed helpers to automatically type hint returns based on using ::class argument instead of magic strings.
PHP:
Please, Log in or Register to view codes content!

  • For static analysis and IDE, $obj will have the type \XF\Repository\User

    While XF2.3 intends to implement this, adding this functionality to this add-on allows migrating before hand and simplifies migrating as the...

 
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
updated with a new update entry:



  • Actually distribute minified ajaxPagination.js file

 
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
updated with a new update entry:



  • Fix Helper::createEntity() could cause "Call to undefined method ...\XF\Entity\...::where()" errors when verifying content is unique

 
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
updated with a new update entry:



  • Fix Helper::find() and Helper::findCached() assumed entity ids are only ints (can be string/int/array)
  • Add Helper::instantiateEntity() type-safe wrapper

 
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
updated with a new update entry:



  • Require php 7.2+
  • php 8.4+ compatibility fix
  • Improve custom AJAX pagination and AJAX pagination with filter bar javascript. Includes admincp option helper option rendering code
    See Who Replied for an implementation of the feature allowing selectable pagination styles
  • Add Helper::plugin for type-safe plugin creation

 
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
updated with a new update entry:



  • Fix \SV\StandardLib\Helper::repo()->aliasClass() had a compatibility issue with XF2.2.13+ when the aliased class was the top-most class extension.

 
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
updated with a new update entry:



  • Fix "Class XFES\Listener not found" from some of my add-on installers

 
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
updated with a new update entry:



  • Update choices.js
    • Adjust font-size css to be more inline with standard XF
    • Fix select did not reset correct after a form submit.
      • Noticeable with Threadmarks Pro add-on on replying to a thread
    • Fix "no choices to choose from"/"no results found" notice did not reliably trigger
    • Fix options loader would unexpectedly clear options. This impacts the move thread function.
  • Update count down timer to only show seconds in the last 2 minutes by...

 
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
New update :



  • Update choices.js to v11.0.3
    • Fix accessibility around tab/shift//esc key handling
    • Fix "No choices to choose from" was displayed when it shouldn't be
    • Fix max item notice handling would stop displaying when it shouldn't
    • Fix HTML comments could be displayed as part of a item's text label when they shouldn't be.

 
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
New update :



  • Fix XF2.3.5 compatibility
  • Actually update choices.js to v11.0.3

 
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
New update :



  • Fix javascript paginated filtering for XF2.2 support
    • Used in (paid) Threadmarks Pro add-on

 
Xenforo Offline

Xenforo

Ask me for any Xenforo Plugins

Trusted Member
+Lifetime VIP
New member
Member
Apr 4, 2020
6,249
6,196
113
Turkey
New update :



  • Update to choices.js v11.0.4
    • Fix selected option being escaped twice (Affects MultiPrefix editing a thread prefix)
    • Fix reaching maximum item limit notice is not cleared after removing selections
    • Fix tab => direction keys handling
    • Fix performance regression when loading options after choices.js object creation (Affects MultiPrefix loading per-forum prefixes)

 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Top Posters of the Month

Online statistics

Members online
71
Guests online
326
Total visitors
397
Top