Forum Activity for @michael

michael
@michael
03/21/15 12:29:22AM
7,832 posts

Question Regarding Seamless Module Function


Using Jamroom

This issue should be fixed in the marketplace now:
jrCombinedAudio ver 1.0.1
jrCombinedVideo ver 1.0.1
michael
@michael
03/21/15 12:05:34AM
7,832 posts

Question Regarding Seamless Module Function


Using Jamroom

Strumelia:
I'm excited, but confused about something-

I have everything updated, loaded, and active (including seamless). I checked/allowed the modules for all quotas.
When I am logged in as myself/admin, I see the combined audio and video tabs on all member pages, including my own. They function as expected.

But when I log in as a regular member, I can only see the tabs on my own profile, not on anyone else's. I get no video or audio tabs at all, despite seeing the member's status boxes indicating they have bunches of items. Members need to be able to look at other members' videos and hear their songs.
Do I have a setting not right maybe?

Yeah, your right. We'll get that fixed up.

It looks like the menu items are wrong. If you go to:
yoursite.com/strumelia/video/

both logged out and in you should see the combined videos. Just that when your logged out, you dont see the single menu item.
michael
@michael
03/20/15 11:40:31PM
7,832 posts

wonder search anomaly


Using Jamroom

Can you let me know the url of "Rod Westerfield" 's profile and I'll see if I can figure out why.
michael
@michael
03/20/15 11:32:49PM
7,832 posts

Date drop down showing date when not entered


Design and Skin Customization

Loved that explanation. Real clean clear and easy to understand.

I would have suggested adding a default value of '' to the form field, but check out brians latest core update first.

If that fails, try adding:
'default' => ''
michael
@michael
03/20/15 11:29:23PM
7,832 posts

Is it possible to automatically display all profiles in a gallery?


Using Jamroom

Yes, sent me up a bag. ;) Not much space to garden up here.

1.) you can add any additional search fields you would also like covered in the search by adding them to:
ACP -> LISTING -> SEARCH -> GLOBAL CONFIG -> additional Search Fields
Quote: If you would like to have additional DataStore fields available for search, enter the DataStore field name, one per line.

Example:
If you have created a custom User Profiles field via the Form Designer called "profile_location" you would enter profile_location on a line by itself to enable that field to be searched.

2.) sounds like a job for the Quota system, but the use case description makes it hard to give exact instruction. The steps to take to setup a new quota are to first decide which modules will be active on profiles in each quota. Feels like what your after is a bunch of profiles that the admin has created in one quota, then user signups to a second quota. The admin then assigns users to be able to access the first quotas profiles on an individual case. Might need a custom module if you want them to grant themselves access.

3.) You can specify the quota ID as one of the search fields when using the {jrSearch_module_form} function. eg:
{jrSearch_module_form fields="audio_title,audio_album,audio_genre" search1="profile_quota_id = 1"}

That would only search the audio_title,audio_album,audio_genre fields created by users in the quota id '1'

You could put that in any template where you wanted to see the search form.

The thing with Jamroom is that one of the premises its built on is: Keep the core features to a minimum and let the user expand it because its easier to add features than it is to take un-wanted features away.

So unless its going to be wanted in every case, its probably not going to become a core feature.

But thats ok because skin designers are not limited by that premise and they can build custom skins that override/extend core functionality. So while it may not become a core feature, there might be a skin designed containing that feature.
michael
@michael
03/20/15 04:40:51PM
7,832 posts

Question Regarding Seamless Module Function


Using Jamroom

only need to change it if you dont like how it is now. Its your site, you can have it how you like it. :)
michael
@michael
03/20/15 03:47:44PM
7,832 posts

Question Regarding Seamless Module Function


Using Jamroom

soaringeagle:
on the new audio page i see this
{jrSeamless_list} required parameter "modules" is missing
If you see that on the AUDIO page it means that means you need to update and activate jrAudio, jrSoundCloud.


If you see that on the VIDEO page it means that means you need to update and activate jrVideo, jrYouTube, and jrVimeo.
michael
@michael
03/20/15 12:30:50AM
7,832 posts

Jamroom + FaceBook/Share This!


Installation and Configuration

The main one would be facebook requirement.

Other reasons could be if you wanted to communicate securely with other websites. If i recall rightly, jamroom.net hosting the marketplace and having other sites contact it to download the updates is the main reason jamroom.net runs on SSL.

With the new upcoming HTTP protocols everything is going to be encrypted by default if I understand rightly.
https://www.jamroom.net/the-jamroom-network/forum/off-topic/25322/html-2
michael
@michael
03/19/15 11:28:13PM
7,832 posts

Batch Edit Not Working


Using Jamroom

check all checkbox has been added to the Batch Editor.

--edit--
can't reproduce the "not able to delete" issue, deletion is working for me here.
updated by @michael: 03/19/15 11:29:50PM
michael
@michael
03/19/15 11:02:15PM
7,832 posts

Is it possible to automatically display all profiles in a gallery?


Using Jamroom

Profiles have their own showcase page all by itself found at:
YOUR-SITE.com/profile

This is provided by the module itself in the file:
/modules/jrProfile/templates/index.tpl

To over-ride that and have a custom version of it you could copy that to:
/skins/YOUR-SKIN/jrProfile_index.tpl

and start to make customizations to it.

If you wanted to put that in a section of your site, you would first choose the page, then add that code to the page.

To take control of a URL you put a new template in your skin:
/skins/(YOUR SKIN)/helios.tpl

The contents of that page will show when the URL:
YOUR-SITE.com/helios

is visited.

You can get the list of profiles by using the {jrCore_list .....} function with the jrProfile module as its target:
{jrCore_list module="jrProfile"}

"{jrCore_list}"
https://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list

The above code will get a list of profiles using the default number of profiles and use the default layout.

See the link to the documentation for how to customize that layout.

--edit--
If your trying to do it with Site Builder, then make sure the Construction Kit is turned on and the embed module is enabled. Site Builder will allow you to do it without looking at code.
updated by @michael: 03/19/15 11:03:22PM
  565