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

Showing results 1 to 25 of 312
Search took 0.02 seconds.
Search: Posts Made By: nitro
Forum: vBulletin 3.7 Add-ons 02-18-2008, 10:20 PM
Replies: 54
Miscellaneous Hacks - Dynamic Google Analytics
Views: 15,802
Posted By nitro
Would this not be better in the global_complete...

Would this not be better in the global_complete hook location with something like:


if ($vbulletin->options['ga_enable']) {

...
Forum: vBulletin 3.6 Add-ons 04-13-2007, 06:34 PM
Replies: 105
Administrative and Maintenance Tools - [APM] Advanced Product Management 3.0.4
Views: 33,449
Posted By nitro
When working with templates you would need to...

When working with templates you would need to move into debug mode to edit the code in the products templates in the master style and not the regular child styles. When you export a product either...
Forum: vBulletin 3.6 Add-ons 04-04-2007, 10:54 AM
Replies: 56
Add-On Releases - Module CMPS:Recent Attachments
Views: 10,212
Posted By nitro
vbPortal users, having had a quick look at the...

vbPortal users, having had a quick look at the contents of the module file for cms you should be able to get this working following the "basic rule of thumb" principal in this thread...
Forum: vBulletin 3.6 Add-ons 03-28-2007, 07:39 PM
Replies: 255
New Posting Features - Custom Thread Fields
Views: 75,232
Posted By nitro
The create table in the product file is bad:...

The create table in the product file is bad: wants to be I would think.


`forumid` mediumint(10) unsigned NOT NULL default '0',


instead of:

`forumid` mediumint(10) unsigned NOT NULL...
Forum: vBulletin.org Site Feedback 03-26-2007, 10:12 PM
Replies: 13
Views: 1,420
Posted By nitro
I dread the day when current coders beocme staff...

I dread the day when current coders beocme staff here in the future and decide to hand over such powers to non staff, it has to be said some coders carry as much attitude as some non coders, and some...
Forum: vBulletin 3.6 Add-ons 03-07-2007, 08:22 AM
Replies: 78
Views: 27,335
Posted By nitro
Not sure if the flash header is on that styleid...

Not sure if the flash header is on that styleid with the Beta Demo: url ? Is it the same header as in your portal ? Which is looking very nice. :)
Forum: vBulletin 3.6 Add-ons 03-06-2007, 04:59 PM
Replies: 77
Administrative and Maintenance Tools - Token of Death (cookie ban)
Views: 26,826
Posted By nitro
You should have named it "Cereal Killer"...

You should have named it "Cereal Killer" :D
Forum: ibProArcade Archive 03-01-2007, 02:23 PM
Replies: 7
Views: 1,957
Posted By nitro
It makes no difference how many hashes or random...

It makes no difference how many hashes or random characters used, it only takes a vulnerability that would permit the altering of the email address field for a specific ID in the user table and...
Forum: Modification Graveyard 02-16-2007, 08:17 AM
Replies: 504
Views: 119,465
Posted By nitro
Is there one similar to this that counts and...

Is there one similar to this that counts and displays x # for new threads with zero replies since last visit ?
I thought this was the one but it doesnt look like it, is it another of yours Paul ?
Forum: vBulletin.org Site Feedback 01-02-2007, 02:58 PM
Replies: 16
Views: 3,718
Posted By nitro
And to not run off with it 6-12 months down the...

And to not run off with it 6-12 months down the line and place it on their paid scripts site. If a hack enters communal authoring it remains there.

There should also be an agreement were any...
Forum: vBulletin 3.5 Add-ons 12-04-2006, 09:34 AM
Replies: 4
Views: 4,012
Posted By nitro
Nice work. Not sure what your trying to acheive...

Nice work. Not sure what your trying to acheive with the:


</td><br />
</td>


in the template but I dont believe that location is valid for a <br /> and the extra cell closer can be...
Forum: vBulletin.org Site Feedback 12-03-2006, 04:43 PM
Replies: 8
Views: 1,939
Posted By nitro
Same here, however I was just thinking my list is...

Same here, however I was just thinking my list is getting a little long.

Hows about two links one for hacks and one for styles and template mods ?
Forum: vBulletin 3.6 Add-ons 12-02-2006, 04:27 PM
Replies: 105
Administrative and Maintenance Tools - [APM] Advanced Product Management 3.0.4
Views: 33,449
Posted By nitro
Looks like a great addition. One thing I...

Looks like a great addition.

One thing I have noticed is there is still no way to assign existing custom templates in a style to a product without being in debug. Anyway this type of function...
Forum: ibProArcade Archive 10-29-2006, 05:39 PM
Replies: 2
Views: 811
Posted By nitro
The arcades xml files most likely havent uploaded...

The arcades xml files most likely havent uploaded properly in your vb includes/xml directory. I would try replacing them.
Forum: ibProArcade Archive 10-29-2006, 05:34 PM
Replies: 12
Views: 1,471
Posted By nitro
I would guess you have a corrupted file during...

I would guess you have a corrupted file during the upload, try replacing them ensuring you overwrite and not resume or skip.
You should not need to re-install.
Forum: Community Lounge 10-28-2006, 01:50 PM
Replies: 2
Views: 884
Posted By nitro
Sounds like the owned licence certainlyhas extra...

Sounds like the owned licence certainlyhas extra benefits over leased then. ;)
Forum: Community Lounge 10-27-2006, 09:29 PM
Replies: 13
Views: 1,472
Posted By nitro
vbportal works with the anymedia bbcode addon...

vbportal works with the anymedia bbcode addon almost out of the box, attachments included. ;)
Forum: Modification Graveyard 09-26-2006, 12:56 AM
Replies: 961
Views: 133,258
Posted By nitro
Not yet, looking at some other changes, like...

Not yet, looking at some other changes, like multibot (should be easy to change it back to how I did that before pretty much and select a random bot based on membergroups so they can still apear as...
Forum: Modification Graveyard 09-24-2006, 11:41 PM
Replies: 961
Views: 133,258
Posted By nitro
Think the spaces are missing from these aswell ...

Think the spaces are missing from these aswell


".$vbulletin->options['ewt_talkerbot_botuid']."


Should be

" . $vbulletin->options['ewt_talkerbot_botuid'] . "
Forum: Modification Graveyard 09-24-2006, 10:12 PM
Replies: 961
Views: 133,258
Posted By nitro
More likely a typo really, its a common error,...

More likely a typo really, its a common error, done it myself before. :)

Why affect some and not others ? 2 possibilities come to mind, your version of mysql, do you have a table prefix ? if so it...
Forum: Modification Graveyard 09-24-2006, 08:49 PM
Replies: 961
Views: 133,258
Posted By nitro
This part ".TABLE_PREFIX." should be ...

This part

".TABLE_PREFIX."

should be like this

" . TABLE_PREFIX . "
Forum: Modification Graveyard 09-24-2006, 05:05 PM
Replies: 961
Views: 133,258
Posted By nitro
Could be your missing the preceding / from the...

Could be your missing the preceding / from the path(s) you entered ? as it should read /home/... not home/...
Forum: Modification Graveyard 09-24-2006, 01:10 AM
Replies: 961
Views: 133,258
Posted By nitro
Perhaps your R.aiml got corrupted during the...

Perhaps your R.aiml got corrupted during the upload ?

Seems to have installed ok for me, thanks Tim it finally got there. :)

From the messing I did with the old version getting it running in...
Forum: Community Lounge 09-06-2006, 05:34 AM
Replies: 26
Views: 2,757
Posted By nitro
This is very true and not in dispute, people...

This is very true and not in dispute, people removing stuff from this comunity which wasnt theirs originally is a personal issue as I feel thats not the right way to go about it, personally I think...
Forum: vBulletin 3.5 Add-ons 09-06-2006, 05:19 AM
Replies: 107
Views: 23,954
Posted By nitro
Nice simple Q. Is this good in 3.6 ? :)

Nice simple Q. Is this good in 3.6 ? :)
Showing results 1 to 25 of 312

 
Forum Jump

All times are GMT. The time now is 11:14 PM.


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.03147 seconds
  • Memory Usage 2,070KB
  • 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
  • (56)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