[ABD] Quick reply plugin for Almsamim WYSIWYG 0.0.9 RC3

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
kida7
Registered User
Posts: 64
Joined: Fri Sep 26, 2008 2:54 pm
Location: Vietnam
Contact:

[ABD] Quick reply plugin for Almsamim WYSIWYG 0.0.9 RC3

Post by kida7 »

Title: quick reply plugin for Almsamim WYSIWYG 0.0.9 RC3
Description: Add wysiwyg to phpbb's quick reply use Almsamim WYSIWYG 0.0.9 RC3
Version: 0.0.9
Installation level: Easy
Installation time: ~1 minutes
Author: KidA7
Email: [email protected]
WWW: http://hanghaicnt.net
Demo: http://hanghaicnt.co.cc (username :test, password: 123456)

Download : http://www.mediafire.com/?gijc4rxke5ctlub
Screen shot:
Image
User avatar
ahh72
Registered User
Posts: 48
Joined: Tue Jan 06, 2009 1:14 pm
Location: In der Nähe von Frankfurt, Deutschland
Name: @l€x
Contact:

Re: [Release] Quick reply plugin for Almsamim WYSIWYG 0.0.9

Post by ahh72 »

hi, thanks for the plugin was just what i wanted, works perfect :P

i have two questions:

- upload bbcode does not work, there is some way to disable it and remove it from the bbcode list?

- as i can do to add other custom bbcodes that i create in the panel?

greetings and thanks in advance
- URL: http://www.peruvoley.com/foro
- Hosting: http://www.rogohosting.com
- phpBB version: 3.3.4
- Style: prosilver
Juanla
Registered User
Posts: 44
Joined: Mon Aug 24, 2009 8:03 pm

Re: [Release] Quick reply plugin for Almsamim WYSIWYG 0.0.9

Post by Juanla »

In quick reply, sometimes say that i write few characters to send the post, how i can change these?

Edit:
I was trying it works and finally works :D
Sorry my bad english :)
kida7
Registered User
Posts: 64
Joined: Fri Sep 26, 2008 2:54 pm
Location: Vietnam
Contact:

Re: [Release] Quick reply plugin for Almsamim WYSIWYG 0.0.9

Post by kida7 »

Fix bug in prosilver style:
Open quickreply_editor.html
Find:

Code: Select all

			document.getElementsByName('message')[0].focus();
Replace with:

Code: Select all

			<!-- IF S_WYSIWYG_SHOW -->
				comm._focus();
			<!-- ELSE -->
				document.getElementsByName('message')[0].focus();
			<!-- ENDIF -->
mandrake88
Registered User
Posts: 91
Joined: Tue Jun 03, 2008 3:21 pm

Re: [Release] Quick reply plugin for Almsamim WYSIWYG 0.0.9

Post by mandrake88 »

Getting this error

Code: Select all

Fatal error: Cannot redeclare generate_smilies() (previously declared in C:\xampp\htdocs\phpBB3\includes\functions_posting.php:26) in C:\xampp\htdocs\phpBB3\includes\functions_posting.php on line 146
Is strange because line 146 is just is just a closing bracket. There is no redeclaration of methods.
kida7
Registered User
Posts: 64
Joined: Fri Sep 26, 2008 2:54 pm
Location: Vietnam
Contact:

Re: [Release] Quick reply plugin for Almsamim WYSIWYG 0.0.9

Post by kida7 »

This possible because you installed a quick reply mod before. To fix it, open viewtopc.php, find:

Code: Select all

	include($phpbb_root_path . 'includes/functions_posting.' . $phpEx);
	$user->add_lang('posting');
and replace with:

Code: Select all

	//include($phpbb_root_path . 'includes/functions_posting.' . $phpEx);
	$user->add_lang('posting');
User avatar
ahh72
Registered User
Posts: 48
Joined: Tue Jan 06, 2009 1:14 pm
Location: In der Nähe von Frankfurt, Deutschland
Name: @l€x
Contact:

Re: [Release] Quick reply plugin for Almsamim WYSIWYG 0.0.9

Post by ahh72 »

ahh72 wrote:i have two questions:

- upload bbcode does not work, there is some way to disable it and remove it from the bbcode list?

- as i can do to add other custom bbcodes that i create in the panel?
there are some possible solutions to my question :?: :?: :?:
- URL: http://www.peruvoley.com/foro
- Hosting: http://www.rogohosting.com
- phpBB version: 3.3.4
- Style: prosilver
Juanla
Registered User
Posts: 44
Joined: Mon Aug 24, 2009 8:03 pm

Re: [Release] Quick reply plugin for Almsamim WYSIWYG 0.0.9

Post by Juanla »

My problem was in the modification quickreply_body.html, there are two:

Code: Select all

</noscript>
<form method="post" action="{U_QR_ACTION}">
Sorry my bad english :)
arsalan
Registered User
Posts: 4
Joined: Wed Jan 13, 2010 10:58 am

Re: [Release] Quick reply plugin for Almsamim WYSIWYG 0.0.9

Post by arsalan »

I have installed it. and working fien but I only have one problem. My insert URL and nsert Image buttons are missing.
User avatar
san3auni
Registered User
Posts: 133
Joined: Mon May 10, 2010 5:45 am
Location: yemen
Contact:

Re: [Release] Quick reply plugin for Almsamim WYSIWYG 0.0.9

Post by san3auni »

i unstall it
then i can't re install it again !!
User avatar
san3auni
Registered User
Posts: 133
Joined: Mon May 10, 2010 5:45 am
Location: yemen
Contact:

Re: [Release] Quick reply plugin for Almsamim WYSIWYG 0.0.9

Post by san3auni »

san3auni wrote:i unstall it
then i can't re install it again !!
sorry it's work fine now
User avatar
boy_ofpersia
Registered User
Posts: 88
Joined: Sat Sep 13, 2008 5:58 pm
Location: Tehran, Iran
Name: Arman Pasayandeh
Contact:

Re: [Release] Quick reply plugin for Almsamim WYSIWYG 0.0.9

Post by boy_ofpersia »

Hello! it's great but it has a problem with android default browser! you can't type through this quick reply plugin
"We tie knots & bind up words in double meanings, and then try to untie them"
--Seneca
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: [ABD] Quick reply plugin for Almsamim WYSIWYG 0.0.9 RC3

Post by Paul »

Marking as [ABD] abandoned as the MOD author has not replied in this topic since September 2010. If the MOD author wishes to continue development, please PM anyone on the MOD Team to request this topic be unlocked.

Thank you,

The phpBB Modifications Team

Paul
Locked

Return to “[3.0.x] Abandoned MODs”