Fs02 said:
No, i dont talking about making sidebar in new discussion page because that easy to do.
i just want a massages like that just appear when user clicking on the comment or new discussion page.
the problem is i don't know where to find the textarea code, so i can adds some javascript in there.
I understand that. This is the script that you are looking for:
Answers
I understand that. This is the script that you are looking for:
<script type="text/javascript"> jQuery(document).ready(function($) { $('.HelpFormat, .HelpTags').hide(); $('#Form_Name').focus(function() { $('.Help').hide(); $('.HelpTitle').show(); }); $('#Form_Body').focus(function() { $('.Help').hide(); $('.HelpFormat').show(); }); $('#Form_Tags').focus(function() { $('.Help').hide(); $('.HelpTags').show(); }); }); </script>
This script calls for three blocks with the HelpTitle, HelpFormat, HelpTags classes, but you can add more or rename them if you need to.
Add Pages to Vanilla with the Basic Pages app
Looks right @shadowdare good answer !
There was an error rendering this rich post.
thx i will try it![:) :)](https://open.vanillaforums.com/plugins/emojiextender/emoji/little/smile.png)