Status
Not open for further replies.

ggiersdorf

Customer
I am very intersted in this mod however I don't need alot of the features your offering for user front ends like allowing them to buy forum access, or changing their titles etc I suppose I can disable all these??

Second question is that I really like the item shop and want users to be able to buy icons from the shop that I make, and have these icons say 25x25 size appear in the postbit under their username in forum threads. IS this possible with this mod?

will this work with lite version or pro? and what points system is recommend for 4.2.x?

example.png
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Belzazor, I was able to get it to work as well now what I noticed is that the button seems to only register if you are clickoing on the very top portion of the button not the middle or bottom for some reason. Not a deal breaker but I feel some users will -miss it- trying to directly push the middle button.

Also I was trying to find where you put the code for: the fieldset that is displayed on the threads for the items. I would like to change the margins and spacing issues I am having on the template. Could you tell me where that is in the code or files?

Otherwise it looks and works great! I will be playing with the awards mod after I get this one all fixed up and I will make sure I donate something even if I don't get the pro versions.

Thanks alot for you help so far, and I have some suggestion if you would like to improve the mod some more..


border:1px solid #b3b3a7 ; padding:6px; margin:6px;
 
I got another issues with the display of the post bit Gil's. Here is the formatting im using.


<vb:if condition="!($bbuserinfo['dbtech_vbshop_settings'] & 4)"><dt> Current {vb:raw currency.title} on hand : {vb:raw currency.points} </dt> </vb:if>
and when it displays on the postbit I see this.

Current Gil on hand : 5 :

Notice the : after the total that's what Im trying to remove. but I cant find where that is coming from.

Thanks
 
That is automatically placed there by the <dt></dt> tag. You should switch it to
Code:
<dt> Current {vb:raw currency.title} on hand</dt> <dd>{vb:raw currency.points} </dd>
 
One more question I installed the vbactivity mod and it's working but I dont want a dual set of points system. What can I change or what name do I use to make the vbactivities points work on the shop mod?
 
I edited the points filed from dbtech_vbshop_points to dbtech_vbactivity_points but it doesnt seem to add the points from the acvitity mod I set it still only the post and threads from the shop plugin..

Also If I wanted to show the currency count in post tabs I did this.

<div class="post_field"><dt>Rupee Count: {vb:raw dbtech_vbshop_points} <dd> </div>

however the totals dont show even if I switch the vbshop to dbtech_vbactivity_points..

Any help?
 
Look in the original postbit template to find the actual variable used, that will update it :)
 
Status
Not open for further replies.

Legacy vBShop

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