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.
KieranG
Registered User
Posts: 17
Joined: Fri Mar 21, 2008 2:25 pm

Re: Quick reply for phpBB3

Post by KieranG »

I just uninstalled the mod so that the forum was not erroring at everyone.

Thanks for the suggestion - where can I find those changes (for subsilver2?)
rxu
Extensions Development Team
Posts: 4018
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

It's in the MOD package, /template/subsilver2.xml.
KieranG
Registered User
Posts: 17
Joined: Fri Mar 21, 2008 2:25 pm

Re: Quick reply for phpBB3

Post by KieranG »

Hi, I have followed the instructions in the subsilver2 file, but nothing has happened. Is there anything else I need to run to activate the mod? All the changes in there have been made, but there is no quick reply anywhere... :)
rxu
Extensions Development Team
Posts: 4018
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

Try to purge the cache.
KieranG
Registered User
Posts: 17
Joined: Fri Mar 21, 2008 2:25 pm

Re: Quick reply for phpBB3

Post by KieranG »

Done - still nothing. I was only supposed to follow the instructions inside subsliver2, right? I didn't follow anything else.
Hypo
Registered User
Posts: 22
Joined: Tue Feb 07, 2006 5:22 pm

Re: Quick reply for phpBB3

Post by Hypo »

rxu wrote:
Hypo wrote:the quickreply-box is pretty big, what should I do to make it a bit smaller?
May be this can be helpful? :)
SHould be helpful yes, but the size doesn't change, changed the rows & the cols, but nothing changed :S


Thanks though ! ;)
KieranG
Registered User
Posts: 17
Joined: Fri Mar 21, 2008 2:25 pm

Re: Quick reply for phpBB3

Post by KieranG »

Ok, I saw I still needed to edit the other files and then run install.php - I've now done that, but it's totally screwed up my theme, see here:

http://freshh.org

Click on any thread and the Quick Reply box is at the top, messed up.

Edit: Ok, so I got it at the bottom where it's suppost to be, but it's too big so totally messes up the theme. How can I make it fit in?
rxu
Extensions Development Team
Posts: 4018
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

KieranG wrote:Click on any thread and the Quick Reply box is at the top, messed up.
:) Try to find the second block (not first!) in viewtopic_body.html

Code: Select all

			<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
		<!-- ENDIF -->
	</tr>
	</table>
and paste

Code: Select all

<!-- IF QUICK_REPLY --><!-- INCLUDE quick_reply.html --><!-- ENDIF -->
after this second block of code.

Hypo
Don't forget to clear the cache after any template changes ;)
rxu
Extensions Development Team
Posts: 4018
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

KieranG
Registered User
Posts: 17
Joined: Fri Mar 21, 2008 2:25 pm

Re: Quick reply for phpBB3

Post by KieranG »

Hi, that does not fix it. The overall thing is too big, not just the text input box... How can I make the overall thing a bit smaller to fit in? See how it looks atm http://freshh.org
rxu
Extensions Development Team
Posts: 4018
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

Regrettably, I can't see quick reply form on your board because I'm a guest ;)
KieranG
Registered User
Posts: 17
Joined: Fri Mar 21, 2008 2:25 pm

Re: Quick reply for phpBB3

Post by KieranG »

http://freshh.org/error.jpg

That's what it looks like at the moment. I'd be very grateful for some help, I'd even pay for a fix. :)
Last edited by KieranG on Fri Mar 21, 2008 4:14 pm, edited 1 time in total.
Hypo
Registered User
Posts: 22
Joined: Tue Feb 07, 2006 5:22 pm

Re: Quick reply for phpBB3

Post by Hypo »

rxu wrote:Hypo
Don't forget to clear the cache after any template changes ;)
I refreshed my template but nothing happend ?
Maby rows=10 and cols=20 is too small, or isn't that possible?
rxu
Extensions Development Team
Posts: 4018
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Quick reply for phpBB3

Post by rxu »

KieranG
Please pastebin your edited viewtopic.php here.
And if you want a qiuck reply form to be smaller, most likely you'll need to remove Font colour panel from it. So change the following code in includes/quick_reply.php

Code: Select all

FIND
		'S_BBCODE_ALLOWED'			=> $bbcode_status,
REPLACE WITH
		'S_BBCODE_ALLOWED'			=> false,
Hypo wrote:I refreshed my template but nothing happend ?
Have you refreshed template or purged the cache? Sorry for the possible misunderstanding :)
Hypo
Registered User
Posts: 22
Joined: Tue Feb 07, 2006 5:22 pm

Re: Quick reply for phpBB3

Post by Hypo »

I refreshed it, since I don't know what purge the cache is :P:$

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