Can you plan to add the basic popup system for private messaging instead of requiring the compose message plugin?
-Jake
What about support for user credits? Send credits to user button, for example
I have the "poker" plugin and it would be great if the poke button could be added to this. Would make it 110% perfect imo
Also this seems to show a preview for my menu items as well which is odd. Anyone else have that issue?
I have the "poker" plugin and it would be great if the poke button could be added to this. Would make it 110% perfect imo
You should contact the plugin developer and ask him to implement this feature to Use Hint. I think, It will be easy for the developer to do it.
I wish you would not use the base 64 on the css images, i really dont like anything embeded in my site if i have no clue what it is, i will decode this if possible and put it as normal if i can. Im not sure why exactly you did this but i wish you would just put the image url as normal..
Thanks.
Hello dave,
Using embedded images in CSS code is a common practice like CDN, sprites, caching, gzipping, etc... This method reduces request count to server and it also eliminates the large number of small image files of the plugin. If you want to know more about this method - just google "Embeded images in CSS"
Yes i did that last night and i do understand it is a small border image. I do now understand your technique and why you did so, thanks for explaining. What made me wonder is that i have been doing this for many years and have seen many scripts but have not run into this before. I do understand that now days it is common practice so please forgive my asking as this is the first i have seen this. I have chosen to disable those backgrounds in my version with no negative affects because i feel more confortable doing so.
Thanks for explaining. :)