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 3
1
2
3
>
Showing results 1 to 25 of 65
Search took
0.00
seconds.
Search:
Posts Made By:
boozehound
Forum:
vBulletin 3.5 Add-ons
01-23-2006, 01:10 PM
Replies:
39
Pig's post report system
Views:
7,251
Posted By
boozehound
This hack doesn't have anything to do with emails.
This hack doesn't have anything to do with emails.
Forum:
vBulletin 3.0 Full Releases
01-22-2006, 09:24 AM
Replies:
38
Change reputation 'gem' levels
Views:
8,134
Posted By
boozehound
You need alter the code to change the 'bright'...
You need alter the code to change the 'bright' radio button in the admincp page to a text field, and change the database column for 'bright' to be a varchar to begin with, like I've done for the 3.5...
Forum:
Modification Graveyard
01-17-2006, 06:14 PM
Replies:
49
Pig's Subscription Gift
Views:
12,101
Posted By
boozehound
Does this error go away when you disable or...
Does this error go away when you disable or uninstall my product?
Forum:
Modification Graveyard
01-17-2006, 05:52 PM
Replies:
49
Pig's Subscription Gift
Views:
12,101
Posted By
boozehound
Hmm line 4320 says... ($hook =...
Hmm line 4320 says...
($hook = vBulletinHook::fetch_hook('global_complete')) ? eval($hook) : false;
... so what code is in your global_complete hooks?
Forum:
Modification Graveyard
01-16-2006, 10:00 PM
Replies:
49
Pig's Subscription Gift
Views:
12,101
Posted By
boozehound
Pig's Subscription Gift
Description
Allows users to pay for a paid subscription for another user.
Five plugins
One new template
Three new phrases
Three template edits
Forum:
vBulletin 3.5 Add-ons
01-15-2006, 01:45 AM
Replies:
39
Pig's post report system
Views:
7,251
Posted By
boozehound
Both usiing my code :) I gave permission for it...
Both usiing my code :) I gave permission for it to be ported but didn't realise it had been done already. There are some slight differences...
It is in the admincp menu if you uploaded the XML...
Forum:
Modification Graveyard
01-13-2006, 11:12 PM
Replies:
35
Pig's configurable rep gems
Views:
8,384
Posted By
boozehound
Cheers, updated.
Cheers, updated.
Forum:
vBulletin 3.6 Add-ons
01-13-2006, 08:37 PM
Replies:
3,111
Add-On Releases -
v3 Arcade - Games Arcade System for 3.6.0
Views:
720,500
Posted By
boozehound
Any idea how I could host the SWF files on a...
Any idea how I could host the SWF files on a separate server? My first thoughts are since the games always want to talk to the relative location './arcade.php', then there will need to be an...
Forum:
Modification Graveyard
01-13-2006, 02:56 PM
Replies:
35
Pig's configurable rep gems
Views:
8,384
Posted By
boozehound
Nice one.
Nice one.
Forum:
Modification Graveyard
01-12-2006, 10:45 PM
Replies:
35
Pig's configurable rep gems
Views:
8,384
Posted By
boozehound
Aha, schoolboy error on my part. Thanks. Product...
Aha, schoolboy error on my part. Thanks. Product updated.
Forum:
vBulletin 3.5 Add-ons
01-12-2006, 10:41 PM
Replies:
39
Pig's post report system
Views:
7,251
Posted By
boozehound
Move the <br/> into the conditional, e.g.: ...
Move the <br/> into the conditional, e.g.:
<if condition="$vbulletin->openreports"><br/><a href="postreports.php">$vbphrase[postreports_postreports]</a>: $vbulletin->openreports</if>
The...
Forum:
vBulletin 3.5 Add-ons
01-12-2006, 10:06 PM
Replies:
39
Pig's post report system
Views:
7,251
Posted By
boozehound
Ok, some leading slashes where they shouldn't...
Ok, some leading slashes where they shouldn't have been. Try the updated product.
Forum:
vBulletin 3.5 Add-ons
01-12-2006, 10:02 PM
Replies:
39
Pig's post report system
Views:
7,251
Posted By
boozehound
Yeah some of the mods on my site complained about...
Yeah some of the mods on my site complained about that that's why it was included :)
Incidentally notice that this is more or less just a direct port of the old code but I am planning a more...
Forum:
Modification Graveyard
01-12-2006, 09:55 PM
Replies:
35
Pig's configurable rep gems
Views:
8,384
Posted By
boozehound
Neither can I, it doesn't have anything to do...
Neither can I, it doesn't have anything to do with posting. Can you try disabling the mod's plugins one by one to determine which one the problem lies with?
Forum:
vBulletin 3.5 Add-ons
01-12-2006, 09:34 PM
Replies:
39
Pig's post report system
Views:
7,251
Posted By
boozehound
<br/><if condition="$vbulletin->openreports"><a...
<br/><if condition="$vbulletin->openreports"><a href="$modcpdir/postreports.php">$vbphrase[postreports_postreports]</a>: $vbulletin->openreports</if>
.. is what you want for the link in the...
Forum:
vBulletin 3.5 Add-ons
01-12-2006, 09:27 PM
Replies:
39
Pig's post report system
Views:
7,251
Posted By
boozehound
Well it's beta :) The link is an error, I need to...
Well it's beta :) The link is an error, I need to subsitute the modcp dir into the link. Are you sure it's showing up for non-mods? The variable in the conditional should only be true if the user is...
Forum:
Modification Graveyard
01-12-2006, 09:13 PM
Replies:
35
Pig's configurable rep gems
Views:
8,384
Posted By
boozehound
I can't reproduce this problem on my system. Does...
I can't reproduce this problem on my system. Does anyone else get this?
Forum:
vBulletin 3.5 Add-ons
01-12-2006, 09:12 PM
Replies:
39
Pig's post report system
Views:
7,251
Posted By
boozehound
Ah apologies. I didn't bother with that as one...
Ah apologies. I didn't bother with that as one can enable/disable the product from the product page.
Forum:
vBulletin 3.5 Add-ons
01-12-2006, 09:02 PM
Replies:
39
Pig's post report system
Views:
7,251
Posted By
boozehound
No, it's intended to be that way. Which settings...
No, it's intended to be that way. Which settings exactly do you want to control?
Forum:
Modification Graveyard
01-12-2006, 09:00 PM
Replies:
35
Pig's configurable rep gems
Views:
8,384
Posted By
boozehound
Update your product with this XML file (also...
Update your product with this XML file (also updated in first post zip).
I omitted to include 'private' as one of the scripts that this hack applies to.
Forum:
vBulletin 3.0 Full Releases
01-12-2006, 07:17 PM
Replies:
75
Improved Post Report System
Views:
15,997
Posted By
boozehound
3.5 port:...
3.5 port: https://vborg.vbsupport.ru/showthread.php?t=105165
Forum:
Modification Graveyard
01-12-2006, 06:03 PM
Replies:
35
Pig's configurable rep gems
Views:
8,384
Posted By
boozehound
I don't know how to do that yet.
I don't know how to do that yet.
Forum:
vBulletin 3.0 Full Releases
01-12-2006, 05:05 PM
Replies:
38
Change reputation 'gem' levels
Views:
8,134
Posted By
boozehound
Finished: ...
Finished:
https://vborg.vbsupport.ru/showthread.php?t=105156
Forum:
vBulletin 3.5 Add-ons
01-11-2006, 10:00 PM
Replies:
39
Pig's post report system
Views:
7,251
Posted By
boozehound
Pig's post report system
This is a port to 3.5 of this hack (https://vborg.vbsupport.ru/showthread.php?t=76582). Please see that thread for full description and usage instructions.
Installation
Unpack product.zip
...
Forum:
Modification Graveyard
01-11-2006, 10:00 PM
Replies:
35
Pig's configurable rep gems
Views:
8,384
Posted By
boozehound
Pig's configurable rep gems
A port to 3.5.x of this hack (https://vborg.vbsupport.ru/showthread.php?t=76586).
Description
Change the amount of reputation needed to acquire each reputation image (gem) as displayed in the...
Showing results 1 to 25 of 65
Page 1 of 3
1
2
3
>
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:39 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.04106 seconds
Memory Usage
2,040KB
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
(75)
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.0011
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(224, 0, 1,''); -> cached fperms for forum 224
(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(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
(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(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(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
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
FULLTEXT Search
php_sapi_name(): fpm-fcgi