
Anderz000: Thats fixed in svn already.
sotis: It work after a reload probarly.
Code: Select all
dt.appendChild(parse_xml_to_html(inh.getElementsByTagName('shout_time')[0]));
dt.appendChild(tn(' '));
dt.appendChild(parse_xml_to_html(inh.getElementsByTagName('username')[0]));
There has been a JavaScript error. \nError: Object required
Anderz000 wrote:ok i fixed the last problem, but in the process accidently delted the SQL tables. Issue is, when i put the install folder back in and try to run the upgrade.php or index.php i get told "upgrades only meant for 1.0.x etc..."
in short, could you please post what SQL tables need to be added for this version so i can manually add them?
Code: Select all
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;
Code: Select all
dt.appendChild(parse_xml_to_html(inh.getElementsByTagName('shout_time')[0]));
dt.appendChild(tn(' '));
dt.appendChild(parse_xml_to_html(inh.getElementsByTagName('username')[0]));
UseFragster2001 wrote:Please help
Can anyone tell me how to put a carriage return after the post time? To guarantee the name is on the next line after the post time.
I know it goes hereI've tried <br> \n \r but none of them work.Code: Select all
dt.appendChild(parse_xml_to_html(inh.getElementsByTagName('shout_time')[0])); dt.appendChild(tn(' ')); dt.appendChild(parse_xml_to_html(inh.getElementsByTagName('username')[0]));
Code: Select all
dt.appendChild(ce('br'));
Code: Select all
dt.appendChild(tn(' '));
Code: Select all
This file is only meant for new installs
board url?Steven Lancing wrote:Okay. I am obviously trying to use 1.1.0. I have everything uploaded correctly, and all the code edited properly, yet the index page just shows a blue bar that says "shoutbox." Yes, I have set permissions, yes I have double (and triple) checked everything. It doesn't work. Help?
Please report it at trac: http://www.paulsohier.nl/ajax/Fortu wrote:Hello,
at first: Thank you for this wonderful shoutbox. All my user thank you so much. Great job
Second: Sorry for my poor English, I've learnt English at school and never under "real" conditions.
Ok, here's my little problem. Two users (one with Mozilla 2.0.0.11 and the other one with IE7) have JS errors when editting shouts. They get following error:
"JavaScript error. \nError: xml.getElementsByTagName("time")[0] has no properties Line: 667 File: [URL]/js.php"
What could be the problem? I've just tried to perform some tests with their user permissions, multiple edits within a few seconds: no problem. At first I thought it was a flood control problem, but no, no flood control for this usergroup activated. Strange :/
Fortu
Use upgrade.phpjoebart72 wrote:Hi paul,
I have installed this mod a few time ago and gave it up. I'd like to install this version again with install/index.php but I can't :
Do you have a script to clean fully the database ?Code: Select all
This file is only meant for new installs