Forum Activity for @michael

michael
@michael
01/31/17 01:21:05PM
7,832 posts

Getting started guide?


Genosis

What are the things you're trying to accomplish? There is a lot of overlap in the basic system with jamroom. The core system is the same. The big difference comes from the skin and the modules related to Genealogy.

Could be that your question is a jamroom question (If i knew where you were stuck at. ;) )

The Jamroom system docs are here:

Docs: "Table of Contents"
https://www.jamroom.net/the-jamroom-network/documentation/contents
michael
@michael
01/31/17 12:34:56PM
7,832 posts

Profile Domains - Profile Skin - Bug


Using Jamroom

:) Fantastic @serveion. Thanks for letting everyone know the fix if they run into this situation. Great to hear its working now.
updated by @michael: 01/31/17 12:35:11PM
michael
@michael
01/31/17 12:32:58PM
7,832 posts

glitch when posting links to site media urls in comments/posts


Using Jamroom

:) Fantastic. Thanks for that Strumelia. Great to hear its working nicely now.
michael
@michael
01/30/17 08:59:50PM
7,832 posts

possible jrTag cloud issue


Using Jamroom

If in the tag_cloud.tpl template you add removeOverflowing: false then all tags will show and it will look like this (screenshot)
/modules/jrTags/templates/tag_cloud.tpl
        $("#profile_tag_cloud-" + unique).jQCloud(tags_{$unique}, {
            width: container_width,
            height: {$height}
        });
and change it to
        $("#profile_tag_cloud-" + unique).jQCloud(tags_{$unique}, {
            width: container_width,
            height: {$height},
            removeOverflowing: false
        });

you will get the results in the screenshot. See if that works better for your situation.

Docs: "Altering a Modules Template"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1051/altering-a-modules-template
michael
@michael
01/30/17 08:51:49PM
7,832 posts

possible jrTag cloud issue


Using Jamroom

Yeah this does seam to be the case, (screenshot)

Looking for some way to make it work now.
Screen Shot 2017-01-31 at 17.50.58.png Screen Shot 2017-01-31 at 17.50.58.png - 254KB
michael
@michael
01/30/17 07:20:15PM
7,832 posts

Profile Domains - Profile Skin - Bug


Using Jamroom

not totally sure what cloudflare.com is or how it relates to jamroom, what I think it is is some sort of global caching system that stores a cache of your site at multiple locations around the globe so people in those areas get your site loading faster.

makes me think there might be a stored cache of solo Pro and Solo Artist from before you turned off the https://

you could also try activating the https:// version for the profile domain from the MODIFY button:
"enable SSL"
for the domain from https://wowmusic.fm/customdomain/browse
michael
@michael
01/30/17 05:30:18PM
7,832 posts

Profile Domains - Profile Skin - Bug


Using Jamroom

can see something happening on your site. believe its related to https: not sure what it is though. will keep looking.
michael
@michael
01/30/17 05:22:28PM
7,832 posts

Profile Domains - Profile Skin - Bug


Using Jamroom

ok, tested this out, but not able to reproduce.

I have the Profile Domains set to allow a profile on my site to use its own profile domain. So my main site is http://yoursite.com. then a profile on that http://yoursite.com/michael has been mapped to its own domain, michael.com

on michael.com are all the things of that profile
michael.com/uploaded_audio
michael.com/blog
......

the available skin options in the ProfileTweaks module for that profile are a choice of:
* Lucid skin
* Sage skin
* Solo Skin
* Elastic2 (default)


I am able to change between any of the skins and have the whole skin change for michael.com.

Please correct me if Im not understanding something.
michael
@michael
01/30/17 04:22:33PM
7,832 posts

Profile Domains - Profile Skin - Bug


Using Jamroom

is the URL correct? not seeing anything there.

Thoughts: Solo is a skin that works a bit different, does it work with other skins?

Which module are you using to get a different skin on the profile? jrProfileTweaks or jrAdminSkin?
  277