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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 496
Search took
0.01
seconds.
Search:
Posts Made By:
Raptor
Forum:
vBulletin 4.x Add-ons
07-28-2021, 02:01 PM
Replies:
44
BB Code Enhancements -
Better code syntax highlighting
Views:
22,646
Posted By
Raptor
I have a weird one. Used this plugin for a few...
I have a weird one. Used this plugin for a few years now and works great. However I've come across some code that simply will not parse no matter what. Can anyone assist?
This is the code when...
Forum:
vBulletin 4.x Add-ons
05-11-2020, 01:41 AM
Replies:
523
Major Additions -
Username HTML Markup 4.2.x
Views:
101,248
Posted By
Raptor
How to have the displaygroupid as the markup? ...
How to have the displaygroupid as the markup?
It's not overriding the Primary usergroup markup for me.
Forum:
vBulletin 4.x Add-ons
05-10-2020, 11:34 PM
Replies:
3,814
Show Thread Enhancements -
[AJAX] Post Thank You Hack
Views:
914,784
Posted By
Raptor
Brilliant exactly what I was looking for -...
Brilliant exactly what I was looking for - working on vb4.2.5
used this mod for years - its great that the community has kept it going.
Forum:
vBulletin 4.x Template Modifications
11-19-2019, 10:26 AM
Replies:
9
Forum Home Enhancements -
Change Background Color for Specific Forums on Homepage
Views:
7,273
Posted By
Raptor
Add this code to additional.css and it will...
Add this code to additional.css and it will change the background color of the header, the topic title, and the topic description
Simply add the forum ID and colors :)
Example:
#cat374...
Forum:
vBulletin 4.x Template Modifications
11-19-2019, 10:24 AM
Replies:
3
Forum Home Enhancements -
Change Thread Title Color for Specific Forums on Homepage
Views:
4,915
Posted By
Raptor
Add this code to additional.css and it will...
Add this code to additional.css and it will change the background color of the header, the topic title, and the topic description
Simply add the forum ID and colors :)
Example:
#cat374...
Forum:
vBulletin 4.x Template Modifications
11-19-2019, 10:09 AM
Replies:
8
Forum Home Enhancements -
Change Title Color of Specific Forums on Homepage
Views:
6,301
Posted By
Raptor
Not working in 4.2.3
Not working in 4.2.3
Forum:
vBulletin 4.x Template Modifications
11-19-2019, 09:59 AM
Replies:
3
Forum Home Enhancements -
Change Thread Title Color for Specific Forums on Homepage
Views:
4,915
Posted By
Raptor
Not working with vb 4.2.3 :/
Not working with vb 4.2.3 :/
Forum:
vBulletin 4.x Template Modifications
11-19-2019, 03:28 AM
Replies:
9
Forum Home Enhancements -
Change Background Color for Specific Forums on Homepage
Views:
7,273
Posted By
Raptor
this worked perfectly - simply add to the themes...
this worked perfectly - simply add to the themes additional.css
XXX is the forum ID, #FFFFFF is the color
#catXXX .forumhead {
background: #FFFFFF !important;
}
Thanks to MarkL
Forum:
Style and Graphics Requests (Unpaid)
11-19-2019, 03:20 AM
Replies:
4
vBulletin 4 Request - Change background color of forum header based on forum ID
Views:
2,548
Posted By
Raptor
How funny. I just searched for this solution as I...
How funny. I just searched for this solution as I needed it for a site I'm working on and this is the first answer I found - my own question 2 years ago - and it works lol
How did I miss this?...
Forum:
vB4 Programming Discussions
06-28-2019, 04:47 AM
Replies:
3
Issues with modifying templatecache
Views:
547
Posted By
Raptor
It's hooked to global_complete - is that too late...
It's hooked to global_complete - is that too late in the process?
Forum:
vB4 Programming Discussions
06-27-2019, 08:05 PM
Replies:
3
Issues with modifying templatecache
Views:
547
Posted By
Raptor
Issues with modifying templatecache
Hello, all.
I'm attempting to replace a string in the footer template, and I'm running into an issue.
$z_name = 'footer';
if (isset($vbulletin->templatecache[$z_name]))
{
...
Forum:
vBulletin 4.x Add-ons
05-27-2019, 02:40 AM
Replies:
3,814
Show Thread Enhancements -
[AJAX] Post Thank You Hack
Views:
914,784
Posted By
Raptor
7.88 has these errors. Whatever you tested wasn't...
7.88 has these errors. Whatever you tested wasn't the error we are reporting.
Honestly - you saying it works on PHP 7.1 just shows you're either lying or you don't know what you are doing. This...
Forum:
vBulletin 4.x Add-ons
05-27-2019, 02:29 AM
Replies:
3,814
Show Thread Enhancements -
[AJAX] Post Thank You Hack
Views:
914,784
Posted By
Raptor
Unable to delete forums that have posts with...
Unable to delete forums that have posts with thanks and not working correctly with PHP 7.1
1. Any version PHP: Unable to delete a forum or post that is linked to a "thanks". Throws up an SQL...
Forum:
vB5 General Discussions
05-24-2019, 03:44 PM
Replies:
7
Custom Login Page
Views:
2,393
Posted By
Raptor
anyway to get this for vb4?
anyway to get this for vb4?
Forum:
vBulletin 4.x Add-ons
05-24-2019, 01:29 PM
Replies:
1,238
New Posting Features -
[DBTech] Advanced User Tagging v3 (vB4)
Views:
289,489
Posted By
Raptor
This plugin breaks the forums if server is PHP...
This plugin breaks the forums if server is PHP 7.1 or 7.2
Fatal error: Cannot use $this as parameter in /home/*****/public_html/forums/dbtech/usertag/includes/functions_bbcode.php on line 9
...
Forum:
vBulletin 4.x Add-ons
03-14-2019, 08:05 PM
Replies:
279
Moderators Functions -
Force Users to Read a Thread
Views:
111,943
Posted By
Raptor
False. I'm using vb4.2.5 + PHP 7 and it...
False.
I'm using vb4.2.5 + PHP 7 and it works perfectly fine.
Forum:
vBulletin 4.x Add-ons
03-14-2019, 08:04 PM
Replies:
279
Moderators Functions -
Force Users to Read a Thread
Views:
111,943
Posted By
Raptor
This works perfectly fine with vb 4.2.5. I'm...
This works perfectly fine with vb 4.2.5. I'm using it right now on a heavily modified forum. 100% functional.
I simply know what i'm doing hence no problems.
Forum:
vBulletin 4.x Add-ons
01-06-2019, 11:13 PM
Replies:
438
vBulletin Project Tools -
vBulletin Project Tools Open Source 2.2.2
Views:
115,256
Posted By
Raptor
I have the exact same problem. Can't find 2.30...
I have the exact same problem. Can't find 2.30 (or 2.3.1) anywhere - its not in the SVN branch either.
Forum:
vB4 Programming Discussions
09-29-2018, 04:58 AM
Replies:
23
How to default not checked "Retrieve remote file and reference locally" VB 4.1.10
Views:
8,748
Posted By
Raptor
Tested 100% in 4.2.5. Completely removes and...
Tested 100% in 4.2.5. Completely removes and disables the checkbox and text leaving only the URL entry.
https://vborg.vbsupport.ru/external/2018/09/6.png
...
Forum:
vBulletin 4.x Add-ons
03-04-2018, 06:43 PM
Replies:
171
Administrative and Maintenance Tools -
Change Threads/Posts Owner/Date for vB4
Views:
59,409
Posted By
Raptor
Updated to PHP 7.0 and it has broken completely ...
Updated to PHP 7.0 and it has broken completely
Call to undefined function split() on line 50 in /home/*******/public_html/forums/inlinemod.php(372) : eval()'d code
#0...
Forum:
Style and Graphics Requests (Unpaid)
10-25-2017, 03:54 AM
Replies:
4
vBulletin 4 Request - Change background color of forum header based on forum ID
Views:
2,548
Posted By
Raptor
vBulletin 4 Request - Change background color of forum header based on forum ID
I've seen this mod for 4.1.x but does not work on 4.2.x
https://vborg.vbsupport.ru/showthread.php?t=293417
I have forums with plain color background in forumhome - basically want a couple of...
Forum:
vBulletin 4.x Template Modifications
10-24-2017, 08:20 PM
Replies:
9
Forum Home Enhancements -
Change Background Color for Specific Forums on Homepage
Views:
7,273
Posted By
Raptor
not working in vb 4.2.3
not working in vb 4.2.3
Forum:
vBulletin 4.x Add-ons
08-10-2017, 07:24 AM
Replies:
89
Mini Mods -
Send emails with HTML as HTML
Views:
34,263
Posted By
Raptor
plugin works just fine with vb 4.2.3 but without...
plugin works just fine with vb 4.2.3 but without line breaks.
is there any update to solve that?
Forum:
vBulletin 4.x Template Modifications
05-07-2017, 12:51 PM
Replies:
22
BB Code Enhancements -
"select all" feature for BB Code : CODE/HTML/PHP
Views:
14,155
Posted By
Raptor
Update: Select All works in Chrome Version...
Update:
Select All works in Chrome Version 57.0.2987.133 (64-bit)
Stopped working after update to Chrome Version 58.0.3029.96 (64-bit)
Problem: the last parameter to the "setBaseAndExtent"...
Forum:
vBulletin 4.x Template Modifications
05-05-2017, 06:19 AM
Replies:
22
BB Code Enhancements -
"select all" feature for BB Code : CODE/HTML/PHP
Views:
14,155
Posted By
Raptor
This stopped working in Chrome just recently ...
This stopped working in Chrome just recently
Works fine in Edge and cellphone browser
Uncaught DOMException: Failed to execute 'setBaseAndExtent' on 'Selection': There is no child at offset...
Showing results 1 to 25 of 496
Page 1 of 20
1
2
3
11
>
Last
»
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
06:11 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.02601 seconds
Memory Usage
2,082KB
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
(2)
pagenav_pagelink
(1)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(42)
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.0082
(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(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(226, 0, 1,''); -> cached fperms for forum 226
(unspecified) fetch_permissions(226, 0, 1,''); -> cached fperms for forum 226
(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(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(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(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(226, 0, 1,''); -> cached fperms for forum 226
(unspecified) fetch_permissions(226, 0, 1,''); -> cached fperms for forum 226
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
FULLTEXT Search
php_sapi_name(): fpm-fcgi