Question Seperator in forum block

Status
Not open for further replies.

katoona

Customer
I notice that you have a seperator (equal to <hr>) in the thanks/like/dislike forum block to seperate the the different thanks.

I have installed the latest version 3.0, but I have no seperator between posts in the block, and I was wondering if you could give me the code for doing this.

I can manually change the block_entries template, but if I f.ex. use <hr> I get a seperator underneath the latest post, and I notice that your block does not have this, and it looks better.
 
If you look here on DBTech, you'll see we do indeed have a separator :)

You'll see the same result if you try a default (unmodified) skin on your forum.

The CSS on the DragonByte By Danzor skin is
Code:
.widget_post_bit:first-child {
  border-top-width:0;
}

.widget_post_bit {
  border-top-color:#C9C9C9;
  border-top-style:dotted;
  border-top-width:1px;
  clear:both;
  padding-bottom:2px;
}
 
Status
Not open for further replies.

Legacy Advanced Post Thanks / Like

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
4,041
Customer rating
5.00 star(s) 1 ratings
Back
Top