Status
Not open for further replies.

lfreem2

New member
Just loaded up the lite version and would be interested in knowing if the pro version is able to remove the current table below the post and insert the LIKE link or button in the post footer such as this (see photo). Please advise.

like.webp
 
It will be moved to the left side of the screen, not the right as your arrow pointed, but yes that is possible :)
 
If you're asking for how to change it to the right side then I'm sadly unable to offer assistance with customisations like that :(
 
Having thanks buttons integrated with the post foot (next to the blog this post etc) is a Pro-only feature :)
 
This is one of the things putting me off buying the pro version, I'd either like the buttons in the picture the OP posted or in the same place vbseo use. And also that dropdown box displaying Likes (Given), Likes (Received) etc is ugly, it would look much better being static and looking like the Posts:, Location: text. I'd buy the pro version then!
 
You are able to edit the template to make it look more like the normal post layout, by simply removing the dropdown code :)
 
Replace the contents of the dbtech_thanks_postbit template with just {vb:raw stats} :)
 
For new version:

-------------
dbtech_thanks_postbit_entries
-----------
HTML:
<vb:if condition="$show['dbtech_thanks_area']">
<vb:if condition="$show['dbtech_thanks_li']">
<li class="postbitlegacy postcontainer">
<vb:else />
<div<vb:if condition="!$show['dbtech_thanks_lineafter']"> class="signature"</vb:if> style="clear:both;">
</vb:if>
	
	<div class="postdetails" id="dbtech_thanks_entries_{vb:var post.postid}">
		{vb:raw entries}
	</div>

	<vb:if condition="$actions">
	<div>
		<div class="postdetails" id="dbtech_thanks_entries_{vb:var post.postid}" align="right">
					
		{vb:raw actions}
			
		</div>
	</div>
	</vb:if>
<vb:if condition="$show['dbtech_thanks_li']">
</li>
<vb:else />
</div>
<vb:if condition="$show['dbtech_thanks_lineafter']"><div class="signature"> </div></vb:if>
</vb:if>
</vb:if>
-----------------------------


dbtech_thanks_postbit_entries_actionbit
-----------------------
HTML:
&nbsp&nbsp&nbsp&nbsp<a href="javascript://" name="dbtech_thanks_button" data-postid="{vb:var post.postid}" data-button="{vb:raw button.varname}"><img src="dbtech/thanks/images/{vb:raw button.varname}.png" alt="{vb:raw button.title}" border="0" style="top:0; vertical-align:middle;" /> {vb:raw phrase}</a>
-----------------------


For old version:

------------------------
dbtech_thanks_postbit_entries
---------------------------------
HTML:
<vb:if condition="$show['dbtech_thanks_area']">
<li class="postbitlegacy postcontainer">
	
	<div class="postdetails" id="dbtech_thanks_entries_{vb:var post.postid}">
		{vb:raw entries}
	</div>

	<vb:if condition="$actions">
	<div>
		<div class="postdetails" id="dbtech_thanks_entries_{vb:var post.postid}" align="right">
			
				{vb:raw actions}
			
		</div>
	</div>
	</vb:if>
	
	<script type="text/javascript">
	<!-- 
	var Thanks{vb:var post.postid} = new Thanks_Obj();
	Thanks{vb:var post.postid}.init('{vb:var post.postid}');
	// -->
	</script>
</li>
</vb:if>
----------------------------------
dbtech_thanks_postbit_entries_actionbit
---------------------------
HTML:
&nbsp&nbsp&nbsp&nbsp<a href="javascript://" onclick="Thanks{vb:var post.postid}.ajax_call('{vb:raw button.varname}');"><img src="dbtech/thanks/images/{vb:raw button.varname}.png" alt="{vb:raw button.title}" border="0" style="top:0; vertical-align:middle;" /> {vb:raw phrase}</a>

On my forum it looks like this:

image001nr.png


As you can see, everything is on the right side.
 
Thanks guys, I have a problem though I can't test it out because it's not working and a reinstall won't work. Through my tiredness last night I accidently deleted the code from dbtech_thanks_postbit & dbtech_thanks_postbit_stats. Is there anyway I can fix this?

If I can get this to work how I want I'll definitely be buying the pro version!
 
Thanks guys, I have a problem though I can't test it out because it's not working and a reinstall won't work. Through my tiredness last night I accidently deleted the code from dbtech_thanks_postbit & dbtech_thanks_postbit_stats. Is there anyway I can fix this?

If I can get this to work how I want I'll definitely be buying the pro version!

You should start a new thread for this issue to make sure the support team see it - this one is marked as answered so it's unlikely they will.

Cosmic
 
Status
Not open for further replies.

Similar threads

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