3.2.4 phpBB is not showing BBCode, smilies in quick reply - QuickReply Reloaded
3.2.4 phpBB is not showing BBCode, smilies in quick reply
-
- Registered User
- Posts: 52
- Joined: Tue Dec 18, 2018 3:19 pm
- Name: Harry Freeman
- Contact:
Re: 3.2.4 phpBB is not showing BBCode, smilies in quick repl
Sorry for the late reply. Smilies and BBCodes depend on settings in the ACP.
There can be some compatibility problems with your board's style or other extensions, but that requires more information to solve the problem.
-
- Registered User
- Posts: 545
- Joined: Mon Apr 28, 2014 1:47 pm
- Contact:
Re: 3.2.4 phpBB is not showing BBCode, smilies in quick repl
I have not changed the code, I just downloaded the forum and your extension. Set all settings, everywhere included emoticons.
Smileys in quick reply does not((
-
- Registered User
- Posts: 52
- Joined: Tue Dec 18, 2018 3:19 pm
- Name: Harry Freeman
- Contact:
Re: 3.2.4 phpBB is not showing BBCode, smilies in quick repl
Of course, I have tested the extension, and there have been no reported problems with smilies recently.Harry_Harry wrote:Have you tested?
If you are talking about emojis (and not smilies), they are not displayed neither on default posting page, nor on quick reply form.
-
- Registered User
- Posts: 545
- Joined: Mon Apr 28, 2014 1:47 pm
- Contact:
Re: 3.2.4 phpBB is not showing BBCode, smilies in quick repl
-
- Registered User
- Posts: 52
- Joined: Tue Dec 18, 2018 3:19 pm
- Name: Harry Freeman
- Contact:
Re: 3.2.4 phpBB is not showing BBCode, smilies in quick repl
There is no button "Редактировать" ("Edit") in this extension.
Try disabling other extensions one by one to find an issue.
By the way, you can receive support in Russian here.
-
- Registered User
- Posts: 545
- Joined: Mon Apr 28, 2014 1:47 pm
- Contact:
Re: 3.2.4 phpBB is not showing BBCode, smilies in quick repl
Or need to disable the native quick reply feature? But I tried. It's useless.
I don't know what else to do. After all the reason there is somewhere
-
- Registered User
- Posts: 52
- Joined: Tue Dec 18, 2018 3:19 pm
- Name: Harry Freeman
- Contact:
Re: 3.2.4 phpBB is not showing BBCode, smilies in quick repl
It's not a native button. The native one is the same as here - "Full Editor & Preview".Harry_Harry wrote:the Edit button turns out to be the native button.
-
- Registered User
- Posts: 545
- Joined: Mon Apr 28, 2014 1:47 pm
- Contact:
Re: 3.2.4 phpBB is not showing BBCode, smilies in quick repl
-
- Registered User
- Posts: 52
- Joined: Tue Dec 18, 2018 3:19 pm
- Name: Harry Freeman
- Contact:
Re: 3.2.4 phpBB is not showing BBCode, smilies in quick repl
Code: Select all
'FULL_EDITOR' => 'Full editor',
Code: Select all
'FULL_EDITOR' => 'Full Editor & Preview',
-
- Registered User
- Posts: 52
- Joined: Tue Dec 18, 2018 3:19 pm
- Name: Harry Freeman
- Contact:
Re: 3.2.4 phpBB is not showing BBCode, smilies in quick repl
https://github.com/senky/phpbb-ext-remo ... s/releases
-
- Registered User
- Posts: 52
- Joined: Tue Dec 18, 2018 3:19 pm
- Name: Harry Freeman
- Contact:
Re: 3.2.4 phpBB is not showing BBCode, smilies in quick repl
And saw that the smileys get into the unit
Code: Select all
<div class="hidden">
<div id="smiley-box" class="smiley-box">
...
</div>
</div>
Style:
forum\styles\prosilver\theme\utilities.css
Code: Select all
62 .hidden {
display: none;
}
Code: Select all
<div class="hidden">
now so
Code: Select all
<div class="hidden2">
<div id="smiley-box" class="smiley-box">
...
</div>
</div>
-
- Registered User
- Posts: 52
- Joined: Tue Dec 18, 2018 3:19 pm
- Name: Harry Freeman
- Contact: