View Full Version : Any One have This Mod
chennairam
10-05-2008, 11:56 AM
Hi members
i am Looking For This Mod
I didnt Use Search button becasue i Dont know name Of the hack
Any one Please Help Me To Get this mod
See in side Red Color Box I think frame For Posting
Screen Shot here :-
https://vborg.vbsupport.ru/external/2008/10/56.jpg
I hope Soon i will Get From Here
Regards
Ram
Lynne
10-05-2008, 02:48 PM
It just looks like a modification to the quote template. Try doing a search on "quote" "all mods" "titles only" and you should come up with quote modifications.
Actually... or is that just a format around what the user posted? If so, just look at the page source and grab the css used.
chennairam
10-05-2008, 03:16 PM
Actually... or is that just a format around what the user posted? If so, just look at the page source and grab the css used.
I Dont Understand These Lines sir
Can you Explain me More
I Dont Know How To editing And more sir
Lynne
10-05-2008, 03:40 PM
I can't tell what that image is showing. Is the red box around the content of the post? Is that what the user wrote? If you want to find out how it's done, you should go to the site and View Page Source. It will be in the html.
chennairam
10-06-2008, 02:34 AM
I see in this only sir
http://vietnamgsm.com/forum/index.php
If you have Time please Check it sir
Lynne
10-06-2008, 03:17 AM
It's all done with images. If you look in the page source, this is what you will see for one of the posts (it's all one line because of what they have done to the source):
<table cellSpacing="0" cellPadding="0" border="0" style="width:auto"> <tr> <td style="padding: 0px"><img src="images/quote/admin_01.gif"></td> <td style="padding: 0px" background="images/quote/admin_02.gif"></td> <td style="padding: 0px"><img src="images/quote/admin_03.gif"></td> </tr> <tr> <td valign="top" style="padding: 0px" background="images/quote/admin_04.gif"> <img src="images/quote/admin_05.gif"></td> <td style="padding: 0px; background-color: #ffffff" bgColor="#ffffff"> <div id="post_message_34705">mình th?́y Vi?̣t Hương r?́t năng n?̉ mu?́n chung tay x?y dựng di?̃n đang, đ?̀ng thời có kinh nghi?̣m làm mod, smod m?̣t s?́ trang, vì mu?́n BQT có th?m nữ giớ cho c?ng bằng và phát tri?̉n r?̣ng khắp mu?́n anh em vào cho ý ki?́n đ?̉ các admin xem sét c?́p mod cho Vi?̣t Hương</div> </td> <td style="padding: 0px" background="images/quote/admin_06.gif"></td> </tr> <tr> <td style="padding: 0px"><img src="images/quote/admin_07.gif"></td> <td style="padding: 0px" background="images/quote/admin_08.gif"></td> <td style="padding: 0px"><img src="images/quote/admin_09.gif"></td> </tr> </table>
You'd have to make all of the table go around the <div>message</div> part of your message.
chennairam
10-06-2008, 01:59 PM
It's all done with images. If you look in the page source, this is what you will see for one of the posts (it's all one line because of what they have done to the source):
<table cellSpacing="0" cellPadding="0" border="0" style="width:auto"> <tr> <td style="padding: 0px"><img src="images/quote/admin_01.gif"></td> <td style="padding: 0px" background="images/quote/admin_02.gif"></td> <td style="padding: 0px"><img src="images/quote/admin_03.gif"></td> </tr> <tr> <td valign="top" style="padding: 0px" background="images/quote/admin_04.gif"> <img src="images/quote/admin_05.gif"></td> <td style="padding: 0px; background-color: #ffffff" bgColor="#ffffff"> <div id="post_message_34705">mình th?́y Vi?̣t Hương r?́t năng n?̉ mu?́n chung tay x?y dựng di?̃n đang, đ?̀ng thời có kinh nghi?̣m làm mod, smod m?̣t s?́ trang, vì mu?́n BQT có th?m nữ giớ cho c?ng bằng và phát tri?̉n r?̣ng khắp mu?́n anh em vào cho ý ki?́n đ?̉ các admin xem sét c?́p mod cho Vi?̣t Hương</div> </td> <td style="padding: 0px" background="images/quote/admin_06.gif"></td> </tr> <tr> <td style="padding: 0px"><img src="images/quote/admin_07.gif"></td> <td style="padding: 0px" background="images/quote/admin_08.gif"></td> <td style="padding: 0px"><img src="images/quote/admin_09.gif"></td> </tr> </table>
You'd have to make all of the table go around the <div>message</div> part of your message.
How Now To Put like This in my Forum sir
Lynne
10-06-2008, 02:30 PM
You need to copy the images to your site and then add all that table code into the postbit or postbit_legacy template.
Find this:
<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
Change to this (with the correct image paths - you'll have to figure that out yourself after you upload the images - I cannot do that for you):
<!-- message -->
<table cellSpacing="0" cellPadding="0" border="0" style="width:auto"> <tr> <td style="padding: 0px"><img src="images/quote/admin_01.gif"></td> <td style="padding: 0px" background="images/quote/admin_02.gif"></td> <td style="padding: 0px"><img src="images/quote/admin_03.gif"></td> </tr> <tr> <td valign="top" style="padding: 0px" background="images/quote/admin_04.gif"> <img src="images/quote/admin_05.gif"></td> <td style="padding: 0px; background-color: #ffffff" bgColor="#ffffff">
<div id="post_message_$post[postid]">$post[message]</div>
</td> <td style="padding: 0px" background="images/quote/admin_06.gif"></td> </tr> <tr> <td style="padding: 0px"><img src="images/quote/admin_07.gif"></td> <td style="padding: 0px" background="images/quote/admin_08.gif"></td> <td style="padding: 0px"><img src="images/quote/admin_09.gif"></td> </tr> </table>
<!-- / message -->
chennairam
10-07-2008, 05:55 AM
@ Lynne
Thanks a lot
I done This sir
Thanks For Great Help wit hcode
i am happy now
Regards
ram
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.