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 40
Search took
0.00
seconds.
Search:
Posts Made By:
Blind Guardian
Forum:
vB3 General Discussions
07-08-2009, 04:14 PM
Replies:
4
I need everyone to have a reputation power of 1.
Views:
697
Posted By
Blind Guardian
Just took a look in functions_reputation.php, and...
Just took a look in functions_reputation.php, and this may have been a redundant question. From the looks of things I think the default value IS 1, with all the post count and join date influence...
Forum:
vB3 General Discussions
07-08-2009, 03:10 PM
Replies:
4
I need everyone to have a reputation power of 1.
Views:
697
Posted By
Blind Guardian
Right, but doesn't this just set their actual...
Right, but doesn't this just set their actual reputation level and not the power? I don't believe that would achieve what I'm going for.
EDIT: I imagine it could be done by directly editing the...
Forum:
vB3 General Discussions
07-08-2009, 02:03 PM
Replies:
4
I need everyone to have a reputation power of 1.
Views:
697
Posted By
Blind Guardian
I need everyone to have a reputation power of 1.
I'm looking to set up my reputation system so that everyone, regardless of joindate or post count, has a reputation power of +/- 1 point. vBulletin only seems to offer functionality for multiplying...
Forum:
vBulletin 3.7 Add-ons
06-29-2009, 08:19 AM
Replies:
5
Private Messages Enhancements -
Advanced PM Options
Views:
4,158
Posted By
Blind Guardian
I'm getting the same problem. I've skimmed...
I'm getting the same problem. I've skimmed through the code to try and work out what the problem is and as far as I can tell it's something to do with the delete original PM feature passing bad...
Forum:
Modification Graveyard
09-25-2008, 02:49 AM
Replies:
178
Administrative and Maintenance Tools -
[AJAX] Moderator Statistics
Views:
56,315
Posted By
Blind Guardian
Well it works on 3.7 as is, it's just missing the...
Well it works on 3.7 as is, it's just missing the ability to show infractions.
That's easily fixed by adding a few lines of code here and there. Firstly under the "Moderators Stats" misc_start...
Forum:
vBulletin 3.7 Add-ons
09-12-2008, 09:58 PM
Replies:
92
Statistics Modifications -
Cyb - Moderating Stats
Views:
26,603
Posted By
Blind Guardian
In the Admin CP, under the Plugin Manager in...
In the Admin CP, under the Plugin Manager in Plugins & Products, edit the "Cyb - Moderating Stats - MN" plugin and find the line of code as follows:
$cybmodstats_get_infr =...
Forum:
vBulletin 3.7 Add-ons
09-12-2008, 09:46 PM
Replies:
92
Statistics Modifications -
Cyb - Moderating Stats
Views:
26,603
Posted By
Blind Guardian
Indeed, my mistake. I didn't bother documenting...
Indeed, my mistake. I didn't bother documenting exactly what I'd changed as I didn't perceive needing to explain it to anyone else, and didn't check what the original timeperiod variable included.
...
Forum:
vBulletin 3.7 Add-ons
09-12-2008, 08:21 PM
Replies:
92
Statistics Modifications -
Cyb - Moderating Stats
Views:
26,603
Posted By
Blind Guardian
Under "Cyb - Moderating Stats - MN" in the Plugin...
Under "Cyb - Moderating Stats - MN" in the Plugin Manager, I changed this:
$cybmodstats_get_infr = $vbulletin->db->query_read("SELECT whoadded, points, dateline FROM " . TABLE_PREFIX . "infraction...
Forum:
vBulletin 3.7 Add-ons
09-04-2008, 01:25 AM
Replies:
92
Statistics Modifications -
Cyb - Moderating Stats
Views:
26,603
Posted By
Blind Guardian
So no one has any input on why limiting the...
So no one has any input on why limiting the number of days shown breaks the infraction totals?
EDIT: Nevermind, I fixed the bad query myself.
Forum:
vB3 General Discussions
08-28-2008, 05:20 AM
Replies:
1
Allowing members to pay for other's subscriptions
Views:
695
Posted By
Blind Guardian
Any thoughts on this?
Any thoughts on this?
Forum:
vBulletin 3.7 Add-ons
08-26-2008, 11:05 PM
Replies:
92
Statistics Modifications -
Cyb - Moderating Stats
Views:
26,603
Posted By
Blind Guardian
No, you're not. I have the same issue, and had...
No, you're not. I have the same issue, and had come here to try and find a solution myself.
Glancing at the code, I'd think it's a problem with the query not specifying the dateline properly, but...
Forum:
vBulletin 3.5 Add-ons
08-14-2008, 05:03 PM
Replies:
1,106
Prevent Doubleposting
Views:
331,251
Posted By
Blind Guardian
I'm having some problems with adding custom...
I'm having some problems with adding custom conditionals. The plugin works fine, and auto-merges everything that it should, but I have a few forums that I would like to disable auto-merge in.
...
Forum:
vB3 General Discussions
08-09-2008, 05:56 AM
Replies:
1
Allowing members to pay for other's subscriptions
Views:
695
Posted By
Blind Guardian
Allowing members to pay for other's subscriptions
I'm trying to find out if there's a product available that would allow members on my forums to pay for another member's subscription. I've tried digging around vbulletin.org, and checked...
Forum:
vBulletin 3.6 Add-ons
12-05-2007, 08:56 PM
Replies:
77
Add-On Releases -
afterfl0w's Advanced Banlist
Views:
16,511
Posted By
Blind Guardian
Bingo, I was just about to field a problem I was...
Bingo, I was just about to field a problem I was having and now upon hitting page 5 this damn thing isn't supported anymore. :mad:
In case anyone else can help, upon trying to import my old bans,...
Forum:
vBulletin 3.5 Template Modifications
07-20-2006, 05:24 PM
Replies:
27
UserID in postbit_legacy
Views:
5,115
Posted By
Blind Guardian
Where you would add: <if...
Where you would add:
<if condition="$post[userid]">
<div>UserID: $post[userid]</div><br />
</if>
Instead, add:
<if condition="$post[userid] AND in_array($bbuserinfo[usergroupid],...
Forum:
vBulletin 3.5 Add-ons
07-08-2006, 09:39 AM
Replies:
123
Private Message Quick Reply
Views:
22,801
Posted By
Blind Guardian
I was really hoping that this'd work, but I've...
I was really hoping that this'd work, but I've run into a pretty sturdy brick wall.
For some reason, the message box doesn't display AT ALL for me. With the first version it just makes a little...
Forum:
vBulletin 3.5 Template Modifications
07-08-2006, 09:12 AM
Replies:
27
UserID in postbit_legacy
Views:
5,115
Posted By
Blind Guardian
I added a condition so it only shows up for...
I added a condition so it only shows up for admins, but this should make my life a tad easier whenever I'm adding user-specific features to the templates.
Thanks.
Forum:
vBulletin 3.5 Add-ons
02-24-2006, 08:21 PM
Replies:
1,106
Prevent Doubleposting
Views:
331,251
Posted By
Blind Guardian
Excellent. The array to turn it off per-forum is...
Excellent. The array to turn it off per-forum is going to help me a lot with the forums which require a lot of double posting.
Thanks for this, Xenon.
Forum:
vBulletin 3.5 Add-ons
01-22-2006, 11:21 PM
Replies:
1,115
Forms Hack
Views:
245,156
Posted By
Blind Guardian
I don't suppose anyone would know if it'd be...
I don't suppose anyone would know if it'd be possible to modify this plugin to act as a moderator warning system?
I like my moderators to both post a reason in the member's usernotes, aswell as...
Forum:
vBulletin 3.5 Add-ons
01-15-2006, 01:17 AM
Replies:
45
[Beta] bbcode Table Maker
Views:
20,934
Posted By
Blind Guardian
That's what I got after ramming it up on the...
That's what I got after ramming it up on the product manager. All I did to edit the code was remove the permission for moderators to use it and change the image to point to somewhere outside of the...
Forum:
vBulletin 3.5 Add-ons
01-14-2006, 09:50 PM
Replies:
1,115
Forms Hack
Views:
245,156
Posted By
Blind Guardian
Thanks, I should be able to use this to make...
Thanks, I should be able to use this to make moderator recommendations, moderator resignations and signature removal requests a lot more efficient.
Forum:
Modification Requests/Questions (Unpaid)
01-14-2006, 07:31 PM
Replies:
2
Old splitting method.
Views:
979
Posted By
Blind Guardian
Old splitting method.
My forums (forums.gamewinners.com) are running on 3.5.0. Basically, my moderators have been having to adjust to the new method of splitting threads since we upgraded from the old version. Having to...
Forum:
Modification Requests/Questions (Unpaid)
12-04-2005, 05:16 PM
Replies:
5
Images reputation comment
Views:
1,481
Posted By
Blind Guardian
I'd really appreciate a solution to this problem,...
I'd really appreciate a solution to this problem, too.
I work at a forum that has a problem with a certain clique of people being jackasses all the time and posting enormous pictures in...
Forum:
vBulletin 3.5 Add-ons
11-01-2005, 04:54 AM
Replies:
1,165
Welcome headers - Improve community registration rates
Views:
234,430
Posted By
Blind Guardian
I modified this a little so it shows a message...
I modified this a little so it shows a message under the navigation bar, rather than the header, but it's a good idea. Thank you.
Forum:
vBulletin 3.5 Template Modifications
10-31-2005, 01:16 PM
Replies:
22
Admins on top of the Showgroup.php
Views:
8,944
Posted By
Blind Guardian
Thanks, installed and working fine.
Thanks, installed and working fine.
Showing results 1 to 25 of 40
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
11:21 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.01753 seconds
Memory Usage
2,041KB
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
(51)
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.0010
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(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
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
(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(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(155, 0, 1,''); -> cached fperms for forum 155
(unspecified) fetch_permissions(155, 0, 1,''); -> cached fperms for forum 155
FULLTEXT Search
php_sapi_name(): fpm-fcgi