Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Third Party Products and Support:
Custom Color Nova Player
audiocandy
Beta Team


Joined: 23 Nov 2004
Posts: 945

Posted: 05/07/10 17:04 
Well.... that fixed that!

I don't see any other issues. it's just cool now Wink

...Bill


_________________
Boundless insanity at www.audiocandy.com
Back to top
elygen



Joined: 22 Feb 2007
Posts: 637

Posted: 05/07/10 18:19 
Cool. I've uploaded a new zip with this in the instructions.
Thanks,


_________________
~ Todd
=================
Happy Jamrooming
New Jersey
www.bandarray.com
Back to top
denys



Joined: 17 Dec 2007
Posts: 689
Location: south africa

Posted: 06/02/10 01:22 
[quote="elygen"]There is a new module I created in the market place. It allows your users to change the color of the media player from there control panel for the Nova theme/skin. Currently only the 515X250 player is customizable but I will work with the other players as well.

hi .. looks good ... in my quotas i have allowed "customization" ... and disabled "share styles" and "allow use of shared styles"

each member has its own custom style saved under different names .... when i rebuild the players work .... when i rebuild as the ADMIN the players go back to default

seems like nothing is being saved ?


_________________
Guitar Children
Back to top
elygen



Joined: 22 Feb 2007
Posts: 637

Posted: 06/02/10 06:29 
I see this. It happens when fast-rebuild is off. Im looking into it. i'll update a little later.


_________________
~ Todd
=================
Happy Jamrooming
New Jersey
www.bandarray.com
Back to top
denys



Joined: 17 Dec 2007
Posts: 689
Location: south africa

Posted: 06/02/10 14:08 

elygen:
I see this. It happens when fast-rebuild is off. Im looking into it. i'll update a little later.


happens all the time .... i usually build only with fast-rebuild ON

ive just upgraded to nova 4.1.9 changesets and it still happens


_________________
Guitar Children
Back to top
elygen



Joined: 22 Feb 2007
Posts: 637

Posted: 06/02/10 14:34 

denys:


happens all the time .... i usually build only with fast-rebuild ON

ive just upgraded to nova 4.1.9 changesets and it still happens


I have not done any testing with 4.1.9 so be cautious
When you say it happens all the time do you mean rebuilding with fast-rebuild on? when the user rebuilds?


_________________
~ Todd
=================
Happy Jamrooming
New Jersey
www.bandarray.com
Back to top
elygen



Joined: 22 Feb 2007
Posts: 637

Posted: 06/02/10 14:48 
Brian I hope you see this. How does rebuilding with fast-rebuild on differ from having it off?


_________________
~ Todd
=================
Happy Jamrooming
New Jersey
www.bandarray.com
Back to top
elygen



Joined: 22 Feb 2007
Posts: 637

Posted: 06/02/10 15:14 
The temporary fix is if you do a rebuild with fast rebuild off. immediatly after do another with fast rebuild on. I'll post an update when i get this fixed.


_________________
~ Todd
=================
Happy Jamrooming
New Jersey
www.bandarray.com
Back to top
daddysylem
DS Flash Players


Joined: 30 Mar 2005
Posts: 4086
Location: Southern California

Posted: 06/02/10 17:42 

elygen:
Brian I hope you see this. How does rebuilding with fast-rebuild on differ from having it off?


Brian explained this to me once but I forget things...... Sad
Basically if you turn "off" the fast rebuild option, it rebuilds every aspect of the artist theme no matter what was changed.
You can think of it as a throughly complete rebuild.

And if you do a rebuild with the fast rebuild option "off"
You shouldn't need to also do a fast rebuild.


_________________
I have no idea why I do this..................
Email: daddysylem[at]dsplayerskins.com
DSPlayerSkins.com
GCFireSprinkler.com
Back to top
elygen



Joined: 22 Feb 2007
Posts: 637

Posted: 06/02/10 18:00 
I know if you do it with fast rebuild off you shouldn't have to do redo it. but its weird. it removes the flashvars with fast rebuild off but puts them back with fast rebuild on or if you rebuild from the users control panel.

Other than developing a theme is there really a need to rebuild with fast rebuild off?


_________________
~ Todd
=================
Happy Jamrooming
New Jersey
www.bandarray.com
Back to top
daddysylem
DS Flash Players


Joined: 30 Mar 2005
Posts: 4086
Location: Southern California

Posted: 06/03/10 07:55 

elygen:
I know if you do it with fast rebuild off you shouldn't have to do redo it. but its weird. it removes the flashvars with fast rebuild off but puts them back with fast rebuild on or if you rebuild from the users control panel.

Other than developing a theme is there really a need to rebuild with fast rebuild off?


This is what Six told me and I remember now that its also what Brian told me.

When the Fast Rebuild option "On" your only tagging the profiles so that they get rebuilt the first time someone visits their artist page.

When the Fast Rebuild is "Off" the profiles get totally rebuilt instantly.

And if you rebuild just one artist from the users control panel, its the same as rebuilding with the Fast Rebuild option "Off"

But I'm not sure why rebuilding the sites would remove flash variables??
You mean it removes your code??


_________________
I have no idea why I do this..................
Email: daddysylem[at]dsplayerskins.com
DSPlayerSkins.com
GCFireSprinkler.com
Back to top
elygen



Joined: 22 Feb 2007
Posts: 637

Posted: 06/03/10 09:41 
Well i just had a long winded message showing where the flashvars were missing then i added the code below to show you how the flashvars are added. When it hit me. Im checking $_SESSION['user_band_id']. Obviously this will return false because the bands id is not saved in a session during the full rebuild. So as i have stated before if you are using this mod just do a fast rebuild. I will look into correcting this and keep you all posted.

Thanks for all your help Greg. I glad i now know how the fast/rebuild works.


Code
if(isset($params['allowcolor']) && isset($params['css']) && isset($params['selector']) && is_file("{$jamroom['band_dir']}/{$_SESSION['user_band_id']}/{$params['css']}.css")) {
      $search = '/' . $params['selector'] . '\s\{([^\}]*)\}/';
      preg_match( $search, file_get_contents("{$jamroom['band_dir']}/{$_SESSION['user_band_id']}/{$params['css']}.css"), $arr );
      $hex_color = html2rgb(trim(str_replace(array('background-color:#',';'),"",$arr[1])));
      $player_color = "bg_color={$hex_color[0]}:{$hex_color[1]}:{$hex_color[2]}";
    }[\code]



_________________
~ Todd
=================
Happy Jamrooming
New Jersey
www.bandarray.com
Back to top
elygen



Joined: 22 Feb 2007
Posts: 637

Posted: 06/03/10 10:38 
I fixed this issue added it to the marketplace.
http://www.jamroom.net/phpBB2/viewtopic.php?t=35019


_________________
~ Todd
=================
Happy Jamrooming
New Jersey
www.bandarray.com
Back to top
denys



Joined: 17 Dec 2007
Posts: 689
Location: south africa

Posted: 06/03/10 13:59 

elygen:
The temporary fix is if you do a rebuild with fast rebuild off. immediatly after do another with fast rebuild on. I'll post an update when i get this fixed.


this defaulted everything to black players for all profiles

within each artist the rebuild works .... but as soon as admin rebuilds ... on OR off it reverts the profiles to the default color


_________________
Guitar Children
Back to top
elygen



Joined: 22 Feb 2007
Posts: 637

Posted: 06/03/10 14:21 
This is fixed with the update. Did you download and install it?
Once you install it you can rebuild with fast rebuild on or off and it will work.


_________________
~ Todd
=================
Happy Jamrooming
New Jersey
www.bandarray.com
Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Third Party Products and Support

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