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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 491
Search took
0.01
seconds.
Search:
Posts Made By:
JulianD
Forum:
Programming Articles
06-09-2016, 05:47 PM
Replies:
11
[How-To] Use a new currency on your custom payment gateway
Views:
16,871
Posted By
JulianD
First, understand that this modification is for...
First, understand that this modification is for vBulletin 3. This version is several years old and if you're using newer version, this will simply not work.
Second, the 5th step is only necessary...
Forum:
Programming Articles
07-25-2014, 01:33 PM
Replies:
11
[How-To] Use a new currency on your custom payment gateway
Views:
16,871
Posted By
JulianD
I'm glad you got it working
I'm glad you got it working
Forum:
Programming Articles
10-14-2013, 07:56 PM
Replies:
11
[How-To] Use a new currency on your custom payment gateway
Views:
16,871
Posted By
JulianD
Hello, this solution doesn't add a new currency...
Hello, this solution doesn't add a new currency but instead, it takes an unused currency and rename it to our desired currency.
You should choose a currency that you're not currently using (in my...
Forum:
Programming Articles
07-24-2012, 04:26 PM
Replies:
11
[How-To] Use a new currency on your custom payment gateway
Views:
16,871
Posted By
JulianD
Thank you.
Thank you.
Forum:
vBulletin 4.x Add-ons
06-19-2012, 02:03 PM
Replies:
1,238
New Posting Features -
[DBTech] Advanced User Tagging v3 (vB4)
Views:
289,533
Posted By
JulianD
First of all, thank you for this great...
First of all, thank you for this great modification.
One question though. Is there any posibility to implement an auto complete feature? Or is this feature already included in the pro version?
Forum:
vBulletin 4.x Template Modifications
06-19-2012, 01:57 PM
Replies:
186
Miscellaneous Hacks -
TW7S - Change the look of the Login/Register [Twitter Style]
Views:
51,196
Posted By
JulianD
I'm glad to know that it works on 4.2
I'm glad to know that it works on 4.2
Forum:
vB3 General Discussions
05-25-2012, 03:37 PM
Replies:
6
Use on Payment API
Views:
1,883
Posted By
JulianD
This is a shame that vBulletin doesn't have...
This is a shame that vBulletin doesn't have something so basic like additional currencies for its paid subscriptions.
Now I will have to hack the forum and probably make file edits to just add my...
Forum:
Programming Articles
05-24-2012, 10:00 PM
Replies:
11
[How-To] Use a new currency on your custom payment gateway
Views:
16,871
Posted By
JulianD
[How-To] Use a new currency on your custom payment gateway
vBulletin offers the ability to create new payment gateways but you have to use one of the hard coded currencies that are currently on the system. The available currencies are USD, GBP, EUR, CAD and...
Forum:
vBulletin 4.x Template Modifications
05-08-2012, 02:07 AM
Replies:
186
Miscellaneous Hacks -
TW7S - Change the look of the Login/Register [Twitter Style]
Views:
51,196
Posted By
JulianD
The plugin is needed because the variable that...
The plugin is needed because the variable that has all the facebook connect information is only available to the header template and not the navbar template. If you don't want FC then you can simply...
Forum:
vBulletin 4.x Template Modifications
05-04-2012, 03:30 PM
Replies:
186
Miscellaneous Hacks -
TW7S - Change the look of the Login/Register [Twitter Style]
Views:
51,196
Posted By
JulianD
You can't remove the entire header content. Only...
You can't remove the entire header content. Only the login portion of the html code because you are moving it to the navbar.
I'm sorry if the instructions are not completely clear, just try to...
Forum:
vBulletin 4.x Template Modifications
03-05-2012, 03:49 PM
Replies:
186
Miscellaneous Hacks -
TW7S - Change the look of the Login/Register [Twitter Style]
Views:
51,196
Posted By
JulianD
This is an attempt to update the original mod to...
This is an attempt to update the original mod to 4.1.11.
Download the original package but follow my instructions instead.
If you want Facebook Connect on the login box you need to create one...
Forum:
vBulletin 4.x Add-ons
03-05-2012, 12:33 AM
Replies:
7
Miscellaneous Hacks -
WebDAV Access
Views:
4,280
Posted By
JulianD
Excellent! Did you know that Windows supports...
Excellent! Did you know that Windows supports WebDav? Now I can easily edit my templates just like files!
Forum:
vBulletin 4.x Add-ons
02-27-2012, 03:01 PM
Replies:
49
Add-On Releases -
NJAquaman - Main Nav Tab Drop Down
Views:
10,704
Posted By
JulianD
Thank you. This works great!
Thank you. This works great!
Forum:
vBulletin 4.x Add-ons
04-12-2010, 01:37 PM
Replies:
1,493
BB Code Enhancements -
AME3 - Auto Media Embeding and Video Extender
Views:
282,248
Posted By
JulianD
This is really sad news for me. I can't believe...
This is really sad news for me. I can't believe vBulletin is destroying its modding community this way!
Forum:
vBulletin 4.x Add-ons
04-10-2010, 01:15 AM
Replies:
1,493
BB Code Enhancements -
AME3 - Auto Media Embeding and Video Extender
Views:
282,248
Posted By
JulianD
AME does not auto convert links to videos since I...
AME does not auto convert links to videos since I upgraded to 4.0.3
Forum:
vB4 Programming Discussions
03-25-2010, 01:10 PM
Replies:
2
Problem using construct_usercp_nav and phrases
Views:
966
Posted By
JulianD
Are you loading the correct phrase groups? I...
Are you loading the correct phrase groups? I think there is a hook to do this.
// get special phrase groups
$phrasegroups = array('user', 'infractionlevel');
Forum:
vB4 Programming Discussions
03-25-2010, 01:08 PM
Replies:
5
Alternative to Captcha
Views:
936
Posted By
JulianD
It's an interesting approach to avoid those nasty...
It's an interesting approach to avoid those nasty spam bots. Thanks.
Forum:
vB4 Programming Discussions
03-24-2010, 09:24 PM
Replies:
0
Getting the $showuser value inside a widget
Views:
611
Posted By
JulianD
Getting the $showuser value inside a widget
Inside a widget I can use $this->content to access some of the properties of the displayed item like the author, title, etc.
My question is, how can I access the value of the 'Display Author'...
Forum:
vB4 Programming Discussions
03-06-2010, 01:19 PM
Replies:
2
Show widget only to unregistered users
Views:
660
Posted By
JulianD
I did this using a combination of template...
I did this using a combination of template conditionals and php conditionals. If anyone has a better idea please post it.
Forum:
vBulletin 3.8 Add-ons
01-29-2010, 03:01 PM
Replies:
1,385
Forum Display Enhancements -
vB Enterprise Translator
Views:
1,697,023
Posted By
JulianD
Hi, I installed this product on my 3M+ posts...
Hi, I installed this product on my 3M+ posts forum and although it works good, the speed of the translated pages is just slow.
I don't know how the cache system you developed works but it doesn't...
Forum:
vBulletin 3.6 Add-ons
12-07-2009, 12:36 PM
Replies:
705
Administrative and Maintenance Tools -
Username Request
Views:
145,391
Posted By
JulianD
This modification is great but it needs a lot of...
This modification is great but it needs a lot of modification. I did already modify mine in my main forum and it's working as I like.
I fixed some bugs and did a schedule task to change nicks at...
Forum:
vBulletin 3.8 Add-ons
01-29-2009, 04:11 AM
Replies:
1,702
Major Additions -
AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs
Views:
415,322
Posted By
JulianD
I understand your sarcastic tone and let me tell...
I understand your sarcastic tone and let me tell you it's not my intention to criticize the author's work. I know his work because I used to be his customer. I haven't seen the source code to even...
Forum:
vBulletin 3.8 Add-ons
01-29-2009, 03:03 AM
Replies:
1,702
Major Additions -
AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs
Views:
415,322
Posted By
JulianD
My god, I can't believe there are such great...
My god, I can't believe there are such great modifications still depending on modifying the post table. Do you know what it takes to do an ALTER TABLE to a table with millions of records?
Forum:
vBulletin 3.6 Add-ons
12-20-2007, 08:01 PM
Replies:
705
Administrative and Maintenance Tools -
Username Request
Views:
145,391
Posted By
JulianD
There's a bug (or something working wrong with my...
There's a bug (or something working wrong with my live and dev sites):
You're inserting the requested nick to the database in an escaped form, but once the admin approves the nick, it's given...
Forum:
vBulletin 3.5 Add-ons
11-02-2007, 02:12 AM
Replies:
161
Restrict Supermod Permissions
Views:
31,620
Posted By
JulianD
This hack is now a default feature on vB 3.6.x...
This hack is now a default feature on vB 3.6.x...
Showing results 1 to 25 of 491
Page 1 of 20
1
2
3
11
>
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
01:48 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.02420 seconds
Memory Usage
2,081KB
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)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(52)
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.0076
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(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(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(188, 0, 1,''); -> cached fperms for forum 188
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(245, 0, 1,''); -> cached fperms for forum 245
(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(245, 0, 1,''); -> cached fperms for forum 245
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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