Forum Activity for @michael

michael
@michael
11/22/15 10:57:36PM
7,832 posts

Bluehost blank screen


Installation and Configuration

check the server logs for any helpful info.
michael
@michael
11/22/15 10:56:04PM
7,832 posts

Still Unable to upgrade


Using Jamroom

Check that the 'store' module is enabled and activated, that's the module that controls that URL.

Quote: ...So the question becomes - how was I able to make pages take the Network skin with version 1 of sitebuilder on the main site, but in version 2 on the demo site they take the Terminator (Nova) style?...

Don't know, how would I setup to see this behaviour? The admin skin settings are at:
ACP -> SKINS -> (SKIN NAME) -> then the checkboxes:

* set as active skin (shows on the front section pages)
* set as profile skin (shows on the profile)
* set as admin skin (shows on the ACP)

You're saying the skin that was supposed to be showing on the profile was showing on the front section?
michael
@michael
11/22/15 10:51:38PM
7,832 posts

old sitebuilder construction kit missing


Using Jamroom

Its been removed from the marketplace.

If you activate the new SiteBuilder module it will disable all the old modules when the integrity check runs.

The modules are not deleted though, just deactivated. turning off the new sitebuilder module and activating the old modules will get back the previous structure.
michael
@michael
11/21/15 12:39:09AM
7,832 posts

Still Unable to upgrade


Using Jamroom

Both those links are looking like they are using the same skin to me, although the /store one is coming up 404 not found.

Those things are not Site Builder related, but rather Admim Skin related. You are using the Admim Skin module to set a different skin for the profile section and the admin section and the front section.
All pages built with Site Builder should show the skin that is set for the front section. If its not, then its a bug.

As for the custom CSS issue, It looks like you have changed the '#menu ul' css for your skin to
left: -45;

This is the original CSS code:
#menu ul {
    background: rgba(0, 0, 0, 0) linear-gradient(#444444, #111111) repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 13px;
    left: -20px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 28px;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    z-index: 99999;
}

Maybe change yours to left: -10px or so and see if that's closer.
michael
@michael
11/21/15 12:22:49AM
7,832 posts

Four Technical Questions


Ning To Jamroom

Really love it if each of these could be individual questions. Makes it easier for others coming later searching for answers. :)
michael
@michael
11/21/15 12:13:40AM
7,832 posts

How do I get an RSS feed onto a module?


Using Jamroom

If its just for your site, use {jrCore_list}. No need to output to an RSS feed which you then read from.
If you want more specific instructions we need a more specific example.
Q: "not sure where to put the code"
A: "Where do you want to put the code"

not so useful. ;)

michael
@michael
11/19/15 06:03:36PM
7,832 posts

Bug in admin hover menu


Using Jamroom

Think I missed a bit, the main links should be going, but I've missed the 3rd level options, will get them fixed up too shortly.

--edit--
Fixed now in 1.0.10
updated by @michael: 11/19/15 06:23:59PM
michael
@michael
11/19/15 01:59:59AM
7,832 posts

Bug in admin hover menu


Using Jamroom

updated in the marketplace now 1.0.9 should fix it. Last update changed to show the titles of the skins instead of the directory names of the skin. Thats when it broke, should be ok now.

Sorry for that.
michael
@michael
11/19/15 01:39:55AM
7,832 posts

Bug in admin hover menu


Using Jamroom

got the wrong URL, strange....

from the SKINS tab, the url is:
your-site.com/core/skin_admin/info/skin=mdFOTMD1_June15
your-site.com/core/skin_admin/info/skin=FOTMD1_June15

The second one is the admin skin link. Wonder how that got screwed up. I'll go check.
updated by @michael: 11/19/15 01:40:11AM
michael
@michael
11/19/15 01:29:23AM
7,832 posts

Question About Debug and Datastore


Using Jamroom

Your close.

The thing to understand is: Not all information is available everywhere.

The {debug} information shows what IS available in the location where you put the {debug}.
So if you want other information in that location that is not currently there, you need to pull it in.

The go-to function for getting stuff out of the datastore is {jrCore_list}.
You need to use {jrCore_list} to pull in the information you want, so if in the location your thinking about, there is something in the URL that correlates to the youtube video you're after, use that to get the info your needing.

If you just want a couple of things and dont want to add another file to the skins, then check this doc out:

"HowTo: use {capture} to avoid using another file for {jrCore_list} calls"
https://www.jamroom.net/the-jamroom-network/documentation/howto/1637/howto-use-capture-to-avoid-using-another-file-for-jrcore-list-calls

  463