Customization

How can I brand my Miro Community site?
One of the great things about Miro Community is its flexibility. To get started on customizing your website, you can upload a logo and background through the...
Tue, 26 Feb, 2013 at 7:13 PM
Can I customize it to look like my website or include it within my website?
We have full Django templating so that every portion of the site can be 100% customized from the HTML to the CSS and up. Custom domain names allow you to sea...
Tue, 26 Feb, 2013 at 8:39 PM
Setting Up a Custom Domain
Custom domains are available only to those with paid accounts. If you cancel your payment subscription, your custom domain will be disabled.To change the dom...
Thu, 31 Jan, 2013 at 5:02 PM
How can I change the layout of my site?
Miro Community offers 4 basic themes for your site - Scrolling, List, Category and Blue. These can be found on the Themes page on the admin side of the site,...
Wed, 14 Nov, 2012 at 4:50 PM
Can I advertise on my site?
We restrict the ability to run advertisements to paid accounts. If we discover advertising on your free site, the site will be disabled.
Wed, 14 Nov, 2012 at 4:50 PM
Can I run Miro Community on my own server?
Yes, Miro Community is Free and Open Source Software, written in Python using the Django framework. The source code can be found here.You can get further doc...
Wed, 14 Nov, 2012 at 4:50 PM
Editing Custom Templates (Max users)
Miro Community is built with Django templates. With a Max account level, you can upload your own custom template. In this section, we give some resources for...
Thu, 31 Jan, 2013 at 6:46 PM
Global Variables for Miro Theming
sitelocation:: a SiteLocation object which contains the information for the current siterequest:: a Django Request objectcategories:: a list of the root Cate...
Thu, 31 Jan, 2013 at 5:54 PM
Template Tags for Miro Community Theming
library {% load localtv_thumbnail%} {% get_thumbnail_url video width height%}: Returns a URL for a thumbnail for the given video. The available sizes are ...
Thu, 31 Jan, 2013 at 5:55 PM