WATCH.SHARE.PLAY

Media Apps & Templates for Joomla

Media List

Media Details

Groups

Upload

HWDMediaShare helps you and your community publish media on your Joomla website, share media with other networks, integrate with other apps and keep things organised. The new and much improved HWD is the prime example of less is more. It has been completely rewritten to work seamlessly with Joomla. It's like your own personal publishing platform.

 

View Full Feature List

BYE FLASH, HELLO HTML5

Welcome to full native HTML5 media support

 

HTML5, take control of your technology

  1. HTML5 is the cornerstone of the W3C's open web platform
  2. Audio and video are first class citizens in the HTML5 web, living in harmony with your apps and sites.

Multimedia Benefits

  1. Display your audio and video in Apple iOS devices like the iPhone and iPad
  2. Use native media players to show media without dependency on plugins such as Flash
  3. Show interactive content to mobiles and handheld devices elegantly, without replication.

JOOMLA TEMPLATES

Joomla templates that work great with HWD

It Just Works

We've focused on building Joomla! templates that are very easy to use. Install the template, install the component and it all just works.

  1. No Framework
  2. Very Few Overrides
  3. Styled for Standard Joomla! Output
  4. Styled to work best with HWD

SAFE, SECURE, EASY ACCESS

Access everything HWD on our new site

Account

Downloads

Profile

Forum Profile

« 1 2 3 4 »

SHARE MEDIA ON YOUR JOOMLA! WEBSITE

Consolidate your audio, video, images and documents with HWDMediaShare

Groups

Screen

HWD Groups

The groups page works great using standardized Joomla! output for css and HTML. View the groups that are created on your website and then dive down into the group details to view activity on your site.

The image on the left highlights the features and functions that are on the groups page

  1. Layout
  2. Search Filter
  3. Dropdown Filter
  4. Blog Layout
  5. Group Meta Data
  6. Group Details
  7. Group Comments
  8. Group Map

Who Likes Newsletters?

Sign up and get a free hug!

* indicates required
Email Format

HWD HTML Overrides

The HWD Component was built from the ground up with template developers in mind. We created the component to be MVC so that the component views could easily be customized to suit the users needs. 

We are going to use a simple example to explain how to do html overrides for the HWD component. In the image below we are using Google Chrome and the built in code inspector. We want to change the Media Item title in the Media Details view. We've inspected the title and can see that it's a <h2> tag with a class of contentheading. This will help us find a recognizable element to search for when we begin editing the code for the override.

Template Overrides


 

To create the override we will first need to copy the media details view file. Using FTP we are going to first locate the file we want to customize. For the Media Details list we will go to www.yoursite.com/components/com_hwdmediashare/views/media/tmpl/ and locate the file called default_details.php.  You'll need to copy this file into a directory located in the /html/ folder of your template. In our case it's www.yoursite.com/templates/beez_20/html/com_hwdmediashare/media/ and we will edit this file.

 Template Overrides


 

Now that we are editing this file we need to search for the class we discovered previously. You'll search for the class contentheading. Once you've found it we will do a simple change making the title a <h3> tag. Make sure you change the </h2> to </h3> to ensure that the H3 tag has been closed. Save the file.

Template Overrides


 

If we go back and inspect our code again you can see that the titles have changed to <h3> now and the appearance is different. Below is an example of this.

Template Overrides


 

This is very powerful for template developers and users because now you can make HWD look exactly how you envision it. Change the output to work for your site and for your own SEO purposes.