Status
Not open for further replies.

matthardy

Customer
In our forum, if I enable this mod, the thanks/like box below the post does not look like a complete box (see attachments).

It looks like the like/thanks box runs into the next post, not the previous post.

Is it possible to merge this like/thanks box into the post above, rather than creating a new box below it?

Also, I realize this is with a non-standard skin, so I know it might not be supported by default :)
 

Attachments

  • Screen shot 2011-05-24 at 9.50.54 AM.webp
    Screen shot 2011-05-24 at 9.50.54 AM.webp
    22.3 KB · Views: 8
  • Screen shot 2011-05-24 at 10.05.14 AM.webp
    Screen shot 2011-05-24 at 10.05.14 AM.webp
    17.5 KB · Views: 7
In the Pro version that is possible, but the actual bar would still appear and content would still look like that, integrating the whole bar is planned for future updates (most likely in the Pro version) :)
 
Ok, I installed the Pro version, and can now move the Like/Thanks buttons inside the post foot area, which is nice.

However, it still seems like with my current skin, the box of users that have liked/thanked is cut off. I guess it's an issue with my current skin...

See above screenshot:
http://www.dragonbyte-tech.com/attachment.php?attachmentid=920&d=1306255889
Notice how right above "Moderation" the box just ends without the lower borders; any idea how to fix this?
 
I can't on this server...

I can possibly create a new installation and try with the Mac-Lite skin vs default unless you have other ideas?
 
I can't on this server...

I can possibly create a new installation and try with the Mac-Lite skin vs default unless you have other ideas?

I would try that, as DragonByteTech does not support custom skins, and I don't have a current 3.8.x site running to test it on, otherwise I could look at the css and see what the issue is.
 
This is an up and running server... I can't change the style on this as we have many users active right now :)

Here is more information:

There are two rows created below the post itself:

Code:
<tr valign="top">	
	<td class="alt1" id="dbtech_thanks_entries_183252" style="border-right: 1px solid #999999">		<div class="smallfont" style="width:100%;">
			<img src="<snip>/likes.png" alt="Likes" border="0">
			
				<a href="<snip>" target="_blank" title="05-24-2011 11:08 PM"><snip></a> liked this post
			
		</div>
</td>
</tr>
<tr valign="top">	
	<td class="alt1" style="border-right: 1px solid #999999">
	<div class="smallfont">
		
	</div>
	</td>
	
	<script type="text/javascript">
	<!-- 
	var Thanks183252 = new Thanks_Obj();
	Thanks183252.init('183252');
	// -->
	</script>
</tr>

You can see on both rows, only the border-right style is defined:
Code:
style="border-right: 1px solid #999999"

If I change this to 'border: 1px' it looks fine.

Also, why not remove the second row completely and add that javascript to first row, it seems it would save extra space?
 
Fillip H. will have to answer that one for you as soon as he get a chance to get back on.
 
Status
Not open for further replies.

Similar threads

  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
3
Views
4K

Legacy Advanced Post Thanks / Like

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