MyBB Hacks

Full Version: AJAX Quick Reply 1.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
This has been bothering a lot of users of my forum, so I'll just ask it here.
Any way of always keeping the "Signature" button checked?
Oops, that kinda appears to be an issue on my side... Erf

Updated to v1.21 - see if that fixes the issue.
Yep it did fix it, well done. Wink
ZiNgA BuRgA Wrote:AJAX with different character sets, other than UTF-8 is a pain, unfortunately...

i was work on your mod and i made this.. i hope you will like it.
here a caps

[Image: ajaxqret5.jpg]

and live demo

http://forumsuzca.com/mybb-sevenler-seo-...http://forumsuzca.com/mybb-sevenler-seo-yarismasi/yeni-post-mesaj-denemesi-t-4052-3.ht



[attachment=76]
Sounds good dared, good work Smile
Nice work Dared
Spanish users have this issue too I think, as the last Lang pack is ISO-8859-1

The new Portuguese 1.212 translation was UTF-8 so I converted my entire Database from latin1 (iso) to UTF-8

This mod is awesome, my CPU usage (MediaTemple) decreased a lot in the last days after installing it

Thanks Zinga

62.248.1.101

Test
ZiNgA BuRgA Wrote:Sounds good dared, good work Smile

:$ thx zinga.. its your voice Tongue
i just chance a few code lines and codes..

212.219.13.74

Nice Mod. Smile
Hi there,

Sorry for my very bad English Frown

I'm replaced MyBulletin "postbit" template with Chavil "postbit" template & i can post with FF & IE, but i don't know my problem where is in MyBulletin "postbit" template Frown

PLZ Help me Tongue

MyBulletin "postbit" template:

Code:
<!-- Thead and Tcat Backgrounds-->

<table border="0" cellspacing="$theme[borderwidth]" cellpadding="2" class="tborder">
<tr>
<td class="tcat">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" style="color:#FFFFFF"><img src="{$theme['imgdir']}/post_old.gif" alt="" style="vertical-align:middle"/> {$post['postdate']}, {$post['posttime']}</td>
<td style="white-space:nowrap; color:#FFFFFF" align="right"><strong><a href="showthread.php?tid={$tid}&pid={$post['pid']}#pid{$post['pid']}">#{$postcounter} </a></strong> </td>
<td style="white-space:nowrap; color:#FFFFFF" align="right">{$post['button_report']} </td>
<td style="white-space:nowrap; color:#FFFFFF" align="right">{$post['iplogged']} </td>
<td style="white-space:nowrap; color:#FFFFFF" align="right">{$post['inlinecheck']}</td>
</tr></table>
</td>
</tr>
<tr>
<td class="trow2" valign="top"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

<!-- User Details-->

{$post['user_details']}

<!-- Post-->

</td></tr>
<tr>
<td class="trow3" valign="top">
<div id="pid_{$post['pid']}">
<img src="{$theme['imgdir']}/post.png" alt="" style="vertical-align:middle"/> <span style="font-size:11px;">{$post['subject']}</span>
<hr />
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="font-style:italic; vertical-align: bottom;">
{$post['editedmsg']}
</div>
<br />

<!-- Buttons-->

<table width="100%" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td align="right"><span class="smalltext">
        {$post['button_edit']}{$post['button_quickdelete']}</span></td>
		<td align="right">{$post['button_pm']}<span class="smalltext">{$post['button_quote']}{$post['thanks']}{$post['button_multiquote']} </span></td>
	</tr>
	</table>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%">
{$post['thxdsp']}{$seperator}
</tr></table>
<div style="padding-bottom:6px;"></div>


Regards.

Pages: 1 2 3 4 5 6 7 8
Reference URL's