Forum Activity for @michael

michael
@michael
09/25/16 06:40:59PM
7,832 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,832 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,832 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,832 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,832 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,832 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.
michael
@michael
09/25/16 02:17:49AM
7,832 posts

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


Design and Skin Customization

The simplest is to add the link to the title, then style it with CSS.

(update site builder to version 1.1.6)

Then add this as the widget title:
Title of your widget <a href="(link to where you want to go)" class="some_class">View More</a>

The best thing would be to create a class and put it in one of the css files in your skin. (if you've cloned the skin) that way you could use one class to style the way it looks and have it effect everywhere.

Otherwise, you can style each one individually, but it would suck to have to go update all of them if you wanted to change the way they look, so a class is better. but if you wanted to not use a CSS class.

Title of your widget <a href="(link to where you want to go)" style="font-size:0.8em;font-weight:normal">View More</a>
michael
@michael
09/25/16 02:03:44AM
7,832 posts

Can't add YouTube or Vimeo videos


Using Jamroom

If you add a NEW private vimeo video does it also not get the artwork?
michael
@michael
09/25/16 02:01:31AM
7,832 posts

Editing Activity Timeline


Design and Skin Customization

Nice one.

PROBABLY.... the issue was the template active checkbox wasn't checked. Its an important step but often gets missed.

Glad you got it working though. Well done.

--
Check out the screenshot here to see that 'active' checkbox
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor#saving-your-changes
updated by @michael: 09/25/16 02:01:44AM
michael
@michael
09/25/16 01:56:25AM
7,832 posts

Working on "look & feel" & eager for suggestions.


Ning To Jamroom

@joanna, this is probably the doc you're after:

Docs: "Using the Compare tool to keep Cloned skins up-to-date"
https://www.jamroom.net/the-jamroom-network/documentation/skin-customization/2394/using-the-compare-tool-to-keep-cloned-skins-up-to-date

There are a few different ways you can customize jamroom, one is using the template editor and adjusting things in the ACP

Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor

If you use the template editor all your changes will be stored in the database. Doing it this way means you don't need any web development software on your PC to make changes and so will probably be the first way you make alterations to the look and feel of your site.

For me, I like the 'web development software on the pc' way of doing things, so I make changes with that and upload those changes to the filesystem in the /skins/ directory.

You get to choose. If you want to swap from the database way to the filesystem way, just clone the skin and all the changes will get moved from the database to the filesystem.
  342