Quote:
Originally Posted by trigatch4
Basically all of the:
-------------------------------------------
$link = get_permalink(somethinghere, true);
-------------------------------------------
SHOULD NOT have that second parameter... "true" and should look like this:
-------------------------------------------
$link = get_permalink(somethinghere);
-------------------------------------------
|
Quote:
Originally Posted by guvner
I had exactly the same problem and was unable to solve it locally.
I came here a few minutes ago and saw your post, implemented your suggested fix to vbbridge.php and voila - problem gone.
Thanks very much for sharing your solution! :up:
Mike 
|
I'm having the same problem also, is it the vbbridge.php file that needs editing?
Quote:
Originally Posted by echamberlain
Hi,
The wordpress blog posts appear in vBulletin, but the html markup appears in the vbulletin post text. Is there a way to convert the html to bbcode during post creation?
|
Quote:
Originally Posted by alan-kun
In my case, the HTML is automatically converted to bbcode, you can see some calls to the function convert_wysiwyg_html_to_bbcode inside vbridge.php so it's supposed to convert your posts wthout doing anything else. If that doesn't work, you can activate HTML on your forum and if you're concerned about security issues, use this hack, it's intended to allow HTML code to specific usergroups and works with VB 3.7.2
Hope that helps.
|
I'm having the same issue i'll try that out thanks

.
Quote:
Originally Posted by w1z4rd
In what way? I might be able to help. The directions can be a little misleading in that section because some themes use a separate comments template.
|
Well, I've just tried again, to replicate the error message, and works like a charm lol. Even had a separate comments template which I managed to figure out

.