Forum Activity for @michael

michael
@michael
10/09/17 12:20:18AM
7,823 posts

User List with Random Audio


Jamroom Developers

you're going to need another jrCore_list there to search audio from that user's profile. coming back will probably be a $item._profile_id you can use that something like this:
{jrCore_list module="jrAudio" profile_id=$item._profile_id order_by="_item_id random"}
michael
@michael
10/08/17 08:41:56AM
7,823 posts

Timeline entry pruning... ?


Using Jamroom

If you were using the editor in the timeline then the user would have access to the Embed Media button and could use the Image Upload button to upload images to their timeline which would be as heavy as an image is, so could take up some space. But you've turned off the editor and the textarea too from the timeline, so no editor, no images.
michael
@michael
10/08/17 07:25:44AM
7,823 posts

Can i delete all image gallery's at once?


Using Jamroom

if you removed the gallery module then all images should stop showing and there would be no way to delete them.

If the module is enabled you could use the Batch Item Editor module. Then use the tool under TOOLS to delete all the images.
michael
@michael
10/08/17 07:17:35AM
7,823 posts

How to limit size/number of profile timeline images?


Using Jamroom

Note to self: read the last line of the thread before checking the middle. :)

Great that you sorted it out. Well done! :)
michael
@michael
10/08/17 06:55:01AM
7,823 posts

Meta Tag Manager - property attribute and links


Suggestions

you can add those tags in the modules item_detail_meta.tpl file
michael
@michael
10/08/17 06:18:47AM
7,823 posts

Power user $_SESSION not updated when they create a new profile


Using Jamroom

Brian's got this sorted in an upcoming release.

Thanks for finding it.
michael
@michael
10/04/17 11:37:48PM
7,823 posts

sb pages bigger gaps between rows when logged out


Design and Skin Customization

Looks like there is some CSS , probably this:
.sb-widget-col .connectedSortable {
    margin: 0;
}
That is in an admin only section of your templates somewhere. If you make that available to the logged out users, then the extra padding should go away.

--edit--
best guess is its related to the /jrSiteBuilder/templates/page_container.tpl file which has some admin only CSS in there.
updated by @michael: 10/04/17 11:41:13PM
michael
@michael
10/04/17 11:18:45PM
7,823 posts

Site Builder Problem


Design and Skin Customization

Nice one. the video item_embed.tpl template might need some adjustment to match with your rss_featured_oilfield_news.tpl template if the video is required.

good find.
michael
@michael
10/04/17 12:18:47AM
7,823 posts

How to limit size/number of profile timeline images?


Using Jamroom

Problem #2
See if that alteration in problem #1 fixes the being able to comment issue, if there are still locations that have input text areas, we need to figure out which templates they are in and remove them too.

Can help with that, but lets see if they still exist after #1 is fixed.

The share and the link buttons are probably in the jrAction modules item_list.tpl file but could have an override at skin level.
  179