Remove parts from public FAQ

Moderator: crythias

Locked
jhag
Znuny newbie
Posts: 23
Joined: 10 Oct 2013, 12:05
Znuny Version: 4.0.11
Real Name: Joakim

Remove parts from public FAQ

Post by jhag »

Hi

I really enjoy the FAQ-mod in OTRS but I need to make some changes to make it fit our organisation.

I need to remove the
"Search option"
"Latest created FAQ articles"
"Latest updated FAQ articles"
"Top 10 FAQ articles"

Image

If some one know how its done I will be very happy if you told me :)

Thank you in advance! /Joakim
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Remove parts from public FAQ

Post by reneeb »

See SysConfig options FAQ::Explorer::LastChange::Show, FAQ::Explorer::LastCreate::Show and FAQ::Explorer::Top10::Show
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
jhag
Znuny newbie
Posts: 23
Joined: 10 Oct 2013, 12:05
Znuny Version: 4.0.11
Real Name: Joakim

Re: Remove parts from public FAQ

Post by jhag »

Thank you for your help!
jhag
Znuny newbie
Posts: 23
Joined: 10 Oct 2013, 12:05
Znuny Version: 4.0.11
Real Name: Joakim

Re: Remove parts from public FAQ

Post by jhag »

I need to ask one more question.

How can I remove the top banner? See picture below.
Image

/Joakim
jhag
Znuny newbie
Posts: 23
Joined: 10 Oct 2013, 12:05
Znuny Version: 4.0.11
Real Name: Joakim

Re: Remove parts from public FAQ

Post by jhag »

No one?

The reason is I want to make it a part of our sharepoint solution and it looks weird with the top banner.

Thank you! /Joakim
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Remove parts from public FAQ

Post by reneeb »

You could use a webdeveloper tool (that is integrated in current firefox versions or chrome) to get the id of the element and search for it in the templates. Then you can remove it.
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
jhag
Znuny newbie
Posts: 23
Joined: 10 Oct 2013, 12:05
Znuny Version: 4.0.11
Real Name: Joakim

Re: Remove parts from public FAQ

Post by jhag »

reneeb wrote:You could use a webdeveloper tool (that is integrated in current firefox versions or chrome) to get the id of the element and search for it in the templates. Then you can remove it.
Thanks, I found it!

/opt/otrs/Kernel/Output/HTML/Standard$ sudo vi CustomerHeader.dtl
<!-- start CI layout -->
# <div id="Header">
# <h1 class="CompanyName"><a href="#">$Config{"CustomerHeadline"}</a></h1>
#<!-- dtl_block:HeaderLogo -->
# <div id="Logo"></div>
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Remove parts from public FAQ

Post by crythias »

I'd suggest using CSS to hide based upon ID it as that would be more upgrade friendly.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked