Layout changes on upload form
Posted: 17 Aug 2010, 10:28
I have changed the layout of the upload form. For our users it makes more sense to have the upload form first and then the list of already uploaded files.
Now my problem is that I also want the "Choose Section and Category" part to be in the upload form and not just in the uploaded files list, (see image) as it makes more sence to have it here when it is required before you are able to upload anything.

I have managed to find and copy/move the "Section and Category dropdown", but it doesn't work as I guess I also need to add/change some code before it wille work.
The file I have modified is in components/com_phocadownload/views/user/tmpl/default_files.php
This is the code I have copied and moved to the upload form:
My programming skills is not very good so would appreciate any help..
Now my problem is that I also want the "Choose Section and Category" part to be in the upload form and not just in the uploaded files list, (see image) as it makes more sence to have it here when it is required before you are able to upload anything.

I have managed to find and copy/move the "Section and Category dropdown", but it doesn't work as I guess I also need to add/change some code before it wille work.
The file I have modified is in components/com_phocadownload/views/user/tmpl/default_files.php
This is the code I have copied and moved to the upload form:
Code: Select all
<?php echo $this->listsfiles['sectionid']; echo $this->listsfiles['catid'];?>