Thread Rating:
  • 3 Votes - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 AJAX Quick Reply 1.2
Kikkerking Offline
Junior Member
**
Posts: 31
Joined: Jan 2008
Post: #41
RE: AJAX Quick Reply 1.2
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?
(This post was last modified: 01-30-2008 11:35 PM by Kikkerking.)
01-30-2008 11:34 PM
Find all posts by this user
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #42
RE: AJAX Quick Reply 1.2
Oops, that kinda appears to be an issue on my side... Erf

Updated to v1.21 - see if that fixes the issue.

My Blog
01-31-2008 10:44 PM
Find all posts by this user
Kikkerking Offline
Junior Member
**
Posts: 31
Joined: Jan 2008
Post: #43
RE: AJAX Quick Reply 1.2
Yep it did fix it, well done. Wink
02-01-2008 04:25 AM
Find all posts by this user
dared Offline
Junior Member
**
Posts: 19
Joined: Jan 2008
Post: #44
RE: AJAX Quick Reply 1.2
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




.rar  ajaxqr121.rar (Size: 7.01 KB / Downloads: 681)
(This post was last modified: 04-28-2008 12:25 AM by dared.)
02-02-2008 05:13 AM
Find all posts by this user
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #45
RE: AJAX Quick Reply 1.2
Sounds good dared, good work Smile

My Blog
02-02-2008 07:30 PM
Find all posts by this user
AglioEoliO Offline
Junior Member
**
Posts: 39
Joined: Jan 2008
Post: #46
RE: AJAX Quick Reply 1.2
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
02-02-2008 09:48 PM
Find all posts by this user
62.248.1.101
Unregistered
 
Post: #47
RE: AJAX Quick Reply 1.2
Test
02-03-2008 12:55 AM
dared Offline
Junior Member
**
Posts: 19
Joined: Jan 2008
Post: #48
RE: AJAX Quick Reply 1.2
ZiNgA BuRgA Wrote:Sounds good dared, good work Smile

:$ thx zinga.. its your voice Tongue
i just chance a few code lines and codes..
02-03-2008 04:12 AM
Find all posts by this user
212.219.13.74
Unregistered
 
Post: #49
RE: AJAX Quick Reply 1.2
Nice Mod. Smile
02-06-2008 11:24 PM
ojooobe Offline
Junior Member
**
Posts: 2
Joined: Feb 2008
Post: #50
RE: AJAX Quick Reply 1.2
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:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!-- 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.

02-09-2008 02:33 AM
Find all posts by this user

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: