| Make Sure User Uploads to a category
If the user is at the root of the gallery and clicks upload the "category is unselected" and if the user uploads the photo it will go on with the upload but then barf and say select category. This will frustrate the users.
How can I change this code to default to category 3 which is the members galleries when they are at the root but then select the correct category when they are at the other categories they made.
adv_gallery_navbar Template
<td class="alt1" width="$navbarwidth"><span class="smallfont"><a href="upload.php?$session[sessionurl]&c=$catid">$vbphrase[upload]</a></span></td>
|