Post Reply  Post Thread 
Pages (15): « First < Previous 1 2 3 4 [5] 6 7 8 9 Next > Last »
SpiceFuse AJAX Shoutbox Beta for MyBB!
ghoscik
Junior Member
**

Posts: 1
Group: Registered
Joined: Mar 2008
Status: Offline
Reputation: 0
Post: #41
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

adigec Wrote:
İ
ı
Ş
ş
ğ

These characters can't seen in messages?

For example:��şiğ� ---> öç� i� ü in our site.


GlobalPlayer Wrote:
At our forum the shoutbox works correct i love it Smile
The only thing is we need a german translation, can someone make this ? is it hard ?
because we dont have �,�,�,� in the shoutbox

the forum adress is

http://www.dsds4-forum.de/forum/


vsabah Wrote:
Hi friends,

Shotbox is wonderful but we can't see these letters in our shoutbox.

They are ğ and ş. But they are seem on this forum's shoutbox. What can i do?

Sorry because my english isn't good Sad

Forum Link:
http://www.hepberaberiz.com/

User: deneme
Password: 123456


same problem, w8ing for any solution...

03-08-2008 03:24 PM
Find all posts by this user Quote this message in a reply
Jockl
Junior Member
**

Posts: 26
Group: Registered
Joined: Jan 2008
Status: Offline
Reputation: 0
Post: #42
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

Hello, its me again.

I have been using this shoutbox since a few months and my users are very happy with it. However, now they are asking if there is a possibility for using smilies like the way it is used in the editor.

Thinking about a way to implement this function I tried first to understand the way, MyBB is doing this but I did not succeed. Thinking

Does anyone already have a solution for this or could give me a hint, how to start this work? I have to tell, that Javascript is not yet my favourite language....Rolleyes

Thank you in advance! Smile

04-19-2008 09:42 PM
Find all posts by this user Quote this message in a reply
Faisal Shah
Junior Member
**

Posts: 2
Group: Registered
Joined: Feb 2008
Status: Offline
Reputation: 0
Post: #43
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

Hello,

NO offense that this plugin is one of the BEST out there

But i need one small help. I want that only 15 shouts remain at one time in the shoutbox table. All old shouts get deleted.

I mean only 15 once, even in full archive also. ONLY 15.

OR any code by which we can prune entire shoutbox table once

like in vb shouts its /prune

Thanks I am waiting for your help Smile

FAISAL!

04-25-2008 05:54 PM

This post was last modified: 04-25-2008 06:59 PM by Faisal Shah.

Find all posts by this user Quote this message in a reply
dastaten
Junior Member
**

Posts: 1
Group: Registered
Joined: May 2008
Status: Offline
Reputation: 0
Post: #44
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

only the first line of text shows up when the page first loads. but if i restore down the browser window, they all appear. or if it's already restored down and i maximize the window they appear. what's causing this?

i just realized that it's working correctly in firefox. i'm running IE 7, could that be the problem?

here is my page: http://www.baytownbb.com

05-18-2008 09:56 AM

This post was last modified: 05-18-2008 10:19 AM by dastaten.

Find all posts by this user Quote this message in a reply
Pacifier
Administrator
*******

Posts: 222
Group: Administrators
Joined: May 2006
Status: Offline
Reputation: 1
Post: #45
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

I have tested it using IE7 and I the issue you mentioned failed to repeat. Are you sure it's IE7 and not IE8? Besides, a screenshot will be helpful in identifying the problem.

05-19-2008 12:57 PM
Find all posts by this user Quote this message in a reply
satishd
Junior Member
**

Posts: 2
Group: Registered
Joined: Jun 2008
Status: Offline
Reputation: 0
Post: #46
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

same question as faisal asked above..
what do i do when there are a lot of Shout pages?
I mean How do i prune all of it?

like they do in VB?

I want to prune it all...
Or as faisal said.. Only 15 or something shouts and all other gets deleted ..

How can this be done?

06-09-2008 02:27 PM

This post was last modified: 06-09-2008 02:32 PM by satishd.

Find all posts by this user Quote this message in a reply
Jockl
Junior Member
**

Posts: 26
Group: Registered
Joined: Jan 2008
Status: Offline
Reputation: 0
Post: #47
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

Deactivating of this plugin will delete all shouts. After activating the plugin again you will have a clean shoutbox. Another possibilty would be to clean the tabel via phpAmdin.

Or deleting only a view shouts like

Code:
DELETE FROM 'mybb_sf_shouts' WHERE id<'xyz';

xyz is a number. All shouts with lower id will be deletet.

06-20-2008 02:37 PM
Find all posts by this user Quote this message in a reply
Jockl
Junior Member
**

Posts: 26
Group: Registered
Joined: Jan 2008
Status: Offline
Reputation: 0
Post: #48
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

Hi Pacifier,

sometimes the shoutbox will be used of a lot of people at the same time. Then it can happen, that a shout will be showed twice, 3 or 4 times. However each shout is existing only 1 time (can be checked in the "View Full Shoutbox"-Site).
The user have to press F5 to reload and then the quantity of a shout will be OK again.

Do you think that this "malfunction" (?) depends on an Ajax-function which can be fixed?

I hope I succeed with explaining the problem. ;)

Thx in advance!!!

07-23-2008 11:48 AM

This post was last modified: 07-23-2008 11:50 AM by Jockl.

Find all posts by this user Quote this message in a reply
Pacifier
Administrator
*******

Posts: 222
Group: Administrators
Joined: May 2006
Status: Offline
Reputation: 1
Post: #49
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

Jockl Wrote:
Hi Pacifier,

sometimes the shoutbox will be used of a lot of people at the same time. Then it can happen, that a shout will be showed twice, 3 or 4 times. However each shout is existing only 1 time (can be checked in the "View Full Shoutbox"-Site).
The user have to press F5 to reload and then the quantity of a shout will be OK again.

Do you think that this "malfunction" (?) depends on an Ajax-function which can be fixed?

I hope I succeed with explaining the problem. ;)

Thx in advance!!!


Where it happens, can you detail the environment such as internet connection speed, web browser brand/version, OS etc. And how quickly are the messages being posted to the shoutbox?

07-23-2008 04:38 PM
Find all posts by this user Quote this message in a reply
Jockl
Junior Member
**

Posts: 26
Group: Registered
Joined: Jan 2008
Status: Offline
Reputation: 0
Post: #50
RE: SpiceFuse AJAX Shoutbox Beta for MyBB!

Pacifier Wrote:
Where it happens, can you detail the environment such as internet connection speed, web browser brand/version, OS etc. And how quickly are the messages being posted to the shoutbox?

Hi Pacifier,

thank you for your quick response. Smile

I guess you are talking about the users? Almost all of them use DSL2000 or higher, the whole bandwidth of browsers (IE6/7, FF2/3 etc) incl. Safari (Mac) is used. XP, Vista and the OS of Mac. All of the users report on this problem once in a while.

First, I thought it happens when a lot of shouts will be added at the same time. But this is definitely not the case.
Today we had a conversation with 2 users and one user added a shout about 2 minutes after the last. This shout had been shown only 1 time. But suddenly the prior shout was doubled!?

07-23-2008 09:33 PM

This post was last modified: 07-23-2008 09:37 PM by Jockl.

Find all posts by this user Quote this message in a reply
Pages (15): « First < Previous 1 2 3 4 [5] 6 7 8 9 Next > Last »
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: