I would like the video to display only in the full story and not in the summary. How can I do this?
I am using the Embed Video module...
Thx


![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| I would like the video to display only in the full story and not in the summary. How can I do this? I am using the Embed Video module... Thx |
| |||
| At least it works with YouTube (v9.5: Upcoming view - Video-ID is displayed) :-/ |
| |||
| I am thinking of using an extra field to store the youtube video ID, so for example link_field12 would contain the value '<youtube>dgwbHzOec9I</youtube>'. Then I would just display it in the link_summary.tpl in the full story do I need to still enable the Embed videos module for this scenario? Thx |
| |||
| OK, I'd rather not use an extra field for this. To accomplish my objective, I simply need to remove the <youtube> tags and the content between them before, adding it to link_summary in the DB in submit-step-3 Can anyone suggest what needs to be added to submit_step_3.tpl to accomplish this? Thx Last edited by aaronpais; 06-16-2007 at 03:34 PM. |
| |||
| I also want embedded videos to display in the story view, but not in the category listing or even the home page. How can I have the embed tags automatically stripped from the summary? Or is there a better method for this already? |
| |||
| I'm still looking for an answer here. Is there one? |
| |||
| I had a similar problem with RSS Importer. I wanted tags in the description but they overflowed the summary. Search for files with this: Story_Content_Tags_To_Allow Find code that looks like this: $linkres->link_summary = strip_tags($linkres->content, Story_Content_Tags_To_Allow); Change it to something like this. It will remove ALL tags from the summary. Sorry more that that would take a major template change.: $linkres->link_summary = strip_tags($linkres->content, ""); |
| |||
| Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| full story (not summary) on index page | revolver | Questions and Comments | 2 | 06-24-2007 11:03 AM |