hi, i followed
www.jomsocial.com/forum/socialize-templa...r-search-field#73550
and it work, but i was wondering if you could help me with the following:
when you put the cursor in the search field, the text will disappear.
thanks!
Hi, Gustavo.
Bu this is the aim of this modification. I just tested it. When you put cursor in search field - text disappears and flashing text cursor appears.
Did you tried it? I don't see that customization on your site.
hi, here is my php file. Yo don see it in my site, because i removed.
i checked with firefox and google chrome to validate if it has something to do with the browser, but noup :(
Thanks!
Hi, Gustavo.
So you've must done something wrong. I created override for toolbar on your site and everything displays fine. Please, check it.
If you want to change "My text" edit this file:
ROOT/templates/socialize/html/mod_community_toolbar/default.php
And look for sentence "My text" Change only it.
Hi, Gustavo.
Then it means you do something wrong.
This code: <input type="text" id="keyword" name="q" value="My text" onblur="if(value=='') value = 'My text'" onfocus="if(value=='My text') value = ''"/>
Appears in file twice - in line 68 and 85
You nee to change only "My text" - bolded in code above. Just pay more attention what you edit to not delete ' signs. If it works not will work with any other text (that doesn't contain signs like " or ' e.g don't)