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 53
Search took
0.00
seconds.
Search:
Posts Made By:
NickyDee
Forum:
vBulletin.org Site Feedback
03-02-2011, 09:42 PM
Replies:
84
What's Happening To vBulletin.org?
Views:
11,028
Posted By
NickyDee
Whats happened; 1.) Facebook and twitter has...
Whats happened;
1.) Facebook and twitter has captured a lot of the micro-blogging (status update/tweets etc.) market and grown it in a different direction. Forums remain strong but more so in...
Forum:
vB4 Programming Discussions
03-02-2011, 06:24 PM
Replies:
2
HTML welcome-email code
Views:
1,670
Posted By
NickyDee
HTML welcome-email code
I’m trying to make a plugin that will enable an HTML ‘welcome email’ when a user signs up. The problem seems to be that the $headers string is set to 'Content-Type: text/plain' and it needs to be...
Forum:
vB4 General Discussions
02-20-2011, 01:03 PM
Replies:
1
Widget cache time question
Views:
577
Posted By
NickyDee
Widget cache time question
I have made a php direct execution widget that doesn't actually need to be re-cached very often (like once a day tops). I've set its cache time to 360 minutes - am I right in doing this?
Forum:
vBulletin 3.8 Add-ons
02-19-2011, 10:55 PM
Replies:
29
Private Messages Enhancements -
Restrict Private Messages to Public if not Enough Posts
Views:
11,185
Posted By
NickyDee
Any chance you could give me a vague run-down of...
Any chance you could give me a vague run-down of how this works? I'm going to make something along these lines for my vB4.1 forum.
Forum:
vB4 General Discussions
02-19-2011, 07:02 PM
Replies:
6
How To Use Template Conditionals in Widgets
Views:
1,006
Posted By
NickyDee
1.) Make a new template, name it something like...
1.) Make a new template, name it something like "vbcms_widget_execphp_custom".
2.) Put your code inside it including conditionals just like you normally would in a template - if you want it to...
Forum:
vBulletin 4.x Template Modifications
02-19-2011, 09:36 AM
Replies:
127
Mini Mods -
Header Rework 4
Views:
35,871
Posted By
NickyDee
You can uninstall it by reversing each of the...
You can uninstall it by reversing each of the steps used to install it;
1.) Delete the CSS you added in vbulletin.css
2.) Go to the plugin manager and delete "Header Avatar"
3.) Go to Styles and...
Forum:
vB4 General Discussions
02-12-2011, 11:20 PM
Replies:
5
Google Adsense
Views:
883
Posted By
NickyDee
If you sign up with adsense seperately (not...
If you sign up with adsense seperately (not through vBulletin) and generate adverts manually you can set up a thing called site authentication. Its possible you can also do this with the inbuilt...
Forum:
vB4 Programming Discussions
12-28-2010, 12:46 PM
Replies:
3
Edit breadcrumb on a custom vb4 page.
Views:
950
Posted By
NickyDee
Thanks! works perfectly - obvious now its been...
Thanks! works perfectly - obvious now its been pointed out :)
Forum:
vB4 Programming Discussions
12-27-2010, 05:32 PM
Replies:
3
Edit breadcrumb on a custom vb4 page.
Views:
950
Posted By
NickyDee
any idea anyone?
any idea anyone?
Forum:
vB4 Programming Discussions
12-23-2010, 06:44 PM
Replies:
3
Edit breadcrumb on a custom vb4 page.
Views:
950
Posted By
NickyDee
Edit breadcrumb on a custom vb4 page.
So I would like to edit the order of the breadcrumb on a custom vb4 page. Right now i'm using this code on my PHP page to generate the navbits...
$navbits = construct_navbits(array('' =>...
Forum:
vB4 Programming Discussions
04-30-2010, 05:40 PM
Replies:
1
Please help - using custom variables in template
Views:
655
Posted By
NickyDee
Glad you figured it out Leonard. We had about 5...
Glad you figured it out Leonard. We had about 5 years worth of material on vB 3.x.x so it was very easy finding things, vB 4 is very new and it will take time to build up a solid knowledge base.
...
Forum:
vB4 Programming Discussions
04-29-2010, 07:34 PM
Replies:
9
PHP in vB4 template
Views:
1,475
Posted By
NickyDee
* bump *
* bump *
Forum:
vB4 Programming Discussions
04-25-2010, 06:22 PM
Replies:
1
Inlcuding PHP on vBulletin 4
Views:
515
Posted By
NickyDee
Inlcuding PHP on vBulletin 4
I've added two PHP includes to my vBulletin. But I'm having some trouble getting the plugin codes to work.
This is the first:
ob_start();
include('statsinner.php');
$includedphp =...
Forum:
vB4 Programming Discussions
04-25-2010, 06:17 PM
Replies:
3
Is there a way to program a "poll" widget based on a "poll" thread?
Views:
512
Posted By
NickyDee
There is already a CMS poll widget built in....
There is already a CMS poll widget built in. There isn't for the forum though, which is a shame.
Forum:
vB4 Programming Discussions
04-24-2010, 10:32 PM
Replies:
3
Different icon for each forum
Views:
601
Posted By
NickyDee
You can only achieve that with an addon, if you...
You can only achieve that with an addon, if you can find one that works.
Forum:
vB4 Programming Discussions
04-24-2010, 01:24 PM
Replies:
3
PHP code addition help
Views:
1,275
Posted By
NickyDee
It's PHP so you will need to include it in a...
It's PHP so you will need to include it in a seperate document.
PHP gets run once when the page is loaded, but vBulletin also runs PHP so what the include does is runs your PHP slider, stores its...
Forum:
vB4 Programming Discussions
04-24-2010, 01:20 PM
Replies:
5
Navigation
Views:
554
Posted By
NickyDee
Look in the styleVars dictionary and try to...
Look in the styleVars dictionary and try to figure it out, or ask in the paid help section to pay someone to reskin it for you.
...
Forum:
vB4 Programming Discussions
04-23-2010, 11:05 PM
Replies:
8
A bit confused about new hooks calls
Views:
834
Posted By
NickyDee
The font tag has been deprecated since 1996. Use...
The font tag has been deprecated since 1996. Use CSS to achieve the colour effect instead.
Forum:
vB4 Programming Discussions
04-22-2010, 09:31 PM
Replies:
9
PHP in vB4 template
Views:
1,475
Posted By
NickyDee
* bump *
* bump *
Forum:
vB4 Programming Discussions
04-21-2010, 06:44 PM
Replies:
1
ob_clean(); problems in custom template
Views:
764
Posted By
NickyDee
* Bump *
* Bump *
Forum:
vB4 Programming Discussions
04-19-2010, 09:00 PM
Replies:
6
Google "Page Speed"
Views:
892
Posted By
NickyDee
This only really matters if your site is...
This only really matters if your site is particularly slow. In the past, we used to live or die by page loading times - but fortunately these days most internet connections are so fast that for a...
Forum:
vB4 Programming Discussions
04-19-2010, 06:04 PM
Replies:
9
PHP in vB4 template
Views:
1,475
Posted By
NickyDee
I think you may be right, heres my statsinner.php...
I think you may be right, heres my statsinner.php code:
<?php
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
//...
Forum:
vB4 Programming Discussions
04-17-2010, 11:21 PM
Replies:
1
Aligning Something to the Right of Notices
Views:
466
Posted By
NickyDee
Wrap notices bit in one div, and float it left -...
Wrap notices bit in one div, and float it left - then wrap the conditional adsense code in another div and float it right. You will probably need to play around with this. I don't have time to fine...
Forum:
vB4 Programming Discussions
04-17-2010, 06:35 PM
Replies:
3
How to create a user bridge? (Getting plain text password)
Views:
1,062
Posted By
NickyDee
I'm fairly certain the hash is achieved with...
I'm fairly certain the hash is achieved with javascript. This means that the password is hashed before it leaves the page (so the password isn't vulnerable if its intercepted during the exchange).
...
Forum:
vB4 Programming Discussions
04-17-2010, 06:05 PM
Replies:
3
How to create a user bridge? (Getting plain text password)
Views:
1,062
Posted By
NickyDee
It might be easier to just setup your game server...
It might be easier to just setup your game server to share the same user name and password tables with vBulletin, depending on how much control you have over the game server?
Problem with the...
Showing results 1 to 25 of 53
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
09:34 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.01658 seconds
Memory Usage
2,050KB
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
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(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(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(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi