Page 19 of 33
Re: [BETA]Ajax Shoutbox 1.1.x
Posted: Thu Feb 21, 2008 12:34 pm
by -.-PhanTom-.-
This might be a studpid question, but does the install script support MySQL ver 5?
By the looks of it, no
My hoster upgraded mysql version, and now the install script isn't executing correctly.
Can I just run the query alone in phpmyadmin?
CREATE TABLE phpbb_shoutbox (
shout_id int(11) unsigned NOT NULL auto_increment,
shout_user_id mediumint(8) NOT NULL,
shout_time int(11) NOT NULL,
shout_ip varchar(32) character set latin1 NOT NULL,
shout_text text collate utf8_bin NOT NULL,
shout_bbcode_bitfield varchar(255) character set latin1 NOT NULL,
shout_bbcode_uid varchar(8) character set latin1 NOT NULL,
shout_bbcode_flags int(11) unsigned NOT NULL default '7',
PRIMARY KEY (shout_id)
) DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
and then manually add thd the modules in acp?
I have tried this, but Shoutbox does not show up in .MODS in acp...
And doesn't show up on idex
Re: [BETA]Ajax Shoutbox 1.1.x
Posted: Thu Feb 21, 2008 3:00 pm
by catandtom
Re: [BETA]Ajax Shoutbox 1.1.x
Posted: Thu Feb 21, 2008 5:55 pm
by Paul
-.-PhanTom-.- wrote:This might be a studpid question, but does the install script support MySQL ver 5?
By the looks of it, no
My hoster upgraded mysql version, and now the install script isn't executing correctly.
Can I just run the query alone in phpmyadmin?
CREATE TABLE phpbb_shoutbox (
shout_id int(11) unsigned NOT NULL auto_increment,
shout_user_id mediumint(8) NOT NULL,
shout_time int(11) NOT NULL,
shout_ip varchar(32) character set latin1 NOT NULL,
shout_text text collate utf8_bin NOT NULL,
shout_bbcode_bitfield varchar(255) character set latin1 NOT NULL,
shout_bbcode_uid varchar(8) character set latin1 NOT NULL,
shout_bbcode_flags int(11) unsigned NOT NULL default '7',
PRIMARY KEY (shout_id)
) DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
and then manually add thd the modules in acp?
I have tried this, but Shoutbox does not show up in .MODS in acp...
And doesn't show up on idex
No, you need to use the install script.
Re: [BETA]Ajax Shoutbox 1.1.x
Posted: Thu Feb 21, 2008 8:20 pm
by -.-PhanTom-.-
Paul wrote:-.-PhanTom-.- wrote:This might be a studpid question, but does the install script support MySQL ver 5?
By the looks of it, no
My hoster upgraded mysql version, and now the install script isn't executing correctly.
Can I just run the query alone in phpmyadmin?
CREATE TABLE phpbb_shoutbox (
shout_id int(11) unsigned NOT NULL auto_increment,
shout_user_id mediumint(8) NOT NULL,
shout_time int(11) NOT NULL,
shout_ip varchar(32) character set latin1 NOT NULL,
shout_text text collate utf8_bin NOT NULL,
shout_bbcode_bitfield varchar(255) character set latin1 NOT NULL,
shout_bbcode_uid varchar(8) character set latin1 NOT NULL,
shout_bbcode_flags int(11) unsigned NOT NULL default '7',
PRIMARY KEY (shout_id)
) DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
and then manually add thd the modules in acp?
I have tried this, but Shoutbox does not show up in .MODS in acp...
And doesn't show up on idex
No, you need to use the install script.
I tried, but it didn't execute,
Just gave me:
<???????????????????????????????????????????????????????????????????????????????????????????????????????????????????
on a "blank"/white page...
Could this be related to the MySQL version as I suggested ?
Re: [BETA]Ajax Shoutbox 1.1.x
Posted: Fri Feb 22, 2008 11:05 am
by dunv007
Hi Paul Look At My Logs It Is Getting A Diffrent Error .Can U Please Help Me With This

Re: [BETA]Ajax Shoutbox 1.1.x
Posted: Fri Feb 22, 2008 5:45 pm
by Paul
dunv007 wrote:
Hi Paul Look At My Logs It Is Getting A Diffrent Error .Can U Please Help Me With This

Please read this topic before asking your question.
Re: [BETA]Ajax Shoutbox 1.1.x
Posted: Sat Feb 23, 2008 5:39 pm
by rajshar
First of all awesome mod..!
I use it and works really good.
I would like to give some suggestions for your future development.
First, something like a code that when u type nd enter in Shoutbox, it clears da whole thing instead of going to ACP nd clearing.
CODe suggestions: /clear or /prune
Second, i would like if u added da ability to change font. THat wud be a wonderful idea too..
Thanks for da wonderful MOD.
Re: [BETA]Ajax Shoutbox 1.1.x
Posted: Sat Feb 23, 2008 7:57 pm
by Swosso
report a "bug"
I use this tips
http://www.phpbb.com/community/viewtopi ... 5#p4048055
but no work
please help me
Re: [BETA]Ajax Shoutbox 1.1.x
Posted: Sat Feb 23, 2008 8:07 pm
by Paul
You need to use subsilver2.xml for that style.
Re: [BETA]Ajax Shoutbox 1.1.x
Posted: Sat Feb 23, 2008 8:11 pm
by Swosso
subsilver2.xml put where..?

Re: [BETA]Ajax Shoutbox 1.1.x
Posted: Sat Feb 23, 2008 8:15 pm
by Swosso
ops, sorry, it's "guide"
---
ok, thanks man, all ok

Re: [BETA]Ajax Shoutbox 1.1.x
Posted: Sun Feb 24, 2008 11:50 am
by smithz
I'm sorry but where you put the subsilver2.xml?

Re: [BETA]Ajax Shoutbox 1.1.x
Posted: Sun Feb 24, 2008 12:17 pm
by dreambox-center
Are there upgrade instructions for subsilver 2 as i want guests to not see the shoutbox?,i am not sure wich version i got as there are two versions in the Modification database
Re: [BETA]Ajax Shoutbox 1.1.x
Posted: Sun Feb 24, 2008 1:20 pm
by smithz
solved.

whit static.js..thanks a lot paul.

Re: [BETA]Ajax Shoutbox 1.1.x
Posted: Sun Feb 24, 2008 10:00 pm
by blauesblut
i just get this erro in shout box:
There has been a JavaScript error. \nError:Wrong number of arguments or invalid property assignment
Loading.....