

![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Is it possible to allow some HTML tags ONLY when seeing the full story, but not in the summary (homepage and other listings)? |
| ||||
| same problem. |
| |||
| Not sure if I understand what you mean, but if you want to only show the tags on the story page, you would need an "if" statement. Add: Code: {if $pagename eq "story"}
{if $enable_tags eq 'true'}
{if $tags ne ''}
<h2><strong>{#PLIGG_Visual_Tags_Link_Summary#}</strong>:</h2>
<ul class="prof-tag-list">{section name=thistag loop=$tag_array}
<li><a href="{$tags_url_array[thistag]}">{$tag_array[thistag]}</a></li>
{/section}</ul>
{/if}
{/if}
{/if}
Geoserv. |
| |||
| I'm not talking about links tags. I'm talking about HTML tags. Example: I want that the <IMG> tag shows up on the full story, but not on the summary. Another issue: Also, even if the tag shows up on the summary, something must be done regarding the summary length... I have one post in that the 150 chars defined for the summary end on the middle of an <IMG> tag. Result: the image doesn't show up, and the following HTML tags (pligg template ones) are all messed up. |
| ||||
| same problem |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I want to Allow Html Img Tags in Summary | JonniE_M | Questions and Comments | 1 | 02-20-2009 07:37 AM |
| Allow HTML in story only not summary | XSP | Questions and Comments | 0 | 09-25-2007 02:53 PM |
| Mis-formed Html tags in summary text | deeplygreen | Questions and Comments | 2 | 09-20-2007 11:40 PM |
| full story (not summary) on index page | revolver | Questions and Comments | 2 | 06-24-2007 11:03 AM |
| HTML Tags in story submission. | AshDigg | Questions and Comments | 9 | 09-23-2006 01:16 AM |