Translate by Googledsaf wrote:Small possible error:
In the ACP, the very last line in the settings page, is: "Show button “Транслит”:"
No idea what thats meant to mean!
D

Already answered by me some posts above...
Translate by Googledsaf wrote:Small possible error:
In the ACP, the very last line in the settings page, is: "Show button “Транслит”:"
No idea what thats meant to mean!
D
viewtopic_body.html
Code: Select all
<<<<<<< Begin of Conflict - Original File code before update
<hr class="divider" />
<!-- EVENT viewtopic_body_postrow_post_after -->
======= Code block used within the updated/new file
<div class="back2top"><a href="#top" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
>>>>>>> End of Conflict
Code: Select all
<hr class="divider" />
Code: Select all
<!-- EVENT viewtopic_body_postrow_post_after -->
Code: Select all
ERROR
Request timed out.
i am not having that issue.Joost01 wrote:Hi,
Great extension!
How can i fix this?
The smileys are not in the right place so there is a large empty space.
Joost01 wrote:Hi,
Great extension!
How can i fix this?
The smileys are not in the right place so there is a large empty space.
quickreply_editor_message_before.html
Code: Select all
<div id="smiley-box">
<!-- IF S_SMILIES_ALLOWED and .smiley -->
<!-- BEGIN smiley -->
<a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a>
<!-- END smiley -->
<!-- ENDIF -->
<!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED-->
<br /><a href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a>
<!-- ENDIF -->
</div>
<div id="smiley-box">
Code: Select all
<P STYLE="text-align: justify;
</div>
Code: Select all
</P>
Hello GoBieN,GoBieN wrote:You forgot the closing ">"
Joost01 wrote:Hello GoBieN,GoBieN wrote:You forgot the closing ">"
Where forgot i the ">" closing in my code?
Code: Select all
<P STYLE="text-align: justify;
Code: Select all
<P STYLE="text-align: justify;">
Thank you, alone this give this on my forum..GoBieN wrote:Joost01 wrote:Hello GoBieN,GoBieN wrote:You forgot the closing ">"
Where forgot i the ">" closing in my code?should beCode: Select all
<P STYLE="text-align: justify;
Code: Select all
<P STYLE="text-align: justify;">