Forum: vBulletin Wordpress Bridge
06-20-2012, 12:37 AM
|
Replies: 8
Views: 85,385
also:
be sure that you only have one...
also:
be sure that you only have one instance of global.php from vbulletin being called whenever a wordpress page is rendered.
I installed a vb login widget for wordpress and it called...
|
Forum: vBulletin Wordpress Bridge
06-20-2012, 12:33 AM
|
Replies: 8
Views: 85,385
|
Forum: vBulletin Wordpress Bridge
03-11-2012, 07:57 PM
|
Replies: 6
Views: 362,240
You need to add your forum folder to the page...
You need to add your forum folder to the page cache execeptions in the WP cache.
There are also some lines you have to add to your forums .htaccess file.
add this to the .htaccess file in ur...
|
Forum: vBulletin Wordpress Bridge
02-28-2012, 10:02 PM
|
Replies: 0
Views: 63,155
|
Forum: vBulletin Wordpress Bridge
02-27-2012, 05:52 PM
|
Replies: 8
Views: 85,385
Finally, Found what the problem is.
In my...
Finally, Found what the problem is.
In my php5.ini file, the output buffering was set to off. Since the code is trying to send info to the browser before the headers are sent, its kicking out...
|
Forum: vBulletin Wordpress Bridge
02-23-2012, 05:59 PM
|
Replies: 8
Views: 85,385
this is the line thats causing the issue:
...
this is the line thats causing the issue:
echo "<div class=\"updated\">\n" . "<p>" . "<strong>" . __('Options saved.', 'vbridge') . "</strong>" . "</p>\n" . "</div>\n";
ill keep looking...
|
Forum: vBulletin Wordpress Bridge
02-21-2012, 04:42 PM
|
Replies: 8
Views: 85,385
|
Forum: vBulletin Wordpress Bridge
02-20-2012, 04:56 PM
|
Replies: 8
Views: 85,385
|