How to remove fields like Company, e-mail, department...
#1
Posted 12 July 2009 - 01:18 AM
#2 Guest_Ratica_*
Posted 12 July 2009 - 05:22 AM
You will have to do this in the file "lz_chat_frame.3.2.login.1.0.tpl".
Filelocation: /LiveZilla (or what you call the livezilla directory)/templates/frames/lz_chat_frame.3.2.login.1.0.tpl
#3
Posted 13 July 2009 - 02:35 PM
#4
Posted 08 August 2009 - 09:19 PM
http://www.livezilla.net/forum/viewtopi ... 2412#p2412
#5 Guest_joshkraemer_*
Posted 13 August 2009 - 09:14 PM
Ratica said:
You will have to do this in the file "lz_chat_frame.3.2.login.1.0.tpl".
Filelocation: /LiveZilla (or what you call the livezilla directory)/templates/frames/lz_chat_frame.3.2.login.1.0.tpl
I removed the company field in the template file mentioned, but now, when the user clicks the button to start a chat, nothing happens.
Do I need to adjust some of the javascript validation or ??????
#6
Posted 13 August 2009 - 09:24 PM
you should NOT remove them...because of the validation requires them to be there and if you are sure about your skills with removal of javascript then go ahead and do that but the easiest way is to simply change the fields from text inputs to hidden inputs and force a value with the value attribute.
value="not@applicable.com"
Take the inputs you want to remove and instead of them being
type="text"change them to
type="hidden"
then add the value code like listed earlier.
If you are fairly confident with your html skills you could remove the JS as well for the same effect.
#7
Posted 17 August 2009 - 06:39 PM
Quote
This is the row that refers to the company in lz_chat_frame.3.2.login.1.0.tpl:
What do I actually do with this piece of code?:
Grateful for answer
#8
Posted 17 August 2009 - 10:25 PM
:
#9
Posted 18 August 2009 - 07:27 AM
Thanks
#10
Posted 18 August 2009 - 12:20 PM
#11
Posted 24 September 2009 - 12:07 PM
![]()
iv tryed to paste the type="hidden" field everywhere..
#12
Posted 24 September 2009 - 12:22 PM
Try:
style="visibility:hidden;"
#13
Posted 24 September 2009 - 12:34 PM
Woho! Thanks.
now off to figure out how to remove the text:) maybe just do it with CSS?
#14
Posted 26 December 2009 - 02:04 AM
This thread has been very helpful and i have successfully removed "company" and "department" from the chat window login, thank you.
Now i am looking to do the same thing on the email/leave message screen. If live chat is off and they customer wants to send a message I would like not to have Company and Department show up. i believe the file that needs to be edited is lz_chat_frame.3.2.mail.tpl ?? I tried making similar changes like on the chat window and was able to remove them but then when you press send message nothing would happen so i must be doing something wrong, any assistance would be appreciated (i am not a programmer but can stumble through this stuff ok i guess).
Also is there a way that after a message is sent and the the dialog box pops up to say someone will be in touch shortly that when they click ok the dialog and leave message window closes?
thanks again
BTW- i am running the beta 3.1.8.4
#15
Posted 28 December 2009 - 12:41 PM
Quote
Did you remove them? Or did you mark them just as invisible/hidden?I tried making similar changes like on the chat window
#16
Posted 28 December 2009 - 02:38 PM
First, Im not a programmer, but i want to answer your question with both, I made the fields hidden and removed the text, this has worked for me on the chat window but now i am looking to do the same thing on the email/leave message screen.
#17
Posted 28 December 2009 - 03:00 PM
Quote
Don't do that. Just add the attributeand removed the text
style="visibility:hidden;"
That works for me on chat login and on the email form as well.
#18
Posted 28 December 2009 - 03:27 PM
Well, i had tried that but the text was still showing up so i must have did it incorrectly as others have in the posts i had searched.
Here is the original code, would you mind showing me exactly what to do?
:
:
:
thanks so much for your assistance.
#19
Posted 28 December 2009 - 03:50 PM
Just replace
[quote][/quote]
by
[quote][/quote]
#20
Posted 29 December 2009 - 02:28 AM
Thank you.
That does remove/hide the field for company but how do i remove he text to the left of where the field was that says "Company:"?
also what would the change be to remove the text "Department:" and the drop down box to the right?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users



This topic is locked









