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 6
1
2
3
>
Last
»
Showing results 1 to 25 of 129
Search took
0.00
seconds.
Search:
Posts Made By:
sockwater
Forum:
vBulletin 3.8 Add-ons
10-08-2009, 11:06 PM
Replies:
29
Administrative and Maintenance Tools -
Better ACP Tag Manager (search for tags, display x tags in x cols)
Views:
8,695
Posted By
sockwater
It should be at the regular tags management page:...
It should be at the regular tags management page: Threads & Posts => Tags
Forum:
Forum and Server Management
09-25-2009, 01:26 PM
Replies:
13
Unoptimized query
Views:
1,948
Posted By
sockwater
forumdisplay.php line 720 in 3.8.4.
forumdisplay.php line 720 in 3.8.4.
Forum:
vBulletin 3.8 Add-ons
08-22-2009, 04:56 AM
Replies:
1,801
Add-On Releases -
[AJAX] Helpful Answers - Post Rating System (plus many sub-features)
Views:
258,050
Posted By
sockwater
I'm not quite following you. Post #1054 shows...
I'm not quite following you. Post #1054 shows how, with one query, you can pull all the information (what the vote was, the voter's username & userid) on each vote for each post being displayed in...
Forum:
vBulletin 3.8 Add-ons
08-18-2009, 11:37 PM
Replies:
1,801
Add-On Releases -
[AJAX] Helpful Answers - Post Rating System (plus many sub-features)
Views:
258,050
Posted By
sockwater
Should be able to do it with one query per page...
Should be able to do it with one query per page view. Once you have all the postids for the posts that will be displayed on the page, then pull all votes for all posts at once and sort them out in...
Forum:
vBulletin 3.8 Add-ons
08-10-2009, 10:34 PM
Replies:
1,801
Add-On Releases -
[AJAX] Helpful Answers - Post Rating System (plus many sub-features)
Views:
258,050
Posted By
sockwater
I have. I just thought I'd share, since Ted...
I have. I just thought I'd share, since Ted already has a couple of image options, and he might like to add another one.
Forum:
vBulletin 3.8 Add-ons
08-10-2009, 01:26 PM
Replies:
1,801
Add-On Releases -
[AJAX] Helpful Answers - Post Rating System (plus many sub-features)
Views:
258,050
Posted By
sockwater
Ted, I would be stoked if you could add an...
Ted, I would be stoked if you could add an additional option for using up/down arrows for post rating, and have them work just like the current thumbsup/thumbsdown images with rollover. I'll attach...
Forum:
vBulletin 3.7 Add-ons
08-05-2009, 09:08 PM
Replies:
2
Administrative and Maintenance Tools -
Debug Functions - trace and traceQuery
Views:
2,432
Posted By
sockwater
Thanks Michael, handy little functions. I dropped...
Thanks Michael, handy little functions. I dropped 'em into init_startup on a test installation for now.
Forum:
vBulletin 3.8 Add-ons
08-05-2009, 07:41 PM
Replies:
1,801
Add-On Releases -
[AJAX] Helpful Answers - Post Rating System (plus many sub-features)
Views:
258,050
Posted By
sockwater
Here are 2 options: 1. Add a separate table...
Here are 2 options:
1. Add a separate table to store the id of any vote that is "soft-deleted". That way current code would stay the same, and only the top helpful posts page would check it.
...
Forum:
vBulletin 3.7 Add-ons
08-03-2009, 04:24 PM
Replies:
63
Mini Mods -
Change Display Order for Show Groups (Forum Leaders)
Views:
27,357
Posted By
sockwater
Customize the showgroups_moderators template to...
Customize the showgroups_moderators template to match your current style.
Forum:
vBulletin 3.8 Add-ons
08-03-2009, 04:11 PM
Replies:
1,801
Add-On Releases -
[AJAX] Helpful Answers - Post Rating System (plus many sub-features)
Views:
258,050
Posted By
sockwater
Add a flag to each vote to show if it's soft...
Add a flag to each vote to show if it's soft deleted or not. When a post is soft deleted, soft delete the votes, when a post if hard deleted, hard delete the votes.
Forum:
vBulletin 3.7 Add-ons
08-03-2009, 03:42 PM
Replies:
63
Mini Mods -
Change Display Order for Show Groups (Forum Leaders)
Views:
27,357
Posted By
sockwater
Do you see this problem when viewing your forums...
Do you see this problem when viewing your forums with the default vB style?
Forum:
vBulletin 3.8 Add-ons
07-07-2009, 03:59 PM
Replies:
29
Administrative and Maintenance Tools -
Better ACP Tag Manager (search for tags, display x tags in x cols)
Views:
8,695
Posted By
sockwater
You're very welcome.
You're very welcome.
Forum:
vBulletin.org Site Feedback
06-12-2009, 03:13 PM
Replies:
11
[SQL] BBcode breaks
Views:
2,929
Posted By
sockwater
May I reiterate that the only change you need to...
May I reiterate that the only change you need to make is add the following code to any plugin on bbcode_create:
$this->unparsed_tags[] = 'sql';
This tells vBulletin that the bbcode should be...
Forum:
vBulletin 3.7 Add-ons
06-10-2009, 05:32 PM
Replies:
30
Administrative and Maintenance Tools -
Enable/Disable Debug Mode
Views:
14,272
Posted By
sockwater
Let me reiterate.
Let me reiterate.
Forum:
vBulletin 3.8 Add-ons
06-09-2009, 04:17 AM
Replies:
1,801
Add-On Releases -
[AJAX] Helpful Answers - Post Rating System (plus many sub-features)
Views:
258,050
Posted By
sockwater
bjkinzluvr, don't go to...
bjkinzluvr, don't go to www.yoursite.com/helpfulanswers.php (http://www.yoursite.com/helpfulanswers.php), go to WHATEVER-YOUR-SITE-IS/helpfulanswers.php
Forum:
vBulletin 3.7 Add-ons
06-09-2009, 03:38 AM
Replies:
27
Profile Enhancements -
Hide Expired and Reversed Infractions from the Infracted User
Views:
7,501
Posted By
sockwater
Great! Glad it's working well for you.
Great! Glad it's working well for you.
Forum:
vBulletin 3.8 Add-ons
06-04-2009, 11:27 PM
Replies:
29
Administrative and Maintenance Tools -
Better ACP Tag Manager (search for tags, display x tags in x cols)
Views:
8,695
Posted By
sockwater
Wish granted, in version 0.5.
Wish granted, in version 0.5.
Forum:
vBulletin 3.8 Add-ons
06-04-2009, 10:45 PM
Replies:
29
Administrative and Maintenance Tools -
Better ACP Tag Manager (search for tags, display x tags in x cols)
Views:
8,695
Posted By
sockwater
This is now implemented in version 0.4.
This is now implemented in version 0.4.
Forum:
vBulletin 3.8 Add-ons
06-04-2009, 10:00 PM
Replies:
29
Administrative and Maintenance Tools -
Better ACP Tag Manager (search for tags, display x tags in x cols)
Views:
8,695
Posted By
sockwater
Thanks, be sure to let me know. As of...
Thanks, be sure to let me know.
As of version 0.3, you can now search within tags, instead of only at the beginning of them.
I might be able to add that.
I don't think an auto-search...
Forum:
vBulletin 3.8 Add-ons
06-04-2009, 06:52 PM
Replies:
29
Administrative and Maintenance Tools -
Better ACP Tag Manager (search for tags, display x tags in x cols)
Views:
8,695
Posted By
sockwater
I've added this functionality in version 0.2....
I've added this functionality in version 0.2. Anything else you can think of that I should add?
Forum:
vBulletin 3.8 Add-ons
06-04-2009, 05:44 PM
Replies:
29
Administrative and Maintenance Tools -
Better ACP Tag Manager (search for tags, display x tags in x cols)
Views:
8,695
Posted By
sockwater
No, but I'll add it. Sounds useful.
No, but I'll add it. Sounds useful.
Forum:
vBulletin 3.8 Add-ons
06-03-2009, 10:00 PM
Replies:
29
Administrative and Maintenance Tools -
Better ACP Tag Manager (search for tags, display x tags in x cols)
Views:
8,695
Posted By
sockwater
Better ACP Tag Manager (search for tags, display x tags in x cols)
This modification adds extra functionality to the ACP tag manager, allowing you to search for tags and display an arbitrary number of tags per page. Hopefully something like this will get added to...
Forum:
vBulletin 3.7 Add-ons
05-25-2009, 03:46 PM
Replies:
27
Profile Enhancements -
Hide Expired and Reversed Infractions from the Infracted User
Views:
7,501
Posted By
sockwater
Both these issues are now addressed.
Both these issues are now addressed.
Forum:
vBulletin 3.7 Add-ons
10-31-2008, 06:01 PM
Replies:
63
Mini Mods -
Change Display Order for Show Groups (Forum Leaders)
Views:
27,357
Posted By
sockwater
It very well might work in 3.6.8. You are free...
It very well might work in 3.6.8. You are free to try it and report back if it worked or not.
Forum:
vBulletin 3.7 Add-ons
10-07-2008, 08:05 PM
Replies:
73
Board Optimization -
Dynamically Linked Source - Speed Up Your Multiple Site Network & Upgrades
Views:
14,351
Posted By
sockwater
If you're only running one forum, there's no...
If you're only running one forum, there's no reason to use this.
Showing results 1 to 25 of 129
Page 1 of 6
1
2
3
>
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
11:15 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.03611 seconds
Memory Usage
2,055KB
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)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(70)
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.0022
(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(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(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(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(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(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(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(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(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
(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(228, 0, 1,''); -> cached fperms for forum 228
(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(228, 0, 1,''); -> cached fperms for forum 228
FULLTEXT Search
php_sapi_name(): fpm-fcgi