[ABD] phpbbchat 0.4.0 (facebook like chat)

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: [ALPHA] phpBBchat (facebook like chat)

Post by keith10456 »

stathisch wrote:I will be giving out guides of how to add buttons to the bar, for example.
But only to a limited extent.
After all, this is a chat mod, and I believe that adding extra stuff will reduce the "chatting space".
I agree... I just want to add 1 maybe 2 links to the bar.
somanath
Registered User
Posts: 67
Joined: Mon Aug 02, 2010 5:36 pm

Re: [BETA] phpbbchat 0.2.0 (facebook like chat)

Post by somanath »

R u india , tamilnadu...
Gorlalessio
Registered User
Posts: 7
Joined: Sun Nov 21, 2010 6:54 pm

Re: [BETA] phpbbchat 0.2.0 (facebook like chat)

Post by Gorlalessio »

stathisch wrote:
Gorlalessio wrote:Thanks for the answer. I have the 3.0.7-PL1 version
You probably have the same problem as artikkk. I guess you're not using the default phpbb_ table prefix.
If that is the case, open up phpbbchat.php, and replace the following:

Find

Code: Select all

phpbb_chat_messages
Inline Replace With

Code: Select all

<your prefix>_chat_messages
Find

Code: Select all

phpbb_chat_status
Inline Replace With

Code: Select all

<your prefix>_chat_status
Please note that there are multiple occurences of these phrases.
ok, i edited phpbbchat.php with these instructions, and i created the tables in phpmyadmin with my prefix as well, but i'm still having the same problem. Did artikkk get over the problem? Did he just edit the prefixes to succeed? sorry but i can't find a solution by myself to make the mod work on my forum
User avatar
stathisch
Registered User
Posts: 145
Joined: Fri Jul 24, 2009 11:33 am
Location: Greece

Re: [BETA] phpbbchat 0.2.0 (facebook like chat)

Post by stathisch »

Please come to my demo board so we can chat and sort out the problem.
After I will post the solution here. Thanks
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: [BETA] phpbbchat 0.2.0 (facebook like chat)

Post by keith10456 »

Any thoughts on making it possible to chat with anyone - not just Friends (configurable via the ACP)?

This way sites that don't want to use the FRAM mod can still enjoy this one.
User avatar
stathisch
Registered User
Posts: 145
Joined: Fri Jul 24, 2009 11:33 am
Location: Greece

Re: [BETA] phpbbchat 0.2.0 (facebook like chat)

Post by stathisch »

keith10456 wrote:Any thoughts on making it possible to chat with anyone - not just Friends (configurable via the ACP)?

This way sites that don't want to use the FRAM mod can still enjoy this one.
Yup. This will be done in a future release :)
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: [BETA] phpbbchat 0.2.0 (facebook like chat)

Post by keith10456 »

stathisch wrote:
keith10456 wrote:Any thoughts on making it possible to chat with anyone - not just Friends (configurable via the ACP)?

This way sites that don't want to use the FRAM mod can still enjoy this one.
Yup. This will be done in a future release :)
Great!!!
User avatar
master1986
Registered User
Posts: 49
Joined: Wed Apr 30, 2008 9:17 am
Location: Italy

Re: [BETA] phpbbchat 0.2.0 (facebook like chat)

Post by master1986 »

it would be nice if the bar had an extended chat. With the possibility of having the login box, and box pm.

for the user state, I do not see the need. The possibility of including some function like facebook, it would be similar to the maximum cometchat
User avatar
stathisch
Registered User
Posts: 145
Joined: Fri Jul 24, 2009 11:33 am
Location: Greece

Re: [BETA] phpbbchat 0.2.0 (facebook like chat)

Post by stathisch »

master1986 wrote:it would be nice if the bar had an extended chat. With the possibility of having the login box, and box pm.

for the user state, I do not see the need. The possibility of including some function like facebook, it would be similar to the maximum cometchat
I do not understand.
Can you explain what you mean?
User avatar
master1986
Registered User
Posts: 49
Joined: Wed Apr 30, 2008 9:17 am
Location: Italy

Re: [BETA] phpbbchat 0.2.0 (facebook like chat)

Post by master1986 »

It would be nice that the chat bar is extended, like that of cometchat.

Congratulations for your excellent and rapid development, I'm sure this will be a great mod.
User avatar
darkonia
Registered User
Posts: 1901
Joined: Tue May 13, 2008 1:10 pm
Location: Munich, Germany

Re: [BETA] phpbbchat 0.2.0 (facebook like chat)

Post by darkonia »

master1986 wrote:it would be nice if the bar had an extended chat. With the possibility of having the login box, and box pm.

for the user state, I do not see the need. The possibility of including some function like facebook, it would be similar to the maximum cometchat
why any mods copy?

use cometchat when you want it...

or the mod from kamahl.

the wish from keith with 1 or 2 links or the ability to add such is good but why always copy existing things.

ther mod is great because its simple and bugfree ...
MMOG-Heaven - Das Gaming Portal
Community bedeutet Gleichgesinnte finden - MMOG-Heaven ist Deine Community! Von Spielern für Spieler bietet Dir dieses Portal genau das, was ein Spieler braucht. Bleibe ständig informiert, finde die neuesten MMORPGs, oder suche die frischesten News aus der Welt des Online Gamings - dieses und vieles mehr erwartet Dich auf MMOG-Heaven.
User avatar
stathisch
Registered User
Posts: 145
Joined: Fri Jul 24, 2009 11:33 am
Location: Greece

Re: [BETA] phpbbchat 0.2.0 (facebook like chat)

Post by stathisch »

Personally, I don't like CometChat or ArrowChat or whatever. They're just bad facebook copies with fancy stuff (I call them ugly). They've even copied all the logic from the FB one - all calls, xhr requests etc.

What I've done here is something completely from scratch while keeping in mind what result I want. I'm not copying something.
User avatar
master1986
Registered User
Posts: 49
Joined: Wed Apr 30, 2008 9:17 am
Location: Italy

Re: [BETA] phpbbchat 0.2.0 (facebook like chat)

Post by master1986 »

stathisch wrote:Personally, I don't like CometChat or ArrowChat or whatever. They're just bad facebook copies with fancy stuff (I call them ugly). They've even copied all the logic from the FB one - all calls, xhr requests etc.

What I've done here is something completely from scratch while keeping in mind what result I want. I'm not copying something.

Your mod is great, easy to install and excellent chances to work properly.

If you approach the mod Kamahl, placing the bar in full, with the ability to login, get access to 'UCP, would be an excellent thing.

In my opinion do not add the function "update your status" because frankly I see little use.

These are my tips
User avatar
darkonia
Registered User
Posts: 1901
Joined: Tue May 13, 2008 1:10 pm
Location: Munich, Germany

Re: [BETA] phpbbchat 0.2.0 (facebook like chat)

Post by darkonia »

dont use anything of the other UGLY mods.

stay on your own and develope a good mod, with the functions that exits, like chat, notifications etc. and not so many crap things like a buttom bar, status or anything else.

all the other mods go ABD, because all users flame the mod-devs with their irrelevant wishes...

make a good perfect and simple chat mod, thats the way the most users wishes, a mod that stays active without to much crap, that only a few need...
MMOG-Heaven - Das Gaming Portal
Community bedeutet Gleichgesinnte finden - MMOG-Heaven ist Deine Community! Von Spielern für Spieler bietet Dir dieses Portal genau das, was ein Spieler braucht. Bleibe ständig informiert, finde die neuesten MMORPGs, oder suche die frischesten News aus der Welt des Online Gamings - dieses und vieles mehr erwartet Dich auf MMOG-Heaven.
carloclaessen
Registered User
Posts: 494
Joined: Sun Mar 23, 2003 11:55 pm

Re: [BETA] phpbbchat 0.2.0 (facebook like chat)

Post by carloclaessen »

i would love the abilility that admin and mods can private chat with everyone, for a bigger board where sometimes a chat is needed with a no good behaving member or a clueless noobie its handie that mods and admins can chat with everyone

Return to “[3.0.x] Abandoned MODs”