Balloon-shaped frame quote

Started by hhy89, March 15, 2009, 05:53:20 PM

Previous topic - Next topic

hhy89

Link to Mod


Balloon-shaped frame quote


made by www.smfmod.com
Version: 1.0 Date 2009-03-12
Compatibility: SMF 2.0 RC1


Version: 1.1 Date 2009-03-18
Compatibility: SMF 2.0 RC1
*for [quote ][/quote ] is added


Version: 1.2 Date 2009-03-18
Compatibility: SMF 2.0 RC1 & 1.1.x
*Balloon-shaped_frame_quote_1.1.x.zip for only 1.1.x
*Balloon-shaped_frame_quote.zip for only 2.0 RC1


Version: 1.3 Date 2009-03-29
Compatibility: SMF 2.0 RC1 & 1.1.x
*a little bug fix
thanks Bulakbol.



in turkish:
modifications.turkish.php de ekle

$txt['hhyalinti1'] = 'Alıntı:';
$txt['hhyalinti2'] = '';
$txt['hhyalinti3'] = ' tarafından gönderildi.';

Quote from: Nas on March 18, 2009, 09:35:10 AM
Great mod! Looks really nice!

Swedish translation:

// by smfmod.com
$txt['hhyalinti1'] = 'Citat:';
$txt['hhyalinti2'] = 'Skickat av';
$txt['hhyalinti3'] = '';


Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

edi67

CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Antechinus

Looks very nice, but is rather heavy on code and images. With a bit of cunning css you could reduce the complexity quite a bit I think.

TBH we've been looking at implementing something similar for Curve. ;)

edi67

#3
1 question is possible to have TAG quote working to for 1° level of quote?
i means your TAG work but only if i Quote one already existent reply in topic, but not work if i want write something inside tag QUOTE.
IS possible do this?
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

hhy89

thanx guys

@Antechinus i dont understand u sorry i know very bad eng :D

@edi67
it work in this example code
[quote author=edi67 link=topic=299262.msg1977326#msg1977326 date=1237155172]
bla bla bla
[/quote]

it doesnt work in this example code
[quote]
bla bla bla
[/quote]
Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

dr.wills

does it work in this example?

[quote ....]

   [quote ....]

blah blah

   [/quote]

[/quote]

;)
http://movies-on-mediafire.com

Never dying collection of high definition mediafire movies link

hhy89

#6

;D ;D
Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

Antechinus


edi67

#8
thx , i will try to modify for make it work too with  [quote ] [ /quote]

Done that i wanted ;)
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

Vampy

edi67 what did you change and how? Could you possibly post it here so we can all use it?

SgtMic

Same issue with adding quotes via bbc.
There is nothing more deadly than a US Marine and his rifle.
A close second is a US Marine and his K-BAR.
2/5 Fox Co.  (BlackHearts)
FAST Co. 5th Plt. (FIDO)

edi67

Quote from: Vampy on March 16, 2009, 06:44:11 AM
edi67 what did you change and how? Could you possibly post it here so we can all use it?

i dont know, author of topic may be not want that i post that code, is better listen him before
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

hhy89

#12
for [quote ] [ /quote]
do it

            array(
                'tag' => 'quote',
                'before' => '<div class="quoteheader">' . $txt['quote'] . '</div><blockquote>',
                'after' => '</blockquote>',
                'block_level' => true,
            ),

replace
            array(
                'tag' => 'quote',
                'before' => '<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="13"><img src="' . $settings['default_theme_url'] . '/images/solu.gif" width="13" height="22" /></td><td width="13"><img src="' . $settings['default_theme_url'] . '/images/solust.gif" width="13" height="22" /></td><td background="' . $settings['default_theme_url'] . '/images/ortaust.gif" width="4%"  align="left"><font style="font-size: 8pt">' . $txt['hhyalinti1'] . '</font></td><td width="13"><img src="' . $settings['default_theme_url'] . '/images/sagust.gif" /></td><td background="' . $settings['default_theme_url'] . '/images/ustduz.gif" width="*%"></td><td width="13"><img src="' . $settings['default_theme_url'] . '/images/sagu.gif" width="13" height="22" /></td><tr><td width="13" background="' . $settings['default_theme_url'] . '/images/sol.gif"></td><td bgcolor="#FFFFFF" colspan="4">',
                'after' => '</td><td width="13" background="' . $settings['default_theme_url'] . '/images/sag.gif"></td></tr><tr><td width="13"><img src="' . $settings['default_theme_url'] . '/images/sola.gif" width="13" height="22" /></td><td background="' . $settings['default_theme_url'] . '/images/altduz.gif" colspan="4"></td><td width="13"><img src="' . $settings['default_theme_url'] . '/images/saga.gif" width="13" height="22" /></td></tr></table>',
                'block_level' => true,
            ),
Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

SgtMic

There is nothing more deadly than a US Marine and his rifle.
A close second is a US Marine and his K-BAR.
2/5 Fox Co.  (BlackHearts)
FAST Co. 5th Plt. (FIDO)


hhy89

bgcolor="#FFFFFF"

background="' . $settings['default_theme_url'] . '/images/sol.gif"
Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

Vampy


Stef001

Nice mod.
Is it possible to put in the date and time from the quote.

Stef.
SMF 2.0.2 | SimplePortal 2.3.5

SgtMic

#18
Any way to fix the "gaps"?
There is nothing more deadly than a US Marine and his rifle.
A close second is a US Marine and his K-BAR.
2/5 Fox Co.  (BlackHearts)
FAST Co. 5th Plt. (FIDO)

hhy89

Quote from: Normally on March 17, 2009, 01:03:57 PM
Nice mod.
Is it possible to put in the date and time from the quote.

Stef.
yeah it is ;)
Quote from: SgtMic on March 17, 2009, 03:02:40 PM
Any way to fix the "gaps"?

subs.php
give me in addition
Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

Advertisement: