Hi,
i want to let the admin view and edit only the content from one category . so in the where sql statement i added
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?
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?