View Full Version : [Release] Break Up Posts
Dean N Steve
07-18-2002, 10:00 PM
Author - Mist (me)
Description - This template mod breaks up each of your posts nice and cleanly.
Screenshot - Attached in next post.
Installation file -
Dean N Steve
07-19-2002, 11:51 AM
Screenshot:
Screenshot (http://members.lycos.co.uk/dean_c/screenie3.gif)
Andromeda
07-19-2002, 11:59 AM
I don't see anything that is diffrence that a normal post
mashby
07-19-2002, 01:04 PM
It's hard to tell from the screenshot because the post and the background is the same color, but there is a space between each post. Just like on this board.
netman
07-19-2002, 02:17 PM
nice
Dean N Steve
07-19-2002, 02:33 PM
thanks :D - yes it adds a gap between each post...
adriandaz
07-20-2002, 01:16 PM
anyway to add a header and fotter to the post like here?
Dean N Steve
07-20-2002, 01:59 PM
can u be a bit more specific please :)
mashby
07-20-2002, 02:45 PM
Mist, a lot of people are looking to make their forum posts look similar to vBT. Meaning, that they want to have graphic headers and footers on each post.
I haven't had the time to put this one together. You up for it?
dmjof
07-20-2002, 02:59 PM
I will make one later. I am going different places but I will make it. All it is is putting the catagory images code before and after the $postbit code. Thats it. But you have to have this gap hack in.
Dean N Steve
07-20-2002, 05:14 PM
indeed....
its quite hard to do... you have to have quite a lot of new tables in there....
KaiN6993
07-21-2002, 01:21 AM
that is awsome, works great and looks better than allthe posts running together, thanks alot
Dean N Steve
07-21-2002, 10:50 AM
your welcome :D
Dizzy
07-29-2002, 01:47 PM
nice idea :)
im sure it looks great while running on a great forum design....
Dean N Steve
07-29-2002, 04:33 PM
sure does :) *becomes suspicious of Janitor for personal reasons unbeknown to him*
Davez
08-02-2002, 06:02 AM
I've got a problem with this hack !
Please look in the attachment !
Cassandra Cain
08-03-2002, 02:10 AM
Look for this at the bottom of the postbit:
<!--added-->
<table align="center"><tr><td bgcolor="{pagebgcolor}" width="100" height="10" align="center"></td></tr></table>
<!--added-->
You need to change the {pagebgcolor} to whatever that darker gray-blue color is. Then that square will blend into the background :)
Davez
08-07-2002, 04:48 PM
Hmmm , if i do this , the square take?s the color !!!!
I add #727E93 and the square takes this color !
But the "line" has same color like before ! :(
<!--added-->
<table align="center">
<td bgcolor="#727E93" width="100" height="10" align="center"></td>
</table>
<!--/added-->
imported_Maursheed
08-07-2002, 07:30 PM
Cool, makes it much cleaner now. Thanks.
imported_Fr33
08-08-2002, 11:16 AM
Dave,
May I suggest you use:
<!--added-->
<table align="center"><tr><td bgcolor="{pagebgcolor}" width="100%" height="10" align="center"></td></tr></table>
<!--added-->
Instead?
that may be of some help :)
Taz71783
08-20-2002, 12:39 PM
im having a few problems
plz look at picture i circled problems in red :)
Bad Bunny
08-20-2002, 03:41 PM
This works better for most people. No offense:
<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="10"><img width="10" height="4" src="{imagesfolder}/space.gif" alt=""></td>
<td width="100%">
<!-- spacer -->
<!-- spacer -->
</td>
<td width="10"><img width="10" height="4" src="{imagesfolder}/space.gif" alt=""></td>
</tr>
</table>
Place that before and after the postbit. It makes for a nice effect. Taz, if you do this, you will not find any errors.
imported_bharvey42
08-25-2002, 11:07 PM
Bad Bunny no offense but your code doesn't work.
It still does not fill up the screen
Eplix.Studio
08-30-2002, 03:18 PM
im having the same problam anyone resolved it
matthepepe
08-30-2002, 03:21 PM
i dont think its a problem w/ his code ... becuase it worked flawless for me ...
diettalk
08-30-2002, 04:04 PM
Try this.... It fixed mine... however it doesn't separate the top post from the top bar.
<!--added-->
<table align="center" bgcolor=""#FFFFFF" background="images/mainbg.gif"" width="100%">
<td bgcolor=""#FFFFFF" background="images/mainbg.gif"" height="10" align="center"></td>
</table>
<!--/added-->
Originally posted by Taz71783
im having a few problems
plz look at picture i circled problems in red :)
unvencible
09-02-2002, 11:37 AM
Love it :D
thx alot,
*INSTALLED*
Dean N Steve
09-08-2002, 03:58 PM
your welcome :D
Buddha
09-25-2002, 03:15 PM
if anyone still hasn't gotten it to work, try this.
place this in the postbit
<tr><td bgcolor="{pagebgcolor}" width="100" height="10" align="center"></td></tr>
where the code is
href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]"><img src="{imagesfolder}/quote.gif" border="0" alt="Reply w/Quote"></a>
</smallfont></td>
</tr>
</table>
</td>
</tr>
</table>
</td></tr>
<tr><td bgcolor="{pagebgcolor}" width="100" height="10" align="center"></td></tr></table>
and then to seperate the top post from the header, go into the showthread template and insert the same code
<tr><td bgcolor="{pagebgcolor}" width="100" height="10" align="center"></td></tr>
where the code is
<!-- /Thread nav and post images -->
</td>
</tr>
</table>
</td></tr>
<tr><td bgcolor="{pagebgcolor}" width="100" height="10" align="center"></td></tr></table>
sorry mist, your suggestion wasn't working properly on my site either... and i think it is because i use different colors for the page bg and the forum bg... anyway, tweaked around and this works for me. may work for others too.
great stuff! i use this one right away adn will apply it to every skin i make
Dan Flynn
09-25-2002, 08:44 PM
What do you do if the code im to find is not there because of some other hack with a mod in it?
Buddha
09-26-2002, 01:59 AM
depends on the hack, dan.
you'll have to poke around and find where the tables split, and add the blank table in there somewhere.
if you're familiar with html, it's just a matter of poking around and experimenting till you find the right spot. just make a back up of the template before you modify it, so that you can always backtrack (i cannot stress that enough).
1yesfan
09-29-2002, 02:25 AM
I am looking at the directions for this, step 3 lost me? AL I see is a green bar in the directions!?!?!?!!?
Richy T.
10-02-2002, 01:23 PM
Cool. Thanks.
flawedlogic
10-05-2002, 07:27 PM
i fixed the problem i was having, but because i have a graphic background i had to adjust the width to fit inside the boarders.
Now i have one more problem. There is a 2 pixel space between the posts that i cant get rid of. If you adjust the height the line still stays!
any help?
-flawedlogic
Tony G
10-06-2002, 01:46 AM
None of your links in your sig work so could I get a screenshot? Quite hard to explain without a demo.
bonnmac
10-20-2002, 04:29 PM
I love the idea... Now I've just got to make some images like vbtemplates has. Thanks :)
alkatraz
11-05-2002, 05:25 AM
sweet ***!
I modified this a bit so that it fills the entire space
<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="0" cellspacing="0" border="0" align="center">
<td bgcolor="{pagebgcolor}" width="100" height="10" align="center"> </td>
</table>
and also added it in my show_threads template right before "$postbits" to seperate the "Author, Thread, New Post, Post Reply" bar from the top.
Thanks!
imported_Fr33
11-05-2002, 07:06 PM
you could've just left out the bgcolor variables..
The problem some of you are having with the little space is easily fixed.. no need for a code. Just add a <br> before the spacr code in the original postbit.
imported_Mathiau
11-20-2002, 04:23 PM
sweet sweet!
putting the graphics in between would be sweet as well - will have to try an mess around with that - unless someone has it documented somewhere?
imported_Synicide
12-19-2002, 03:56 AM
Awesome! Installed!
imported_TranceMaster
01-11-2003, 09:23 AM
heyy thanks for this hack man
really is a nice one.
how do u go about breaking up each forum category?
Tony G
01-11-2003, 09:52 AM
<a href="http://www.vbulletintemplates.com/mods/showthread.php?s=&threadid=13&highlight=category" target="_blank">http://www.vbulletintemplates.com/mo...light=category</a>
Orfejs
01-11-2003, 10:01 AM
Tony, why don't you close this thread, bcause we already have a thread about this matter?
Tony G
01-11-2003, 10:05 AM
Wha? This is a template modification. Not a 'question' thread. There are 2 more pages before this. ;)
Orfejs
01-30-2003, 02:59 PM
What can I say. It definetly looks better as before it.
imported_Eye Kay
03-26-2003, 11:28 PM
LMAO! morons...
I know what you guys are doing wrong...
<!-- spacer --></td><td width="10"><img width="10" height="1" src="{imagesfolder}/space.gif" alt=""></td></tr></table>
You're looking for that at the BOTTOM of the code-file.. it's at the very top too.. lol.. he should've mentioned that though.. either way.. it works if you just do it under the top one.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.