Forum: vBulletin 3 Articles
31 Jan 2010, 16:42
|
Replies: 1,399
Views: 960,080
|
Forum: Forum and Server Management
19 Jan 2010, 11:25
|
Replies: 833
Views: 220,166
go through this...
go through this (http://www.vbulletin.com/forum/showthread.php?218599-Some-tuning-tips-from-the-MySQL-experts) thread over at vb.com
|
Forum: Forum and Server Management
18 Jan 2010, 19:21
|
Replies: 833
Views: 220,166
|
Forum: Forum and Server Management
12 Jan 2010, 17:33
|
Replies: 833
Views: 220,166
16.5 mil posts
488k threads
vb 3.6
no...
16.5 mil posts
488k threads
vb 3.6
no plans to move to vb 4 until everyone else does it, too.
boolean and phrase search are needed. been missing them.
spending for a search solution - no...
|
Forum: vBulletin 3 Articles
13 Dec 2009, 03:06
|
Replies: 1,399
Views: 960,080
|
Forum: vBulletin 3 Articles
08 Oct 2009, 09:50
|
Replies: 103
Views: 39,509
|
Forum: Forum and Server Management
10 Sep 2009, 07:24
|
Replies: 833
Views: 220,166
|
Forum: vBulletin 3 Articles
01 Sep 2009, 08:28
|
Replies: 103
Views: 39,509
|
Forum: Forum and Server Management
17 Aug 2009, 05:42
|
Replies: 833
Views: 220,166
|
Forum: Forum and Server Management
12 Aug 2009, 05:55
|
Replies: 833
Views: 220,166
I would rather look for the cause of the...
I would rather look for the cause of the malfunction. If most people do not get such problems, why should you?
--------------- Added 1250056638 at 1250056638 ---------------
I have no idea....
|
Forum: Forum and Server Management
06 Aug 2009, 15:58
|
Replies: 833
Views: 220,166
|
Forum: Forum and Server Management
06 Aug 2009, 08:34
|
Replies: 833
Views: 220,166
No.
First set the search type back to...
No.
First set the search type back to fulltext. This will tell VB not to populate the search tables (word and another one). The onus of maintaining search data now shifts to MySQL.
Then drop...
|
Forum: vBulletin 3 Articles
21 Jul 2009, 20:45
|
Replies: 1,399
Views: 960,080
|
Forum: Modification Requests/Questions (Unpaid)
06 Jul 2009, 18:34
|
Replies: 5
Views: 1,299
|
Forum: vBulletin 3 Articles
06 Jul 2009, 05:27
|
Replies: 1,399
Views: 960,080
Yes, if that is what you want to show. The html...
Yes, if that is what you want to show. The html (design and fixed data) part of the form can be put directly into the template, and any dynamic data can be displayed through variables set in the php...
|
Forum: vBulletin 3 Articles
05 Jul 2009, 12:11
|
Replies: 1,399
Views: 960,080
|
Forum: vBulletin 3 Articles
28 Apr 2009, 16:17
|
Replies: 1,399
Views: 960,080
if ($_REQUEST['do'] == 'uploaded')
{ ...
if ($_REQUEST['do'] == 'uploaded')
{
eval('print_output("' . fetch_template('uploaded') . '");');
}
else
{
eval('print_output("' . fetch_template('upload') . '");');
}This is trivial. This...
|
Forum: Forum and Server Management
11 Mar 2009, 15:09
|
Replies: 833
Views: 220,166
|
Forum: Forum and Server Management
10 Mar 2009, 18:23
|
Replies: 833
Views: 220,166
|
Forum: vBulletin 3 Articles
10 Feb 2009, 18:54
|
Replies: 1,399
Views: 960,080
|
Forum: Forum and Server Management
30 Jan 2009, 09:34
|
Replies: 833
Views: 220,166
|
Forum: vBulletin 3 Articles
30 Jan 2009, 05:13
|
Replies: 1,399
Views: 960,080
|
Forum: vBulletin 3 Articles
29 Jan 2009, 19:21
|
Replies: 1,399
Views: 960,080
|
Forum: vBulletin 3 Articles
29 Jan 2009, 18:37
|
Replies: 1,399
Views: 960,080
|
Forum: vBulletin 3 Articles
29 Jan 2009, 11:23
|
Replies: 1,399
Views: 960,080
|