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

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: NTLDR
Forum: vBulletin 3.0 Full Releases 10-10-2004, 07:49 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
This thread is the main place for support. Core...

This thread is the main place for support. Core Forums was used to provide additional support, but due to a decrease in the amount of time I have to dedicate to this I've redirected all support back...
Forum: vB3 Programming Discussions 10-10-2004, 04:55 PM
Replies: 5
Views: 1,302
Posted By NTLDR
You'd probably need something like: <script...

You'd probably need something like:

<script type="text/javascript">var field5 = $bbuserinfo[field5];</script>

in one of your templates that will be included on the page then use field5 in the...
Forum: vBulletin 3.0 Full Releases 09-21-2004, 04:11 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
In vbindex.php find: $thread['title'] =...

In vbindex.php find:

$thread['title'] = fetch_censored_text(fetch_trimmed_title($thread['title'], 22));

Replace with:

$thread['title'] = fetch_censored_text($thread['title']);
Forum: vBulletin 3.0 Full Releases 09-21-2004, 04:08 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
Change .core to .php

Change .core to .php
Forum: vB3 Programming Discussions 09-19-2004, 07:01 PM
Replies: 2
Views: 1,068
Posted By NTLDR
You should be able to use strtotime()...

You should be able to use strtotime() (http://uk.php.net/manual/en/function.strtotime.php) to convert the text dates into UNIX datelines, this *should* also take into account the different time...
Forum: vB3 Programming Discussions 09-16-2004, 02:29 PM
Replies: 2
Views: 1,070
Posted By NTLDR
The prolem comes from whichever hack adds the...

The prolem comes from whichever hack adds the following query in showthread.php:

COUNT(*) AS count FROM user WHERE referrerid =

The problem being there is no numer after referrerid = in the...
Forum: vBulletin 3.0 Full Releases 08-28-2004, 06:06 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
As well as it would crawl any other page. If you...

As well as it would crawl any other page. If you have the extra pages linked too then Google should crawl them.
Forum: vBulletin 3.0 Full Releases 08-28-2004, 06:02 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
The code from the FORUMHOME template won't work...

The code from the FORUMHOME template won't work on vBindex. You'll need to enable the relevent options and the copy the code segments from the various templates within vBindex to generate the...
Forum: vBulletin 3.0 Full Releases 08-25-2004, 06:41 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
Provided you can follow the step by step...

Provided you can follow the step by step instructions provided, then no ;)



That really depends on the functionality your looking for.
Forum: vBulletin 3.0 Full Releases 08-25-2004, 06:40 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
You have one of two problems here (or maybe...

You have one of two problems here (or maybe both):

1) Make sure your board URL is set correctly in the vBulletin Options;
2) Make sure your cookie domain is set to .armageddononline.org (yes, 2...
Forum: vBulletin 3.0 Full Releases 08-25-2004, 06:36 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
Extra pages have been a feature in vBindex since...

Extra pages have been a feature in vBindex since 2.1.
Forum: vBulletin 3.0 Full Releases 08-25-2004, 06:35 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
My paid job and other studies have had to come...

My paid job and other studies have had to come before a free script. I'm not going to release newer versions which I haven't been able to test properly.
Forum: vBulletin 3.0 Full Releases 08-25-2004, 06:32 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
Make sure they are enabled, and that you have...

Make sure they are enabled, and that you have updated the VBINDEX template as there are changes from previous versions for this to work.
Forum: Community Lounge 08-20-2004, 07:03 PM
Replies: 8
Views: 1,397
Posted By NTLDR
Thanks guys/girls :D

Thanks guys/girls :D
Forum: vBulletin 3.0 Full Releases 08-18-2004, 02:17 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
You need to set your smilie image paths correctly...

You need to set your smilie image paths correctly via the Smilie Manager. See the vBulletin Manual for full details of editing and adding smilies.
Forum: vBulletin 3.0 Full Releases 08-15-2004, 08:05 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
If you mean have multiple different vBindex's,...

If you mean have multiple different vBindex's, then no, not at present at least.
Forum: vBulletin 3.0 Full Releases 08-14-2004, 08:44 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
Add ...

Add
require_once('./includes/functions_forumlist.php');

before the cache_ordered_forums(1); line and it should work.
Forum: vB3 Programming Discussions 08-13-2004, 10:17 PM
Replies: 6
Views: 1,111
Posted By NTLDR
It would be possible to have both running by...

It would be possible to have both running by using a different port number for each, but for a production server it don't see the point personally.

You can change the port number for apache in the...
Forum: vBulletin 3.0 Full Releases 08-13-2004, 06:36 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
From memory find in vbindex.php: ...

From memory find in vbindex.php:

unset($userstats);

Under it add:


cache_ordered_forums(1);

// get total threads & posts from the forumcache
Forum: vBulletin 3.0 Full Releases 08-13-2004, 06:32 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
Re-run the installer and it should re-add all the...

Re-run the installer and it should re-add all the vBindex templates into all your parent styles.
Forum: vBulletin 3.0 Full Releases 08-13-2004, 06:29 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
Currently not, unfortunately the minority ruin it...

Currently not, unfortunately the minority ruin it for the majority.
Forum: vBulletin 3.0 Full Releases 08-11-2004, 02:55 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
No this feature is no longer included in vBindex...

No this feature is no longer included in vBindex as it requires extra queries to display accurate data.
Forum: vBulletin 3.0 Full Releases 08-11-2004, 02:53 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
If you haven't edited the footer then the version...

If you haven't edited the footer then the version number will be shown there, otherwise look at the contents of vbindex.php where you will find the version listed in the large comment at the top.
Forum: vBulletin 3.0 Full Releases 08-10-2004, 07:01 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
No. Check out the list of features...

No.




Check out the list of features shown in the first post and compare them to what vBadvanced currently offers you. Give both a whirl and see which suits your needs best :)
Forum: vBulletin 3.0 Full Releases 08-10-2004, 07:00 PM
Replies: 2,463
Views: 582,163
Posted By NTLDR
Upgrade to the latest version, that contains many...

Upgrade to the latest version, that contains many more options.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT. The time now is 01:43 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.03167 seconds
  • Memory Usage 2,067KB
  • 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
  • (60)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