Forum Activity for @michael

michael
@michael
09/26/16 06:14:24AM
7,826 posts

jrImage with original size, width="original" appears in html


Using Jamroom

There are other widths that are also text values, expect that they would have the same result here no?

eg:
large, xlarge, xxlarge, xxxlarge

CRI: invalid image size - must be one of: 24,xxsmall,40,xsmall,56,72,small,96,icon96,128, icon,196,medium,256,large,320,larger,384,xlarge,512, xxlarge,800,xxxlarge,1280,original

updated by @michael: 09/26/16 06:14:45AM
michael
@michael
09/25/16 10:47:12PM
7,826 posts

how to 'lock' main menu bar?


Design and Skin Customization

Or you might be talking about the fixed height, in which case go to:
site.com/core/skin_admin/style/skin=jrNingja/file=header.css/section=advanced

and change the #header : height from 75px to 'auto'.
michael
@michael
09/25/16 10:39:29PM
7,826 posts

how to 'lock' main menu bar?


Design and Skin Customization

Think you're talking about the header section being positioned 'fixed' to the page on the Ningja skin.

The CSS that controls that is found in:
/skins/jrNingja/css/header.css

On line 1, it looks like this:
/* @title Header */
/* @help This is the main header section for the site */
#header {
    position: fixed;
    width: 100%;
    height: 75px;
    background-color: #222222;
    color: #FFFFFF;
    margin-bottom: 12px;
    z-index: 90;
}

To make that purpley-blue section scroll the same as the rest of the page change that to:

/* @title Header */
/* @help This is the main header section for the site */
#header {
    width: 100%;
    height: 75px;
    background-color: #222222;
    color: #FFFFFF;
    z-index: 90;
}

and change the spacer to have 0 too in the same file:
.spacer {
    padding-top: 0px;
}

Probably best to clone your skin first though to save it getting over-written with skin updates.
michael
@michael
09/25/16 07:52:52PM
7,826 posts

New and learning


Using Jamroom

These three are the big 3 when contemplating setup:

Docs: "User"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/2982/user

Docs: "Profile"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/2984/profile

Docs: "Quota"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/2985/quota

Then when you want to add features for those guys to use, you need:

Docs: "Module"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/122/module

If you're unsure about how to get where you need to get to and are stuck, try outlining your setup in a forum thread and ask for ideas, eg:

--------
The site I want to setup will have members that post paintings they have done in order to get feedback on them and ideas and criticize in order to improve their painting skills.

A setup for this might be replied to with:
* You only need 1 quota because all members are treated equally
* You'll probably need the comments module, perhaps the forums module, probably the gallery module for users to upload paintings, and perhaps the Photo Album module so your members can collect lists of images they like. Maybe you'll want to add the like module or the rating module, but not both.


With a plan making your ACP decisions will probably become easier.
michael
@michael
09/25/16 06:40:59PM
7,826 posts

Groups not showing from profile pages (only from dropdown)


Using Jamroom

Holly Dilatush:....Right. BUT when I tested that, it also made the "groups I follow" (dropdown option from their profile name) disappear.....

Thats not right. If you follow groups that link should be there in your user menu. Looks like a bug.

The user will always be able to see the groups they follow from the:
your-site.com/group/my_groups

Regardless of whether they can CREATE groups or not.

Needs fixing.
michael
@michael
09/25/16 06:32:39PM
7,826 posts

dropdown menu from Profile name (where to find in language editor)


Using Jamroom

That menu is called the 'User Menu' and you can edit the labels of it from:
ACP -> MODULES -> SYSTEM CORE -> TOOLS -> USER MENU EDITOR -> Support Tickets -> MODIFY

--edit--

Docs: "User Menu Entries"
https://www.jamroom.net/the-jamroom-network/documentation/modules/2857/system-core#tools-user-menu-entries
updated by @michael: 09/25/16 06:34:02PM
michael
@michael
09/25/16 06:13:21PM
7,826 posts

imported profile info


Ning To Jamroom

Just to point out:
The Form Designer gets stuff into the datastore.
{jrCore_list} gets stuff out of the datastore.

You can add extra fields to any form using the Form Designer, but the input values of those will only be shown on the screen if you output them somewhere.
michael
@michael
09/25/16 06:02:53PM
7,826 posts

Can't add YouTube or Vimeo videos


Using Jamroom

Updated the vimeo module docs with the new access token step.

Docs: "Vimeo"
https://www.jamroom.net/the-jamroom-network/documentation/modules/294/vimeo
michael
@michael
09/25/16 04:34:59PM
7,826 posts

Adding "View All" links beside selected Lucid list module titles.


Design and Skin Customization

Paul asked for this to be added a while back, so the change was just sitting there. You asking for it triggered its need for release.

Thanks.
michael
@michael
09/25/16 04:30:56PM
7,826 posts

Profile Comments: Where should they show up?


Ning To Jamroom

If you wanted to show a list of the latest comments that were posted anywhere on the site, you could use Site Builder and the 'Item List' widget to get a list of the latest comments and put that somewhere on the top level of your site.
  341