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
News Module Question
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: News Module Question
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.
On the frontend you can remove whatever fields you want from the summary and detail templates.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: News Module Question
Thanks for the fast repley I will give ir a try 
Wietster

Wietster
Re: News Module Question
you can probably also set "display:none" in the CSS for the admin, right calguy?
Re: News Module Question
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.
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
Thanx alot it works like a charm

Wietster


Wietster