vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Enclose the message (https://vborg.vbsupport.ru/showthread.php?t=111067)

vbviet 03-21-2006 10:00 PM

Enclose the message
 
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:

Quote:

<!-- message -->
<div>$post[message]</div>
<!-- / message -->
Replace with:



Quote:

<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:

Quote:

<!-- message -->
<div>$post[message]</div>
<!-- / message -->
Replace with:

Quote:

<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

Quote:

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 :
Quote:

<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

Quote:

Originally Posted by vbviet
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

Quote:

Originally Posted by vampireus
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!


All times are GMT. The time now is 07:13 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01407 seconds
  • Memory Usage 1,767KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (23)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete