Forums

"WHERE SQL" to filter what admin sees in backend?

pplexr 10 Dec, 2009
Hi,
i want to let the admin view and edit only the content from one category . so in the where sql statement i added
WHERE catid = '3'

and its working on the front end but in the backend when i click on "show data" it list all the contents in all the categories . its connected to the jos_content table.

any help?
GreyHead 10 Dec, 2009
Hi pplexr,

I don't think that there is any easy way to filter the admin views - ChronoConnectivity assumes that you trust your admins.

You could do it in the Front-end by adding code that shows admins edit links for category 3 entries.

Bob
This topic is locked and no more replies can be posted.