Forum Activity for @douglas

douglas
@douglas
09/11/17 09:51:22AM
2,797 posts

Audio menu tab not showing


Using Jamroom

Which site is this for?

We may need the admin login to check this out.
douglas
@douglas
09/11/17 08:25:06AM
2,797 posts

Hide menu item on artists profiles


Installation and Configuration

Sorry about that, glad you figured it out though. ;)
douglas
@douglas
09/11/17 07:28:56AM
2,797 posts

Hide menu item on artists profiles


Installation and Configuration

jrEmbedMedia is not a profile menu item.

If you want to hide the Video link on the profile page, change jrEmbedMedia to jrVideo.

Hope this helps!
douglas
@douglas
09/11/17 06:51:01AM
2,797 posts

Skin design


Installation and Configuration

This CSS is why the tabs are behind the title section here:
http://s.sogln.de/news

.sb-container-tabs {
    padding: 32px 12px 0 12px;
    margin-bottom: -12px
}

This is found in the SiteBuilder modules CSS file, but can be added to any one of your skins CSS files to override it. So add this to any one of your skins CSS files and it should fix that:

.sb-container-tabs {
    padding: 32px 12px 0 12px;
    margin-bottom: 10px
}

As for the width, change the #content width from
max-width:100%;
to
 width:100%;

Be sure to reset your cache after making the changes.

ACP > Core > System Core > Tools > Reset Cache
http://s.sogln.de/core/cache_reset

Hope this helps!
updated by @douglas: 09/11/17 06:51:55AM
douglas
@douglas
09/11/17 06:36:55AM
2,797 posts

Hide menu item on artists profiles


Installation and Configuration

You would want to modify the profile template that has the jrProfile_menu function and add an exclude_module parameter to it. It most likely is in the profile_header.tpl for your skin.

jrProfile_menu function docs.
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1997/jrprofile-menu

ie. from the jrVideoPro skins profile_header.tpl

Change this:

{jrProfile_menu template=$menu_template profile_quota_id=$profile_quota_id profile_url=$profile_url order="jrAction,jrBlog,jrCombinedAudio,jrAudio,jrCombinedVideo,jrVideo,jrGallery,jrGroup,jrEvent,jrYouTube,jrVimeo,jrFlickr"}

To this:
{jrProfile_menu template=$menu_template profile_quota_id=$profile_quota_id profile_url=$profile_url exclude_module="jrVideo" order="jrAction,jrBlog,jrCombinedAudio,jrAudio,jrGallery,jrGroup,jrEvent,jrYouTube,jrVimeo,jrFlickr"}

Hope this helps!
douglas
@douglas
09/11/17 06:27:57AM
2,797 posts

Audio menu tab not showing


Using Jamroom

Have you installed the new System Tools module?

Did you run the Integrity Check tool with the "Repair Modules" checkbox checked?

Hope this helps!
douglas
@douglas
09/07/17 10:57:35AM
2,797 posts

Skin design


Installation and Configuration

You'll want to change the top padding height for the wrapper id:

skins/YOURSKIN/css/site.css file:
#wrapper {
    background-color: #5C6470;
    margin: 0 auto;
    min-height: calc(100vh - 170px);
    padding: 70px 0 100px;
    position: relative;
}

Hope this helps!
douglas
@douglas
08/31/17 08:57:16AM
2,797 posts

emergency after core update mysql uses 100% cpu


Installation and Configuration

I don't think this:

https://www.dreadlockssite.com/index?repair

is a legit URL, I believe it is this:

https://www.dreadlockssite.com/repair.php

Or have you done that already?

Hope this helps!
douglas
@douglas
08/31/17 08:05:04AM
2,797 posts

emergency after core update mysql uses 100% cpu


Installation and Configuration

In the directory you have Jamroom installed, make sure to rename the repair.php.html to repair.php and then call that up in your browser.

yourwebsite.com/repair.php

Hope this helps!
douglas
@douglas
08/21/17 08:26:27AM
2,797 posts

ANNOYING iframe is not allowed-error message has returned


Design and Skin Customization

Have you allowed google.com in the Allowed IFrame Domains section of your iFrame module?

/framer/browse

ACP > Site > iFrame Control > Allowed Domains

Be sure to reset your cache.

Hope this helps!
  54