Forum Activity for @michael

michael
@michael
08/11/16 04:37:37PM
7,832 posts

Users dont get the file they paid for


Using Jamroom

What happens when you test it?
michael
@michael
08/10/16 07:40:44PM
7,832 posts

AdminSkin and browser back button



I built it because I wanted to build a new skin that was based on a template I downloaded from template monster (or somewhere) and didn't want to release the skin, just wanted that skin to work for customer facing stuff.

If the sections were separate:
* front
* profile
* admin

I could just use that template to build a front end skin and keep getting any updates to the other sections as they came out.
michael
@michael
08/10/16 07:27:55PM
7,832 posts

Youtube Channel sync


Suggestions

The youtube users id is used to retrieve the channel id for that user. I guess you could use the Form Designer to add the 'profile_youtube_channel_id' field to the form and update it manually.

You'd need to check it was working properly though.
michael
@michael
08/09/16 07:25:04PM
7,832 posts

Advise on Creating a Custom Page


Using Jamroom

#1 Check out these docs, let us know if there is anything you don't understand after reading it and I'll get it updated for everyone.

Docs: "altering a module's template"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1051/altering-a-modules-template

#2 yes, the meta tag module will allow you to add tags to template you add to your skin.

#3 yes.

#4 yes. As long as you set it up.

Docs: "{jrCore_list} : Pagination"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/89/jrcore-list#pagination
michael
@michael
08/08/16 05:19:47PM
7,832 posts

Youtube Channel sync


Suggestions

maybe make another channel just for the ones you want to sync. What I was thinking was the purpose of the feature was for profiles that have a youtube channel AND a jamroom profile, like this profile and

https://www.youtube.com/user/jamroomdotnet

To save having to add each youtube video to both locations.

OR

If you wanted to create a site with curated content. So the admin user creates a profile for things they like on youtube, example: Cool First Person Shooter channels. The owner of the jamroom site may not be the owner of the youtube channel, just interested in it. They put up a Jamroom site and make a profile for each of the youtube channels about FPS gamers they are interested in, then instead of checking youtube for new stuff, they come check their own site.

Then add a forum and you have a community to talk about FPS stuff. You could do it for any topic you liked.
michael
@michael
08/08/16 05:54:05AM
7,832 posts

List of order _by=


Using Jamroom

This is the doc for order_by for jrCore_list

Docs: "{jrCore_list} : order_by"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/89/jrcore-list#order-by

--edit--
Quote: an order to return the items in. eg for blogs, by the blog date "order_by blog_date asc". Valid values for the order direction are "asc" (ascending), "desc" (descending), "numerical_asc" (numerical ascending), "numerical_desc" (numerical descending) or "random" for random ordering.

updated by @michael: 08/08/16 05:55:22AM
michael
@michael
08/08/16 05:29:38AM
7,832 posts

Radio


Installation and Configuration

eminyard:
RADIO??? I want Radio. Where do I find this thing??

There is also this as an alternative option:

https://www.jamroom.net/the-jamroom-network/forum/new_posts/25233/create-radio-station#p25482

{jrCore_media_player module="jrAudio" field="audio_file" order_by="_created random" limit="50"}
Which will play 50 random songs uploaded to the Audio module on whatever page you put that code.

Its code to retrieve any 50 random songs.

The docs for that function are here:

Docs: "{jrCore_media_player}"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/788/jrcore-media-player
michael
@michael
08/08/16 05:23:48AM
7,832 posts

Promo Code,


Using Jamroom

That functionality does not exist, you'll need to build a custom module to allow for it.
michael
@michael
08/08/16 05:22:42AM
7,832 posts

Apache and Htaccess compatibility


Installation and Configuration

breescorner:...all pages other than the home page came up with a 500 sever error.....
500 errors are "Internal Server Error" s.

They indicate that the server tried to do something, but couldn't.

These errors are logged to the servers error_log and will tell you exactly what the issue is.

My guess would be like @ultrajam suggested and is probably a mod_rewrite issue, but don't take my guess for gospel, check out the server's error logs and paste the end of them here, we might be able to help identify the issue.
michael
@michael
08/08/16 05:14:08AM
7,832 posts

Youtube Channel sync


Suggestions

many channels isn't supported. You can still import videos from your multiple channels, just not automatically.

In order to have sync working, it requires requests to youtube, I can see a site with many many members running into issues if all the member wanted to sync. If the functionality was extended so that many many members could sync many many profiles, it could end up costing the site owner money paid to google.

Not sure multiple sync accounts per profile is a good idea. Is it?
  372