Forum Activity for @developer-networks

Developer Networks
@developer-networks
01/19/24 05:42:48AM
566 posts

No Drop Down Box to show Genre


Installation and Configuration

Just installed the audio pro 2 and installed songs and filled in the genre to each and it works like you see on soundblitzrecords by default. Can you update your skin on Songblitz to the latest version of the AudioPro2 skin?
Screen Shot 2024-01-19 at 5.33.01 AM.png Screen Shot 2024-01-19 at 5.33.01 AM.png - 1.1MB

updated by @developer-networks: 01/19/24 05:43:25AM
Developer Networks
@developer-networks
01/18/24 06:45:34PM
566 posts

Profile Image Id for logged in user


Design and Skin Customization

item_id=$_user._user_id
was exactly what i needed! thank you. I used to have all this figured out but having to re learn some things... thank you kindly! your awsome!
Developer Networks
@developer-networks
01/18/24 02:24:12PM
566 posts

No Drop Down Box to show Genre


Installation and Configuration

Any skin your working in you can override the module templates in Jamroom.
So if you want to put a dropdown menu in the jrAudio module.
Name a file in your AudioPro2 skin jrAudio_index.tpl for example or in your case I think your trying to add the menu to the jrAudio_index_albums.tpl


so you want to copy the code from the JrAudio module templates to that tpl in your skin.

You can add your custom dropdown menu code there and edit it so it functions like you desire.
Screen Shot 2024-01-18 at 2.17.41 PM.png Screen Shot 2024-01-18 at 2.17.41 PM.png - 45KB
Developer Networks
@developer-networks
01/17/24 11:41:58PM
566 posts

Profile Image Id for logged in user


Design and Skin Customization

So this is right, however still need to figure out how to make the item id the profile owner.
{jrImage_display module="jrProfile" type="profile_image" item_id=1 size="small" crop="auto"  alt=$profile_name width=false height=false} 
Developer Networks
@developer-networks
01/17/24 08:10:37PM
566 posts

Profile Image Id for logged in user


Design and Skin Customization

I got the jrCore_list to display the image as well but it comes with its own set of problems and it returns with the profile name below the image.

It wraps it in a
 <a heref tag with the profile name showing with the image
How do call the profile image by itself?
updated by @developer-networks: 01/17/24 08:54:45PM
Developer Networks
@developer-networks
01/17/24 04:39:12PM
566 posts

Graphs in Jamroom


Design and Skin Customization

We have a beautiful new skin and want to learn to use graphs in jamroom for it. Could you provide an example on how to use them. There just isn't much documentation on them available and it would be cool to add them to our panels. Thanks
updated by @developer-networks: 04/22/24 02:40:37PM
Developer Networks
@developer-networks
01/17/24 12:36:02PM
566 posts

Profile Image Id for logged in user


Design and Skin Customization

I am trying to add the user image to the menu tabs.

This works but it obviously isn't right because not every profile logged is id 1
 
{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=1  size="small" class="iloutline img_scale" alt=$profile_name width=false height=false}

So I tried this...
{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$_profile_id  size="small" class="iloutline img_scale" alt=$profile_name width=false height=false}

but it throws error. "Invalid Id"

so I tried this..

{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._item_id  size="small" class="iloutline img_scale" alt=$profile_name width=false height=false}
But its still not working properly...


How do I set it to use the profile Id of the user logged in user in jamroom?

Im starting to think possibly a jrCore List might work better here?
updated by @developer-networks: 04/18/24 01:23:37AM
Developer Networks
@developer-networks
01/14/24 03:14:28AM
566 posts

500 the files Internal Server Error


Using Jamroom

Like Michael pointed out its probably your server not configured properly. most likely your PHP.

Ive never used the plesk admin panel but traditionally when you install any panel the PHP is not configured by default so to run Jamroom you need to have the PHP modules enabled.

* By disabling them your actually enabling them.

Hope that helps
Screen Shot 2024-01-14 at 3.12.36 AM.png Screen Shot 2024-01-14 at 3.12.36 AM.png - 416KB

updated by @developer-networks: 01/14/24 03:18:31AM
Developer Networks
@developer-networks
01/13/24 12:59:55AM
566 posts

MAMP Setup


Jamroom Developers

Also, Here is the php info MAMP provided me to work with.
PHPinfo.pdf - 919KB
Developer Networks
@developer-networks
01/13/24 12:48:12AM
566 posts

MAMP Setup


Jamroom Developers

Ive been working on a remote server and im trying to set up a localhost environment in jamroom.

Im working on my second API bridge here for Jamroom. I tried setting up a new local host environment on my mac using MAMP for the first time.

It was super easy to install and set up was fast... however after installing Jamroom to my localhost in MAMP It says this error.

"you have entered an invalid or reserved User Name" and jamroom goes nowhere....

I was thinking about dragging in sql from a live dev site to this localhost with the admin account already created as a work around, however I wanted to see if other developers had this problem with installing Jamroom to your localhost?

What APP are you using to develop on a Mac?

I could try XAMPP or AMPPS next I guess to see if this installation problem is consistent on other platforms. I figured id ask here to see if this bug was happening with others using a mac during a localhost install and if others were using MAMPS to develop with on mac?


updated by @developer-networks: 01/13/24 10:43:12AM
  2