Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

Video page - Right side template position

11 years 1 hour ago
  • Rik's Avatar
    Topic Author
  • Rik
  • Offline
  • Junior Boarder
  • Posts: 114
  • Thank you received: 3
Licenses:
JomSocial Active Publisher Expired Socialize Expired

When looking at the video viewing page shown in the attachment, there is a position on the right above the map showing "Taken at". We'd like to place a module above those words in that right-hand column. Is there a defined position name that we can use for that?

Thanks. -- Rik

PS: Please note that login instructions in the Misc Info area of the admin credentials form.

Attachments:
10 years 11 months ago
Licenses:

Hi Rik,

for reference:
documentation.jomsocial.com/wiki/Customizing_Template
documentation.jomsocial.com/wiki/Built-in_Module_Positions

please follow this steps:
1. create override file for videos.video.php from /components/com_community/templates/default/ to /templates/socialize/html/com_community/
2. edit that new override file below line 151 (below this code):

<div class="span4">
      <div class="cSidebar">

put this new code for new build in position
<?php 
	$moduleCount = count(JModuleHelper::getModules('js_side_video'));

	if ($moduleCount > 0) { 
		$this->renderModules('js_side_video');
	}
?>

after that you can assign any modules to that position by using "js_side_video" position.

Let me know the result. If you don't know how to do it. you can provide me FTP access datail. and I will do it for you.

Regards,
Albert

The following user(s) said Thank You: Rik
10 years 11 months ago
  • Rik's Avatar
    Topic Author
  • Rik
  • Offline
  • Junior Boarder
  • Posts: 114
  • Thank you received: 3
Licenses:
JomSocial Active Publisher Expired Socialize Expired

Albert:

It worked perfectly!

Thank you for those very clear instructions plus the references to the doc pages which I've bookmarked.

-- Rik

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW