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 33
Search took
0.00
seconds.
Search:
Posts Made By:
BrettC Frontier
Forum:
vBulletin 4.x Add-ons
08-15-2018, 07:19 AM
Replies:
171
Administrative and Maintenance Tools -
Change Threads/Posts Owner/Date for vB4
Views:
59,425
Posted By
BrettC Frontier
In PHP 7, split() was removed. Changing split to...
In PHP 7, split() was removed. Changing split to explode should suffice. Alternatively, you can use the preg_split and using what the link above has. :)
On line 199 of the addon, setting split to...
Forum:
vBulletin 4.x Add-ons
12-14-2017, 08:39 AM
Replies:
23
Administrative and Maintenance Tools -
Username Change Alert
Views:
5,601
Posted By
BrettC Frontier
Minor bug found... - Username input is not...
Minor bug found...
- Username input is not being fully sanitized. Input does not encode/escape special characters or non-alphanumeric characters such as ' " ` and so forth. The ' and " on input...
Forum:
vBulletin 4.x Add-ons
11-21-2017, 05:27 AM
Replies:
12
Show Thread Enhancements -
Post Body CSS For Specified Users
Views:
4,316
Posted By
BrettC Frontier
Small report, this seems to be an issue with...
Small report, this seems to be an issue with activity.php and how it's polling for forum data with the addon active.
template_render_output hook is causing the Forum Name text, and the forum ID...
Forum:
vBulletin 4.x Add-ons
11-20-2017, 11:05 PM
Replies:
12
Show Thread Enhancements -
Post Body CSS For Specified Users
Views:
4,316
Posted By
BrettC Frontier
Minor bug... all|5,6,9|background:rgba(18,...
Minor bug...
all|5,6,9|background:rgba(18, 18, 18, 0.90) url('https://forum-cdn.domain.tld/BackgroundFade1.png')
The background (and all of the css for that matter) is duplicated in...
Forum:
vBulletin 4.x Add-ons
05-17-2017, 03:49 PM
Replies:
27
Mini Mods -
Forum Section Ban - By Technidev
Views:
6,284
Posted By
BrettC Frontier
Quick question, "Ban from threads in the...
Quick question,
"Ban from threads in the forum section. (can still see forumdisplay)"
Does this include the ability to ban/suspend users from viewing a single thread, or all threads?
Forum:
vBulletin 4.x Add-ons
11-13-2016, 12:11 AM
Replies:
5
Miscellaneous Hacks -
More Reputation Comments
Views:
3,803
Posted By
BrettC Frontier
Would reduce load times when users go to the main...
Would reduce load times when users go to the main profile page. When you have rep set to 50 or more, you can observe a noticable slowdown in load times. Higher the number, you can really see the...
Forum:
vBulletin 4.x Add-ons
11-12-2016, 02:03 AM
Replies:
5
Miscellaneous Hacks -
More Reputation Comments
Views:
3,803
Posted By
BrettC Frontier
Nice little mod here. But maybe a better...
Nice little mod here. But maybe a better alternative would be dedicating an entire page to reputation in the usercp.php section? :)
Forum:
News and Announcements
11-12-2016, 02:01 AM
Replies:
61
A Big Welcome to MarkFL
Views:
27,400
Posted By
BrettC Frontier
Grats Mark. :)
Grats Mark. :)
Forum:
vB4 Design and Graphics Discussions
11-01-2016, 02:47 PM
Replies:
8
Infractıon Reason List
Views:
979
Posted By
BrettC Frontier
Try this then... Admin CP -> Plugins and Products...
Try this then... Admin CP -> Plugins and Products -> Add new plugin.
Product: vBulletin
Hook location: member_infraction_start
Title: Set infractions list to 40 items.
Execution order: 5...
Forum:
vB4 Programming Discussions
11-01-2016, 02:36 AM
Replies:
4
Ckeditor Upgrade
Views:
2,074
Posted By
BrettC Frontier
This is a long shot at this point, my apologies...
This is a long shot at this point, my apologies for the massive bump/necro of this thread.
What integrations exactly need to be monitored for if we were to upgrade CKEditor from the old version to...
Forum:
vB4 Design and Graphics Discussions
10-31-2016, 02:52 PM
Replies:
8
Infractıon Reason List
Views:
979
Posted By
BrettC Frontier
Tag on &pp=40 to the url, your URL should end up...
Tag on &pp=40 to the url, your URL should end up looking something like this:
http://your-domain.here.tld/member.php?u=IDOFUSER&tab=infractions&pp=40#infractions-content
Forum:
vBulletin 4.x Add-ons
10-07-2016, 01:44 PM
Replies:
69
Administrative and Maintenance Tools -
Additional Thread Tools
Views:
19,061
Posted By
BrettC Frontier
There's a slight bug when using preview thread....
There's a slight bug when using preview thread. If the supersticky, highlight or threadcss is checked, i end up with this SQL error when using a thread preview: UPDATE forum_thread
SET sticky...
Forum:
vBulletin 4.x Add-ons
07-12-2016, 03:31 AM
Replies:
23
Administrative and Maintenance Tools -
Username Change Alert
Views:
5,601
Posted By
BrettC Frontier
Hi Mark, I looked through the code but did not...
Hi Mark, I looked through the code but did not see this... is there any chance of the addon having a cooldown and no-reuse period?
Cooldown: User cannot change their username no less than X days...
Forum:
vBulletin 4.x Add-ons
06-12-2016, 01:33 PM
Replies:
11
Miscellaneous Hacks -
Require Edit Reason
Views:
5,216
Posted By
BrettC Frontier
You have a bug in the template_render_output...
You have a bug in the template_render_output hook.
While the mod is active, the template_render_output hook code causes activity.php to fail to render forum ID's, Forum Names, and text previews...
Forum:
vBulletin 4.x Add-ons
06-11-2016, 11:34 PM
Replies:
11
Miscellaneous Hacks -
Require Edit Reason
Views:
5,216
Posted By
BrettC Frontier
Would it be possible to add in a "special" group...
Would it be possible to add in a "special" group segment where Moderators and Administrators have their own special dropdown box segment in addition to the normal users segment?
So as per your...
Forum:
vBulletin 4.x Add-ons
05-24-2016, 07:33 PM
Replies:
69
Administrative and Maintenance Tools -
Additional Thread Tools
Views:
19,061
Posted By
BrettC Frontier
Thanks for the update, will deploy the changes...
Thanks for the update, will deploy the changes soon - depending on when i can finish my work on some number crunching. :D
Forum:
vBulletin 4.x Add-ons
05-24-2016, 05:41 PM
Replies:
69
Administrative and Maintenance Tools -
Additional Thread Tools
Views:
19,061
Posted By
BrettC Frontier
At the bottom left of our forums, you can select...
At the bottom left of our forums, you can select a thread prefix to filter the currently-viewed forum by. If you go to the bottom left of the forums...
Forum:
vBulletin 4.x Add-ons
05-24-2016, 05:24 PM
Replies:
69
Administrative and Maintenance Tools -
Additional Thread Tools
Views:
19,061
Posted By
BrettC Frontier
I've sent you a PM to not hijack this thread...
I've sent you a PM to not hijack this thread regarding that product addon. :)
Additionally, with the 'additional thread tools' addon active (1.0 up to 1.1), thread prefix-specific filtering is no...
Forum:
vBulletin 4.x Add-ons
05-24-2016, 01:30 AM
Replies:
69
Administrative and Maintenance Tools -
Additional Thread Tools
Views:
19,061
Posted By
BrettC Frontier
Possible to add in a drop down select box of the...
Possible to add in a drop down select box of the available thread prefixes to a forum on the reply (not new thread) boxes? Tried to get such (from a previous time) to work on our dev copy, but it...
Forum:
vBulletin 4.x Add-ons
03-11-2016, 10:06 AM
Replies:
58
Moderators Functions -
Report Thread Prefix Management
Views:
10,476
Posted By
BrettC Frontier
Hi Mark, I had a thought on this addon the other...
Hi Mark, I had a thought on this addon the other day.
On the addon, when a moderator marks a thread as resolved by clicking the button rather replying to said report, would it be possible to force...
Forum:
vBulletin 4.x Add-ons
02-01-2016, 01:04 PM
Replies:
58
Moderators Functions -
Report Thread Prefix Management
Views:
10,476
Posted By
BrettC Frontier
I had a look through the code to figure out what...
I had a look through the code to figure out what is going on here, but came short on it.
So, without further adue, a bug report! :D If a global moderator, or administrator reports a post, the...
Forum:
vB4 General Discussions
01-23-2016, 05:04 AM
Replies:
6
High CPU useage when board is set to active
Views:
775
Posted By
BrettC Frontier
If you have SSH/terminal access to the server...
If you have SSH/terminal access to the server (assuming you do by the above post), when the server begin to have severe issues, type in this to the terminal: ps auxf | sort -rk 3,3 | head -n 10
...
Forum:
vBulletin 4.x Add-ons
01-09-2016, 02:28 PM
Replies:
56
Anti-Spam Options -
Automated Post Reporter
Views:
9,896
Posted By
BrettC Frontier
This is a long shot at this point, but would it...
This is a long shot at this point, but would it be possible to rework how the Flagged words function?
Rather a comma delimited list, could it be set to one word (or phrase?) per line, with a | as...
Forum:
vBulletin 4.x Add-ons
10-29-2015, 03:01 PM
Replies:
33
Profile Enhancements -
Profile Reporter
Views:
8,957
Posted By
BrettC Frontier
Small request on this addon (de ja vu?!), could...
Small request on this addon (de ja vu?!), could an additional select box be added in to protect particular user groups from getting reported? :)
Forum:
vBulletin 4.x Add-ons
10-29-2015, 02:44 PM
Replies:
56
Anti-Spam Options -
Automated Post Reporter
Views:
9,896
Posted By
BrettC Frontier
Quick feature request, as we've come across a...
Quick feature request, as we've come across a fair amount of false positives on our boards due to the ? * wild card matching on simple words/small words.
As like the default vbulletin censor...
Showing results 1 to 25 of 33
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
02:27 AM
.
-- 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.01690 seconds
Memory Usage
2,039KB
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
(53)
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.0012
(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(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(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(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(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(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(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(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