Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Third Party Products and Support:
New JRV3 Motagator Theme
perfectgamestudios



Joined: 27 Apr 2005
Posts: 698

Posted: 10/06/06 14:59 
i post up some changes later tonight busy atm just checkin

Steve Wink

Back to top
Dazed



Joined: 22 Mar 2006
Posts: 4147

Posted: 10/06/06 17:53 
Pasher:

Thanks for the new theme. I installed it and have a few questions before I use it on my site. There are some things I would like to change on it and wanted your permission before doing so. If this is an issue, I will respect your decision and not use it.

Thanks!
Dazed

Back to top
Dazed



Joined: 22 Mar 2006
Posts: 4147

Posted: 10/06/06 20:24 
additional....anyone else seeing the below...everyone appears as admin?

Reviews (0)
Guestbook
Admin 'Test77' is online

Back to top
Paul
Jamroom Team


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

Posted: 10/07/06 00:54 
Hi Dazed


Quote:
Thanks for the new theme. I installed it and have a few questions before I use it on my site. There are some things I would like to change on it and wanted your permission before doing so. If this is an issue, I will respect your decision and not use it.


Yeah - change anything you want - no probs Very Happy
Maybe let us see what you've done? - I might want to use your ideas in the future Wink


Quote:
additional....anyone else seeing the below...everyone appears as admin?

Reviews (0)
Guestbook
Admin 'Test77' is online


The 'Admin' is hard coded and just indicates that 'test77' is the admin (user) of that artist site. Again, change it if you can think of a better descriptor.

hth
Pa


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


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

Posted: 10/07/06 01:22 
UPDATE

I've took the 'smarty counters' out of the menu generator templates. They didn't seem to be working reliably, and it makes the drop downs tidier anyway. There's also a typo fixed in config.cfg.php!!!

Updated the .zip - Files changed are -

config.cfg.php
menu_items_js_songs_list.tpl
menu_items_js_video_list.tpl
menu_items_js_radio_list.tpl
menu_items_js_photos_list.tpl
menu_items_js_store_list.tpl

Cheers Pa


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


Joined: 27 Apr 2006
Posts: 22009
Location: Southern California

Posted: 10/07/06 01:30 
pa--

i know this isnt the place to say it, but you have the best signature ever. everytime i see a post by you and see it, i laugh, especially because i don't know binary, but i still get it and its clever as hell.

Kyle

Back to top
Dazed



Joined: 22 Mar 2006
Posts: 4147

Posted: 10/07/06 15:18 

pasher:
Hi Dazed


Quote:
Thanks for the new theme. I installed it and have a few questions before I use it on my site. There are some things I would like to change on it and wanted your permission before doing so. If this is an issue, I will respect your decision and not use it.


Yeah - change anything you want - no probs Very Happy
Maybe let us see what you've done? - I might want to use your ideas in the future Wink


Quote:
additional....anyone else seeing the below...everyone appears as admin?

Reviews (0)
Guestbook
Admin 'Test77' is online


The 'Admin' is hard coded and just indicates that 'test77' is the admin (user) of that artist site. Again, change it if you can think of a better descriptor.

hth
Pa


Thanks Pasher! I just did not want to step on anyones toes Smile

Back to top
Dazed



Joined: 22 Mar 2006
Posts: 4147

Posted: 10/07/06 16:05 
How do I change the left, center and right columns? I am looking in the css files and am not real sure what I need to change. I would like to center the main artist area.

Also I notice you have a sections for ad content on the right. What file do I need to make changes to?

Thanks!

Back to top
Paul
Jamroom Team


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

Posted: 10/08/06 02:57 

Dazed:
How do I change the left, center and right columns? I am looking in the css files and am not real sure what I need to change. I would like to center the main artist area.

Also I notice you have a sections for ad content on the right. What file do I need to make changes to?

Thanks!


Hi Dazed
Near the top of the CSS file(s) there's a section called -
/* DIV TAG Positions */
I've mostly used 'absolute divs' to fix their positions and the screen coordinates are contained in these definitions -

Code
/* DIV TAG Positions */

#VeryTop {
position: absolute; left: 16px; top: 00px; width:964px; height: 20px;
}
#VeryTop a:link {text-decoration: none; color: #911;}
#VeryTop a:visited {text-decoration: none; color: #911;}
#VeryTop a:active {text-decoration: none; color: #911;}
#VeryTop a:hover {text-decoration: underline; color: #911;}

#SideGraphic {
position: absolute; left: 16px; top: 20px; width:100px; height: 430px;
}

#TopGraphic {
position: absolute; left: 116px; top: 20px; width:340px; height: 80px;
}

#Content {
position: absolute; left: 116px; top: 100px; width:624px;
background-color: #330000;
}

#TopRight {
position: absolute; left: 456px; top: 20px; width:284px; height: 80px;
background-color: #330000;
}

#BottomInfo {
position: static; width:624px;
background-color: #330000;
}

#BottomGraphic {
position: static; width:624px; height: 16px;
}

#Ads {
position: absolute; left: 760px; top: 20px; width:220px;
background-color: #f0f0d0;
}

So, to change the width of the lhs graphic column, you'd need to fiddle with all the coordinates of all the div statements accordingly. The centre and right columns are in the 'Content' div and their widths are defined in each page xxxx_header.tpl and xxxx_footer.tpl files -

Code
<TABLE CELLSPACING=0 BORDER=0 CELLPADDING=7 WIDTH=624>
  <TR>
    <TD COLSPAN="2" WIDTH="100%" HEIGHT="24">
      <center>
        {assign var="selected" value="your_site"}
        {include file="$THEME_DIR/menu.tpl"}
      </center>
    </TD>
  </TR>
  <TR>
    <TD WIDTH="75%" VALIGN=TOP>

<table class="Table1">
<tr>
  <td class="LHead">
    <b>&nbsp;Gig Calendar</b>
  </td>
</tr>

and

Code
</table>
<br>
</center>

    </TD>

    <TD WIDTH="25%" VALIGN=TOP>

      {jr_theme_php_include file="side.php"}

    </TD>
  </TR>
</TABLE>

so at the moment, the columns are set to 75% and 25% of the overall 'content' table.

And yes, there is an 'Ads' div in the CSS, but its not used at the moment. It defines all the 'white space' on the right.
to use it, I'd modify the overall_footer.tpl as follows -

Code
{* make sure we only ever include our footer 1 time *}
{jr_unique_block name="footer"}

      <div id="BottomInfo">
        <center>
        <table class="SmallPrintTable">
          <tr>
            <td class="SmallPrintText">
              &copy;2004 - {$smarty.now|jr_date_format:"%Y"} Motagator Music. All rights reserved. All material on this site is protected by international copyright laws. Users may download material and reproduce it for private purposes only. Public performance, broadcasting, copying, hiring, lending or creation of derivative works of this material is prohibited, unless authorized by the appropriate copyright owner(s).
            </td>
          </tr>
          <tr>
            <td class="CreditsText">             
              Website Provided by <a href="{$JAMROOM_URL}">{$system_name}</a>&nbsp;&nbsp;&nbsp;&nbsp;Theme Name - {$THEME_NAME}&nbsp;&nbsp;&nbsp;&nbsp;Theme Design - {$THEME_AUTHOR}&nbsp;<br>
            </td>
          </tr>
        </table>
        </center>
      </div>

    {if $SITE_STYLE == 'Style_Mauve'}
      <div id="BottomGraphic" style="background-image: url({$THEME_URL}/images/bottomgraphic_mauve.jpg);"></div>
    {elseif $SITE_STYLE == 'Style_Green'}
      <div id="BottomGraphic" style="background-image: url({$THEME_URL}/images/bottomgraphic_green.jpg);"></div>
    {else}
      <div id="BottomGraphic" style="background-image: url({$THEME_URL}/images/bottomgraphic_brown.jpg);"></div>
    {/if}

    </div>

***********************************************************
    <div id="Ads">
      YOUR AD CODE HERE
    </div>
***********************************************************


  {$HIDDEN_COUNTER}
  </body>
</html>
 
{/jr_unique_block}


hth
Pa


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



Joined: 22 Mar 2006
Posts: 4147

Posted: 10/08/06 08:37 
Thanks Pasher!

There are two issues I need to resolve. I have been unable to extend the sidegraphic to extend a little lower. I have changed it in the css but I still get the small 100x430 box. The other is on one of the uploaded songs and uploaded photos. I have played with the song/photo footer to add the right side ads but it keeps appearing twice lol. Any idea what I need to change?

#SideGraphic {
position: absolute; left: 16px; top: 20px; width:100px; height: 800px;
}

Here is what it looks like so far:

http://www.guitaristworks.com/bands/314/

Pasher thanks so much for sharing your theme with us!

Dazed

Back to top
Paul
Jamroom Team


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

Posted: 10/08/06 08:52 
Hi Dazed
Yes - I see what you mean Very Happy
I'm no html expert and program by trial and error mostly - if something works, I keep it, not necessarily understanding why Very Happy
So what I'd try is to take out the height parameter -

#SideGraphic {
position: absolute; left: 16px; top: 20px; width:100px;
}

My logic is that if there is no absolute height defined. it might be happy to find its own.
This is just a guess, of course Very Happy

Cheers
Pa


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



Joined: 22 Mar 2006
Posts: 4147

Posted: 10/08/06 10:21 
Yeah that was a good thought but still no go hehe.

Back to trial and error!

Thanks again Smile

Back to top
Paul
Jamroom Team


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

Posted: 10/08/06 10:26 

Dazed:
Yeah that was a good thought but still no go hehe.

Back to trial and error!

Thanks again Smile


I'm guessing that somewhere in the code that is inside the 'SideGraphic Div', the height is defined. Have you looked closely there?


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



Joined: 22 Mar 2006
Posts: 4147

Posted: 10/08/06 11:20 
I have been all over that css file and I am yet to find out how to change it lol. It will come to me eventually or someone else will figure it out. (which is more than likely the solution lol)

Back to top
Paul
Jamroom Team


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

Posted: 10/08/06 11:40 

Dazed:
I have been all over that css file and I am yet to find out how to change it lol. It will come to me eventually or someone else will figure it out. (which is more than likely the solution lol)

Sorry - didn't make it clear. Check your code for the 'scrolling spotlights'. See if there's anything in that defining the height.


_________________
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

< Previous1234Next >
 
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.