Quote:
Originally Posted by FanAddict
Ah okay,
Any idea when vBcommerce will be comming out? Also how much will it cost to get this addon for it?
|
vBCommerce has about a week for initial release. According to vborg rules, I cannot discuss pricing details about paid addons, you'll have to talk to me in private or check out the website.
Quote:
Originally Posted by Chase
For some reason I have come across an alignment issue while viewing the top credits...
Any reason it's doing this? I know I applied the updated changes you released last night... and I'm not sure if it worked properly before that... I don't remember.
|
It might be hardcoded, I will check and give you instructions on fixing the width of the table for now.
Quote:
Originally Posted by Raphaelx
Hey Hi, nice mod but still one question...
Everyone can see everyones Credits on showthread but I do not want to display the Credits of Mods/Smods/Admins anywhere on my forum...
Why is there no option to exclude Usergroups from beeing counted by the Credits system?
And how can I manage it yet?
Thanks
|
You can set usergroups to 0 values to disable them from getting credits. Check out the usergroup editor. No switch yet for display of those users... guess I could try to work it in.
Quote:
Originally Posted by ColdSpirit
Is this modification compatible with ibproarcade??
Thank you in advance!
|
Not yet, been busy.
Quote:
Originally Posted by kaisellgren
If you want to disable showing credits for users who has 0 credits, do it this way.
Go to Manage Plugins and edit Display Credits In Postbit:
PHP Code:
if ($vbulletin->options['credits_public'] && !empty($post['credits'])) { $template_hook['postbit_userinfo_right'] = '<div>' . $vbphrase['credits'] . ': $<span id="cdt_' . $post['postid'] . '_' . $post['userid'] . '">' . vb_number_format($post['credits'], $vbulletin->options['credits_decimals']) . '</span></div>'; }
|
That might not obey a lot of things, so I will try to fit something into 1.4 for this.