Register Members List Search Today's Posts Mark Forums Read

Latest Modifications
New Modifications
- by docjohn
[5.5.5]xat.com
- by ezchtu

Most Popular Releases
Recently Installed Mods
- by yilmaz
- by yilmaz
- by yilmaz
- by Valter
- by yilmaz

Latest Templates
New Templates
- by nookta
- by yilmaz

Latest Styles
New Styles

Latest Graphics
New Graphics
- by TTayfun

Latest Articles
New Articles
- by mdawg

vB 5.x Top Mods
Modifications for 5.x
[5.0.0 Beta 11]Easy Google Analytics
- by Shadow

vB 5.x Top Templates
Templates for 5.x
[5.0.0 Beta 10]Social Badges
- by yilmaz
- by dszuecs

vB 5.x Top Styles
Styles for 5.x
[5.0.0 Beta 11]vBulletin 5 İlk Style
- by Luis

vB Top Graphics
Graphics for all versions
- by Lqd
[All Versions]New Editor Buttons
[All Versions]Very Nice Rank Set
- by Shazz

  

vBulletin Connect 5.7.4 is now available.

vBulletin 5.7.4 Changes and Updates


vBulletin Connect 5.7.4 is now available to download. vBulletin Cloud sites will be upgraded automatically in the next 7-14 days.


Page Manager


We updated the Page Manager and added tools that allow users to set the vBulletin home page and delete custom pages.


We have streamlined the processes after changing the home page in addition to this. We will remove the breadcrumbs on the new homepage and handle navigation tabs in the following manner.

If there is a tab for the previous homepage, the link will be updated to the canonical URL for the corresponding page.
If there is a tab for the new homepage, the link will be updated to the vBulletin root (i.e., '/').
If no tab exists for the new homepage, one will be created.





Navigation


Navigations Links can be assigned to a page within the vBulletin system using a drop-down menu. Pages, including channels, will be listed alphabetically. When set in this manner and when the URL of a page changes, the Navigation Link will automatically change to the new URL.


AdminCP Channel Manager


The date of the last activity is listed in the channel manager. This information can help administrators when merging or deleting channels to remove content that is no longer relevant.


Presentation config.php


The $config['core_path'] value is now obsolete and removed from the file. New installations will not have this variable.


This is the code removed:


// Assumes default location of core.
// These are the system paths and folders for your vBulletin files
// This setting is for where your vbulletin core folder is
$config['core_path'] = realpath(dirname(__FILE__)) . '/core';

Additional Issues

Twitter logins have been converted to use an OAUTH2 implementation.
You can now use a new 'Select All' control to choose all tags on the page while viewing the Tag Manager.
The URL BBCode and Preview system will no longer try to download large compressed files before adding the link to a post.
Custom Node fields no longer appear when editing a reply.
Additional Javascript refactors to modernize code and meet current standards.

Install / Upgrade Information

Installation Instructions
Upgrade Instructions
File Cleanup


With each version release, some files become obsolete. These files are mainly the Javascript Rollup files which are version stamped. However, we occasionally refactor PHP files and remove them from the distribution package. After upgrading your vBulletin system, you should delete any possible obsolete files. You can obtain more information on why this is needed and instructions on how to do this in this topic in the vBulletin 5 Installs & Upgrades forum.


Files to Delete


These are the files known to be unnecessary in the current version of the software.

In the /js directory, delete all files with 573 in their file name.
System Requirements


Minimum System Requirements

PHP Version: 8.0.0
MySQL Version: 5.6.10
MariaDB Version: 10.0.0
Recommended System Requirements

PHP Version: 8.1 or higher
MySQL Version: 8.0 or higher
MariaDB Version: 10.3+
For more information, see vBulletin Connect System Requirements.


Current Version Support Schedule

Active Version - 5.7.3
Security Patch - 5.7.2
Security Patch - 5.7.1
No Patch Release - 5.7.0 and earlier
Discussion


If you have any questions about these changes, you may discuss them here: https://forum.vbulletin.com/node/4480218


If you find an issue with the software or request a new feature, please visit our tracker.


To receive support for your vBulletin Product, please visit our community forums.




More...


Read more (locally) ...
Tue, 25 Apr 2023 17:45:54 GMT

vBulletin Mobile Suite 2.10 is now available.

vBulletin Mobile Suite 2.10 Changes


Mobile Suite 2.10 is available to be built via the Mobile Publisher. Mobile Suite 2.10 is predominantly a bug-fix release.


Resolved Issues

Increase Android target API level to 33
Sign Up - The popup message is showing incorrectly
Push Notifications - Push notifications not coming on Android 13
Crash - App crashes when launching under low network
Upload Photos - Add photos process cannot be finished on Android 13 devices
Friends - Click Friends in main menu shows the blank screen.
Increase Android target API level to 33
Blog - Crash - Blank page appears while scrolling on the blog list.
Typing a message over 3 lines in iOS app makes it unreadable as being typed
Pagination - The next page displays incorrectly by tapping the "NEXT" button
Android app crashes while scrolling a long forum thread with video attachment
Invalid keystore for Android bundle builds
Login stuck for certain users
Handle iOS AppTrackingTransparency requirements
Update SoLoader SDK
Message - "Invalid recipients" error message appears when inputting two recipients into the To field.
Blog - Crash - App crashes while scrolling on the blog list.
add com.google.android.gms.permission.AD_ID to Android manifest
New topic not marked as read for the topic creator
Category - "Article" is a bit cut off
Group- Notification - Cannot distinguish requests of joining groups from adding friends under the request tab.
Articles, Forums, Blogs Page- The last page displays in blank through the pagination navigator
Translations


If the Mobile Suite is not available in your language, you can help by providing translations. In order to do this, please see this topic in the vBulletin Support forums.




More...


Read more (locally) ...
Mon, 24 Apr 2023 23:30:56 GMT

vBulletin Connect 5.7.4 Release Candidate 1 is available for download.

A preview release of vBulletin Connect 5.7.4 is now available to download.


Page Manager


We updated the Page Manager and added tools that allow users to set the vBulletin home page and delete custom pages.


We have streamlined the processes after changing the home page in addition to this. We will remove the breadcrumbs on the new homepage and handle navigation tabs in the following manner.

If there is a tab for the previous homepage, the link will be updated to the canonical URL for the corresponding page.
If there is a tab for the new homepage, the link will be updated to the vBulletin root (i.e., '/').
If no tab exists for the new homepage, one will be created.
Navigation


Navigations Links can be assigned to a page within the vBulletin system using a drop-down menu. Pages, including channels, will be listed alphabetically. When set in this manner and when the URL of a page changes, the Navigation Link will automatically change to the new URL.


AdminCP Channel Manager


The date of the last activity is listed in the channel manager. This information can help administrators when merging or deleting channels to remove content that is no longer relevant.


Presentation config.php


The $config['core_path'] value is now obsolete and removed from the file. New installations will not have this variable.


This is the code removed:


// Assumes default location of core.
// These are the system paths and folders for your vBulletin files
// This setting is for where your vbulletin core folder is
$config['core_path'] = realpath(dirname(__FILE__)) . '/core';

Additional Issues

Twitter logins have been converted to use an OAUTH2 implementation.
You can now use a new 'Select All' control to choose all tags on the page while viewing the Tag Manager.
The URL BBCode and Preview system will no longer try to download large compressed files before adding the link to a post.
Custom Node fields no longer appear when editing a reply.
Additional Javascript refactors to modernize code and meet current standards.

Install / Upgrade Information

Installation Instructions
Upgrade Instructions
File Cleanup


With each version release, some files become obsolete. These files are mainly the Javascript Rollup files which are version stamped. However, we occasionally refactor PHP files and remove them from the distribution package. After upgrading your vBulletin system, you should delete any possible obsolete files. You can obtain more information on why this is needed and instructions on how to do this in this topic in the vBulletin 5 Installs & Upgrades forum.


Files to Delete


These are the files known to be unnecessary in the current version of the software.

In the /js directory, delete all files with 573 in their file name.
System Requirements


Minimum System Requirements

PHP Version: 8.0.0
MySQL Version: 5.6.10
MariaDB Version: 10.0.0
Recommended System Requirements

PHP Version: 8.1 or higher
MySQL Version: 8.0 or higher
MariaDB Version: 10.3+
For more information, see vBulletin Connect System Requirements.


Current Version Support Schedule

Active Version - 5.7.3
Security Patch - 5.7.2
Security Patch - 5.7.1
No Patch Release - 5.7.0 and earlier
Discussion


If you have any questions about these changes, you may discuss them here: https://forum.vbulletin.com/node/4480218


If you find an issue with the software or request a new feature, please visit our tracker.


To receive support for your vBulletin Product, please visit our community forums.




More...


Read more (locally) ...
Tue, 18 Apr 2023 18:31:17 GMT

vBulletin Connect 5.7.4 Beta 1 is available for download.

A preview release of vBulletin Connect 5.7.4 is now available to download.


Page Manager


We updated the Page Manager and added tools that allow users to set the vBulletin home page and delete custom pages.


We have streamlined the processes after changing the home page in addition to this. We will remove the breadcrumbs on the new homepage and handle navigation tabs in the following manner.


If there is a tab for the previous homepage, the link will be updated to the canonical URL for the corresponding page.
If there is a tab for the new homepage, the link will be updated to the vBulletin root (i.e., '/').
If no tab exists for the new homepage, one will be created.

Navigation


Navigations Links can be assigned to a page within the vBulletin system using a drop-down menu. Pages, including channels, will be listed alphabetically. When set in this manner and when the URL of a page changes, the Navigation Link will automatically change to the new URL.


AdminCP Channel Manager


The date of the last activity is listed in the channel manager. This information can help administrators when merging or deleting channels to remove content that is no longer relevant.


Presentation config.php


The $config['core_path'] value is now obsolete and removed from the file. New installations will not have this variable.


This is the code removed:


// Assumes default location of core.
// These are the system paths and folders for your vBulletin files
// This setting is for where your vbulletin core folder is
$config['core_path'] = realpath(dirname(__FILE__)) . '/core';

Additional Issues


Twitter logins have been converted to use an OAUTH2 implementation.
You can now use a new 'Select All' control to choose all tags on the page while viewing the Tag Manager.
The URL BBCode and Preview system will no longer try to download large compressed files before adding the link to a post.
Custom Node fields no longer appear when editing a reply.
Additional Javascript refactors to modernize code and meet current standards.


Install / Upgrade Information


Installation Instructions
Upgrade Instructions

File Cleanup


With each version release, some files become obsolete. These files are mainly the Javascript Rollup files which are version stamped. However, we occasionally refactor PHP files and remove them from the distribution package. After upgrading your vBulletin system, you should delete any possible obsolete files. You can obtain more information on why this is needed and instructions on how to do this in this topic in the vBulletin 5 Installs & Upgrades forum.


Files to Delete


These are the files known to be unnecessary in the current version of the software.


In the /js directory, delete all files with 573 in their file name.

System Requirements


Minimum System Requirements


PHP Version: 8.0.0
MySQL Version: 5.6.10
MariaDB Version: 10.0.0

Recommended System Requirements


PHP Version: 8.1 or higher
MySQL Version: 8.0 or higher
MariaDB Version: 10.3+

For more information, see vBulletin Connect System Requirements.


Current Version Support Schedule


Active Version - 5.7.3
Security Patch - 5.7.2
Security Patch - 5.7.1
No Patch Release - 5.7.0 and earlier

Discussion


If you have any questions about these changes, you may discuss them here: https://forum.vbulletin.com/node/4480218


If you find an issue with the software or request a new feature, please visit our tracker.


To receive support for your vBulletin Product, please visit our community forums.




More...


Read more (locally) ...
Tue, 11 Apr 2023 16:42:34 GMT

vBulletin Connect 5.7.3 is now available for download.

vBulletin 5.7.3 Changes and Updates


vBulletin Connect 5.7.3 is now available to download. vBulletin Cloud sites will be automatically updated in the coming weeks.


Third-Party Logins

Google Authentication has been refactored. The routines have been updated to Google's new APIs and use OATH2.
Twitter Authentication has been repaired with the current Twitter v2 APIs. However, registration via Twitter Authentication does not work at this time.
RSS Module


A new RSS Module is available for custom pages. RSS Feeds will be cached between updates. An option is available to specify how frequently a feed is updated. Due to the nature of gathering external data, page rendering can be delayed when the feed is updated. When using many RSS feed modules on the same page, there can be a significant delay when the cache is updated.


URL Previews


Several issues reported with URL Previews have been corrected:

URL Preview Caching will now work correctly.
Better image processing has been added for invalid images on some URLs.
A memory leak that occurred with many URLs in a post has been resolved.
Image scaling has been updated to provide a better presentation.
PHP 8.0+ Required


With this release , we will no longer support PHP 7.4.X. As of November 28th, 2022, PHP 7.4.X is EOL (End Of Life). Due to this, it is recommended that all customers upgrade to PHP 8.0 or higher as soon as possible.



Install / Upgrade Information

Installation Instructions
Upgrade Instructions
File Cleanup


With each version release, some files become obsolete. These files are mainly the Javascript Rollup files which are version stamped. However, occasionally PHP files will be refactored and removed from the distribution package. After upgrading your vBulletin system, you should delete any possible obsolete files. You can obtain more information on why this is needed and instructions on how to do this in this topic in the vBulletin 5 Installs & Upgrades forum.


Files to Delete


These are files known to be unnecessary in the current version of the software.

In the /js directory, delete all files with 572 in their file name.
The directory /core/packages/googlelogin/vendor should be deleted.
System Requirements


Minimum System Requirements

PHP Version: 8.0.0
MySQL Version: 5.6.10
MariaDB Version: 10.0.0
Recommended System Requirements

PHP Version: 8.1 or higher
MySQL Version: 8.0 or higher
MariaDB Version: 10.3+
For more information, see vBulletin Connect System Requirements.


Current Version Support Schedule

Active Version - 5.7.3
Security Patch - 5.7.2
Security Patch - 5.7.1
No Patch Release - 5.7.0 and earlier
Discussion


If you have any questions about these changes, you may discuss them here: https://forum.vbulletin.com/node/4478815


If you find an issue with the software or request a new feature, please visit our tracker.


To receive support for your vBulletin Product, please visit our community forums.




More...


Read more (locally) ...
Tue, 28 Feb 2023 20:22:37 GMT


New To Site? Need Help?

All times are GMT. The time now is 03:26.

Layout Options | Width: Wide Color: