where to customise the code?
-
- Phoca Newbie
- Posts: 5
- Joined: 22 Mar 2015, 21:34
where to customise the code?
Hi. How do i customize the code please? You've pasted the url in to a few answers but i cant see how to access this through the components tab. Ive follwed the other instructions like changing options. But cant see com_phocadownload, views etc Many thanks.
-
- Phoca Newbie
- Posts: 5
- Joined: 22 Mar 2015, 21:34
Re: where to customise the code?
Hi Sorry to ask again but really would like to remove the author, authors email and License and version before handing the site over. I have been into components > phoca download but cant see view or tmpl in any of the files. do i need to have the server on my PC to edit the code please or am i just missing something simple? Many thanks for your time.
- Jan
- Phoca Hero
- Posts: 48566
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: where to customise the code?
Hi, it depends on what you exactly needs to customize.
Every part have own view, so if you want e.g. to customize the category view:
components/com_phocadownload/views/category/view.html.php (and tmpl/default. ...php)
and of course if you want to change how to handle database, then you need to customize model, if you want to change how to handle requests, then controllers:
components/com_phocadownload/models/ ....
components/com_phocadownload/controllers/ ....
Jan
Every part have own view, so if you want e.g. to customize the category view:
components/com_phocadownload/views/category/view.html.php (and tmpl/default. ...php)
and of course if you want to change how to handle database, then you need to customize model, if you want to change how to handle requests, then controllers:
components/com_phocadownload/models/ ....
components/com_phocadownload/controllers/ ....
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 22 Mar 2015, 21:34
Re: where to customise the code?
HI Jan
Thanks for your help. I don't have the server set up on my machine I login online to access me website, can i still access the url you have provided somewhere please?
i just have the normal UI once i login. Sorry to be thick, this is my first site.
Many thanks
Thanks for your help. I don't have the server set up on my machine I login online to access me website, can i still access the url you have provided somewhere please?
i just have the normal UI once i login. Sorry to be thick, this is my first site.
Many thanks