Page 1 of 1

News Module Question

Posted: Tue Jan 29, 2008 6:27 pm
by wietster
Hello all,

i'am playing around with the news module and I would like to hide some fields in the news admin.

The "extra" field and the "date picker" should not be visible in the admin part when you make a new article.

is this possible

And i also like to hide code in the news "content" or "summary"

So that i can place a tag in it that you only see if you change to "source"

Thanx

Wietster

Re: News Module Question

Posted: Tue Jan 29, 2008 6:32 pm
by calguy1000
it's theoretically possible to remove fields in the add/edit article template in modules/News/templates but I haven't tested it.

On the frontend you can remove whatever fields you want from the summary and detail templates.

Re: News Module Question

Posted: Tue Jan 29, 2008 6:53 pm
by wietster
Thanks for the fast repley I will give ir a try :P

Wietster

Re: News Module Question

Posted: Tue Jan 29, 2008 9:59 pm
by streever
you can probably also set "display:none" in the CSS for the admin, right calguy?

Re: News Module Question

Posted: Wed Jan 30, 2008 5:15 pm
by Pierre M.
Hello,

If you want to "hide" (confidentiality), you must remove things for the output in the templates.
If you want to not display (view convinience), you can just "display:none" in the CSS.

Pierre M.

Re: News Module Question

Posted: Wed Jan 30, 2008 7:05 pm
by wietster
Thanx alot it works like a charm ;D ;D


Wietster