Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Third Party Products and Support:
New Theme: MM_HomeWorld_1.2 (Download)
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 06/02/05 02:00 
Hi All

HomeWorld 1.2 is a 'one pager' and is available to all registered Jamroom users. It has been designed for use as the default user theme in your Jamroom system. The 'About' section is at the top, then there are two columns for the Biog, Songs, Stations, Messages, Shop and Gigs sections. I think I've got all significant variables either on the main page, or in the popups. All positions, tables fonts, colours etc. are in the page.css file. All page sections (Songs, Stations etc.) are conditionally generated dependent upon the quota settings. Also, if a user has not uploaded any songs, messages etc., appropriate text is displayed in that section (to hopefully encourage the user to do so). Graphics (jpg) for the top, left side and bottom are in the images folder so that they can be customised for your own site look and feel. A 'ReadMe.txt' file is included that gives more details on the theme, installation guide, credits and contact details.

See the screenshot and download it from www.motagator.net/themes (and notice how this webpage is also a theme in itself (I'm really getting into this Wink )).

Any comments, suggestions, bug reports etc. gratefully received.

Enjoy
Pash


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
djmerlyn
Jamroom Ustad


Joined: 18 Dec 2003
Posts: 13497
Location: Behind You

Posted: 06/02/05 06:54 
Looks pretty good pash!

Is there an artist on your site using the theme that we can check out? Maybe give him/her a little publicity Wink

Good work!

Cheers!


_________________
Pro JR Hosting, now 50% off!
-100% Guaranteed

"more server and network power than any host, dedicated to your jamroom site"
Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 06/02/05 07:25 

Quote:
Is there an artist on your site using the theme that we can check out? Maybe give him/her a little publicity

Yes - try www.motagator.net/tuna
This is using the original theme that I designed as my default theme. The downloadable one has been made more 'generic' by removing the Motagator references in the graphics.
Anyways, thanks for the comment deej.
Cheers
Pa


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
djmerlyn
Jamroom Ustad


Joined: 18 Dec 2003
Posts: 13497
Location: Behind You

Posted: 06/02/05 07:29 
Cool man! I love that "Cajun Tunastep" I'm not sure if that sounds nasty what lol!

I'm gonna give this some color tweaks, and it looks like my artists will soon have a second theme to choose from Wink

Thanks!


_________________
Pro JR Hosting, now 50% off!
-100% Guaranteed

"more server and network power than any host, dedicated to your jamroom site"
Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 06/02/05 07:52 

Quote:
I'm gonna give this some color tweaks, and it looks like my artists will soon have a second theme to choose from

Great - post a link when its done.
And if anyone else uses this theme and/or tweaks it to their own ends, let us know Wink
Pa


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
Intro2Music



Joined: 04 Feb 2004
Posts: 427
Location: UK

Posted: 06/03/05 16:07 
Cheers Pasher,

I'll be trying out your Theme too if you don't mind. Also, I have to agree with dj about the "Cajun Tunastep", does that come with the Theme too?

Only kidding.

Nice one Pash!


_________________
www.musical1.com
Back to top
jackdaris



Joined: 16 Oct 2004
Posts: 371
Location: Star Ship Enterprise 2693

Posted: 06/04/05 22:46 

pasher:

Quote:
I'm gonna give this some color tweaks, and it looks like my artists will soon have a second theme to choose from

Great - post a link when its done.
And if anyone else uses this theme and/or tweaks it to their own ends, let us know Wink
Pa


A Quebec guy. Hope he adds more tunes.

http://www.canadianmusic.com/artists/bands/93/

Back to top
jackdaris



Joined: 16 Oct 2004
Posts: 371
Location: Star Ship Enterprise 2693

Posted: 06/05/05 10:46 

pasher:

Quote:
I'm gonna give this some color tweaks, and it looks like my artists will soon have a second theme to choose from

Great - post a link when its done.
And if anyone else uses this theme and/or tweaks it to their own ends, let us know Wink
Pa

Here's a little issue.

My spotlight pages includes the text from the artists bio with a " read more" link(truncate thingy).

When you click on the "read more link from the spotlight page, it should open a new page at the "about" page of the artists theme.

As the (your) themes is a single page theme there is not a "about" page available which lead to a blank page.

Is there a way to have a redirect link within the theme that would direct all outside links to the one page theme.

Just a thought!

Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 06/05/05 14:58 
Is that link to the artist about page something in a JR script, or something you've done?
Whatever, a way round would be to have another template file in the theme folder called 'about.tpl' that contains the following code -

Code
<html>
<head>
 <title>Motagator Music About</title>

  <script>
   location = "{OUTPUT_URL}/index.php"
  </script>

</head>

</html>

then, at the bottom of the theme.cfg file, put the line -

about.tpl | about.php

Haven't tried it, but I think it should work.
Cheers
Pa
PS Thanks for the link to your Quebec guy Very Happy


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
djmerlyn
Jamroom Ustad


Joined: 18 Dec 2003
Posts: 13497
Location: Behind You

Posted: 06/05/05 15:08 
I actually had the same problem with my one pager.

What you do is create a new redirect TPL with the following in it:

redirect.tpl


Code
<form name="redirect">
<center>
<form><input type="hidden" size="1" name="redirect2"></form></b></font>
</center>
<script>
<!--
var targetURL="{ARTIST_URL}"
var countdownfrom=1
var currentsecond=document.redirect.redirect2.value=countdownfrom+1
function countredirect(){
if (currentsecond!=1){
currentsecond-=1
document.redirect.redirect2.value=currentsecond
}
else{
window.location=targetURL
return
}
setTimeout("countredirect()",1000)
}

countredirect()
//-->
</script>


Then setup your theme.cfg to make up for the missing common files:

redirect.tpl | about.php
redirect.tpl | stations.php
redirect.tpl | news.php
redirect.tpl | events.php
redirect.tpl | music.php

Then rebuild your theme and you've got a fix Wink

Cheers!


_________________
Pro JR Hosting, now 50% off!
-100% Guaranteed

"more server and network power than any host, dedicated to your jamroom site"
Back to top
jackdaris



Joined: 16 Oct 2004
Posts: 371
Location: Star Ship Enterprise 2693

Posted: 06/05/05 19:15 

pasher:
Is that link to the artist about page something in a JR script, or something you've done?
Whatever, a way round would be to have another template file in the theme folder called 'about.tpl' that contains the following code -

Code
<html>
<head>
 <title>Motagator Music About</title>

  <script>
   location = "{OUTPUT_URL}/index.php"
  </script>

</head>

</html>




then, at the bottom of the theme.cfg file, put the line -

about.tpl | about.php

Haven't tried it, but I think it should work.
Cheers
Pa
PS Thanks for the link to your Quebec guy Very Happy



Thanks fellows.

Back to top
rgnelson



Joined: 28 Feb 2005
Posts: 726

Posted: 06/05/05 19:19 
Thanks DJ for the details on the one pager!

Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 06/06/05 02:00 

Quote:
about.tpl | about.php

Haven't tried it, but I think it should work.
Cheers
Pa

I've tried it now and it does work (I called the file redirect.tpl to save confusion with the other about_*.tpl files).
Deej's method looks more comprehensive though - try that first Wink
Cheers
Pa


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
djmerlyn
Jamroom Ustad


Joined: 18 Dec 2003
Posts: 13497
Location: Behind You

Posted: 06/06/05 13:41 
Just to give you an idea of why I chose to use redirect...

Using:


Quote:
<html>
<head>
<title>Motagator Music About</title>

<script>
location = "{OUTPUT_URL}/index.php"
</script>

</head>

</html>


Will screw up your artist page stats. Since they are not really visiting the about page, you don't want the page counter to count a page that isn't really there.

So to completely work around the missing pages, just catch the calls to pages that are no longer there, and redirect the user to pages that are there.

I wish there was a {$THEME_ID} variable. Then we could do testing in the templates before publishing links to the artists area.

For example, a onepager ID of 5:
{ if ('$THEME_ID == '5')}
<a href="index.php">More About Artist</a>
{else}
<a href="about.php">More About Artist</a>
{/if}

Currently theres no way to dig up a theme ID though...but it would help for situations where we're using a one page theme Wink

Cheers!


_________________
Pro JR Hosting, now 50% off!
-100% Guaranteed

"more server and network power than any host, dedicated to your jamroom site"
Back to top
Paul
Jamroom Team


Joined: 20 Aug 2003
Posts: 5341
Location: Nottingham, UK

Posted: 06/06/05 15:34 
Hi
Just uploaded a new version of MM_HomeWorld_1.2.zip
In the file info_footer.tpl, the was an absolute link to www.motagator.net on line 19 (Website provided by). I've replaced it with {JAMROOM_URL}.
Don't want all your visitors thinking I'm providing all the sites Wink
Pa


_________________
Paul Asher
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Third Party Products and Support

12Next >
 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.