Log in

View Full Version : Enclose the message


vbviet
03-21-2006, 10:00 PM
Enclose the message . It make your site beautifull
Please install if you like it :) Let's begin :)


*With khungbv.zip
In postbit and postbit_legency
Search:

<!-- message -->
<div>$post[message]</div>
<!-- / message -->

Replace with:



<div>
<!-- message -->
<table cellSpacing="0" cellPadding="0" border="0" style="width:auto">
<tr>
<td style="padding: 0px"><img src="images/khungbv/khung_01.gif"></td>
<td style="padding: 0px" background="images/khungbv/khung_02.gif"></td>
<td style="padding: 0px"><img src="images/khungbv/khung_03.gif"></td>
</tr>
<tr>
<td valign="top" style="padding: 0px" background="images/khungbv/khung_04.gif"></td>
<td style="padding: 0px; background-color: #ffffff" bgColor="#ffffff">
<div>$post[message]</div>
</td>
<td style="padding: 0px" background="images/khungbv/khung_06.gif"></td>
</tr>
<tr>
<td style="padding: 0px"><img src="images/khungbv/khung_07.gif"></td>
<td style="padding: 0px" background="images/khungbv/khung_08.gif"></td>
<td style="padding: 0px"><img src="images/khungbv/khung_09.gif"></td>
</tr>
</table>
<!-- / message -->
</div>

Upload folder "khungbv" in images folder




*If you don't like this styles you can try another .Using file khung.zip
In postbit and postbit_legency
Search:

<!-- message -->
<div>$post[message]</div>
<!-- / message -->

Replace with:

<div>
<!-- message -->
<table cellSpacing="0" cellPadding="0" border="0" style="width:auto">
<tr>
<td style="padding: 0px"><img src="images/khung/khung_01.gif"></td>
<td style="padding: 0px" background="images/khung/khung_02.gif"></td>
<td style="padding: 0px"><img src="images/khung/khung_03.gif"></td>
</tr>
<tr>
<td valign="top" style="padding: 0px" background="images/khung/khung_04.gif">
<img src="images/khung/khung_05.gif"></td>
<td style="padding: 0px; background-color: #ffffff" bgColor="#ffffff">
<div>$post[message]</div>
</td>
<td style="padding: 0px" background="images/khung/khung_06.gif"></td>
</tr>
<tr>
<td style="padding: 0px"><img src="images/khung/khung_07.gif"></td>
<td style="padding: 0px" background="images/khung/khung_08.gif"></td>
<td style="padding: 0px"><img src="images/khung/khung_09.gif"></td>
</tr>
</table>
<!-- / message -->
</div>
Upload folder "khung" in images folder

Finish!

Cyricx
03-22-2006, 11:07 AM
That's real cool, I just may use that for a new style or something :)

kartik786
03-22-2006, 11:21 AM
Did not work for me

projectego
03-22-2006, 11:25 AM
Looks cool, I might give it a try. Thanks. :)

jugo
03-22-2006, 11:31 AM
Nice Job...I was thinking of doing this and you did it for me ...thanks.

PabloAM
03-22-2006, 12:07 PM
This mod is possible for only see in one forum???
Ex: In Subforum with ID=3 (Offtopic)

:D:D

The Chief
03-22-2006, 12:51 PM
looks cool, i might try it ;)

pedrovazquez10
03-22-2006, 12:53 PM
nice but khungbv.zip isnt complete

Holidazed
03-22-2006, 12:55 PM
This is cool. However, what if I just want to change the current "Quote" look to this one and put the new message in a different box. (eg. Quotes=khung.zip; Message=khungbv.zip)

Ranma2k
03-22-2006, 01:10 PM
this is a template edit not an Extensions

but it 's very nice i'll try it too :)

vbviet
03-22-2006, 01:38 PM
It's only html template :) You must check the place .... Example:
https://vborg.vbsupport.ru/images/khung/khung_09.gif


This is cool. However, what if I just want to change the current "Quote" look to this one and put the new message in a different box. (eg. Quotes=khung.zip; Message=khungbv.zip)

Okie ,you can try it
Replace bbcode_quote template :

<div style="margin:20px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>">
<!-- THE POST -->
<table cellSpacing="0" cellPadding="0" border="0" style="width:auto">
<tr>
<td style="padding: 0px"><img src="images/khung/khung_01.gif"></td>
<td style="padding: 0px" background="images/khung/khung_02.gif"></td>
<td style="padding: 0px"><img src="images/khung/khung_03.gif"></td>
</tr>
<tr>
<td valign="top" style="padding: 0px" background="images/khung/khung_04.gif"></td>
<td style="padding: 0px; background-color: #ffffff" bgColor="#ffffff">


<div>

<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
<tr>
<td>
<if condition="$show['username']">
<div><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></div>
<div style="font-style:italic">$message</div>
<else />
$message
</if>
</td>
</tr>
</table>
</div>



</td>
<td style="padding: 0px" background="images/khung/khung_06.gif"></td>
</tr>
<tr>
<td style="padding: 0px"><img src="images/khung/khung_07.gif"></td>
<td style="padding: 0px" background="images/khung/khung_08.gif"></td>
<td style="padding: 0px"><img src="images/khung/khung_09.gif"></td>
</tr>
</table>

<!-- THE POST -->
</div>
View the images :) Thank for comment :) I love everybody

Gottcha
03-22-2006, 04:44 PM
anyway to have this so just a quote will be enclosed?

C_P
03-22-2006, 07:43 PM
No go for me either until I also did posbit that maybe all you need. As you can see I have it working but my boxes look off for the image:

http://www.cpfools.com/forum/showthread.php?t=5396

Holidazed
03-22-2006, 08:06 PM
Okie ,you can try it
Replace bbcode_quote template

Awesome, it works perfectly. See for yourself.

http://hidingplace.com/vbb350/2126-post2.html

Gottcha
03-22-2006, 10:34 PM
thanks also...got it working

vampireus
03-23-2006, 02:47 PM
I use khung.zip for my bbcode-quote and get this problem

And khungbv.zip lack 1 image

Borgs8472
03-23-2006, 03:19 PM
^ ^
try a mod of my weebl code, see my bbcode pack in sig

vbviet
03-23-2006, 11:52 PM
I use khung.zip for my bbcode-quote and get this problem

And khungbv.zip lack 1 image
Please check /khung/khung_04.gif .I think you lost it ....

yinyang
03-25-2006, 08:06 PM
in KHUNGBV, khung_05.gif is missing in the download for me.

*edit*

i think i figured it out. there's a file called khung.gif and rename it to khung_05.gif

*edit*

and, if you're using khungbv for quotes, rename khung.gif to khung_07.gif

jellybaby
03-25-2006, 09:07 PM
Thanks for this. I have an extra bit of white however on the right hand side, anyone else have this?

C_P
04-29-2006, 09:45 PM
I would like to use this ONLY when quoting a user. So the khung images surround the quoted text of the person I am quoting and the other text I am writting is not surrounded by the image.
VERY similar to this example:
http://hidingplace.com/vbb350/2126-post2.html
Do you have the exact code to put in postbit and postbit legacy to acheive this?
Thank you!

C_P
05-02-2006, 12:45 AM
No one?

Polo
03-18-2008, 03:26 AM
Worked just great. Thank you!