Hey Jafo .. Happy Holidays..
I'm currently running VBBridgeII on 2.3.1 and all is well with the exception that it doesnt post to the VBUsers I defined in the vbbridge settings. Any ideas?
I dont mind upgrading, but I dont want to lose my semi-working environment here. Aside from the upgrade docs, is there anything else which I need to be aware of?
Should the comment handling edits be modified? I know that there is a bit that needs modifying..
Quote:
$reply->pagetext
It is now:
$reply[pagetext]
|
Can I just make those edits and leave the whole bit in place?
Anything else?
UPDATE:
So I took the leap ..
All I had to change from looking at both codes in diffmerge was
Quote:
$reply->pagetext
It is now:
$reply[pagetext]
|
And
Quote:
$reply userid ?>><?php echo $reply username
to
$reply[userid] ?>><?php echo $reply[username]
|
Jafo.. that seem right? Seems everything is wokring.. I also realized why it sbeen posting as me and not the user defined.. The username I'm using to author DOES have a vb username..