vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=139)
-   -   [Release] Break Up Posts (https://vborg.vbsupport.ru/showthread.php?t=83889)

Dean N Steve 07-18-2002 10:00 PM

[Release] Break Up Posts
 
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

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:

Quote:

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

Code:

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



Quote:

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

<tr><td bgcolor="{pagebgcolor}" width="100" height="10" align="center"></td></tr>
where the code is
Quote:

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

<tr><td bgcolor="{pagebgcolor}" width="100" height="10" align="center"></td></tr>
where the code is
Quote:

<!-- /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.

??? 09-25-2002 03:24 PM

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

<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="0" cellspacing="0" border="0" align="center">

<td bgcolor="{pagebgcolor}" width="100" height="10" align="center">&nbsp;</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..

Mark 11-07-2002 06:53 PM

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.


All times are GMT. The time now is 04:43 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.01930 seconds
  • Memory Usage 1,791KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete