Module name: Quick Submit Module:
Price: $8.99
This little module makes it easy for your members to submit by displaying a form that the user can put a URL in and a submit button, it then takes them to step 2 of the submission process.
Open index_center.tpl, before the existing code add the following:
Price: $8.99
This little module makes it easy for your members to submit by displaying a form that the user can put a URL in and a submit button, it then takes them to step 2 of the submission process.
Open index_center.tpl, before the existing code add the following:
Code:
{if $user_authenticated eq true}
<blockquote><blockquote>
<form action="{$URL_submit}?url=" method="GET" id="thisform">
<input type="text" name="url" id="url" value="Quick Submit URL" size="55" />
<input type="hidden" name="phase" value=1/>
<input type="hidden" name="randkey" value="{$submit_rand}"/>
<input type="hidden" name="id" value="c_1"/>
<input type="submit" value="{#PLIGG_Visual_Submit1_Continue#}"
class="submit-s" />
</form>
</blockquote> </blockquote>
{/if}