Home
Welcome, Guest
Please Login or Register.    Lost Password?
Please take a couple of minutes to search previous discussions and documentation for solutions before starting new threads.

Link to video in module title?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Link to video in module title?
#32999
Link to video in module title? 3 Months ago Karma: 0
Hi,
Great video plugin!!

I have a question:
How can i get the video title in the module to link to the video page?

Thank you.
hmercado
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#33014
Re:Link to video in module title? 3 Months ago Karma: 191
How can i get the video title in the module to link to the video page?Which module? What version are you using?

The titles in the video list modules should already link to the video pages. If you are talking about the actual module title (which you set per module in the Joomla module manager), then we can not control whether this is linkable as developers.
Davros
Administrator
Posts: 13568
graph
User Offline Click here to see the profile of this user
If you like hwdVideoShare please consider rating it in the Joomla Extensions Directory
The administrator has disabled public write access.
 
#33029
Re:Link to video in module title? 3 Months ago Karma: 0
Hi,

The module i'm using is mod_hwd_vs_xml_video_playlist
It shows the video title and video player to play the video right in the module but the video title its not linked to the actual video page.

I can see the video title in the template mod_hwd_vs_video_playlist_container.tpl like this

<div style="float:left;"><h2 class="contentheading">{$videoplayer->title}</h2></div>


I have hwdVideoShare 2.1.9 Revision 380 Beta
hmercado
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#33041
Re:Link to video in module title? 3 Months ago Karma: 191
OK. In this module, there should be a link to the video page. It will be called some thing like "Go to video page".

If you look in the template file mod_hwd_vs_video_playlist_container.tpl you should see that the link is constructed like this:
<a href="{$mosConfig_live_site}/index.php?option=com_hwdvideoshare&task=viewvideo&Itemid={$Itemid}&video_id={$videoplayer->id}">{$smarty.const._HWDVIDS_GTVP}</a>

You can use the same format to add a link to the title... To do that, replace this:<h2 class="contentheading">{$videoplayer->title}</h2>
With this:<h2 class="contentheading"><a href="{$mosConfig_live_site}/index.php?option=com_hwdvideoshare&task=viewvideo&Itemid={$Itemid}&video_id={$videoplayer->id}">{$videoplayer->title}</a></h2>

Does this help?
Davros
Administrator
Posts: 13568
graph
User Offline Click here to see the profile of this user
If you like hwdVideoShare please consider rating it in the Joomla Extensions Directory
The administrator has disabled public write access.
 
Go to topPage: 1
get the latest posts directly to your desktop