Quote:
Originally Posted by AndrewD
LDM/admin/permissions/can_play_musicbox
|
I had that permission turned off.
Quote:
Originally Posted by AndrewD
I'll give these points some thought
|
Thanks.
I would like to display an 'upload file' button within each category. Adding a button is relatively easy to do, but I would like the category to be selected on the upload page. I have been looking to find the code.
Here is what I have come up with for the links_main template so far:
Code:
<td class="smallfont"><a href="$LINKS_SCRIPT.php?{$vbulletin->session->vars['sessionurl']}action=addlink&catid=<if condition="$viewcatid">
rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="Post new file" border="0" /></a><else /> </if></td>
But that does not select the category, like it should. Do you know what I am doing wrong?