Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter towersys

    (@towersys)

    Anybody?

    Forum: Plugins
    In reply to: Help finding plugin

    Hi vidber, i’m also looking to create a downloads section restricted to certain users. So far I’ve found Mike Jolley’s “Download Monitor” plugin however it does to implement any user restriction nor does it offer the abilility to categorize downloads – which is what i want . I think for the momment Im going to create a template which uses a custom field to enter what level the user needs to be, and based on that queries a list of the files or redirects to the login page.

    yes, i found it still had problems so i changed the links to use the full url via bloginfo(‘url’).

    replace lines 107 – 120 with below:

    <table style="width:100%">
    	<tr>
        	<td align="left" valign="middle" width="100">
            Security Code:<br />
            <input type="text" name="publicKey" style="width:90px;" maxlength="6" tabindex="5" class="textfield" />
            </td>
            <td align="left" valign="bottom" width="100">
            <img id="simple_captcha" src="<?php bloginfo('url'); ?>/wp-content/plugins/simple_captcha/gdimg.php?re=0" title="Simple CAPTCHA v1.1 by zorex" alt="[please refresh]" /></td>
            <td align="left" valign="bottom">
            <img src="<?php bloginfo('url'); ?>/wp-content/plugins/simple_captcha/captcha_reload.gif" onClick="setTimeout('reloadCaptcha()', 300)"
            style="cursor:pointer" title="Request a new image" alt="Request a new image" />
            </td>
    	</tr>
    </table>
Viewing 3 replies - 1 through 3 (of 3 total)