|
Joomla Tags Support Forum :: Feature Request |
|
|
|
|
|
Subject :Html Tag Description..
2009-11-11 16:18:10
|
|
|
| abct34 |
|
| Enthusiast |
 |
Joined: 2009-11-11 23:14:33
Posts: 10
Location: |
|
|
|
|
|
<p>I wonder if there is a way to use html formatted text in the tag description area. As you may notice, it just strips out html code.</p>
<p>Any idea?</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Html Tag Description..
2009-12-02 20:17:01
|
|
|
| joomlatags |
|
| Master |
 |
Joined: 2009-02-15 12:36:41
Posts: 581
Location: |
|
|
|
|
|
|
<p>This should be a bug, I will try to fix it in the next releae.</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Html Tag Description..
2009-12-09 04:37:13
|
|
|
| nadam |
|
| Enthusiast |
 |
Joined: 2009-07-21 21:29:40
Posts: 11
Location: Hungary |
|
|
|
|
<p>Hi, change line 58. in the administrator/components/com_tag/controllers/term.php</p>
<p>from this:</p>
<p>$description = JRequest::getVar( 'description', '','POST');</p>
<p>to</p>
<p>$description = JRequest::getVar( 'description', '','POST', 'string', JREQUEST_ALLOWRAW);</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Html Tag Description..
2009-12-09 19:02:57
|
|
|
| joomlatags |
|
| Master |
 |
Joined: 2009-02-15 12:36:41
Posts: 581
Location: |
|
|
|
|
|
<p>Thanks <strong>nadam</strong> tips.</p>
<p>I will include this bug fix in the next release.</p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Html Tag Description..
2009-12-10 06:32:36
|
|
|
| abct34 |
|
| Enthusiast |
 |
Joined: 2009-11-11 23:14:33
Posts: 10
Location: |
|
|
|
|
|
<p>Thanks for your support.</p>
<p>I have just checked it. Now, it accepts "p" tag. But it still strips out the "a, h2 and img" tags.</p>
<p> </p>
<p>Edit:</p>
<p>If I paste the text above, I have an error message, saying "Term could not be created,Please check!"</p>
<p>if I paste this text: I have just checked it. Now, it accepts p tag. But it still strips out the a, h2 and img tag, it accepts.</p>
<p>If I paste this text: I have just checked it. Now, it accepts p tag. But it still strips out the a, h2 and img tags ", it accepts.</p>
<p>It seems that it doesnt like the " character so doesnt the html tags using that character.</p>
<p> </p> |
IP Logged
|
|
Last Edited On: 2009-12-10 06:32:36 By abct34 for the Reason |
|
|
|
|
|
|
Subject :Re:Html Tag Description..
2009-12-12 03:16:34
|
|
|
| nadam |
|
| Enthusiast |
 |
Joined: 2009-07-21 21:29:40
Posts: 11
Location: Hungary |
|
|
|
|
<p>Really...</p>
<p>Use ' instead of "</p>
<p>like <a href='http://yoursite.com'></p> |
IP Logged
|
|
|
|
|
|
|
Subject :Re:Re:Html Tag Description..
2009-12-18 11:54:52
|
|
|
| abct34 |
|
| Enthusiast |
 |
Joined: 2009-11-11 23:14:33
Posts: 10
Location: |
|
|
|
|
|
<p><br />It worked like a charm.</p>
<p>Thanks for your support.</p>
<p> </p>
<hr />
<div class="bbcode_quote"><br />
<div class="bbcode_quote_head">[nadam 2009-12-12 03:16:34]:</div>
<br />
<div class="bbcode_quote_body">
<p>Really...</p>
<p>Use ' instead of "</p>
<p>like <a href='http://yoursite.com'></p>
</div>
</div> |
IP Logged
|
|
|
|
|