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.
rxu
Extensions Development Team
Posts: 3711
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation
Contact:

Re: Quick reply for phpBB3

Post by rxu »

There're messed subsilver2 and acidtech template edits in your viewtopic_body.html :)
Please try to remove this code from it (it's intended for subsilver2)

Code: Select all

			<!-- IF QUICK_REPLY -->
				<tr>
					<td class="postdetails"><a href="#postform" onclick="addquote({postrow.POST_ID},'{postrow.POSTER_QUOTE}'); insert_text('\r\n'); return false;" title="{L_QUOTE_TEXT}">{L_QUOTE}</a></td>
				</tr>
			<!-- ENDIF -->
Last edited by rxu on Tue Nov 24, 2009 7:05 pm, edited 1 time in total.
PatIsLegend
Registered User
Posts: 15
Joined: Sat Nov 21, 2009 7:35 pm

Re: Quick reply for phpBB3

Post by PatIsLegend »

success! thanks so much man!
Krej
Registered User
Posts: 39
Joined: Tue Nov 24, 2009 3:11 am

Re: Quick reply for phpBB3

Post by Krej »

Krej wrote:i cant get it work
You have to put and run install.php from the board root (i.e. your_site/forum/install.php).[/quote]

oh i thought i have to put all of it
that was my mistake
thank you! :)

-ned
colbacc8
Registered User
Posts: 2
Joined: Tue Nov 24, 2009 11:33 pm

Re: Quick reply for phpBB3

Post by colbacc8 »

Hi, I've installed the mod quick reply on phpbb3 v 3.0.6 but they give an error to me when I lunch the install.php:

Deprecated: Assigning the return value of new by reference is deprecated in /Users/Marco/Sites/forum2/install.php on line 94
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /install.php:94)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /install.php:94)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /install.php:94)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4184: Cannot modify header information - headers already sent by (output started at /install.php:94)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4186: Cannot modify header information - headers already sent by (output started at /install.php:94)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4187: Cannot modify header information - headers already sent by (output started at /install.php:94)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4188: Cannot modify header information - headers already sent by (output started at /install.php:94)

I've used new install.php and I've change the user_options number in 232319 in function_user.php.

Help me please! :roll:
rxu
Extensions Development Team
Posts: 3711
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation
Contact:

Re: Quick reply for phpBB3

Post by rxu »

colbacc8 wrote:Deprecated: Assigning the return value of new by reference is deprecated in /Users/Marco/Sites/forum2/install.php on line 94
What PHP version? And is it the line 94?

Code: Select all

$module = &new acp_modules();
If yes, please try this

Code: Select all

$module = new acp_modules();
colbacc8
Registered User
Posts: 2
Joined: Tue Nov 24, 2009 11:33 pm

Re: Quick reply for phpBB3

Post by colbacc8 »

ok!!! Thank you so much!!! :D :D :D
tahayassen
Registered User
Posts: 2
Joined: Thu Nov 06, 2008 1:52 am

Re: Quick reply for phpBB3

Post by tahayassen »

It's an okay add-on. It kinda looks weird. The Quick Reply box is a bit too big.
Krej
Registered User
Posts: 39
Joined: Tue Nov 24, 2009 3:11 am

Re: Quick reply for phpBB3

Post by Krej »

something weird happened
i installed it correctly

http://pinoyunderground.comuv.com/forum ... hp?f=2&t=2

but when i go inside A thread the theme is messed up
Attachments
bug.jpg
bug.jpg (131.21 KiB) Viewed 1214 times
bug2.jpg
bug2.jpg (127.76 KiB) Viewed 1214 times
bug3.jpg
bug3.jpg (107.94 KiB) Viewed 1214 times
rxu
Extensions Development Team
Posts: 3711
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation
Contact:

Re: Quick reply for phpBB3

Post by rxu »

What style?
Krej
Registered User
Posts: 39
Joined: Tue Nov 24, 2009 3:11 am

Re: Quick reply for phpBB3

Post by Krej »

rxu wrote:What style?
default prosilver :)
rxu
Extensions Development Team
Posts: 3711
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation
Contact:

Re: Quick reply for phpBB3

Post by rxu »

Is the rest of the page ok?
Did you actually copy quick_reply.html for prosilver (not for subsilver2)?
Krej
Registered User
Posts: 39
Joined: Tue Nov 24, 2009 3:11 am

Re: Quick reply for phpBB3

Post by Krej »

yeah quick_reply.html was there
i uninstalled it and ill give it another try

EDIT:

ok no worries
its working now
thanks rxu for your concern ;)
CMA
Registered User
Posts: 330
Joined: Mon Jun 02, 2003 4:15 pm
Location: Vancouver BC Canada
Contact:

Re: Quick reply for phpBB3

Post by CMA »

:/

there are no install.php at contrib/install/ so where can i found that folder from? i need it to run at phpbb root...

Code: Select all

Copy contrib/install/install.php to your phpBB root directory and run it. Delete the file after running!.
but i will go ahead and try

Code: Select all

UPDATE phpbb_users SET user_options = user_options + 2048;
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_quick_reply',1);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_quick_reply_options',0);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_quick_post',0);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_quick_post_options',0);
is it alright to update it?
rxu
Extensions Development Team
Posts: 3711
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation
Contact:

Re: Quick reply for phpBB3

Post by rxu »

CMA wrote:there are no install.php at contrib/install/
It should be there, but anyway please download and use bugfixed version from here.
User avatar
CrazyDave
Registered User
Posts: 72
Joined: Mon Jun 22, 2009 9:15 pm
Location: Las Vegas, NV. USA

Re: Quick reply for phpBB3

Post by CrazyDave »

i am currently using the style AcidTech(blue) which is not based off of either prosilver or subsilver2 :?

so i know that the basic template changes you have to make in the install.xml file for prosilver or subsilver2 will not work with my style. :roll:

can someone help me refine the template changes for this particular style?
Locked

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