Quick reply for phpBB3

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
mbreezy
Registered User
Posts: 74
Joined: Sun Oct 04, 2009 1:11 pm

Re: Quick reply for phpBB3

Post by mbreezy »

It was mine. I fixed it. I just realized I checked out the wrong file. lol
silverfox
Registered User
Posts: 1
Joined: Tue Oct 27, 2009 8:21 pm

Re: Quick reply for phpBB3

Post by silverfox »

i've installed this mod on my board..

can i make it enabled as default, for all my users?
rxu
Extensions Development Team
Posts: 3712
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation
Contact:

Re: Quick reply for phpBB3

Post by rxu »

silverfox wrote:can i make it enabled as default, for all my users?
Hmm... it should be done with install.php actually. But you can also try this SQL query

Code: Select all

'UPDATE phpbb_users SET user_options = user_options + 2048'
whitesecret
Registered User
Posts: 12
Joined: Fri Feb 13, 2009 12:56 am

Re: Quick reply for phpBB3

Post by whitesecret »

Does this mod work for phpbb version 3.0.5?
rxu
Extensions Development Team
Posts: 3712
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation
Contact:

Re: Quick reply for phpBB3

Post by rxu »

Yes, it does.
Sandy7
Registered User
Posts: 4
Joined: Tue Nov 03, 2009 2:47 pm

Re: Quick reply for phpBB3

Post by Sandy7 »

rxu,

We use "Getaway" style. I am new to phpBB.. so would appreciate some detailed instruction. Thank you in advance for your guidance.

Which aspects of your following instruction set do we need to follow to implement QR? If not the following, do you have an instruction set for Getaway? That would help greatly. Thank you.
rxu wrote:Important:

Most reliable fix for the problem of a topic page jumping down to the quick reply box is here - thanks to dowelld. NOTE: this bug should be gone with the phpBB 3.0.5 version release (the fix is here).

For subsilver2 and subsilver2-based styles see MOD package /templates folder.

Some tips about the templates editing are here.

A way to resize the textbox can be found here.

Here you can find a link to acidtechyellow style installation instruction (perhaps can be suitable for other acidtech themes).

Before using installation script (install.php) for MOD ver.1.6.7, please download and use bugfixed version from here (direct link) instead of install.php from the MOD package.

For ones wishing to uninstall the MOD:
  • Download bugfixed version from here (direct link) instead of uninstall.php from the MOD package.
  • Upload downloaded uninstall.php to your board root and run it in browser.
  • Undo the files changes you've made with the MOD.
NOTICE: although fixed versions of install.php and uninstall.php are provided, the ones includes in MOD release won't make any kind of database damage or corruption. There're only possible (not critical) bugs fixed those related to users display options settings.

Translations made by users:
hebrew by ttuu
Dutch by GoBieN
German by juport
rxu
Extensions Development Team
Posts: 3712
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation
Contact:

Re: Quick reply for phpBB3

Post by rxu »

Sandy7 wrote:Which aspects of your following instruction set do we need to follow to implement QR?
rxu wrote:For subsilver2 and subsilver2-based styles see MOD package /templates folder.
Sandy7,

Since Getaway style is based on Subsilver2, please try to apply changes described in /templates/subsilver2.xml additional installation instruction to Getaway template. ;)
Sandy7
Registered User
Posts: 4
Joined: Tue Nov 03, 2009 2:47 pm

Re: Quick reply for phpBB3

Post by Sandy7 »

rxu, Thanks. I will ignore the instructions for ProSilver and use those in your IMPORTANT note for SubSilver2; specifically, I will apply changes described in /templates/subsilver2.xml additional installation instruction to Getaway template. Will do later today... and will revert to let you know how it goes. :)

Thanks a bunch! Image
lextastic
Registered User
Posts: 12
Joined: Sun Sep 06, 2009 10:10 pm

Re: Quick reply for phpBB3

Post by lextastic »

Hey!

I have 3 questions

Image

How to remove that Quote button under a person's user name?
Is it possible to translate that "QUICK REPLY" thing? (the middle green box)
and How to remove that thing:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Thanks in advance.
rxu
Extensions Development Team
Posts: 3712
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation
Contact:

Re: Quick reply for phpBB3

Post by rxu »

lextastic wrote:How to remove that Quote button under a person's user name?
Please read this post for the info ;)
lextastic wrote:Is it possible to translate that "QUICK REPLY" thing?
Sure. Just translate language corresponding entries, including quick_reply.php language file.
lextastic wrote:and How to remove that thing:
Just remove the following code from quick_reply html:

Code: Select all

			<!-- IF BBCODE_STATUS -->
			<!-- IF .smiley --><hr /><!-- ENDIF -->
			{BBCODE_STATUS}<br />
			<!-- IF S_BBCODE_ALLOWED -->
				{IMG_STATUS}<br />
				{FLASH_STATUS}<br />
				{URL_STATUS}<br />
				{SMILIES_STATUS}
			<!-- ENDIF -->
			<!-- ENDIF -->
lextastic
Registered User
Posts: 12
Joined: Sun Sep 06, 2009 10:10 pm

Re: Quick reply for phpBB3

Post by lextastic »

thank you so much :D
radali
Registered User
Posts: 20
Joined: Tue Nov 03, 2009 5:56 am

Re: Quick reply for phpBB3

Post by radali »

Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in /home/soltanwo/public_html/forum/install/install.php on line 17

Warning: include() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/soltanwo/public_html/forum/install/install.php on line 17

Fatal error: Call to a member function session_begin() on a non-object in /home/soltanwo/public_html/forum/install/install.php on line 20



when i want to install this error apears what should i do ?
rxu
Extensions Development Team
Posts: 3712
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation
Contact:

Re: Quick reply for phpBB3

Post by rxu »

Put install.php into the /forum folder.
radali
Registered User
Posts: 20
Joined: Tue Nov 03, 2009 5:56 am

Re: Quick reply for phpBB3

Post by radali »

Information

No module found.

i have done what should i do next ?
rxu
Extensions Development Team
Posts: 3712
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation
Contact:

Re: Quick reply for phpBB3

Post by rxu »

Most likely you didn't copy all the files on your server, particulary from includes/acp/ folder of the MOD package.
Locked

Return to “[3.0.x] MOD Database Releases”