The description of the button is not shown

  • Posts: 410
  • Thank you received: 15
8 years 1 month ago #230938

-- HikaSerial version -- : 1.10.2

Hello I have a problem with the description of the button Hikaserial. How can I fix it?

Attachments:

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
8 years 1 month ago #230970

Hi,

Please create a language override for

HIKA_SERIAL_LISTING_DESCRIPTION="List of your serials"
And place ul/li tags into, like
HIKA_SERIAL_LISTING_DESCRIPTION="<ul>li>List of your serials/li></ul>"
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.
The following user(s) said Thank You: neo191987, tonp

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

  • Posts: 8
  • Thank you received: 0
8 years 1 month ago #231089

Hi,

I added the string
HIKA_SERIAL_LISTING_DESCRIPTION="List of your serials"
to the language file en-GB.com_hikaserial.ini.
But unfortunately I can't get it to work; the button's description remains empty :(

Regards,

Ton

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

  • Posts: 410
  • Thank you received: 15
8 years 1 month ago #231090

And in my case.

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
8 years 1 month ago #231111

Hi,

I don't see any ul/li in your text.
Please follow my instructions if you want to solve your problem.

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: 8
  • Thank you received: 0
8 years 1 month ago #231179

Hi Jerome,

I sure also tried that (addition of <ul><li>...</li></ul>, but to no avail.

Regards,

Ton

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

  • Posts: 8
  • Thank you received: 0
8 years 1 month ago #231180

I've tried other, standard Joomla templates as well; no result.
Using RT Ricochet now.

Regards,

Ton

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
8 years 1 month ago #231261

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: 410
  • Thank you received: 15
7 years 11 months ago #237547

This is a solution to the problem associated with the description of a button.
Open plugins/hikashop/serials/serials.php
And edit row

$buttons['serial_listing'] = array(
			'link' => hikaserial::completeLink('serial&task=listing'.$cancel_id),
			'image' => 'serial',
			'level' => 0,
			'text' => JText::_('HIKA_SERIALS'),
			'description' => ''
On
$buttons['serial_listing'] = array(
			'link' => hikaserial::completeLink('serial&task=listing'.$cancel_id),
			'image' => 'serial',
			'level' => 0,
			'text' => JText::_('HIKA_SERIALS'),
			'description' => JText::_('HIKA_SERIAL_LISTING_DESCRIPTION'),

Can you fix this problem in the package as I downloaded the latest package and still the problem is there.

Last edit: 7 years 11 months ago by neo191987.
The following user(s) said Thank You: tonp

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

  • Posts: 8
  • Thank you received: 0
7 years 11 months ago #237579

Chapeau!

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
7 years 11 months ago #237580

Hi,

The patch is already in HikaSerial code since February 2 ; but I don't know why the download package is not up to date.

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: 410
  • Thank you received: 15
7 years 11 months ago #237615

Hi a moment ago I downloaded the package again but still the problem is there. The file is dated 2 February but this line is not fixed.

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

Moderators: Obsidev
Time to create page: 0.090 seconds
Powered by Kunena Forum