Question Xenforo Style likes layout

Status
Not open for further replies.

tommyxv

Customer
Can you help me move the under signature layout likes button next to the report post button for a cleaner look.

likes.png
 
Almost perfect. Can I add a conditional so these two lines do not show in every post until someone has Liked the post? I have the cloud set to below signatures. The two lines show even if members don't have a signature.

likes2.png
 
I believe I've changed that in either PL1 or PL2 for APTL. Are you on the latest version? The issue tracker only shows 3.3.0, not PL1 or PL2.
 
Just upgraded to 3.3.0 PL2 and the lines are still there. :(

Uploaded all the files (set to overwrite)
Uploaded the XML (set to overwrite)
 
Could you give me screenshots of your APTL vBulletin Options page, so that I can replicate it exactly on my test environment?

If I can replicate it there, I'll fix it and let you know when a fix is available. If not, I'll be back asking for admin/ftp :)
 
To do this, you should remove the following lines from dbtech_thanks_postbit_entries:
Code:
<vb:else />
<div<vb:if condition="!$show['dbtech_thanks_lineafter']"> class="signature"</vb:if> style="clear:both;">

Note that this will disable the separator completely, but there's unfortunately no way to selectively enable it.
 
To do this, you should remove the following lines from dbtech_thanks_postbit_entries:
Code:
<vb:else />
<div<vb:if condition="!$show['dbtech_thanks_lineafter']"> class="signature"</vb:if> style="clear:both;">

Note that this will disable the separator completely, but there's unfortunately no way to selectively enable it.

OK, I will give it a try and see how it looks. Thx
 
Try putting it back, but remove only <vb:if condition="!$show['dbtech_thanks_lineafter']"> class="signature"</vb:if>
 
If I just remove this part it works but there is still a line in all posts that don't have a signature and if they do have a signature it is sitting right on top of the likes cloud.

Code:
<vb:if condition="!$show['dbtech_thanks_lineafter']"> class="signature"</vb:if>

There has to be a better way to do this. I put it back for now.
 
Well, it's just a minor visual issue that doesn't impact on the functionality of the mod. Removing the entries template entirely when no buttons have been clicked means that clicking a button would not give any feedback to the user, as their name wouldn't show up in the list, so that's out of the question.

It's an unfortunate side-effect of integrating with the signature space.
 
I think it because you are using the vbulletin signature css in your template which creates the other line in every post. I can remove the code mentioned above to remove the one line and add a BR to keep the signature from sitting on top of the cloud.

It might be just moving the code around. I will mess around with it some more.
 
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,049
Customer rating
5.00 star(s) 1 ratings
Back
Top