News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

NChat - No SQL Save BW shoutbox

Started by nvcnvn, April 13, 2011, 11:30:28 AM

Previous topic - Next topic

HunterP

Quote from: Arni on December 27, 2012, 11:32:11 AM
Is it possible to increase the "size" of the chat "windows"?

In NChatBoardIndex.php find this line :

<div id="nchat_admin_shoutbox" style="background-color:'.$modSettings['nchat_background'].'; height: 100px; overflow: auto; border-style: solid; border-width: 1px; border-color: #adadad; padding: 1px 2px 1px 4px;"></div>';

Or something like this, I've done lots of edits myself. Edit the 'height' property or you might want to add a button which allows the member to expand/collapse the window.

HunterP

Quote from: beanflying on September 23, 2012, 05:38:23 PM
Quote from: zapiy on September 23, 2012, 02:19:41 PM
Is there anyway we can set a post count feature.. I am finding more members are simply using the Chatbox and not posting in the forum...

No but keep the messages kept to 50 also limit the length of chats to 200 characters (or shorter) to stop lengthy messages or Q&A's and make sure your members are aware that it is transitory. After having lost several good items most members of my forum have now ot the idea that the good stuff gets lost unless you put it in a thread ;)

You can set membergroup permissions for this mod, I think that is what he is asking? I've done the same on my board, too many low (of no) post members only using the chat, not the board itself.

Tikkuy

I wonder if someone could help me with this mod. For some reason, whenever someone tries to post a smiley, the mod gets somewhat temperamental. Some smileys work fine while others seem to not work at all. Smileys work on all other areas of my forum, but here they come up as text.



Any idea why? All help would be appreciated!

N i g h t m a r e

just installed yesterday, i need this working!
Error: The ./nchat/index.php is now unavailable! Please contact admin forum about this issue!

Tom4ever

Changed all chmod to the one shown,installed succesfully the mod,Not shown in the front page!

Jarbeat

I only see the mod, nobody else. And i changed the chmod. But nothing helped. Please help me :D

Thomas_fkc

Quote from: Jarbeat on March 29, 2013, 10:21:31 AM
I only see the mod, nobody else. And i changed the chmod. But nothing helped. Please help me :D
I have the same problem, and i haven't got changed anything.

Zipclaw

Hi!

I moved my forum (SMF 2.0.4) to another server today and now the german Umlauts are not being displayed correctly anymore. The letters ä, ö, ü and ß will be displayed as ä, ö, ü, ß. I have checked the permissions of the files and all are correct. By the way, I can't find the file "l.txt".

How can I fix this?

Zipclaw

Hello? No one has any idea to my problem? I don't want it to keep it this way, otherwise I need to look for another shoutbox mod.

Mooby The Golden Sock

I updated to the latest Tapatalk app (3.6.0) and now the NChat window is blank.  When I uninstalled Tapatalk, the functionality returned.

Is there any way to get these two to play nice together?

HunterP

Quote from: Mooby The Golden Sock on June 06, 2013, 10:35:10 PM
I updated to the latest Tapatalk app (3.6.0) and now the NChat window is blank.  When I uninstalled Tapatalk, the functionality returned.
Is there any way to get these two to play nice together?

I had the same problem and as far as I remember, I had to edit the install.xml of tapatalk.

Code (Find) Select

            <add><![CDATA[ include('mobiquo/smartbanner.php');]]></add>

Code (Replace By) Select

            <add><![CDATA[ include($boarddir . '/mobiquo/smartbanner.php');
]]></add>


(should be line 8 in a clean package)

uecwmike

I went into my admin panel and then tried to edit the Nchat and it was a blank white page. When I go to http://uohl.net/forums/NChat/index.php it still shows a white blank page. So I dunno what happened. This has never happened to me before and have no clue in terms of what to do to fix it. I tried uninstalling it and reinstalling it as well and still nothing.


If anyone knows of any ways to help that would be great. Thanks in advance!

uecwmike

Quote from: uecwmike on June 18, 2013, 09:10:30 AM
I went into my admin panel and then tried to edit the Nchat and it was a blank white page. When I go to http://uohl.net/forums/NChat/index.php it still shows a white blank page. So I dunno what happened. This has never happened to me before and have no clue in terms of what to do to fix it. I tried uninstalling it and reinstalling it as well and still nothing.


If anyone knows of any ways to help that would be great. Thanks in advance!


Also when I click admin and go to click on NChat to mod it this is what comes up in the link bar with the white page http://uohl.net/forums/?action=admin;area=modsettings;sa=nchat;c2862afb26=630a2c3d232f31f506b8773c7956a0d9

uecwmike



woolly bugger

Just a notice that Tapatalk mod makes NChat inoperative ...

and I can no longer uninstall NChat with the package manager....

Looks like a manual uninstall is in order....



Jade Elizabeth

Hey :)

I have an issue with the shoutbox vanishing, and discovered....

"Hmm. It looks like Chrome is generating errors every time it tries to update your chatbox. Chrome doesn't allow our AJAX calls to set the content-length, or connection header parameters as this can expose the site to certain security risks. See what happens when you comment out the lines in the script that set these values. ( at the bottom of the function nchat_ajax() function definition, just above the line function nchat_parser(nchat)"

Which is around line 142 of the boardindex file :).
http://stackoverflow.com/questions/17737344/my-shoutbox-vanishes-on-chrome/17737597
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

PLAYBOY

Is this just a shoutbox on top of the forum or does it also have a popup chat window/room too?

Jade Elizabeth

Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

N i g h t m a r e

How would i go about adding custom Actions / Commands.


Ex:


* ♦PulsiveForums♦


/action {another user's username or name} then it auto-puts a brutal attake like {Gets obliterated} so it will come out as "*Test1 gets Obliterated by Test2*"


/ Announcement It automatically puts first {Attention Faithful Users} then an announcement that the admin/moderator has typed... and it comes out as "Attention FaithFul Users, We Have Restored Security. -Staff

/Ban {User} so it bans the user who's name has been typed after the "/Ban" and in the shoutbox it announces "Test1 has been banned from the shoutbox"


then Private Messaging within the shoutbox.


SO if you put:


/Whisper {Users Username} {Message after the Username}
-It shows in the shoutbox as:
"<Whisper>{User who you PM'd name}: {Message Here"


If you receive a Private Message, only you will be notified in the shoutbox and it will say:


You have Received a New PM, [Click Here] to view it.

Last command i need...


If someone makes a New Post it will say something like:


"{User who posted it} New Thread: {Thread Title} <-- make the link clickable.


and if someone made a new reply it would be


"{User who posted the reply} New Post: {Thread Title} <-- make the link clickable.


If someone can help me with any of these it would be much appreciated.... Just tell me what codes to use and where to put them and i wont need any other help....

Advertisement: