Forum Activity for @michael

michael
@michael
02/14/21 07:38:31PM
7,816 posts

CSS Style


Ning To Jamroom

Just add it in:
.item{
  border: none !important;
}

add.jpg add.jpg - 308KB
michael
@michael
02/14/21 07:32:35PM
7,816 posts

Jamroom Native iOS/Android Apps


Jamroom Developers

Anyone offering value to the community is welcome to post stuff like this. Its the guys who create an account then slap a link down to some development agency that's never built anything with Jamroom, they get deleted pretty quick.

We do have facilities to build a mobile app here, but its not cheap, probably looking at 10k+ to get something basic created by our team.

As I understand it an app that will be accepted into the app stores needs to be more than just a web site wrapper, there needs to be some extra functionality that the app brings that would not be available in just the web view.

Jamroom has detection functions built in to help with that jrCore_is_mobile() and jrCore_is_tablet() allow you to define extra app only sections.

We used to(I thought we took that down....) offer an app interface jrProxima that was a back-end API to use jamroom as a SaaS server. That would be another way to do it. With that you'd create the app then use Jamroom as the tool-kit for storing data and manipulating data/images etc.

Proxima
https://www.jamroom.net/proxima

Probably since everyone who runs a jamroom site would need features unique to their site, my guess is it would be hard to build a product that fit everyone.
updated by @michael: 02/14/21 07:33:48PM
michael
@michael
02/12/21 11:37:54PM
7,816 posts

Sound Cloud?


Ning To Jamroom

The problem as I understand it with SoundCloud is their concept, it was something like: We'll get a bunch of investors to put in some money so we can pay developers to build the platform, then we will get musicians to upload their music and the people who listen to the music will pay and we'll share that with the artists.

The issue: The amount of money coming in is not enough to keep the artists happy let alone enough to make the share holders happy so they've given up trying now that they've realized the balance is not there.

Maybe in future someone will try the same thing again but the precedent is pretty much established for the sale of music, its hard to convince people they should be paying more.

We all understand that one artist uploads one song to one of our servers and we have to pay every month just to keep it there but to the internet surfer "It should be free".

Maybe Spotify possibly? It seems to have a following, not sure if it also has a sustainable business model.
michael
@michael
02/12/21 11:31:19PM
7,816 posts

CSS Style


Ning To Jamroom

There are a few ways depending on what you're comfortable with

#1 using the STYLE tab at
ACP -> SKINS -> (your skin) -> STYLE -> BASIC RULE EDITOR

#2 using the STYLE tab at
ACP -> SKINS -> (your skin) -> STYLE -> CUSTOM EDITOR -> add some custom css in here

#3 changing the CSS file via SFTP at
/public_html/skins/(your skin)/css/ ( pick any file you like .css ) -> Add the rule in there.

My preference is almost always #3, because it fits with how I like to work.
michael
@michael
02/10/21 06:01:18AM
7,816 posts

CSS Style


Ning To Jamroom

its a boarder on the .item class
bottom.jpg bottom.jpg - 1.7MB
michael
@michael
02/08/21 08:41:59PM
7,816 posts

CSS Style


Ning To Jamroom

Guessing you found what you were after, this is what I see.
what_i_see.jpg what_i_see.jpg - 1.1MB
michael
@michael
02/08/21 12:11:38AM
7,816 posts

What's The Function? How to check if page is index


Design and Skin Customization

There isn't.

add {debug} into the template you're wanting to use it in and see what variables you have available. MAYBE there is something like template name 'index' or something like that that only shows up on the index page.

There could be something useful in the $_post array because that contains all the info coming from the address bar, so maybe something from there. I think it usually has a $_post['url'] or $_post['uri'] variable in it which could work.

Last idea is to define a variable on the index page:
{$my_variable = 'index'}
then check against that variable lower down in the more internal pages.
michael
@michael
02/01/21 09:21:14PM
7,816 posts

Admin account disappeared - Need help


Ning To Jamroom

If you've managed to get into the database then its pretty easy, heres a video.
changing to master
in_use.jpg in_use.jpg - 1.2MB

updated by @michael: 02/01/21 09:32:50PM
michael
@michael
02/01/21 07:30:07PM
7,816 posts

Admin account disappeared - Need help


Ning To Jamroom

If that still does not work, create another user account, then send those details to support at jamroom dot net along with a link to this thread and the login information to get into your serves Control Panel (this is not jamroom, its the server control panel, possibly CPanel maybe)

* Cpanel login
* Cpanel login URL
* new user name that you created.
* link to this thread.
  52