Quote:
Originally Posted by trigatch4
Alright folks, I had to freaking HIRE someone to look at the code and it was an EASY fix:
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);
-------------------------------------------
This was changed 4 times and it fixed all the problems. Why Jafo refused to acknowledge me? I have no clue. Did he know the answer and simply refuse to tell me? Not sure. Why didn't others have this problem?.
|
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