documentation tab on admin

  • Posts: 2
  • Thank you received: 0
11 years 3 months ago #157165

-- url of the page with the problem -- : mywebsite.com/mypage
-- HikaShop version -- : x.x.x
-- Joomla version -- : x.x
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message

Hi,

on the admin of hikashop there is a tab of :

system
products
customers
orders
display
documentation

how do I remove the tab documentation?
please advice!

thanks

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 3 months ago #157189

Hi,
Using this kind of CSS code will probably do the job :

#hikashop_menu .icon-16-help {
display: none;
}

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
11 years 3 months ago #157209

Sorry, but Mohamed's code will definitely not do the job.

Instead, open the following file:
administrator/templates/YOUR_ADMIN_TEMPLATE/css/template.css

Provided you're using Joomla 3.x, insert the following code:

body.admin ul#hikashop_menu_j3 li:last-child {
	display: none !important;
}
Then save and copse the file. That's it.

[u}Note:[/u] After the next Joomla update it will be back to default, so you'll have to do it again. So, you better take store this code somewhere, then insert it again after a Joomla update.


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
Last edit: 11 years 3 months ago by lousyfool.
The following user(s) said Thank You: Mohamed Thelji

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
11 years 3 months ago #157210

Sorry, double post


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
Last edit: 11 years 3 months ago by lousyfool.

Please Log in or Create an account to join the conversation.

  • Posts: 26272
  • Thank you received: 4045
  • MODERATOR
11 years 3 months ago #157268

Hi,

It depends on the Joomla version.
Joomla 1.5/2.5 does not use "hikashop_menu_j3" :)

So yes it do the job : but without the Joomla version of "kennybabo", we have to choose a Joomla version..

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
11 years 3 months ago #157270

Hi Jerome,

I hear you - sorry for my overly keen "will definitely not do", then. Admittedly, I'm not familiar with what it's like in pre-J3 versions. My bad.

But then it looked as if Mohamed's CSS would only affect an icon (not an entire menu item), and I had stated, "provided you're using Joomla 3.x"...

Anyway, hope it helps kennybabo.


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )

Please Log in or Create an account to join the conversation.

  • Posts: 26272
  • Thank you received: 4045
  • MODERATOR
11 years 3 months ago #157271

Hi,

Right :)

I think it will help him.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 2
  • Thank you received: 0
11 years 3 months ago #157288

wow you guys are really helpful man...

i will try it out...really apreciate it..... :)

Please Log in or Create an account to join the conversation.

Time to create page: 0.087 seconds
Powered by Kunena Forum