The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Showing results 1 to 20 of 20
Search took
0.00
seconds.
Search:
Posts Made By:
iA1
Forum:
vB4 General Discussions
06-25-2021, 02:10 PM
Replies:
27
Run vBulletin 4.2.5 on PHP 8.0
Views:
18,288
Posted By
iA1
Run vBulletin 4.2.5 on PHP 8.0
vB4 is now (almost) compatible with php 8.0!
This is a major upgrade with hundreds of modifications in almost all php files to make vB4 compatible with php 8.0. To get your upgrade, make a payment...
Forum:
vBulletin 4.x Add-ons
01-08-2021, 08:19 PM
Replies:
6
Mini Mods -
Web Share API - Native Share button on Android and iOS
Views:
2,325
Posted By
iA1
Updated v1.1 with a bug fix, to show the share...
Updated v1.1 with a bug fix, to show the share icon on every post.
https://i.imgur.com/qibEfy9.png
Forum:
vBulletin 4.x Add-ons
12-22-2020, 07:06 PM
Replies:
146
Major Additions -
XenvB4 (Formerly ProjectvB4)
Views:
36,148
Posted By
iA1
The demo is now available at...
The demo is now available at https://www.vb4mobile.com/forum.php?styleid=18
Forum:
vBulletin 4.x Add-ons
11-09-2020, 11:34 AM
Replies:
95
Integration with vBulletin -
Web Push notifications using OneSignal
Views:
53,089
Posted By
iA1
The load is handled by OneSignal, so there's...
The load is handled by OneSignal, so there's negligible impact on your own server.
An updated version is almost ready for release. I will try to finalize it within a few days.
Forum:
vBulletin 4.x Add-ons
10-11-2020, 01:53 AM
Replies:
146
Major Additions -
XenvB4 (Formerly ProjectvB4)
Views:
36,148
Posted By
iA1
He has the forums on https://www.xenvb4.com/ and...
He has the forums on https://www.xenvb4.com/ and https://www.xenvb3.com/?styleid=2 which are online.
Forum:
vB4 Programming Discussions
01-23-2020, 03:25 AM
Replies:
2
Help needed to Hide ads from Lost password page
Views:
446
Posted By
iA1
Add a new plugin at hook location:...
Add a new plugin at hook location: replacement_vars
Paste the following code:
if (defined('VB_ERROR_PERMISSION') OR (THIS_SCRIPT == "login"))
{
$find =...
Forum:
vBulletin 4.x Add-ons
10-28-2019, 03:51 AM
Replies:
16
Board Optimization -
Progressive Web App [PWA] for vBulletin
Views:
11,023
Posted By
iA1
For iOS, add this line in headinclude template: ...
For iOS, add this line in headinclude template:
<link rel="apple-touch-icon" href="https://yourdomain.com/logo192x192.png">
Replace the logo image link with a square image of 192x192 pixel.
Forum:
vB4 General Discussions
09-28-2019, 08:52 PM
Replies:
12
Is anyone maintaining VB4? Fixes, etc.?
Views:
697
Posted By
iA1
OP says it is a list of his database tables,...
OP says it is a list of his database tables, along with the prefix and it includes his own custom tables in it. I don't think it is a scam. You can create a generic db table list, but the probability...
Forum:
vBulletin 3.8 Add-ons
09-03-2019, 06:04 PM
Replies:
792
BB Code Enhancements -
BB Code [table]
Views:
353,148
Posted By
iA1
Replace the contents of plugin parse vBCode table...
Replace the contents of plugin parse vBCode table with the attached file.
Forum:
Modification Requests/Questions (Unpaid)
07-21-2019, 03:18 PM
Replies:
2
vBulletin 4 Request - Require a post icon on new thread creation (or on every post)
Views:
455
Posted By
iA1
Create plugin at hook location 'newpost_process'...
Create plugin at hook location 'newpost_process' and add the following code in it:
// check for post icon
if ($post['iconid'] == 0)
{
eval(standard_error("Please select post icon.")); ...
Forum:
vBulletin 4.x Add-ons
05-07-2019, 04:25 PM
Replies:
95
Integration with vBulletin -
Web Push notifications using OneSignal
Views:
53,089
Posted By
iA1
Please install the updated version 1.3.5. I found...
Please install the updated version 1.3.5. I found and fixed a typo in one of the plugins.
PM me your domain name and a test user account.
PM me your domain name and a test user account.
Forum:
vBulletin 4.x Add-ons
01-25-2019, 10:43 AM
Replies:
95
Integration with vBulletin -
Web Push notifications using OneSignal
Views:
53,089
Posted By
iA1
Update 1.3.0 Bug fixed for PM notifications ...
Update 1.3.0
Bug fixed for PM notifications
Separated multiple consecutive notifications from different threads
Forum:
vBulletin 4.x Add-ons
12-30-2018, 10:00 PM
Replies:
3
Board Optimization -
Auto-detect Timezone - Simplify Registration
Views:
12,593
Posted By
iA1
Auto-detect Timezone - Simplify Registration
I believe registration should be fast and simple. Almost all major social media accounts do not ask users to their timezone during registration and they still show content with the correct timestamp....
Forum:
vBulletin 4.x Add-ons
12-18-2018, 01:25 PM
Replies:
95
Integration with vBulletin -
Web Push notifications using OneSignal
Views:
53,089
Posted By
iA1
If you get notification as shown in screenshot in...
If you get notification as shown in screenshot in post #2
https://vbulletin.org/forum/showpost.php?p=2595489&postcount=2 then it is working fine.
The notifications are not inside the bell. It is...
Forum:
vBulletin 4.x Add-ons
11-02-2018, 10:00 PM
Replies:
16
Board Optimization -
Progressive Web App [PWA] for vBulletin
Views:
11,023
Posted By
iA1
Progressive Web App [PWA] for vBulletin
Progressive Web App for vBulletin
Overview:
Progressive Web App (PWA) is a collection of latest technologies for web and mobile apps.
A Progressive Web App is:
Progressive - Works for...
Forum:
vB4 General Discussions
10-05-2018, 01:17 AM
Replies:
8
Redirect a deleted thread link
Views:
361
Posted By
iA1
Install this addon and it will just remove...
Install this addon and it will just remove adsense code from error pages.
https://vborg.vbsupport.ru/showthread.php?t=326045
Forum:
vBulletin 3.8 Add-ons
09-19-2018, 06:02 PM
Replies:
6
Show Thread Enhancements -
Auto-Postbit Selector for Mobile Browsers
Views:
3,552
Posted By
iA1
Go to your plugin manager in admincp and modify...
Go to your plugin manager in admincp and modify the plugin "Mobile Browser detection and horizontal postbit selector". Just before the first line, add the following:
if (STYLEID != XX) { //...
Forum:
vBulletin 4.x Add-ons
09-10-2018, 09:00 PM
Replies:
4
Show Thread Enhancements -
Auto-Postbit Selector for Mobile Browsers
Views:
3,298
Posted By
iA1
Auto-Postbit Selector for Mobile Browsers
========== PURPOSE / ABOUT ==========
The purpose of this mod is to auto-switch from legacy postbit to horizontal postbit style whenever a person browses your forum using a mobile device. This...
Forum:
vBulletin 4.x Add-ons
07-10-2018, 09:00 PM
Replies:
95
Integration with vBulletin -
Web Push notifications using OneSignal
Views:
53,089
Posted By
iA1
Web Push notifications using OneSignal
Description:
OneSignal (https://onesignal.com/) has an API that allows us to send unlimited web and push notifications for FREE. When I came to know about it, I spent several days and months...
Forum:
vBulletin 3.8 Add-ons
07-10-2018, 09:00 PM
Replies:
12
Integration with vBulletin -
Web Push notifications using OneSignal
Views:
6,694
Posted By
iA1
Web Push notifications using OneSignal
Description:
OneSignal (https://onesignal.com/) has an API that allows us to send unlimited web and push notifications for FREE. When I came to know about it, I spent several days and months...
Showing results 1 to 20 of 20
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
08:02 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.01842 seconds
Memory Usage
2,014KB
Queries Executed
10
(?)
More Information
Template Usage:
(1)
ad_footer_end
(1)
ad_footer_start
(1)
ad_header_end
(1)
ad_header_logo
(1)
ad_navbar_below
(1)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
post_thanks_navbar_search
(1)
search_results
(20)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(35)
threadbit_pagelink
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.php
./
global.php
./includes/
init.php
./includes/
class_core.php
./includes/
config.php
./includes/
functions.php
./includes/
class_hook.php
./includes/
modsystem_functions.php
./includes/
functions_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0007
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
FULLTEXT Search
php_sapi_name(): fpm-fcgi