News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

NChat - No SQL Save BW shoutbox

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

Previous topic - Next topic

DarkAngel612

just to let you know that Tiny Portal sent me the adjustment to their file to get it to behave with the portalThis is an error that I've fixed in the next release of TP. If you go to that line #201 in TPSubs.php you will see something like this:
Code: if($context['TPortal']['show_download'] == 0)
Change it to this:
Code: if(!empty($context['TPortal']['show_download']))
Fantasy Attic ::  Fantasies Realm Market :: SMF 2.1.4 with various mods and TinyPortal

DarkAngel612

#101
sorry if i missed it in all the answers here but so far i have got it to show on all pages, added a space between the box and the bbc buttons, fixed it so the I and U are no longer reversed and the B shows now too. A nice silver border and a submit button. font color is set now too for both the input box and the main area.

how to get the member group colors to show in the box for members?

is there a way to set the time stamp to be universal to show for everyone, something like month/date/year/time for instance 06/08/2011 then the time?

also -- sometimes when it refreshes or we go from one page to another in the forum I get that "unavailable message too. Is there a way to disable that message or if it is to show the page is refreshing....where to change the text
Fantasy Attic ::  Fantasies Realm Market :: SMF 2.1.4 with various mods and TinyPortal

nvcnvn

Quote from: DarkAngel612 on June 08, 2011, 06:32:21 PM
how to get the member group colors to show in the box for members?
For now Just 3 simple color gruops: admin, supper mod and all the left as member.
There is no simple way to do that, I thought... but I'm thinking about that.

Quote from: DarkAngel612 on June 08, 2011, 06:32:21 PM
is there a way to set the time stamp to be universal to show for everyone, something like month/date/year/time for instance 06/08/2011 then the time?
The mod timestamp is forum timestamp (you can edit in the Features and Options)

Quote from: DarkAngel612 on June 08, 2011, 06:32:21 PM
also -- sometimes when it refreshes or we go from one page to another in the forum I get that "unavailable message too. Is there a way to disable that message or if it is to show the page is refreshing....where to change the text
You can edit the message in Modifications.english.php
I'm asking my freind abuot javascript even and hope some one will help :D

DarkAngel612

ok we can make do with only 3 colors right now...lol

I will look again in the features and options area, am seeing blurry from going through each and every page in admin...whew

I shall look at modification file to edit wording but wierd...it seems to have gone away for now

the smilies that it uses are they located somewhere else and not in the smileys folder.
Fantasy Attic ::  Fantasies Realm Market :: SMF 2.1.4 with various mods and TinyPortal

nvcnvn

Quote from: DarkAngel612 on June 09, 2011, 01:27:59 AM
I will look again in the features and options area, am seeing blurry from going through each and every page in admin...whew
...................
the smilies that it uses are they located somewhere else and not in the smileys folder.
For forum timestamp: Features and Options >> General >> Default time format
The smiles come from Yahoo as the feature of the MOD
Quote from: K33NY on June 09, 2011, 05:58:01 AM
Is it possible to assign other groups, color?
Not for now.....

Vrooom

Quote from: nvcnvn on April 24, 2011, 12:47:52 AM
Quote from: azjeepclub on April 23, 2011, 11:39:40 AM
That worked, only when the page loads or is refreshed it is showing the oldest and I have to scroll down to see the newest each time the page gets loaded. Any quick fix?

Where do I donate for the cause?
Yes, you can do it, quite of simple, just a single javascript line.
But it work not exaclly in IE, but 100% in FF, GC and Opera.

Add this line before the end of NChatMod javascript block

document.getElementById("NChat_admin_shoutbox").scrollTop = 2500;

It's not working, really. I was trying that before read this post... and after that too. Sorry for my bad english.

nvcnvn

Quote from: Vrooom on June 14, 2011, 02:56:16 PM
It's not working, really. I was trying that before read this post... and after that too. Sorry for my bad english.

Wait for the next version of the Mod coming soon!

BeingSimplest

What did you do with the looping in the mod? I couldn't really install it since my browsers detected never-ending loops and returned faults. Have a check soon (:

PS: great to see a Vietnamese here :D

nvcnvn

Quote from: BeingSimplest on June 14, 2011, 10:24:21 PM
What did you do with the looping in the mod? I couldn't really install it since my browsers detected never-ending loops and returned faults. Have a check soon (:

PS: great to see a Vietnamese here :D
Quote from: BeingSimplest on June 14, 2011, 10:24:21 PM
What did you do with the looping in the mod? I couldn't really install it since my browsers detected never-ending loops and returned faults. Have a check soon (:
Sory but when you see it and where!?
Did you see the live demo here!? http://forum.thi.vn/
And what is your browser (anme and version!)

BeingSimplest

When I installed it on my server @ vnsp-community.net [nofollow], have a look.

I used SMF's package installer to do the job, but the browser returns faults, both with Chrome and Firefox.

See these images:

1) Chrome: trisle.net/pictures/chrome.png [nofollow]
2) Firefox: trisle.net/pictures/firefox.png [nofollow]

The fault basically means that there are too many loops/redirects that can never end. Maybe I will lock at the script myself to see what happens...

nvcnvn

Quote from: BeingSimplest on June 15, 2011, 12:06:54 AM
When I installed it on my server @ vnsp-community.net, have a look.

I used SMF's package installer to do the job, but the browser returns faults, both with Chrome and Firefox.

See these images:

1) Chrome: trisle.net/pictures/chrome.png
2) Firefox: trisle.net/pictures/firefox.png

The fault basically means that there are too many loops/redirects that can never end. Maybe I will lock at the script myself to see what happens...
Oh men! Thats some issue link to the package installation sytem, not my mod! Try to logout, delete all cookies and install agian!



Bạn ơi, đó là vấn đề liên quan tới hệ thống cài đặt, chứ đâu phải do gói Mod! Thử đăng xuất, xòa hết cookies rồii cài lại thử nhé!

BeingSimplest

It is possibly a server configuration issue, not the cookies/cache's since all the other mods are installed properly.

It works on my localhost as well, will try to install it manually.

Anyway, cám ơn (:

nvcnvn

Quote from: BeingSimplest on June 15, 2011, 12:54:46 AM
It is possibly a server configuration issue, not the cookies/cache's since all the other mods are installed properly.

It works on my localhost as well, will try to install it manually.

Anyway, cám ơn (:
You should try the lasted version of this mod now available from download!

Wintaru

Is it possible to put the configuration options in the Admin pages somewhere?  I like the mod, but having to stare at all of those configuration options are making me want to disable it.  I apologize if there is a way to hide them that I'm not seeing.

nvcnvn

#114
Quote from: Wintaru on June 16, 2011, 10:19:54 AM
Is it possible to put the configuration options in the Admin pages somewhere?  I like the mod, but having to stare at all of those configuration options are making me want to disable it.  I apologize if there is a way to hide them that I'm not seeing.

Just simple open the NChatBoardIndex.php
Find:
if($NChatInfo['admin'] == true)
Replace with:
if(false)

When you want to modify some thing, just visit: your-domain.com/forum/NChat/index.php

Wintaru

Quote from: nvcnvn on June 16, 2011, 10:32:28 AM
Quote from: Wintaru on June 16, 2011, 10:19:54 AM
Is it possible to put the configuration options in the Admin pages somewhere?  I like the mod, but having to stare at all of those configuration options are making me want to disable it.  I apologize if there is a way to hide them that I'm not seeing.

Just simple open the
Find:
if($NChatInfo['admin'] == true)
Replace with:
if(false)

When you want to modify some thing, just visit: your-domain.com/forum/NChat/index.php [nofollow]

Awesome, thank you!

Vrooom

#116
Quote from: nvcnvn on June 14, 2011, 08:17:43 PM
Quote from: Vrooom on June 14, 2011, 02:56:16 PM
It's not working, really. I was trying that before read this post... and after that too. Sorry for my bad english.

Wait for the next version of the Mod coming soon!

It's ok now, nice solution. ty!
What about time? You can make options "show time" and "time format". Using $context['current_time'] for base ofc...

Also making nicks clickable for fast reply

nvcnvn

Quote from: Vrooom on June 17, 2011, 06:42:14 AM
It's ok now, nice solution. ty!
What about time? You can make options "show time" and "time format". Using $context['current_time'] for base ofc...

Also making nicks clickable for fast reply
The time format is your forum time format!
Thanks for your suggestion I will add these future for the next version of this Mod

Vrooom

Quote from: nvcnvn on June 17, 2011, 08:36:44 AM
Quote from: Vrooom on June 17, 2011, 06:42:14 AM
It's ok now, nice solution. ty!
What about time? You can make options "show time" and "time format". Using $context['current_time'] for base ofc...

Also making nicks clickable for fast reply
The time format is your forum time format!
Thanks for your suggestion I will add these future for the next version of this Mod

I mean to make option to reformat time format in chat :) I hardcoded your chat in my own format - just time [XX:XX]Nick:message, coz my forum time format is too long [Month 18, 2011, 11:01:36] and users with low resolution and small monitors making me crazy :)

nvcnvn

Quote from: Vrooom on June 18, 2011, 04:13:20 AM
I mean to make option to reformat time format in chat :) I hardcoded your chat in my own format - just time [XX:XX]Nick:message, coz my forum time format is too long [Month 18, 2011, 11:01:36] and users with low resolution and small monitors making me crazy :)
Oh, I see! I will spend time for that!

Advertisement: