Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
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
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
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
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
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
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
Views: 950
Posted By NickyDee
any idea anyone?

any idea anyone?
Forum: vB4 Programming Discussions 12-23-2010, 06:44 PM
Replies: 3
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
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
Views: 1,475
Posted By NickyDee
* bump *

* bump *
Forum: vB4 Programming Discussions 04-25-2010, 06:22 PM
Replies: 1
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
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
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
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
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
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
Views: 1,475
Posted By NickyDee
* bump *

* bump *
Forum: vB4 Programming Discussions 04-21-2010, 06:44 PM
Replies: 1
Views: 764
Posted By NickyDee
* Bump *

* Bump *
Forum: vB4 Programming Discussions 04-19-2010, 09:00 PM
Replies: 6
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 09:34 AM.


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