General > Support
Persistent Chat Windows w/o Need to Click Button
stryker1:
--- Quote ---You should regenerate the button after enabling the aforementioned feature.
--- End quote ---
Great, this was it! Now it works like expected! Thank you very much!
Maybe you should add this hint in the documentation of the plugin and also in the settings about the user tracking/inviting.
It was not clear to me that this functionality is triggered from a deviant button code - and I guess I am not the only one ;)
stryker1:
I just want to give you feedback, that this new plugin "AdvanvedButton"works like charm.
I only changed this following line in the refresh.js from
--- Code: ---img.style.display = visible ? 'visible' : 'hidden';
--- End code ---
to
--- Code: ---img.style.display = visible ? 'block' : 'none';
--- End code ---
Because otherwise the gif button was not "really" away, so you saw the mouse pointer when moving over it.
faf:
--- Quote from: stryker1 on October 17, 2018, 06:22:05 AM ---
--- Quote ---You should regenerate the button after enabling the aforementioned feature.
--- End quote ---
Great, this was it! Now it works like expected! Thank you very much!
Maybe you should add this hint in the documentation of the plugin and also in the settings about the user tracking/inviting.
It was not clear to me that this functionality is triggered from a deviant button code - and I guess I am not the only one ;)
--- End quote ---
Well, I have some ideas about that. But at the moment I've added the appropriate sentence in README for the plugin.
--- Quote from: stryker1 on October 17, 2018, 10:44:19 AM ---I just want to give you feedback, that this new plugin "AdvanvedButton"works like charm.
--- End quote ---
Great to hear that. ;)
--- Quote from: stryker1 on October 17, 2018, 10:44:19 AM ---I only changed this following line in the refresh.js from
--- Code: ---img.style.display = visible ? 'visible' : 'hidden';
--- End code ---
to
--- Code: ---img.style.display = visible ? 'block' : 'none';
--- End code ---
Because otherwise the gif button was not "really" away, so you saw the mouse pointer when moving over it.
--- End quote ---
Actually the original code was
--- Code: ---img.style.visibility = visible ? 'visible' : 'hidden';
--- End code ---
However, I've got it.
I've just released the new version of the plugin. Now one can configure it to behave the best way suited for a given design of a site. It is possible to cloak the button using either visibility, or display property (with ability to set the value of display to block, inline-block, or inline). Moreover, it's even possible to implement some custom cloaking effects, since now there is also classes mibew_visible and mibew_hidden that are automatically set for the button by the plugin.
stryker1:
Great that you directly implemented my correction [thumbUp] :)
Navigation
[0] Message Index
[*] Previous page
Go to full version