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

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: BlueChipEarth
Forum: vB4 Programming Discussions 08-27-2013, 06:59 PM
Replies: 10
Views: 1,924
Posted By BlueChipEarth
nhawk, thanks a lot for your attention to this,...

nhawk, thanks a lot for your attention to this, and for taking your time to test my code! I appreciate it greatly!

After many trials and much tribulation, I've finally gotten my script to do what...
Forum: vB4 Programming Discussions 08-27-2013, 05:37 PM
Replies: 10
Views: 1,924
Posted By BlueChipEarth
nhawk, I can't figure out why mine won't work......

nhawk, I can't figure out why mine won't work... let me review the code and make sure I'm not in some parent if statement or something...

In the meantime, can you tell me what the registered...
Forum: vB4 Programming Discussions 08-27-2013, 04:50 PM
Replies: 10
Views: 1,924
Posted By BlueChipEarth
I have a variable in the "style_fetch" hook...

I have a variable in the "style_fetch" hook called $mobile (for the mobile device detection mod, unimportant for this question, but that's why it's in "style_fetch").

I cannot, for the life of me,...
Forum: Programming Articles 08-07-2012, 07:38 PM
Replies: 49
Views: 40,022
Posted By BlueChipEarth
I have tried everything you have provided to the...

I have tried everything you have provided to the very letter, and it simply doesn't work at all... the variable is always null when I call for it in the template.

I'm trying to add a custom...
Forum: vBulletin 4.x Add-ons 06-07-2010, 05:32 PM
Replies: 37
Views: 15,611
Posted By BlueChipEarth
Lines 9 and 10 of pages.php have references to...

Lines 9 and 10 of pages.php have references to deprecated code ($HTTP_GET_VARS):


$page= ("page_" . $HTTP_GET_VARS[p]);
if($HTTP_GET_VARS[p] == '')


This will not work for newer PHP, so you...
Forum: vB4 Programming Discussions 05-12-2010, 03:03 PM
Replies: 5
Views: 836
Posted By BlueChipEarth
I'm looking to do the same thing with an ASP.net...

I'm looking to do the same thing with an ASP.net site. How exactly did you get the login to work? Hopefully we can help each other on this thing and get it done!
Forum: vB4 Programming Discussions 05-12-2010, 03:00 PM
Replies: 1
Views: 594
Posted By BlueChipEarth
Just use a hook to add PHP. You can figure out...

Just use a hook to add PHP. You can figure out where the hooks are by opening up the .php files of the site, depending on when you want to fire the code. How did you end up achieving the...
Forum: vBulletin 4.x Add-ons 04-28-2010, 07:51 PM
Replies: 1,342
Views: 380,538
Posted By BlueChipEarth
It was my fault! I uploaded the files to the...

It was my fault! I uploaded the files to the wrong directory... D'OH! Works great now! Thanks for the response, Brownie!
Forum: vBulletin 4.x Add-ons 04-28-2010, 06:45 PM
Replies: 1,342
Views: 380,538
Posted By BlueChipEarth
I've installed this, but I get no option list in...

I've installed this, but I get no option list in the AdminCP.... any ideas?
Forum: vB3 Programming Discussions 02-25-2010, 02:51 PM
Replies: 9
Views: 1,778
Posted By BlueChipEarth
I've got a similar problem: ...

I've got a similar problem:

http://www.lawnsite.com
http://www.lawnsite.com/forumdisplay.php?f=123

That's one BB with an internal style set to one of the forums, so you get a "Lawnsite"...
Forum: vB3 Programming Discussions 07-23-2009, 02:47 PM
Replies: 1
Views: 915
Posted By BlueChipEarth
external.php - xml - lastpost - INCLUDE A POST PREVIEW

How can I alter external.php to return XML, last post in the thread but ALSO include a short preview of the post, just like the RSS2 returns?

in other words, I want to go to...
Forum: vBulletin 3.8 Template Modifications 07-18-2009, 05:55 PM
Replies: 168
Forum Home Enhancements - [vBD]-Facebook Bar..!!
Views: 40,431
Posted By BlueChipEarth
very nice! thanks for the tip! If you guys...

very nice! thanks for the tip!

If you guys want to see what I've done with the bar, check out my site! I made a few changes. Anyone know how to get this thing to float properly with IE 6?
Forum: vBulletin 3.7 Add-ons 07-18-2009, 03:57 PM
Replies: 1,143
Views: 336,615
Posted By BlueChipEarth
This is awesome! Thanks!

This is awesome! Thanks!
Forum: Modification Graveyard 07-18-2009, 03:32 PM
Replies: 1,410
Views: 304,567
Posted By BlueChipEarth
You must have short tags turned on for this to...

You must have short tags turned on for this to work!
Forum: vBulletin 3.7 Add-ons 06-26-2009, 12:58 PM
Replies: 1,585
Views: 517,844
Posted By BlueChipEarth
I'm also getting the long error message when I...

I'm also getting the long error message when I try to log in. I click the button, I get the login div, and then I click login and:

# facebook == null) $vbulletin->facebook = new...
Forum: vBulletin 3.7 Add-ons 06-26-2009, 12:54 PM
Replies: 1,585
Views: 517,844
Posted By BlueChipEarth
Oh my god I did the same thing! haha! I thought...

Oh my god I did the same thing! haha! I thought I was so smart, putting it before the </script> tag...
Forum: vBulletin 3.6 Add-ons 06-01-2009, 01:09 PM
Replies: 406
Add-On Releases - Mobile Device Style Assignment
Views: 115,340
Posted By BlueChipEarth
I have a client who needs to moderate his forum...

I have a client who needs to moderate his forum from his Blackberry, so I needed to hide this style from him specifically.

I went into the plugin manager and opened up "Detect Mobile Device and...
Forum: vBulletin 3.7 Add-ons 05-27-2009, 03:22 PM
Replies: 229
Forum Display Enhancements - Different Domain, Different Style
Views: 55,496
Posted By BlueChipEarth
Does that mean that if I have the mobile device...

Does that mean that if I have the mobile device detection mod installed, AND THEN I go to "mod.lawnsite.com" for example (for my moderator client), it will still override the detection and show the...
Forum: vBulletin 3.7 Styles 05-27-2009, 02:55 PM
Replies: 795
Views: 247,134
Posted By BlueChipEarth
Does this not work with the Mobile Device...

Does this not work with the Mobile Device Detection mod? It seems to not switch styles from a mobile phone... as though I tell it "hey switch styles" and then the MDD says "Oh no you don't!"

Any...
Forum: vBulletin 3.7 Add-ons 05-27-2009, 02:34 PM
Replies: 193
Views: 43,004
Posted By BlueChipEarth
I was going to ask if there is a way to make...

I was going to ask if there is a way to make moderators not see the mobile style because a client of ours needs to be able to moderate from his blackberry.

This mod will take care of that because...
Forum: vBulletin 3.7 Add-ons 05-26-2009, 03:42 PM
Replies: 407
Views: 132,269
Posted By BlueChipEarth
Dartho, I had this same problem and indeed it...

Dartho, I had this same problem and indeed it was because I didn't have "Allow User Selection" enabled.

Everything works great!

Installed!

(Also, I'm using your style, looks great!)
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT. The time now is 09:49 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.01597 seconds
  • Memory Usage 2,015KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (21)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (48)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
  • forumjump
  • search_complete
  • navbits
  • navbits_complete