Hi,
I wanted a chat module integrated into PostNuke and looked at phpFreeChat and pnFreeChat but pnFreeChat didn't properly integrate into PostNuke ie. no ability to properly manage chatrooms or integration into permissions system. So I wrote a new module which does those things. It's at the NOC under the project name mFreeChat. What I need is some people to test it, especially the permissions system. At the moment download is by CVS only. As this is just a first test release it will probably be easier to manage thay way. You need to download phpFreeChat separately and can install it anywhere. If you set the admin variables correctly it should even be possible to install it outside of your public web space. Please use the NOC for feedback and bugs.
Regards,
Mike
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
pnFreeChat Integration Module Testers Wanted
-
- Rank: Registered User
- Registered: Jun 19, 2006
- Last visit: Apr 16, 2009
- Posts: 17
-
- Rank: Registered User
- Registered: Jun 19, 2006
- Last visit: Apr 16, 2009
- Posts: 17
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Jan 02, 2007
- Posts: 2
hi mike,
thanks for your work. tested your integration but i always get an error, saying "No such chat". Afterwards in the admin panel is said: Values not accepted by API in xxx/pnuserapi.php[128].
i checked line 128 saing that a cid and a name are required. typed them into the URL but still the same error.
thanks,
tim
p.s.: what is stronlgy needed is a "who is in the chat"-block. -
- Rank: Registered User
- Registered: Jun 19, 2006
- Last visit: Apr 16, 2009
- Posts: 17
soultrain1
hi mike,
thanks for your work. tested your integration but i always get an error, saying "No such chat". Afterwards in the admin panel is said: Values not accepted by API in xxx/pnuserapi.php[128].
i checked line 128 saing that a cid and a name are required. typed them into the URL but still the same error.
thanks,
tim
p.s.: what is stronlgy needed is a "who is in the chat"-block.
Hi,
did you actually create some chats in the admin panel ? What is the URL you are using ?
Regards,
Mike
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Jan 02, 2007
- Posts: 2
i created a chat named "Teneriffa" with ID=1 and the channel "Test".
tried the followoing URL:
index.php?module=mFreeChat&cid=1&name=Test
and
index.php?module=mFreeChat&cid=1&name=Teneriffa (although that doesnt really make sense
)
best,
tim -
- Rank: Registered User
- Registered: Jun 19, 2006
- Last visit: Apr 16, 2009
- Posts: 17
-
- Rank: Registered User
- Registered: Jun 19, 2006
- Last visit: Apr 16, 2009
- Posts: 17
Actually on second thoughts it should be index.php?name=mFreeChat&chat=Teneriffa
Regards,
Mike -
- Rank: Registered User
- Registered: Jun 19, 2006
- Last visit: Apr 16, 2009
- Posts: 17
If anyone is interested in this phpFreechat integration, I'm currently writing some blocks... and would like input on exactly whay people would like to see in the blocks.
Regards,
Mike -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Jan 30, 2007
- Posts: 13
I installed this and the module appears to be working. I created a channel but I can't log into chat.
I tried creating a link to it in the main menu, I used [mFreeChat] and {mFreeChat} but all I get is a white page.
I'm up to date on PHP and mysql running PN .7.64 -
- Rank: Registered User
- Registered: Jun 19, 2006
- Last visit: Apr 16, 2009
- Posts: 17
Links need to be of the form... index.php?name=mFreeChat&chat=Mike's%20Room... ie. you have to link to a valid chat. There is a beta of a who's online block in CVS. If you're not using phpfreechat SVN then you will have to patch pfcinfo.class.php for the block to work properly:
@@ -43,9 +43,9 @@
function getOnlineNick($channel = NULL, $timeout = 20)
{
$container =& $this->getContainerInstance();
-
+
if ($channel != NULL) $channel = pfcCommand_join::GetRecipient($channel);
-
+
$res = $container->getOnlineNick($channel);
$users = array();
if (isset($res["nickid"])) @@ -89,4 +89,4 @@
}
}
Regards,
Mike -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 55
Just installed this and when trying to load the chat I get at the very top of the site screen
"Notice: moderator Sorak in /var/www/family/modules/mFreeChat/pnuser.php on line 101"
And the spinning thing.. with chat loading please wait... and it sits there forever.. -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Sep 25, 2008
- Posts: 129
I like pnPHPFreeChat. Although it still needs alot of work. Did they stop the work on it? If your going to take it further and call it mphpfreechat, then I will be interested in trying it out also. I use pnphpfreechat over at http://www.dxradioworld.com
- Moderated by:
- Support
