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 42
Search took
0.00
seconds.
Search:
Posts Made By:
darkblade25
Forum:
vBulletin 4.x Add-ons
11-11-2010, 07:33 PM
Replies:
152
Moderators Functions -
Easy Mod Tools
Views:
38,318
Posted By
darkblade25
For those that are having problems with this mod...
For those that are having problems with this mod working for the postbit, I don't know if this is a good fix, but you can add
global $vbulletin;
at the top of "Postbit modtools" plugin. Seems to...
Forum:
vB3 General Discussions
10-22-2009, 08:01 PM
Replies:
153
vBulletin.com Forum Now Protected?
Views:
16,613
Posted By
darkblade25
The forums are working now. Nvm. It was for...
The forums are working now.
Nvm. It was for a second ago.
Forum:
vBulletin 3.8 Add-ons
09-21-2009, 03:58 AM
Replies:
682
Add-On Releases -
Yet Another Awards System
Views:
158,212
Posted By
darkblade25
You can edit the memberinfo here Member Info...
You can edit the memberinfo here Member Info Templates -> memberinfo_block_myawards
Forum:
vB3 Design and Graphics Discussions
11-29-2008, 04:36 PM
Replies:
1
Textbox missalign
Views:
759
Posted By
darkblade25
Textbox missalign
I am trying to add a module for vbadvance that consist of a search box.
Here is the code
<div id="somethingsearch">
<input type="text" id="nb" onfocus="this.value=''" value="Search for...
Forum:
vB3 Programming Discussions
11-27-2008, 04:00 AM
Replies:
5
Memberinfo Php script
Views:
988
Posted By
darkblade25
I got to work with $vbulletin->GPC['userid']....
I got to work with $vbulletin->GPC['userid']. Thanks for everything.
Forum:
vB3 Programming Discussions
11-27-2008, 03:43 AM
Replies:
5
Memberinfo Php script
Views:
988
Posted By
darkblade25
Thank you, I set it to member_complete, but now...
Thank you, I set it to member_complete, but now I have another problem, how can I get the userid of the member page, not your userid. I cant get userid from the url because I am using a url rewrite.
Forum:
vB3 Programming Discussions
11-27-2008, 02:02 AM
Replies:
5
Memberinfo Php script
Views:
988
Posted By
darkblade25
Memberinfo Php script
I have a php script that I store the output to a variable. I want to display that variable in the memberinfo template. Is there a way to call the script so that I can use the variable in Memberinfo...
Forum:
vBulletin 3.8 Add-ons
10-28-2008, 01:23 AM
Replies:
828
Major Additions -
Living Avatars
Views:
208,826
Posted By
darkblade25
Is it normal that when going to living avatar...
Is it normal that when going to living avatar page, you have to login again?
And once I login, i cant logout through my forums.
Anyone have a solution to this? I am using VB 3.7.3.
Forum:
vBulletin 3.7 Add-ons
10-25-2008, 06:22 PM
Replies:
444
Add-On Releases -
kBank 2.1 - Money System
Views:
116,973
Posted By
darkblade25
Ok, thanks for the reply, but I have another...
Ok, thanks for the reply, but I have another question, how do I set the point users earn when they post? Is the default like 5 points.
Also the admin log does not reflect the correct stats. For...
Forum:
vB3 General Discussions
10-25-2008, 08:23 AM
Replies:
9
BBcode in Social Group description?
Views:
1,173
Posted By
darkblade25
Does anyone know how to do this yet?
Does anyone know how to do this yet?
Forum:
vBulletin 3.7 Add-ons
10-25-2008, 07:28 AM
Replies:
444
Add-On Releases -
kBank 2.1 - Money System
Views:
116,973
Posted By
darkblade25
I think I have a bug or maybe just my forum or...
I think I have a bug or maybe just my forum or maybe have been reported already.
If I create an item with unlimited quantity or limited quantity, and then buy it. I then sell it, it does not count...
Forum:
vB3 General Discussions
10-09-2008, 05:42 AM
Replies:
1
Disable Notice outside of Forums
Views:
665
Posted By
darkblade25
Disable Notice outside of Forums
I have written a mod and I am including the navbar. But I do not want the notices to show up, even if they are guest. Is there a condition that I can compare to to check if the user is using the mod?
Forum:
vB3 General Discussions
10-06-2008, 07:32 PM
Replies:
1
Base Url Rewrite
Views:
733
Posted By
darkblade25
Base Url Rewrite
I am trying to write a mod_rewrite for a mod I have made, but whenever I go to www .mysite.com/dir/dir2 all my syles are screwed up.
Is there a way to make it so that the script think I am in...
Forum:
vBulletin 3.7 Add-ons
09-29-2008, 07:56 AM
Replies:
1,079
Major Additions -
TfSEO 2: the free vBulletin url rewrite
Views:
280,732
Posted By
darkblade25
Does anyone have the vBadvanced plugin working?
Does anyone have the vBadvanced plugin working?
Forum:
vB3 General Discussions
09-29-2008, 05:52 AM
Replies:
6
Redirect member.php
Views:
1,023
Posted By
darkblade25
Thanks, Dismounted. You were alot of help.
Thanks, Dismounted. You were alot of help.
Forum:
vB3 General Discussions
09-29-2008, 05:38 AM
Replies:
6
Redirect member.php
Views:
1,023
Posted By
darkblade25
Got it to work $id =...
Got it to work
$id = $vbulletin->input->clean_gpc('g', 'u', TYPE_INT);
if ($id)
{
$username = fetch_userinfo($id);
$vbulletin->url = $vbulletin->options['bburl'] ....
Forum:
vB3 General Discussions
09-29-2008, 04:46 AM
Replies:
6
Redirect member.php
Views:
1,023
Posted By
darkblade25
Not very good with plugin, but should I put the...
Not very good with plugin, but should I put the hook as global_start? Also how would the php code look, pseudocode is fine, just want to get an idea on how to do this.
Forum:
vB3 General Discussions
09-29-2008, 04:17 AM
Replies:
6
Redirect member.php
Views:
1,023
Posted By
darkblade25
Redirect member.php
I have shorter url for profile ex. http://www.mysite.com/Username
Is there a way to redirect the default member.php?u=1 to http://www.mysite.com/Username?
Forum:
vB3 General Discussions
09-27-2008, 11:56 PM
Replies:
1
Editor to edit Profile Fields
Views:
574
Posted By
darkblade25
Editor to edit Profile Fields
I want to use the vbulletin editor, the same one that you use to reply to post, to edit the profile fields in the "Edit you details." Anyone know how to do this?
Else if know one knows how, how do...
Forum:
vB3 General Discussions
09-07-2008, 04:09 AM
Replies:
1
Textbox Editor
Views:
695
Posted By
darkblade25
Textbox Editor
I am designing my own mod and I have run into a problem. I have a comment system up, and I want to allow users to edit the comments with out having to go to another page that brings up the editor.
...
Forum:
vB3 Programming Discussions
05-19-2008, 05:06 PM
Replies:
0
Store function into Variable
Views:
678
Posted By
darkblade25
Store function into Variable
I have been messing around with putting a php file into vbulletin. The only way I get that is by storing the output into a variable and call that variable in a template. Now I have a script that...
Forum:
vBulletin 3.8 Add-ons
05-13-2008, 12:36 PM
Replies:
4,362
Major Additions -
DownloadsII
Views:
1,470,824
Posted By
darkblade25
Hi, I am going to host large file and allow users...
Hi, I am going to host large file and allow users to download them. Does this mod allow me to limit a user 1 download at a time? Or is there a way to do that?
Forum:
vB3 General Discussions
05-11-2008, 03:39 AM
Replies:
1
vbAdvance Php File
Views:
652
Posted By
darkblade25
vbAdvance Php File
So I am new to vbadvance. I want to make a php page that contains a php file. But the php file that the page is pointing to uses arguments in the url, such as "mname=name", to display new content. Is...
Forum:
vBulletin 3.6 Add-ons
08-30-2007, 01:36 PM
Replies:
1,868
Major Additions -
vBCredits - Ultimate Points System
Views:
553,596
Posted By
darkblade25
Is it possible to add credits outside of...
Is it possible to add credits outside of vbulletin? Such as if they submit something when they are login on a page outside of the forums, and then they receive credit in their vbulletin account.
Forum:
vBulletin 3.6 Add-ons
07-26-2007, 09:54 PM
Replies:
145
Major Additions -
[ITech] vBExternal Lite
Views:
31,961
Posted By
darkblade25
Is it possible to have the date that the post was...
Is it possible to have the date that the post was made when you do the news
Showing results 1 to 25 of 42
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
09:15 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.01605 seconds
Memory Usage
2,030KB
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
(30)
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.0009
(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(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(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(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(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(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(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(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(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi