I tried fixing the relative path that you requested, and it caused the extension to stop working. I think the problem is with the "if" statement that points to config.php.
Actually I would say the problem is how your server/relative path is working. The IF checks to see if the config is there if it doens't find the config where you say it is then it doesn't do anything if it does find it then it puts the stuff into the "panel".
The button actually isn't there it's a link on "chat now", what you have in $Context->Dictionary["btnChat"] = "Chat Now!"; Just click the link.
If you want a button it's easy to add back you just have to copy it over from the 0926 version.
The extension is not working as expectet for me...the link shows up in the sidebar and the cookies are working (when I access /chat/ directly, I'm "logged in" with my username) but the link isn't working - it just sends me back to the top of the forum-page...
What I'd like to have is the chat in a new pop-up window (I think this is what the extension should do, right?)
Actually I did not set it to open in a popup window or even a new window but you can easily change the link to do this by modifiying the "default.php" file.
Comments
I tried fixing the relative path that you requested, and it caused the extension to stop working. I think the problem is with the "if" statement that points to config.php.
Other extensions I'm running:
AdSense
CategoryJumper
Comments_Permalinks
Discovery
DiscussionFilters
ExtendedApplicationForm
GuestWelcome
HideSuccess
HtmlFormatter
Lace.1
LiveSearch
Markdown
NewsMailer
PageMng
PreviewPost
PrivateAccounts
RSS2
SpellChecker
Statistics
Textile
Transmogrifier
The button actually isn't there it's a link on "chat now", what you have in $Context->Dictionary["btnChat"] = "Chat Now!"; Just click the link.
If you want a button it's easy to add back you just have to copy it over from the 0926 version.
What I'd like to have is the chat in a new pop-up window (I think this is what the extension should do, right?)