quote fix

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
hennessyy
Registered User
Posts: 7
Joined: Thu Oct 17, 2019 8:09 pm

quote fix

Post by hennessyy »

This

https://imgur.com/hBsq5zt - Look no there's a wrote

but on this exsists who is wrote this post - https://imgur.com/79Goacd

Theme is marina_slate, same theme on both of pictures, could you tell me how to fix it?
User avatar
warmweer
Jr. Extension Validator
Posts: 11851
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: quote fix

Post by warmweer »

hennessyy wrote: Sat Nov 09, 2019 9:26 pm This

https://imgur.com/hBsq5zt - Look no there's a wrote

but on this exsists who is wrote this post - https://imgur.com/79Goacd

Theme is marina_slate, same theme on both of pictures, could you tell me how to fix it?
The printscreen shows the output. What was the input for both results? Does it also occur with prosilver?
Other information may also be useful (phpBB version, extensions. board url? - even the SRT perhaps.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
hennessyy
Registered User
Posts: 7
Joined: Thu Oct 17, 2019 8:09 pm

Re: quote fix

Post by hennessyy »

You didn't understand me enough, i've given you a both of pictures, where you can see results, a one of this picture you can see no there's name of writer, but on another one it there's, i think on name's writer, 3.2.8 is version of phpBB.
User avatar
Gumboots
Registered User
Posts: 801
Joined: Fri Oct 11, 2019 1:59 am

Re: quote fix

Post by Gumboots »

Warmweer wants to know what was entered into the editor to generate that result. A link to the problem would help. Or a screenshot of the offending post opened in the reply editor.
🇺🇦 Слава Україні! 🇺🇦 Героям слава! 🇺🇦
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: quote fix

Post by 3Di »

hennessyy wrote: Sat Nov 09, 2019 9:26 pm This
This
there is nothing strange, see above.

If you use the quote BBcode button there are no details, if you use the quote posting button yes.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
hennessyy
Registered User
Posts: 7
Joined: Thu Oct 17, 2019 8:09 pm

Re: quote fix

Post by hennessyy »

3Di wrote: Sat Nov 09, 2019 10:32 pm
hennessyy wrote: Sat Nov 09, 2019 9:26 pm This
This
there is nothing strange, see above.

If you use the quote BBcode button there are no details, if you use the quote posting button yes.
That's nevermind, I tried and it doesn't work
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: quote fix

Post by 3Di »

warmweer wrote: Sat Nov 09, 2019 10:00 pm Does it also occur with prosilver?
If not then you should ask for support where you got your style from:
hennessyy wrote: Sat Nov 09, 2019 9:26 pm Theme is marina_slate
AKA themeforrest (paid style, paid support)
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
hennessyy
Registered User
Posts: 7
Joined: Thu Oct 17, 2019 8:09 pm

Re: quote fix

Post by hennessyy »

Can you help me or not?
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: quote fix

Post by 3Di »

hennessyy wrote: Sat Nov 09, 2019 11:04 pm Can you help me or not?
You have been asked twice to try with the prosilver style to see if it works, so the first help has already been given but we have no answers yet.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
hennessyy
Registered User
Posts: 7
Joined: Thu Oct 17, 2019 8:09 pm

Re: quote fix

Post by hennessyy »

it works on prosilver bro, but on this current theme it doesn't work

This is a code from quick_reply

Code: Select all

<form method="post" action="{U_QR_ACTION}" id="qr_postform">
<!-- EVENT quickreply_editor_panel_before -->
	<div class="panel">
		<div class="inner">
				<h2 class="quickreply-title">{L_QUICKREPLY}</h2>
				<fieldset class="fields1">
				<!-- EVENT quickreply_editor_subject_before -->
					<dl style="clear: left;">
						<dt><label for="subject">{L_SUBJECT}{L_COLON}</label></dt>
						<dd><input type="text" name="subject" id="subject" size="45" maxlength="124" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" /></dd>
					</dl>
				<!-- EVENT quickreply_editor_message_before -->
				<div id="message-box" class="message-box">
					<textarea style="height: 9em;" name="message" rows="7" cols="76" tabindex="3" class="inputbox"></textarea>
				</div>
				<!-- EVENT quickreply_editor_message_after -->
				</fieldset>
				<fieldset class="submit-buttons">
					{S_FORM_TOKEN}
					{QR_HIDDEN_FIELDS}
					<input type="submit" accesskey="f" tabindex="6" name="preview" value="{L_FULL_EDITOR}" class="button2" id="qr_full_editor" />&nbsp;
					<input type="submit" accesskey="s" tabindex="7" name="post" value="{L_SUBMIT}" class="button1" />&nbsp;
				</fieldset>
		</div>
	</div>
<!-- EVENT quickreply_editor_panel_after -->
</form>
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: quote fix

Post by 3Di »

hennessyy wrote: Sat Nov 09, 2019 11:14 pm it works on prosilver bro, but on this current theme it doesn't work
As I said:
3Di wrote: Sat Nov 09, 2019 10:47 pm If not then you should ask for support where you got your style from: marina_slate

AKA themeforrest (paid style, paid support)
There's no support here for styles bought elsewhere, ask its author.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

Return to “[3.2.x] Styles Support & Discussion”