Bug Some styles issues when using " Integrate Action Buttons"

Status
Not open for further replies.

Jeremy

Customer
I've enabled the Pro option "Integrate Action Buttons", but there seems to be 2 issues with the styles:

1. Everything in the left side of the action buttons bar at the bottom of the post moves 3 pixels down. So it no longer lines up with the right side (Edit, Reply, etc.).

2. Even with this option selected, the cloud location still has leftover HTML in it. For example, if you put it below signature, there's an extra horizontal line at the bottom of the signature. I ended up commenting out the whole template so I don't have it any more, but I figured I should report it anyway.

Thanks.
 
1. I don't believe this is something we can control, it's most likely to do with the width of the different parts of the post footer.

2. If you re-download v3.3.0 and re-upload /dbtech/thanks/hooks/postbit_display_complete.php this should now be resolved :)
 
But it's caused by the button image, and I can't fix it by messing with the post footer unless I make the image really tiny. It does it on this forum (DBT) too:

http://i.imgur.com/rGYlDgU.png

It's just less noticeable because the footer is the same color as the rest of the post
 
Last edited:
It would take way too long messing with CSS in order to fix what's essentially just a minor display issue that doesn't affect the functionality of the mod, so at this time it's not something we have the resources to resolve, unfortunately :(
 
But it's caused by the button image, and I can't fix it by messing with the post footer unless I make the image really tiny. It does it on this forum (DBT) too:

http://i.imgur.com/rGYlDgU.png

It's just less noticeable because the footer is the same color as the rest of the post

I fixed it on my forum. It took less than a minute.

dbtech_thanks_postbit_entries_actionbit

Change 4px to 2px.

Code:
<span class="dbtech-thanks-button-control" data-postid="{vb:var post.postid}" data-button="{vb:raw button.varname}">
	<a href="javascript://"<vb:if condition="$button['canclick']"> name="dbtech_thanks_button" data-postid="{vb:var post.postid}" data-button="{vb:raw button.varname}"<vb:else /> style="cursor:default;"</vb:if><vb:if condition="!$show['thanks_posfix']"> style="padding-{vb:stylevar right}:6px;"</vb:if>><img src="{vb:raw button.buttonimage}" alt="{vb:raw button.title}" title="{vb:raw button.title}" border="0"<vb:if condition="$show['thanks_posfix']"> style="position:relative; top:[B][COLOR="#FF0000"]4px[/COLOR][/B]; left:-20px; margin-{vb:stylevar right}:-20px;"<vb:else /> style="top:0; vertical-align:middle;"</vb:if> /><vb:if condition="!$vboptions['dbtech_thanks_notext'] AND $button['canclick']"> {vb:raw phrase}</vb:if></a>
	<vb:if condition="$vboptions['dbtech_thanks_cloud_displaystyle'] == 2"> 
		<span class="dbtech-thanks-bubble-flyout">
			<!--<i></i>
			<u></u>-->
			<span class="dbtech-thanks-bubble-content clickcount" data-button="{vb:var button.varname}" data-postid="{vb:var post.postid}">{vb:number {vb:raw button.clickcount}}</span>
		</span>
	</vb:if>
</span>
 
Last edited:
Now you gone and made me work on it, I hope you people are happy with yourselves! :p

As you can see on this forum, I've resolved it - just changing the 4px didn't work for me in the default style. I've made a bunch of other changes including fixes for the post colouring stuff.
 
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,033
Customer rating
5.00 star(s) 1 ratings
Back
Top