Forum: vBulletin 3.0 Full Releases
10 Oct 2004, 21:49
|
Replies: 2,463
Views: 564,561
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 Oct 2004, 18:55
|
Replies: 5
Views: 1,257
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
21 Sep 2004, 18:11
|
Replies: 2,463
Views: 564,561
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
21 Sep 2004, 18:08
|
Replies: 2,463
Views: 564,561
|
Forum: vB3 Programming Discussions
19 Sep 2004, 21:01
|
Replies: 2
Views: 995
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
16 Sep 2004, 16:29
|
Replies: 2
Views: 1,031
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
28 Aug 2004, 20:06
|
Replies: 2,463
Views: 564,561
|
Forum: vBulletin 3.0 Full Releases
28 Aug 2004, 20:02
|
Replies: 2,463
Views: 564,561
|
Forum: vBulletin 3.0 Full Releases
25 Aug 2004, 20:41
|
Replies: 2,463
Views: 564,561
|
Forum: vBulletin 3.0 Full Releases
25 Aug 2004, 20:40
|
Replies: 2,463
Views: 564,561
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
25 Aug 2004, 20:36
|
Replies: 2,463
Views: 564,561
|
Forum: vBulletin 3.0 Full Releases
25 Aug 2004, 20:35
|
Replies: 2,463
Views: 564,561
|
Forum: vBulletin 3.0 Full Releases
25 Aug 2004, 20:32
|
Replies: 2,463
Views: 564,561
|
Forum: Community Lounge
20 Aug 2004, 21:03
|
Replies: 8
Views: 1,347
|
Forum: vBulletin 3.0 Full Releases
18 Aug 2004, 16:17
|
Replies: 2,463
Views: 564,561
|
Forum: vBulletin 3.0 Full Releases
15 Aug 2004, 22:05
|
Replies: 2,463
Views: 564,561
|
Forum: vBulletin 3.0 Full Releases
14 Aug 2004, 22:44
|
Replies: 2,463
Views: 564,561
Add ...
Add
require_once('./includes/functions_forumlist.php');
before the cache_ordered_forums(1); line and it should work.
|
Forum: vB3 Programming Discussions
14 Aug 2004, 00:17
|
Replies: 6
Views: 1,057
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
13 Aug 2004, 20:36
|
Replies: 2,463
Views: 564,561
|
Forum: vBulletin 3.0 Full Releases
13 Aug 2004, 20:32
|
Replies: 2,463
Views: 564,561
|
Forum: vBulletin 3.0 Full Releases
13 Aug 2004, 20:29
|
Replies: 2,463
Views: 564,561
|
Forum: vBulletin 3.0 Full Releases
11 Aug 2004, 16:55
|
Replies: 2,463
Views: 564,561
|
Forum: vBulletin 3.0 Full Releases
11 Aug 2004, 16:53
|
Replies: 2,463
Views: 564,561
|
Forum: vBulletin 3.0 Full Releases
10 Aug 2004, 21:01
|
Replies: 2,463
Views: 564,561
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
10 Aug 2004, 21:00
|
Replies: 2,463
Views: 564,561
|