Forum Activity for @douglas

douglas
@douglas
11/11/16 06:43:31AM
2,812 posts

User profile page Timeline widget displaying "no items found"


Installation and Configuration

theartsherpa:
Maybe?
It seems that the Timeline display module that sits on the profile page can not find the list of Timeline items to be displayed. This could be related to the items not getting tagged to be displayed on the Timeline, but I am not sure how to check that. I don't see any (obvious) global check boxes or setting that seem to effect this.

If you've added items to a profile as the admin, they will not show on that profiles timeline, you'll want to login as the profile user in order for the newly added items to show on the timeline.

Only items added to a profile by the profile user will show on the timeline.

Hope this helps!
douglas
@douglas
11/10/16 01:59:24PM
2,812 posts

changing background color of menu bar subtabs?


Design and Skin Customization

Strumelia:
Thank you Michael!
But to clarify things in my head, may I ask-

1) if I need to make it a specific color, say #979D9B which is a light grey, then instead of a word, like "green" or "navy", I'd put :

#menu ul a:hover {
    background-color:  #979D9B;
...correct?
And I would NOT be changing the line at all where it says:
color: #0FB1DD;
...right?

That is correct.

The code - color: #0FB1DD; - is the text color.

Strumelia:
and 2) I'm seeing your post above in the second location change within the #menu ul area, ...do I change to my #979D9B color where it says "background:" OR where it says "background-color:" ? (since you showed me both of those) I'm GUESSING I'm supposed to change only the line in that section where it says "background-color"...and not the "background:" gradient etc line ?

Try changing just one and if it doesn't give the desired results change both.

Hope this helps!
updated by @douglas: 11/10/16 02:00:37PM
douglas
@douglas
11/10/16 01:37:50PM
2,812 posts

2 versions of Issue Tracker


Using Jamroom

I believe one is a stable release for JR5.3.6 and the other is the beta version for JR6.

And if you have both channels active in your ACP > Marketplace > Tools > Release Channels, then you'll see both downloads.

Hope this helps!
douglas
@douglas
11/10/16 01:35:14PM
2,812 posts

How can I lower the bottom so that chat doesn't cover the up button?


Using Jamroom

Hello,

You'll most likely need to modify your footer.css file... in your skins/YOURSKIN/css/footer.css file find this:

.scrollup{
    width:40px;
    height:40px;
    opacity:0.5;
    position:fixed;
    bottom:10px;
    right:65px;
    display:none;
}

and change it to this:

.scrollup{
    width:40px;
    height:40px;
    opacity:0.5;
    position:fixed;
    bottom:40px;
    right:65px;
    display:none;
}

Hope this helps!
douglas
@douglas
11/10/16 08:32:00AM
2,812 posts

Forum and Comments, newest first


Installation and Configuration

If you are running the JR6, the forums global config settings has a selection for showing newest posts first. ACP > Profiles >Forum > Global Config > Post Sort Direction.

Hope this helps!
douglas
@douglas
11/10/16 08:29:47AM
2,812 posts

User profile page Timeline widget displaying "no items found"


Installation and Configuration

In your ACP > Site > Media URL Scanner > Global Config, check the Expanded Media check box and save your settings.

Be sure to reset your cache as well.

Hope this helps!
douglas
@douglas
10/29/16 09:16:59AM
2,812 posts

Chat drawer button URL/link/code


Using Jamroom

This should work:

<a onclick="jrChat_toggle()" title="Chat" data-state="enabled">Chat</a>

Hope this helps!
douglas
@douglas
10/29/16 09:12:13AM
2,812 posts

Reversing the order of replies to forum discussion (newest first)


Using Jamroom

In your ACP > Item Features > Comments > Global Config > List Options change the Comment Sort direction to "Newest Comment First"

Be sure to clear your cache if you are NOT running in developer mode.

Hope this helps!
douglas
@douglas
10/28/16 07:16:00AM
2,812 posts

User reports "Stay Logged In" doesn't work


Using Jamroom

Does she have cookies disabled in her browser settings?
douglas
@douglas
10/25/16 03:20:16PM
2,812 posts

Adding Pages at Top Menu


Using Jamroom

xmafax:
I use Projam Dark.
Thanks

The menu code is in the skins/jrProJam/header_menu_desktop.tpl file, there is also a mobile menu file, skins/jrProJam/header_menu_mobile.tpl.

You can either modify them with a code editor and FTP the files, or you can modify them via the skins template section. ACP > Skins > ProJam Dark > Templates.

Hope this helps!
  83