Forum Activity for @developer-networks

Developer Networks
@developer-networks
02/13/14 08:48:32AM
566 posts

looking for a recommendation on how to implement this


Design and Skin Customization

I wrote that documentation awhile back. Glad to see it helped. :)
Developer Networks
@developer-networks
02/13/14 07:30:12AM
566 posts

looking for a recommendation on how to implement this


Design and Skin Customization

Just create soulful.tpl in your skin directory. This will create www.yoursite.com/soulful

Now create a chart list like this on soulful.tpl when you design the page:

{jrCore_list module="jrAudio" chart_field="audio_file_stream_count" chart_days="7" tpl_dir="jrElastic" template="music_chart_row.tpl" require_image="audio_image"  search1="audio_genre = soulful" pagebreak="12" page=$_post.p}

Thats how you do what your asking. Hope that helps.


updated by @developer-networks: 02/13/14 07:33:18AM
Developer Networks
@developer-networks
02/13/14 07:12:12AM
566 posts

Music Charts not showing properly and counter not counting accordinaly


Design and Skin Customization

It takes the total songs chart position and breaks down the list based on 7, 30, or 365 days. Not plays in those days like your thinking. So you wont get different play counts on seperate returns (7,30, or 365) only a different position return on the list based on the days included in the search parameter.

The chart system based on plays yes. But your generating a return here on a list that is based on days not on plays with in those parameters.


updated by @developer-networks: 02/13/14 07:21:21AM
Developer Networks
@developer-networks
02/12/14 08:08:41PM
566 posts

Marketplace No Update Feature


Suggestions

Thank you everyone. This was a big help.
Developer Networks
@developer-networks
02/11/14 07:10:43PM
566 posts

Marketplace No Update Feature


Suggestions

There are many reasons why I can see this useful. If you've had to modify your Jamroom and don't want it to update those files but continue to keep relevant with all others.

For example on my system I had to modify the jrAudio module and re wrote it to work with my website. Others have asked for my mod on their website. The latest update is irrelevant and not needed in this case.

But If it was I can not update my module mod with out going in and having to change over every line of code Ive added to the update so I avoid this and check the log to see if the update is relevant and worth my time.

I can see others modifying Jamroom modules to work for their website and also running in to this situation not wanting to update specific modules unless chosen.

I think that it would be an excellent idea to have an option to check a box on any module you don't want to update and its safe from getting overwritten. Then it would be safe for me to just to "update all" modules on my system.

I can also see this feature coming in handy for folks who have modified their skins and are wanting to update all the other modules but do not want to update their skin unless that is chosen.


I can see how this could benefit a lot of people.


Also this brought me to thinking about mods. Could in the future developers submit mods with functionality to a "Jamroom mod files location". where we can offer people the option to install our mod if they own a copy of the original?

And if the mod is installed it wont update with the original but looks for the latest mod update? Im not sure if that is something you want to entertain but I can see developers being able to spin creative ideas, functionality and modifications to a lot of pre existing modules so that an end user with less experience in coding can install a mod built to function as their website needs... Thanks.

updated by @developer-networks: 02/11/14 10:52:46PM
Developer Networks
@developer-networks
02/11/14 05:14:07AM
566 posts

Marketplace No Update Feature


Suggestions

I was updating tonight and had to carefully make sure one of my modules wasnt updated.

I think it would be a cool and handy feature to add a check box and disable updates for a specific module in the marketplace so i can update all and have no worries about that one getting updated.


updated by @developer-networks: 04/26/14 06:59:55PM
Developer Networks
@developer-networks
02/07/14 05:51:15PM
566 posts

Existing Accounts


myPhpbb - Bridge Jamroom

just change your config.php file in your /forum/ directory

add this line
ini_set('session.gc_maxlifetime',172800); 
to the botom of it. This will keep your jamroom log ins active on the phpbb forum in for 2 days for the maxlifetime.

If you wanted phpbb to remember the logins for 2 weeks it would be 1209600


To change the redirect its done in the ucp.php file

hope this helps.


updated by @developer-networks: 02/07/14 05:55:17PM
Developer Networks
@developer-networks
02/04/14 11:20:41AM
566 posts

FB Share Wrong meta


Using Jamroom

Ok thank you.


*** And you did well on the full size preview the 1st time I think my cache was slow to respond.


Thanks again
updated by @developer-networks: 02/04/14 11:23:30AM
Developer Networks
@developer-networks
02/04/14 11:07:51AM
566 posts

FB Share Wrong meta


Using Jamroom

You got the video to show the youtubes in full size preview well.

Only thing i notice is the description is not related to the video.
updated by @developer-networks: 02/04/14 11:15:58AM
Developer Networks
@developer-networks
02/04/14 10:56:25AM
566 posts

FB Share Wrong meta


Using Jamroom

Didnt quite work im going to look at your code and see if i can get it working.
  36