I\'m trying to change my top menu in Vbulletin (开发者_如何学运维under the logo, where it\'s currently saying Forum)
How would I fix so that 2 vBulletin forums share the same database? And do not tell me it is not possible, cause it is.
I have this code: public void WriteNewTopic(string subject, string message) { _webRequest = (HttpWebRequest)WebRequest.Create(this.Url + \"newthread.php?do=newthread&f=\" + AppsId);
Anybody know how to change the meta keyword and meta description tag for a single article page of a Vbulletin forum?
I\'m trying to make custom pages using the new vBulletin 4. My PHP file uses the code below: $templater = vB_Template::create(\'TEST\');
This is what I tried: <?php chdir(\'forum\'); include(\'global.php\'); ?> This is the only thing that gave some results and I had to place it as the first line in the php file otherwise I wou
I have a forum with >400 registered users. It\'s powered by vBulletin-4.0.4. I want to build up several websites with kohana-3.1, but keep existing forum users too. I will use seperate databases for e
My problem is all by user are ending in\"[B]Users Awaiting Email Confirmation[/B]\" I know users are not getting Confirmation email. so I want to manual add all users from
I have rather special need in login to vBulletin not from forum directly. I looked through topics by searching \"vbulletin login\", but found nothing.
Facts: - main site on www.DOMAIN.com - vBulletin installed on forum.DOMAIN.com - vBulletin authentication integrated in main site (n开发者_如何学Co problems here)