Quote:
Originally Posted by ctrlbrk
Thank you. Even though I did not want to limit based on time period or bandwidth, once I told it I did and set them to 0, it worked. Just my opinion, but if these radio options don't work on "No" then why have them? I mean, I don't want to limit based on bandwidth or time, so I used "No", and it turns out I needed to say "Yes".
|
I've clearly confused people with this. The files/bandwidth figures that you specify here are used as the bandwidth limits that will apply to people who have not achieved the required number of posts. So, to prevent all downloads to these people, the fields have to be set to zero and the radio buttons turned on. The radio buttons allow you to selectively control which allowance is being restricted. When this extra was coded, the intention was to allow different allowances to people with the required posts. The same logic applies in the other 'limit' extras.
Quote:
Originally Posted by ctrlbrk
One last thing, please, and I will be on my merry way! Where is this phrase (see attachment). I don't want it up there, I want to make it null/delete it, so the user only sees the error message when downloading, not on every page. This is because it's confusing to the user, it makes it seem like there is a # of files limit or bandwidth limit when there is not.
|
The phrase is built up inside the code. To hide it, edit the links_catbit_extras templates and find/remove the following sequence:
PHP Code:
<if condition="$allow['consumption']">
<div align="right" class="smallfont">
$allow[consumption]
</div>
</if>