Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2014-05-17 21:30:02

gladson manuel
Member
Registered: 2014-04-06
Posts: 23

names of variables displayed instead of values.

Hi,
      In my page variables like {{pending_chats.list.length != false && pending_chats.list.length > 0 ? ' ('+pending_chats.list.length+')' : ''}}   are being displayed instead values of those. How to fix this?


https://groups.google.com/forum/#!topic … Bd4h89tapE

Offline

#2 2014-05-17 21:36:29

Dan Zicom
Member
Registered: 2014-04-08
Posts: 40

Re: names of variables displayed instead of values.

Yes, that is happening to mine as well. It happens on mine when a browser offer comes down and hover over the links, as if it is a title=   But the link still works.



On Saturday, May 17, 2014 3:30:02 PM UTC-4, gladson manuel wrote:Hi,
      In my page variables like {{pending_chats.list.length != false && pending_chats.list.length > 0 ? ' ('+pending_chats.list.length+')' : ''}}   are being displayed instead values of those. How to fix this?

Offline

#3 2014-05-17 21:44:20

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: names of variables displayed instead of values.

I ques you are using older version of unbrand extension. Please compare page_footer.tpl.php with extension.

Offline

#4 2014-05-17 21:45:00

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: names of variables displayed instead of values.

Related article
http://livehelperchat.com/after-i-have-updated-to-1.96v-i-see-strange-variables-instead-of-chats-304a.html


Offline

#5 2014-05-17 21:57:27

gladson manuel
Member
Registered: 2014-04-06
Posts: 23

Re: names of variables displayed instead of values.

I replaced the contents of the file page_footer.tpl.php with those provided in the url but the problem persists. I am not using unbrand extension.

Offline

#6 2014-05-17 22:54:17

Dan Zicom
Member
Registered: 2014-04-08
Posts: 40

Re: names of variables displayed instead of values.

Mine is doing this..  http://screencast.com/t/zr3PQ4foP


On Saturday, May 17, 2014 3:57:27 PM UTC-4, gladson manuel wrote:I replaced the contents of the file page_footer.tpl.php with those provided in the url but the problem persists. I am not using unbrand extension.

Offline

#7 2014-05-18 07:03:11

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: names of variables displayed instead of values.

Both of you are talking about completely different things big_smile
1. Gladson - clear cache in back office
2. I will fix in master branch this in a few hours

Offline

#8 2014-05-18 07:19:52

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: names of variables displayed instead of values.

2. It's not a bug it's your browser offer temlate bug.
<area shape="rect" coords="298,152,478,203" ref="nofollow" href="#" title="<?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('chat/getstatus','Close')?>" onclick="lhc_BrowseOffer.hide();">


adjust title correctly.

Offline

#9 2014-05-18 08:29:50

gladson manuel
Member
Registered: 2014-04-06
Posts: 23

Re: names of variables displayed instead of values.

Thanks for the reply. I tried clearing the cache using the clean cache link. With page_footer.tpl.php the page is displaying just the links to active chats,pending chats,closed chats,operator chats and unread messages. If I insert page_footer.tpl.php then it shows the variable names. I am attaching screenshot of the issue.

Offline

#10 2014-05-18 08:54:18

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: names of variables displayed instead of values.

Sorry, but it happens only in your installation.
http://livehelperchat.com/after-i-have-updated-to-1.96v-i-see-strange-variables-instead-of-chats-304a.html

I can just repaste this. It's issue realted to this article. Nothing to fix there.


On 18 May 2014 09:29, gladson manuel <glad...***.com> wrote:

Thanks for the reply. I tried clearing the cache using the clean cache link. With page_footer.tpl.php the page is displaying just the links to active chats,pending chats,closed chats,operator chats and unread messages. If I insert page_footer.tpl.php then it shows the variable names. I am attaching screenshot of the issue.






--

Offline

Board footer