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...
Page 1 of 2
1
2
>
Showing results 1 to 25 of 41
Search took
0.00
seconds.
Search:
Posts Made By:
vBNinja
Forum:
Community Lounge
01-28-2018, 09:05 PM
Replies:
18
suspicious plugin?
Views:
2,449
Posted By
vBNinja
Not sure if trolling... jQuery loaded from...
Not sure if trolling... jQuery loaded from google’s cdn is maclicious code? I don’t even understand what exactly you claim to be malicious.
Also, why are you posting a mirror of it? It can be...
Forum:
vB4 Programming Discussions
11-22-2017, 07:06 PM
Replies:
4
PM Conversation Mod
Views:
987
Posted By
vBNinja
https://vborg.vbsupport.ru/showthread.php?t=322314...
https://vborg.vbsupport.ru/showthread.php?t=322314 :D
Forum:
vBulletin 4.x Add-ons
04-14-2017, 05:23 PM
Replies:
26
Administrative and Maintenance Tools -
(vB4) What's Slowing Down My Forum? (Slow Plugins Finder)
Views:
6,603
Posted By
vBNinja
I just made a change, please download it again...
I just made a change, please download it again and re-upload the files
Let me know how it goes :)
Forum:
vBulletin 3.8 Add-ons
04-13-2017, 09:00 PM
Replies:
3
Administrative and Maintenance Tools -
(vB3) What's Slowing Down My Forum? (Slow Plugins Finder)
Views:
2,652
Posted By
vBNinja
(vB3) What's Slowing Down My Forum? (Slow Plugins Finder)
One of the major causes of unhappy members/visitors is a slow forum!
Click here (https://vborg.vbsupport.ru/showthread.php?t=324918) for the vB4 version
Since vB doesn't have all the necessary...
Forum:
vBulletin 4.x Add-ons
04-13-2017, 09:00 PM
Replies:
26
Administrative and Maintenance Tools -
(vB4) What's Slowing Down My Forum? (Slow Plugins Finder)
Views:
6,603
Posted By
vBNinja
(vB4) What's Slowing Down My Forum? (Slow Plugins Finder)
One of the major causes of unhappy members/visitors is a slow forum!
Click here (https://vborg.vbsupport.ru/showthread.php?t=324920) for the vB3 version
Since vB doesn't have all the necessary...
Forum:
vB4 General Discussions
04-07-2016, 06:33 AM
Replies:
7
How can I enabled threaded PM view?
Views:
959
Posted By
vBNinja
If you're still looking for this, check out this...
If you're still looking for this, check out this mod I just released: [FuelMyForum] vBConversations (Threaded PMs) (https://vborg.vbsupport.ru/showthread.php?t=322314)
Enjoy :)
Forum:
vBulletin 4.x Add-ons
04-05-2016, 09:00 PM
Replies:
20
Major Additions -
[FuelMyForum] vBConversations (Threaded PMs)
Views:
5,845
Posted By
vBNinja
[FuelMyForum] vBConversations (Threaded PMs)
https://vborg.vbsupport.ru/external/2016/04/38.png (http://fuelmyforum.com)
Wouldn't it be nice to read PMs in "conversation" format instead of one message at a time?
Introducing...
Forum:
vBulletin 4.x Add-ons
12-26-2015, 10:00 PM
Replies:
8
Administrative and Maintenance Tools -
Order Forums By Dragging (AdminCP)
Views:
2,207
Posted By
vBNinja
Order Forums By Dragging (AdminCP)
This is a key feature vBulletin is missing
Tired of having to organize forums by changing their display order?
This simple, yet very useful tweak will allow you to "drag" forums in order with...
Forum:
vB4 General Discussions
12-04-2014, 11:31 PM
Replies:
35
Template Variable Issue
Views:
1,410
Posted By
vBNinja
Im pretty sure everyone here knows how json...
Im pretty sure everyone here knows how json works. I would create a cron or fetch it on demand but I see no point in this situation since it is countries and i don't think a country is added/removed...
Forum:
vB4 General Discussions
12-04-2014, 10:00 PM
Replies:
35
Template Variable Issue
Views:
1,410
Posted By
vBNinja
I think you should get rid of the ...
I think you should get rid of the file_get_contents and replace it with this: :)
$countries = array (
'AD' => 'Andorra',
'AE' => 'United Arab Emirates',
'AF' => 'Afghanistan',
'AG' =>...
Forum:
vB4 Programming Discussions
11-27-2014, 08:11 PM
Replies:
19
Search for empty posts and delete
Views:
943
Posted By
vBNinja
Yes it means there are 2957 empty posts... No...
Yes it means there are 2957 empty posts... No clue why you have that lol
Forum:
vB4 Programming Discussions
11-27-2014, 08:08 PM
Replies:
1
Textarea in admincp to dropdown in template
Views:
404
Posted By
vBNinja
first you're gonna need to explode the setting...
first you're gonna need to explode the setting and register it to the template you're trying to use
$exploded_array = explode(',' $vbulletin->options['cisteamlogo']);
$templater =...
Forum:
vB4 General Discussions
11-26-2014, 10:39 PM
Replies:
22
2 domains for the same forum
Views:
1,394
Posted By
vBNinja
He's not asking about redirecting multiple...
He's not asking about redirecting multiple domains to another domain, anyone can do that through a domain manager, htaccess or a simple 301 redirect in the php files. He's asking if each domain can...
Forum:
Modification Requests/Questions (Unpaid)
10-26-2014, 09:27 PM
Replies:
7
Post on Registration
Views:
683
Posted By
vBNinja
in that case the easiest way to go about it is...
in that case the easiest way to go about it is edit your register template and add the input fields, give them specific names or maybe put all of them related to your application in an array like:...
Forum:
Modification Requests/Questions (Unpaid)
10-26-2014, 05:15 PM
Replies:
7
Post on Registration
Views:
683
Posted By
vBNinja
Theres this...
Theres this https://vborg.vbsupport.ru/showthread.php?t=305915
You can modify it to use data from the user fields
Forum:
vB4 Programming Discussions
07-07-2014, 05:22 PM
Replies:
6
VBExperience 4 - allow variables everywhere
Views:
666
Posted By
vBNinja
you can use any of these in any template: ...
you can use any of these in any template:
like this
{vb:raw bbuserinfo.X}
(replace X with the variable you want to use)
Forum:
vB4 General Discussions
06-23-2014, 08:08 PM
Replies:
5
SQL Query required to Prune forum
Views:
541
Posted By
vBNinja
This should work DELETE FROM forum WHERE...
This should work
DELETE FROM forum
WHERE threadcount = 0 AND parentid != -1;
Run it through phpmyadmin then go to admincp->maintenance->rebuild forum information
Forum:
vBulletin 4.x Add-ons
05-25-2014, 02:48 AM
Replies:
11
vBulletin CMS Widgets -
[WIDGET] Users Registered This Week
Views:
4,969
Posted By
vBNinja
This mod is not supported anymore
This mod is not supported anymore
Forum:
vB4 General Discussions
05-17-2014, 06:59 AM
Replies:
2
batch alter settings
Views:
369
Posted By
vBNinja
upload this file to your "admincp" folder ...
upload this file to your "admincp" folder
then go to: http://YOURDOMAIN.com/admincp/exdpm.php
That's it!
If you want to set the setting back to "no", go to:...
Forum:
vBulletin 4.x Add-ons
05-14-2014, 10:00 PM
Replies:
19
Administrative and Maintenance Tools -
Ultimate Usergroup HTML Markup Customizer
Views:
11,289
Posted By
vBNinja
Ultimate Usergroup HTML Markup Customizer
After having to deal with vB's way of adding HTML markup to usergroups, it's become a hassle when creating/modifying groups. Sometimes the HTML wouldn't fit in the field, so I would just add the CSS...
Forum:
vB3 Programming Discussions
05-13-2014, 04:00 PM
Replies:
6
Plugin via an external PHP
Views:
1,103
Posted By
vBNinja
put the php on a file (name.php) then in...
put the php on a file (name.php)
then in your plugin use:
require(DIR . '/path/to/file/name.php');
Example:
If you saved the file in the "includes" folder, you would use
require(DIR ....
Forum:
vBulletin 4.x Add-ons
05-11-2014, 04:23 PM
Replies:
15
New Posting Features -
PM User When Reaching X Posts
Views:
3,968
Posted By
vBNinja
Updated to 1.1 Changes: Fixed database...
Updated to 1.1
Changes:
Fixed database error issue that some may have received
To update simply download the new zip file, unzip the contents, re-upload the files in the "upload" folder to...
Forum:
vBulletin 4.x Add-ons
05-11-2014, 04:32 AM
Replies:
29
Private Messages Enhancements -
Mass PM Usergroups (NOT via admincp)
Views:
7,039
Posted By
vBNinja
Updated to 1.1 Changes: Fixed cache issue...
Updated to 1.1
Changes:
Fixed cache issue that prevented checkboxes from appearing at times
Fixed potential Tapatalk conflict
To update simply download the new XML and import with "allow...
Forum:
vBulletin 4.x Add-ons
05-10-2014, 10:00 PM
Replies:
11
Forum Display Enhancements -
Prefix Selector (Like vBulletin.org)
Views:
4,207
Posted By
vBNinja
Prefix Selector (Like vBulletin.org)
This mods adds a "Prefix Selector" like the one on this site (see screenshot)
vB4 already has something like it but it's placed at the bottom of the forumdisplay and is not very visible.
...
Forum:
vBulletin 4.x Add-ons
05-09-2014, 10:00 PM
Replies:
29
Private Messages Enhancements -
Mass PM Usergroups (NOT via admincp)
Views:
7,039
Posted By
vBNinja
Mass PM Usergroups (NOT via admincp)
This is a custom mod I created for the member: XSV_4ce and was given permission to release it here.
This mod basically allows specific usergroups (not required to be admins) to be given a list of...
Showing results 1 to 25 of 41
Page 1 of 2
1
2
>
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
09:11 AM
.
-- 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.01752 seconds
Memory Usage
2,058KB
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)
pagenav
(1)
pagenav_curpage
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(36)
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
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0009
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(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(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(251, 0, 1,''); -> cached fperms for forum 251
(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(251, 0, 1,''); -> cached fperms for forum 251
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(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(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi