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...
Showing results 1 to 25 of 25
Search took
0.00
seconds.
Search:
Posts Made By:
drew010
Forum:
vBulletin 3.8 Add-ons
01-26-2008, 09:06 PM
Replies:
2,396
Show Thread Enhancements -
[AJAX] Post Thank You Hack
Views:
883,470
Posted By
drew010
one of my mods found that if they copy the thanks...
one of my mods found that if they copy the thanks link for a given post and put it in an image tag in the thread, then anyone who views the thread will automatically thank that post.
as a bypass...
Forum:
vBulletin 3.6 Add-ons
11-01-2007, 08:28 PM
Replies:
97
End-User Options -
Let user choose how many reputation points to give (up to their limit).
Views:
31,010
Posted By
drew010
I tried several things, including changing the...
I tried several things, including changing the z-index of the dropdown box to be one of the highest values possible, but for some reason IE has an error drawing it on that dynamic window that gets...
Forum:
vBulletin 3.6 Add-ons
10-18-2007, 04:02 AM
Replies:
97
End-User Options -
Let user choose how many reputation points to give (up to their limit).
Views:
31,010
Posted By
drew010
two dropdown elements are created, one invisible,...
two dropdown elements are created, one invisible, and an automatic template edit inserts javascript to toggle between the two sets of dropdowns when each one is clicked.
Forum:
vBulletin 3.6 Add-ons
10-10-2007, 07:25 PM
Replies:
97
End-User Options -
Let user choose how many reputation points to give (up to their limit).
Views:
31,010
Posted By
drew010
Yea you can do that. In the "Generate HTML...
Yea you can do that. In the "Generate HTML Dropdown" plugin, make the following change:
// change
$negrepdd .= "<option value=\"$i\">$i</option>";
// to
$negrepdd .= "<option...
Forum:
vBulletin 3.6 Add-ons
10-05-2007, 05:54 AM
Replies:
127
Show Thread Enhancements -
Google Adsense Postbit Integration
Views:
44,239
Posted By
drew010
In the "Usergroups ID can use Google Adsense"...
In the "Usergroups ID can use Google Adsense" field, put only "1" which is the usergroup id for unregistered users.
Forum:
vBulletin 3.6 Add-ons
10-05-2007, 04:29 AM
Replies:
97
End-User Options -
Let user choose how many reputation points to give (up to their limit).
Views:
31,010
Posted By
drew010
An update has been released to address several...
An update has been released to address several issues found by users who have posted in this thread.
Forum:
vBulletin 3.6 Add-ons
05-08-2007, 03:16 AM
Replies:
97
End-User Options -
Let user choose how many reputation points to give (up to their limit).
Views:
31,010
Posted By
drew010
the only code related to modifying templates are...
the only code related to modifying templates are these two things:
on showing the reputation form i look for the vb phrase your_comments_on_this_post and i insert a tr in the row just before it...
Forum:
vBulletin 3.6 Add-ons
05-04-2007, 10:39 PM
Replies:
97
End-User Options -
Let user choose how many reputation points to give (up to their limit).
Views:
31,010
Posted By
drew010
yeah just waiting to see if anyone has any issues...
yeah just waiting to see if anyone has any issues with it before i call it a release. maybe see if there are any suggestions for it as well so i can add a feature or two before doing that.
Forum:
vBulletin 3.6 Add-ons
05-04-2007, 06:44 PM
Replies:
97
End-User Options -
Let user choose how many reputation points to give (up to their limit).
Views:
31,010
Posted By
drew010
Right now the mod only supports a dropdown. I...
Right now the mod only supports a dropdown. I was able to switch to a textbox using a Firefox addon that has the option of converting all form <select> boxes into text boxes. It is called Web...
Forum:
vBulletin 3.6 Add-ons
05-04-2007, 06:19 PM
Replies:
97
End-User Options -
Let user choose how many reputation points to give (up to their limit).
Views:
31,010
Posted By
drew010
That's just a screenshot of the User Reputation...
That's just a screenshot of the User Reputation Manager showing it gave 5 points, instead of the 10 it would have. It is found under "User Reputations" => "View Reputation Comments"
All this mod...
Forum:
vBulletin 3.6 Add-ons
05-03-2007, 10:00 PM
Replies:
97
End-User Options -
Let user choose how many reputation points to give (up to their limit).
Views:
31,010
Posted By
drew010
Let user choose how many reputation points to give (up to their limit).
This modification gives the user the option to choose how many reputation points to give or take when posting reputation on a post. They cannot give or take more than the number of points they have...
Forum:
vBulletin 3.6 Add-ons
03-07-2007, 08:55 AM
Replies:
339
Administrative and Maintenance Tools -
Admin Log In As User
Views:
129,749
Posted By
drew010
i found this one bug by accident, but if i log in...
i found this one bug by accident, but if i log in as a user and then delete them from the admin cp, if i go back to the forum without logging out everything is backwards (right to left reading) and...
Forum:
vB3 Programming Discussions
07-03-2006, 01:15 AM
Replies:
3
Make a user's ranks update? Plugin help.
Views:
800
Posted By
drew010
Can NO-ONE help?
Can NO-ONE help?
Forum:
vB3 Programming Discussions
06-29-2006, 03:12 AM
Replies:
3
Make a user's ranks update? Plugin help.
Views:
800
Posted By
drew010
I've done so - I still have the same problem. ...
I've done so - I still have the same problem.
Here's my updated code:
if ($foruminfo['forumid'] == 38)
{
$thread = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "thread WHERE...
Forum:
vB3 Programming Discussions
06-27-2006, 07:47 PM
Replies:
0
Updating the cache so all user ranks appear?
Views:
714
Posted By
drew010
Updating the cache so all user ranks appear?
if ($foruminfo['forumid'] == 38)
{
require_once(DIR . '/includes/functions_user.php');
require_once(DIR . '/includes/functions_databuild.php');
$userdm =& datamanager_init('User',...
Forum:
vB3 Programming Discussions
06-26-2006, 07:23 AM
Replies:
3
Make a user's ranks update? Plugin help.
Views:
800
Posted By
drew010
Make a user's ranks update? Plugin help.
if ($foruminfo['forumid'] == 38)
{
$splitvotes = explode('|||', $pollinfo['votes']);
if ($splitvotes[0] >= 1)
{
$user = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "user...
Forum:
vB3 Programming Discussions
06-15-2006, 08:20 AM
Replies:
2
Editing thread if you know thread ID?
Views:
915
Posted By
drew010
Yes, through PHP. I'm not that dim ;)
Yes, through PHP. I'm not that dim ;)
Forum:
vB3 Programming Discussions
06-15-2006, 07:18 AM
Replies:
2
Editing thread if you know thread ID?
Views:
915
Posted By
drew010
Editing thread if you know thread ID?
I have the thread ID and I want to edit the first post, any tips on how to do so?
Forum:
Modification Requests/Questions (Unpaid)
06-12-2006, 03:24 AM
Replies:
0
Small reputation modification.
Views:
714
Posted By
drew010
Small reputation modification.
Basically I'd like a plugin/product which allows me to define how much reputation to give, from -max to max. Any help is much appreciated!
Forum:
vB3 General Discussions
06-06-2006, 06:40 AM
Replies:
4
2 domains 1 database
Views:
1,048
Posted By
drew010
Change the host in config.php?
Change the host in config.php?
Forum:
vB3 General Discussions
06-06-2006, 06:19 AM
Replies:
3
Downgrading members automatically from usergroup if lack of activity hack
Views:
781
Posted By
drew010
<a...
<a href="https://vborg.vbsupport.ru/showthread.php?t=94041&highlight=Inactive+User+Management" target="_blank">https://vborg.vbsupport.ru/showt...ser+Management</a>
Forum:
vB3 General Discussions
03-18-2006, 02:20 AM
Replies:
0
weird search issue
Views:
566
Posted By
drew010
weird search issue
I've searched around the bugs area a bit and tried many things on my board but I'm having a weird issue.
I have a few private forums and categories, one is accessable to only admins, the other to...
Forum:
Big Board Discussions
03-18-2006, 12:45 AM
Replies:
59
How many servers is your big board on?
Views:
21,379
Posted By
drew010
wow , mind sharing some of the my.cnf file? ive...
wow , mind sharing some of the my.cnf file? ive been getting deadlocks every few days it seems and i usually only have 50-60 members online at once. and the forum is the only major site on the...
Forum:
Modification Graveyard
12-10-2005, 08:36 AM
Replies:
522
Major Additions -
Talker Bot v2.0.2
Views:
125,462
Posted By
drew010
I think that means he is programming a new...
I think that means he is programming a new version but he won't make it 3.0 compatable unless there is high demand for it.
Forum:
vBulletin 3.5 Add-ons
11-29-2005, 09:19 PM
Replies:
3,330
[AJAX] vBShout v2.0
Views:
1,065,820
Posted By
drew010
When I use this with Aria (and presumably other...
When I use this with Aria (and presumably other skins) the background of the title for the shoutbox is the default styles one, not Aria's. Any help on fixing this?
Showing results 1 to 25 of 25
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:30 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.03193 seconds
Memory Usage
2,028KB
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)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(45)
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
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(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(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(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(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(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(172, 0, 1,''); -> cached fperms for forum 172
(unspecified) fetch_permissions(172, 0, 1,''); -> cached fperms for forum 172
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
FULLTEXT Search
php_sapi_name(): fpm-fcgi