Forum Activity for @michael

michael
@michael
06/26/17 05:06:21PM
7,832 posts

Follow me skin, forum strange text hard to read?


Design and Skin Customization

Your skin needs a CSS adjustment to that template (screenshot).

Its probably the /skins/(your skin)/jrForum_item_detail.tpl file, but not sure.

Use this same technique to locate the template if you cant find it:
Forum Question: How to adjust a template
padding.jpg padding.jpg - 118KB

updated by @michael: 06/26/17 05:06:35PM
michael
@michael
06/26/17 04:58:34PM
7,832 posts

videos not streaming after 6.1.0b


Jamroom Developers

This is a known issue. I can see in your source code that the video options for the player are:
"m4v": "https://www.centricbeats.com/video/stream/video_file/13/key=1/file.m4v",
                                m4v: "https://www.centricbeats.com/video/stream/video_file_mobile/13/key=1/file.m4v",
The first file plays while the second file does not play

PLAYING
https://www.centricbeats.com/video/stream/video_file/13/key=1/file.m4v

NOT PLAYING
https://www.centricbeats.com/video/stream/video_file_mobile/13/key=1/file.m4v

It not working for you makes me think the fix has not yet been released in the beta core you're using.

Check a different skin as the tracker says the issue is in the skin override of the module template, so if you try something like elastic, it wont have an over-ride and you can know the issue is skin related.
michael
@michael
06/26/17 04:50:27PM
7,832 posts

videos not streaming after 6.1.0b


Jamroom Developers

you re-ran:
ACP -> MODULES -> PROFILES -> VIDEO -> TOOLS -> VERIFY VIDEO FILES

??
michael
@michael
06/26/17 04:21:17PM
7,832 posts

Guestbook entries not showing


Using Jamroom

From your screenshot it looks like some of them are in the PENDING system. Waiting for admin to approve them.

Check the QUOTA CONFIG tab for 'item approval'
ACP -> MODULES -> PROFILES -> GUESTBOOK -> QUOTA CONFIG -> ITEM APPROVAL
item_approval.jpg item_approval.jpg - 70KB

updated by @michael: 06/26/17 04:24:27PM
michael
@michael
06/26/17 04:15:12PM
7,832 posts

Recurring events have no image


Suggestions

Sounds like you've enabled 2 things.

* recurring events
and
* multi day events
michael
@michael
06/26/17 04:13:24PM
7,832 posts

FollowMe Sticky Menu on MS Edge


Design and Skin Customization

This is a good video on a technique to locate which template something comes from:
Forum Question: How to adjust a template

Or if you have an IDE ( like phpstorm ) setup you can search on the term
id="profile_menu"
and it will return the location of what you're after.
profile_menu.jpg profile_menu.jpg - 168KB
michael
@michael
06/26/17 04:05:16PM
7,832 posts

How to Make the download button open a new page while file is downloading .


Design and Skin Customization

There is an example of what you're trying to do on the "Download Open Source" button on this page:
https://www.jamroom.net/products
  212