Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
-
fitus
- Posts: 88
- Joined: Sat 13. Dec 2003, 19:04
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...
-
fitus
- Posts: 88
- Joined: Sat 13. Dec 2003, 19:04
Post
by fitus »
but what sense has that?
-
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.
-
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....

-
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
-
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 ?
-
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?!
-
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
-
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)
-
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
-
isac
- Posts: 410
- Joined: Tue 18. Nov 2003, 13:13
- Location: Portugal
-
Contact:
Post
by isac »
Ok i can see what this for...
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 ?