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 35
Search took
0.00
seconds.
Search:
Posts Made By:
Birched
Forum:
vBulletin 3.8 Add-ons
12-07-2012, 03:25 PM
Replies:
40
Board Optimization -
Super Speedy UserCP
Views:
8,744
Posted By
Birched
What? Is is possible you have misplaced a...
What? Is is possible you have misplaced a semicolon somewhere?
EDIT: Also, you'll note that people who didn't use the exact code in the original post have had a similar problem in the past.
Forum:
vBulletin 3.8 Add-ons
07-15-2012, 08:10 PM
Replies:
40
Board Optimization -
Super Speedy UserCP
Views:
8,744
Posted By
Birched
Should be fine for 3.8.x. Definitely works for...
Should be fine for 3.8.x. Definitely works for 3.8.6.
Forum:
vBulletin 3.8 Add-ons
07-15-2012, 06:31 PM
Replies:
40
Board Optimization -
Super Speedy UserCP
Views:
8,744
Posted By
Birched
I am using it as written in the OP. EDIT: to...
I am using it as written in the OP.
EDIT: to be clear: the typo a few years back was that I had an extra 'i' in the code. You want to use the text in the original post, which is not option 1 or...
Forum:
vBulletin 4.x Add-ons
04-24-2012, 01:30 AM
Replies:
50
Administrative and Maintenance Tools -
[ForumOps] vBulletin Development Environment
Views:
10,245
Posted By
Birched
Does anyone who uses the Template Modification...
Does anyone who uses the Template Modification System (https://vborg.vbsupport.ru/showthread.php?t=152931) have experience trying to use it and VDE on the same install? Do they play nicely together?
Forum:
Forum and Server Management
03-25-2012, 01:36 PM
Replies:
1
Multiple Identical GET Requests (Apache)
Views:
1,342
Posted By
Birched
Multiple Identical GET Requests (Apache)
On a largish board, we occasionally get spikes in server load that appear to be caused by users making many simultaneous GET requests (~30-50 in 15 seconds). The problematic requests are identical...
Forum:
vBulletin Tips & Tricks
09-21-2009, 10:00 PM
Replies:
8
How-To Delete the Contents of a Large Forum
Views:
9,745
Posted By
Birched
How-To Delete the Contents of a Large Forum
How To Delete the Contents of a Large Forum
At some point, many of us prune older threads in order to keep our database size manageable.
The most obvious way to delete a large forum (containing...
Forum:
vB3 General Discussions
09-20-2009, 01:37 PM
Replies:
0
soft delete maintenance? (advice needed ASAP)
Views:
1,004
Posted By
Birched
soft delete maintenance? (advice needed ASAP)
Is there a way to traverse the database and hard delete everything that's been soft deleted? (Ideally, after a time interval?)
I looked through the threads here and the maintenance scripts, and...
Forum:
vBulletin 3.8 Add-ons
09-16-2009, 01:03 PM
Replies:
40
Board Optimization -
Super Speedy UserCP
Views:
8,744
Posted By
Birched
The problem has been mentioned previously both...
The problem has been mentioned previously both there (vbulletin.com) and here (vbulletin.org) (earlier by others, more recently by myself). The vbulletin coders would have to make a "substance over...
Forum:
vBulletin 3.7 Add-ons
09-16-2009, 12:44 PM
Replies:
70
New Posting Features -
QHSF Private Thread
Views:
17,246
Posted By
Birched
BUG: Edit (AJAX) of the first post of a thread...
BUG: Edit (AJAX) of the first post of a thread results in the loss of the private flag for the thread.
Forum:
vBulletin 3.8 Add-ons
09-16-2009, 12:07 PM
Replies:
637
Social Group and Album Enhancements -
All Albums
Views:
189,087
Posted By
Birched
To not show private albums, do this: IN: ...
To not show private albums, do this:
IN:
all_albums.php
AFTER:
while ($album = $db->fetch_array($albums)) {
ADD:
if ($album['state'] == 'private' AND...
Forum:
vBulletin 3.8 Add-ons
09-16-2009, 11:19 AM
Replies:
637
Social Group and Album Enhancements -
All Albums
Views:
189,087
Posted By
Birched
Thanks for this! To be clear if others are...
Thanks for this!
To be clear if others are having trouble: apparently (for some, anyway) this mod will not work unless you go to the vbulletin options area of the admincp and save the options...
Forum:
vBulletin 3.8 Template Modifications
08-26-2009, 02:22 AM
Replies:
57
Show Thread Enhancements -
Extra Modoptions into users posts (Ban Link, Edit Avatar, Edit sign,..)
Views:
19,331
Posted By
Birched
Same problem as above (threads cut off). ...
Same problem as above (threads cut off). Uninstalled for the time being.
EDIT: Fixed it, reinstalled. The problem is that the html comment tags are wrong: They should be <!-- COMMENT -->...
Forum:
vB3 General Discussions
08-23-2009, 12:43 AM
Replies:
1
max users ever online includes spiders?
Views:
530
Posted By
Birched
max users ever online includes spiders?
Hi --
Our max users ever online figure seems a tad too high (i.e. by hundreds of users). I am wondering -- does that number include spiders? (I'd prefer it didn't.)
I see that there's an old...
Forum:
vBulletin 3.6 Add-ons
08-23-2009, 12:36 AM
Replies:
73
Forum Display Enhancements -
Remove Spiders from Who's Online
Views:
19,491
Posted By
Birched
I can't find the equivalent to this for 3.8.4. ...
I can't find the equivalent to this for 3.8.4. Is anyone running it in 3.8.x?
It looks like the developer who took this particular mod over disappeared.
Thanks.
Forum:
vBulletin 3.6 Add-ons
08-11-2009, 05:26 AM
Replies:
30
Forum Display Enhancements -
Jump to Your Last Post in a Thread
Views:
9,114
Posted By
Birched
My users clamoured for this, so now it's...
My users clamoured for this, so now it's installed and working in 3.8.3. Looks like I made a modification similar to / the same as the 3.7 mod above to get it to work. (Also -- used the template...
Forum:
Modification Graveyard
08-11-2009, 01:33 AM
Replies:
28
Show Thread Enhancements -
Enhanced Post Time: Show poster's local time and date in post
Views:
6,476
Posted By
Birched
Sorry, not working well for me (times are...
Sorry, not working well for me (times are erratic) -- uninstalled
Forum:
vBulletin 3.8 Template Modifications
08-10-2009, 03:10 PM
Replies:
131
Forum Home Enhancements -
Extra forumbit controls
Views:
39,890
Posted By
Birched
installed, tried it out, uninstalled -- rss links...
installed, tried it out, uninstalled -- rss links were not working, and decided the one in the browser url bar was sufficient
Forum:
vBulletin 3.8 Add-ons
08-10-2009, 01:27 AM
Replies:
40
Board Optimization -
Super Speedy UserCP
Views:
8,744
Posted By
Birched
That's what it looks like. It's easy to try,...
That's what it looks like. It's easy to try, though.
Forum:
vBulletin 3.7 Add-ons
08-09-2009, 05:25 PM
Replies:
70
New Posting Features -
QHSF Private Thread
Views:
17,246
Posted By
Birched
There is a plugin that is disabled by default: ...
There is a plugin that is disabled by default:
Private Threads: Get Private/Restricted Users showthread_complete
What does that one do? Why is it disabled?
Also -- do you know how the mod...
Forum:
vBulletin 3.8 Add-ons
08-09-2009, 10:42 AM
Replies:
40
Board Optimization -
Super Speedy UserCP
Views:
8,744
Posted By
Birched
Please post your modified code. That is what...
Please post your modified code. That is what you'd get with a typo.
Forum:
vBulletin 3.8 Add-ons
08-09-2009, 10:39 AM
Replies:
40
Board Optimization -
Super Speedy UserCP
Views:
8,744
Posted By
Birched
The error was the letter 'i' that used to be...
The error was the letter 'i' that used to be there (look more closely.)
Forum:
vBulletin 3.8 Add-ons
08-09-2009, 05:29 AM
Replies:
40
Board Optimization -
Super Speedy UserCP
Views:
8,744
Posted By
Birched
That doesn't happen for me at all -- check your...
That doesn't happen for me at all -- check your braces (it sounds like you may have corrupted the surrounding function?), and if that doesn't fix it, then post in your change here for me to look at...
Forum:
vBulletin 3.8 Add-ons
08-08-2009, 11:17 PM
Replies:
40
Board Optimization -
Super Speedy UserCP
Views:
8,744
Posted By
Birched
Based on microstats, I went from 32 seconds to 5...
Based on microstats, I went from 32 seconds to 5 seconds with this one change (caching was turned off at the time). I saw a similar improvement when I did this with older boards. It will definitely...
Forum:
vBulletin 3.8 Add-ons
08-08-2009, 08:21 PM
Replies:
40
Board Optimization -
Super Speedy UserCP
Views:
8,744
Posted By
Birched
Thanks - fixed. EDIT: To be clear -- there...
Thanks - fixed.
EDIT: To be clear -- there used to be a typo with an 'i'. The correct replacement is what is stated in the original post, and not what is stated in the post before this one.
...
Forum:
vBulletin 3.8 Add-ons
08-07-2009, 10:00 PM
Replies:
40
Board Optimization -
Super Speedy UserCP
Views:
8,744
Posted By
Birched
Super Speedy UserCP
TIME TO INSTALL: 10 seconds (requires editing of one file in one place)
This simple code modification increases my usercp.php loading speed by 6x. I think it will be most useful in cases where...
Showing results 1 to 25 of 35
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
03:58 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.01569 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
(63)
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.0007
(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(235, 0, 1,''); -> cached fperms for forum 235
(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(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(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(239, 0, 1,''); -> cached fperms for forum 239
(unspecified) fetch_permissions(239, 0, 1,''); -> cached fperms for forum 239
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(unspecified) fetch_permissions(236, 0, 1,''); -> cached fperms for forum 236
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
FULLTEXT Search
php_sapi_name(): fpm-fcgi