file categories

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
fitus
Posts: 88
Joined: Sat 13. Dec 2003, 19:04

file categories

Post by fitus »

what can i do with file categories?
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

make one for images, one for pdf files, one for worddocs or what ever...
http://www.studmed.dk Portal for doctors and medical students in Denmark
fitus
Posts: 88
Joined: Sat 13. Dec 2003, 19:04

Post by fitus »

but what sense has that?
User avatar
Oliver Georgi
Site Admin
Posts: 9948
Joined: Fri 3. Oct 2003, 22:22
Location: Dessau-Roßlau
Contact:

Post by Oliver Georgi »

It's more for communities - if many people are uploading many files and you want that they have to define special keywords. This helps if you search.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn
Mike1
Posts: 70
Joined: Thu 10. Jun 2004, 13:39

Post by Mike1 »

Really, how I can use the "file categories" ?? I have created one - and what ?? It is appeared just in the "file categories" admin menu.... :(
User avatar
Oliver Georgi
Site Admin
Posts: 9948
Joined: Fri 3. Oct 2003, 22:22
Location: Dessau-Roßlau
Contact:

Post by Oliver Georgi »

check your files section - click edit on an file entry and you will understand.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn
Mike1
Posts: 70
Joined: Thu 10. Jun 2004, 13:39

Post by Mike1 »

Oliver Georgi wrote:check your files section - click edit on an file entry and you will understand.

Oliver
Thanks, but have tried it but can not find where ?? Please, give me a right direction on Admnin menu. :?: :?:
Mike1
Posts: 70
Joined: Thu 10. Jun 2004, 13:39

Post by Mike1 »

Anybody ?
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post by isac »

I created a new file categorie them add new key but in status field there is

Code: Select all

  
<input name="fkey_active" type="checkbox" id="fkey_active" value="1"
maybe tag is not closed?!
User avatar
Oliver Georgi
Site Admin
Posts: 9948
Joined: Fri 3. Oct 2003, 22:22
Location: Dessau-Roßlau
Contact:

Post by Oliver Georgi »

yes - thanks - there is a bug - will be fixed.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn
Mike1
Posts: 70
Joined: Thu 10. Jun 2004, 13:39

Post by Mike1 »

When I am going to add new key I got:

status: Fatal error: Call to undefined function: ic_checked() in /www/i/ingaftp/htdocs/pw/include/inc_tmpl/admin.filecat.tmpl.php on line 204

(Release 1.1-RC4 08-06-2004)
User avatar
Oliver Georgi
Site Admin
Posts: 9948
Joined: Fri 3. Oct 2003, 22:22
Location: Dessau-Roßlau
Contact:

Post by Oliver Georgi »

To fix the error open admin.filecat.tmpl.php and change "ic_checked" to "is_checked" in line 204.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post by isac »

Ok i can see what this for... :D

Thanks Oliver
Mike1
Posts: 70
Joined: Thu 10. Jun 2004, 13:39

Post by Mike1 »

Oliver Georgi wrote:To fix the error open admin.filecat.tmpl.php and change "ic_checked" to "is_checked" in line 204.
Thanks, Oliver, now it works.

But still don't understand how to use it ?
Post Reply