[ABD]Ajax Shoutbox 1.2.x

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [BETA]Ajax Shoutbox 1.1.x

Post by Paul »

blauesblut wrote:i just get this erro in shout box:

There has been a JavaScript error. \nError:Wrong number of arguments or invalid property assignment

Loading.....
i just get this error in this topic:

Users arent reading the previous posts what causes to duplicate questions and content.
blauesblut
Registered User
Posts: 42
Joined: Sat Jan 12, 2008 3:25 pm

Re: [BETA]Ajax Shoutbox 1.1.x

Post by blauesblut »

Paul wrote: i just get this error in this topic:

Users arent reading the previous posts what causes to duplicate questions and content.
Paul wrote:
dunv007 wrote:hi paul i updated the shoutbox from version 1.0.0 to 1.1.1

i also refreshed the templetes .But Still Its Giving A Error In the ShoutBox

"There has been a JavaScript error. \nError:Wrong number of arguments or invalid property assignment"

please Help :cry:
Can you try it with this js.php: http://paulsohier.nl/ajax/browser/branc ... format=raw please?
Last edited by blauesblut on Wed Feb 27, 2008 9:43 am, edited 1 time in total.
jamppa
Registered User
Posts: 11
Joined: Wed Nov 07, 2007 7:29 am

Re: [BETA]Ajax Shoutbox 1.1.x

Post by jamppa »

How i want move shout-box from down to up ?

Image

index_body.html

Code: Select all

<!-- INCLUDE overall_header.html -->

<p class="{S_CONTENT_FLOW_END}<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p>
<!-- IF U_MCP --><p>{CURRENT_TIME} <br />[&nbsp;<a href="{U_MCP}">{L_MCP}</a>&nbsp;]</p><!-- ELSEIF S_USER_LOGGED_IN --><p>{CURRENT_TIME}</p><!-- ENDIF -->

<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
<ul class="linklist">
	<!-- IF S_DISPLAY_SEARCH -->
		<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_USER_LOGGED_IN --> &bull; <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> &bull; <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
	<!-- ENDIF -->
	<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
</ul>

<!-- INCLUDE shout_body.html -->

<!-- ENDIF -->

<!-- INCLUDE forumlist_body.html -->

<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
	<form method="post" action="{S_LOGIN_ACTION}" class="headerspace">
	<h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>&nbsp; &bull; &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a></h3>
		<fieldset class="quick-login">
			<label for="username">{L_USERNAME}:</label>&nbsp;<input type="text" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" />  
			<label for="password">{L_PASSWORD}:</label>&nbsp;<input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" />
			<!-- IF S_AUTOLOGIN_ENABLED -->
				| <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>
			<!-- ENDIF -->
			<input type="submit" name="login" value="{L_LOGIN}" class="button2" />
		</fieldset>
	</form>
<!-- ENDIF -->

<!-- IF S_DISPLAY_ONLINE_LIST -->
	<!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->
	<p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
	<!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>

<h3>{L_WHO_WAS_HERE}</h3>
	<p><!-- IF WHO_WAS_HERE_LIST2 -->{WHO_WAS_HERE_LIST2} ({WHO_WAS_HERE_EXP})<br />{WHO_WAS_HERE_RECORD}<br />{WHO_WAS_HERE_LIST}<!-- ELSE -->{L_WWH_UPDATE_NEED}<!-- ENDIF --></p>
<!-- ENDIF -->

<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
	<h3>{L_BIRTHDAYS}</h3>
	<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
<!-- ENDIF -->

<!-- IF NEWEST_USER -->
	<h3>{L_STATISTICS}</h3>
	<p>{TOTAL_POSTS} &bull; {TOTAL_TOPICS} &bull; {TOTAL_USERS} &bull; {NEWEST_USER}</p>
<!-- ENDIF -->

<!-- INCLUDE overall_footer.html -->
joebart72
Registered User
Posts: 743
Joined: Thu Feb 01, 2007 5:54 am

Re: [BETA]Ajax Shoutbox 1.1.x

Post by joebart72 »

Simple :)

Find this line :

Code: Select all

<!-- INCLUDE shout_body.html -->
Cut and paste this one after :

Code: Select all

<!-- INCLUDE overall_header.html -->
I learn English with phpbb.com :)
jamppa
Registered User
Posts: 11
Joined: Wed Nov 07, 2007 7:29 am

Re: [BETA]Ajax Shoutbox 1.1.x

Post by jamppa »

joebart72 wrote:Simple :)

Find this line :

Code: Select all

<!-- INCLUDE shout_body.html -->
Cut and paste this one after :

Code: Select all

<!-- INCLUDE overall_header.html -->
Same problem! No help!

Code: Select all

<!-- INCLUDE overall_header.html -->

<!-- INCLUDE shout_body.html -->

<p class="{S_CONTENT_FLOW_END}<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p>
<!-- IF U_MCP --><p>{CURRENT_TIME} <br />[&nbsp;<a href="{U_MCP}">{L_MCP}</a>&nbsp;]</p><!-- ELSEIF S_USER_LOGGED_IN --><p>{CURRENT_TIME}</p><!-- ENDIF -->

<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
<ul class="linklist">
	<!-- IF S_DISPLAY_SEARCH -->
		<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_USER_LOGGED_IN --> &bull; <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> &bull; <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
	<!-- ENDIF -->
	<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
</ul>
jamppa
Registered User
Posts: 11
Joined: Wed Nov 07, 2007 7:29 am

Re: [BETA]Ajax Shoutbox 1.1.x

Post by jamppa »

There has been a JavaScript error. \nError:edit_button is not defined Line: 1011 File : /forum/js.php

Registered users not work write to messange to shoutbox.. But admin work yes.. How? :?
blauesblut
Registered User
Posts: 42
Joined: Sat Jan 12, 2008 3:25 pm

Re: [BETA]Ajax Shoutbox 1.1.x

Post by blauesblut »

during the installation i just become this error, and

Code: Select all

[phpBB Debug] PHP Notice: in file /install1/index.php on line 26: include(./../install/functions.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /install1/index.php on line 26: include() [function.include]: Failed opening './../install/functions.php' for inclusion (include_path='.:/usr/local/lib/php')

Warning: Cannot modify header information - headers already sent by (output started at /kunden/186895_27753/okey-doggy/includes/functions.php:2932) in /kunden/186895_27753/okey-doggy/includes/functions.php on line 3470

Warning: Cannot modify header information - headers already sent by (output started at /kunden/186895_27753/okey-doggy/includes/functions.php:2932) in /kunden/186895_27753/okey-doggy/includes/functions.php on line 3472

Warning: Cannot modify header information - headers already sent by (output started at /kunden/186895_27753/okey-doggy/includes/functions.php:2932) in /kunden/186895_27753/okey-doggy/includes/functions.php on line 3473

Warning: Cannot modify header information - headers already sent by (output started at /kunden/186895_27753/okey-doggy/includes/functions.php:2932) in /kunden/186895_27753/okey-doggy/includes/functions.php on line 3474

Code: Select all

This file is only meant for new installs
someone idea? but i have the version 1.1.1
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [BETA]Ajax Shoutbox 1.1.x

Post by Paul »

You didnt upload install/functions.php ;). Also, as said, if you upgraded from 1.0.x you need to use upgrade.php ;).
rajshar
Registered User
Posts: 25
Joined: Wed Feb 20, 2008 4:05 am

Re: [BETA]Ajax Shoutbox 1.1.x

Post by rajshar »

TWo ERRORS:

There has been a JavaScript error. \nError:xml.getElementsByTagName("last")[0].childNodes[0] has no properties Line: 695 File : ....../phpBB3/js.php

XML Error

Im using Firefox 5.0. Thanks
User avatar
romans1423
Registered User
Posts: 1560
Joined: Sat Nov 02, 2002 4:44 pm
Location: Connersville, IN
Name: Rick Beckman
Contact:

Re: [BETA]Ajax Shoutbox 1.1.x

Post by romans1423 »

Paul wrote:
dunv007 wrote:There has been a JavaScript error. \nError:Wrong number of arguments or invalid property assignment
Can you try it with this js.php: http://paulsohier.nl/ajax/browser/branc ... format=raw please?
Paul: I had the same problem as dunv007 for users using IE, and when I switched to that version of js.php you linked to, everything works perfectly. Thanks a lot! :)
RickBeckman.org | The Fellowship Hall – Diversity-friendly Religious Forums
blauesblut
Registered User
Posts: 42
Joined: Sat Jan 12, 2008 3:25 pm

Re: [BETA]Ajax Shoutbox 1.1.x

Post by blauesblut »

my shoutbox worked suddenly for severel mins and dann errors come again:

on the bottom left in browser shows:

java script error:
Line:775
Char:2
Code:0
Error:Object expected

Code: Select all

load_shout();
Line:44
Char:3
Code:0
Error:'opener.document' is null or not an object

Code: Select all

var style_cookie = 'phpBBstyle';
how can i fix the problems?
Granit
Registered User
Posts: 266
Joined: Sun Aug 27, 2006 3:17 pm

Re: [BETA]Ajax Shoutbox 1.1.x

Post by Granit »

How to uninstall this?

I have removed the shoutbox table in phpmyadmin.
Uploaded the backup on the modded files.
Removed everything else in ftp.

But i still got this in permissions settings in the admin panel.
{ acl_u_as_bbcode }
{ acl_u_as_delete }
{ acl_u_as_edit }
{ acl_u_as_ignore_flood }
{ acl_u_as_info }
{ acl_u_as_mod_edit }
{ acl_u_as_post }
{ acl_u_as_smilies }
{ acl_u_as_view }

So how do i complete the uninstall??
blauesblut
Registered User
Posts: 42
Joined: Sat Jan 12, 2008 3:25 pm

Re: [BETA]Ajax Shoutbox 1.1.x

Post by blauesblut »

how can i hide ip button in shoutbox?
Mike_PL
Registered User
Posts: 39
Joined: Sat Oct 22, 2005 3:30 pm

Re: [BETA]Ajax Shoutbox 1.1.x

Post by Mike_PL »

How can I delete IMG and URL buttons from Shoutbox?
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [BETA]Ajax Shoutbox 1.1.x

Post by Paul »

Version 1.2.RC1 is the first release candidate of the 1.2.0 version. If you are using 1.1.1 currently, its a good idea to update. See below for more information.

Changes

There are since 1.1.1 several bugfixes, mostly related to bugs introduced in 1.1.1:
  • Fixed a small bug with the wrong count of pruned/removed messages is logged.
  • Fixed a typo.
  • Fixed some bugs with edit function
  • Moved several functions from js.php to static.js

There are since 1.0.3 several fixes and new features:

  • Full permission based system
  • ACP overview and configuration page
  • Editing (global and user only)
  • Deleting
  • Automatic database installer
  • Guest posting (Permission based)
  • Fixed several XML error bugs
  • And a lot other fixes!
Download?
Here: https://sourceforge.net/project/showfil ... _id=581232

Installing
Follow the instructions in install.xml carefull.

Updating (From 1.1.1)
Follow the instructions in contrib/update.xml

Upgrading (From 1.0.3)
Follow the instructions in contrib/upgrade.xml
Locked

Return to “[3.0.x] Abandoned MODs”