Quote:
Originally Posted by Darkwaltz4
nope, you must have missed one which still has the default 100 induction amount.
the last 4 settings in the donation and post award system block of settings need to have nonzero values (that is, values that are not 0...) if you want unlimited, put -1 for all 4.
|
I'll let you know about the induction, now it is all set like you told me to be.
ABout the credits.gif image, I put "-1" in the last 4 settings, either for the administrator usergroup setting, and the user usergroups setting. So technically I should see this image (link is in the folder
http://www.mywebsite.com/forum/image...ns/credits.gif) but i don't see it..
code in my postbit legacy should be correct also..
Code:
<if condition="$show['credits_postadd']">
<span id="creditsmenu_$post[postid]"><a href="credits.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="credits_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/credits.gif" alt="<phrase 1="$post[username]" 2="$vbphrase[credits]">$vbphrase[credits_threadaward]</phrase>" border="0" /></a></span>
<if condition="$show['popups']"><script type="text/javascript"> vbcdt_register("$post[postid]")</script></if>
Thanks

M