I install version 3.3.4 and I check in admin/switches/WYSIWYG for link and category descriptions to ON. When I go to page suggest link textarea by link description is normal there - No WYSIWYG.
I dont know, where is problem. Javascript in my IE 6 is ON.
I try replace in suggestlink.tpl <IF {THISMEMBERWYSIWYGDESCRIP}> with <IF {SWITCH_WYSIDESCRIP}> and then WYSIWYG show me, but I fill in textarea and submit form, linkdescription not display on the page displaylinks.tpl. :-(
Thank you, now is wysiwyg display ok, but I fill text to link textarea in editor and I colored this for red and submit, so linkdecsription display this:
1 . When I show Preview suggest link there is the same problem. In Preview displays code instead colored text. 2. Is any simply way for limit characters in "WYSIWYG textarea" ? 3. Is possible use Preview links in edit.tpl too ? 4. When I use WYSIWYG editor for links and when I use this conditional syntax in displaylinks.tpl:
<IF {LINKDESCRIPTION>{LINKDESCRIPTION}></IF>
so linkdescription show twice on the page. It is mystery for me. When I use for example
1. Fixed for 3.3.5 2. I don't know of any javascript which can do that, but it's probably possible. 3. I thought there was a preview changes button, but I guess that's only for comments. Will add to suggested features. 4. You're missing closing }s on both of those. Long fields can anyhow cause problems within conditionals. Have you checked if there's a simple template var that says whether there's a description or not? Or just pass the parameter to limit the length to 1 character and that'll do the same thing.
Paul, please, write mi example for this my conditional with parametr to limit the length to 1 character. I don't find any variables for length linkdescription in manual.
Comments on WYSIWYG editor is not works
Experienced
Usergroup: Customer
Joined: Aug 27, 2005
Location: Czech Republic
Total Topics: 48
Total Comments: 82
Hallo Paul,
I install version 3.3.4 and I check in admin/switches/WYSIWYG for link and category descriptions to ON. When I go to page suggest link textarea by link description is normal there - No WYSIWYG.
I dont know, where is problem. Javascript in my IE 6 is ON.
Thank for help.
Experienced
Usergroup: Customer
Joined: Aug 27, 2005
Location: Czech Republic
Total Topics: 48
Total Comments: 82
I try replace in suggestlink.tpl <IF {THISMEMBERWYSIWYGDESCRIP}> with <IF {SWITCH_WYSIDESCRIP}> and then WYSIWYG show me, but I fill in textarea and submit form, linkdescription not display on the page displaylinks.tpl. :-(
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You've probably selected the plain editor in your member profile.
Experienced
Usergroup: Customer
Joined: Aug 27, 2005
Location: Czech Republic
Total Topics: 48
Total Comments: 82
Thank you, now is wysiwyg display ok, but I fill text to link textarea in editor and I colored this for red and submit, so linkdecsription display this:
text is not red
Category wysiwyg description works fine!It is ok or I do mistake anywhere?
Thanks.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
In classes/onelink.php change to
Experienced
Usergroup: Customer
Joined: Aug 27, 2005
Location: Czech Republic
Total Topics: 48
Total Comments: 82
Thank you Paul,
I have more questions and problems.
1 . When I show Preview suggest link there is the same problem. In Preview displays code instead colored text.
2. Is any simply way for limit characters in "WYSIWYG textarea" ?
3. Is possible use Preview links in edit.tpl too ?
4. When I use WYSIWYG editor for links and when I use this conditional syntax in displaylinks.tpl: so linkdescription show twice on the page. It is mystery for me. When I use for example is all ok.
Thanks for help.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
1. Fixed for 3.3.5
2. I don't know of any javascript which can do that, but it's probably possible.
3. I thought there was a preview changes button, but I guess that's only for comments. Will add to suggested features.
4. You're missing closing }s on both of those. Long fields can anyhow cause problems within conditionals. Have you checked if there's a simple template var that says whether there's a description or not? Or just pass the parameter to limit the length to 1 character and that'll do the same thing.
Experienced
Usergroup: Customer
Joined: Aug 27, 2005
Location: Czech Republic
Total Topics: 48
Total Comments: 82
Thank Paul,
closing }s missing only in forum :-)
Paul, please, write mi example for this my conditional with parametr to limit the length to 1 character. I don't find any variables for length linkdescription in manual.
Thank you.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Please read scripts.webmastersite.net/w...inks/wsnmanual/articles/10
-- Optional paramater: {LINKDESCRIPTION[x]} will trim the description to x characters.
Replace x with 1.
Experienced
Usergroup: Customer
Joined: Aug 27, 2005
Location: Czech Republic
Total Topics: 48
Total Comments: 82
Problem with conditional by 4) is ony with use textarea.