Forum Activity for @ultrajam

SteveX
@ultrajam
04/02/15 07:59:19AM
2,589 posts

Adding an RSS feed from my own site into an activity page on my own site


Design and Skin Customization

Read on down that page (below the video) and it tells you how to do this (nothing to do with css). You just put {jrFeed_list name="your_feed_name"} wherever you want it to appear.
SteveX
@ultrajam
04/01/15 08:37:24AM
2,589 posts

trouble with all skin images (title updates)


Ning To Jamroom

I don't have the same issues.
SteveX
@ultrajam
04/01/15 07:57:47AM
2,589 posts

trouble with all skin images (title updates)


Ning To Jamroom

Didn't you say previously that you had done something weird with symlinking your images to another directory? Have you checked this on a site which doesn't have that customisation?
SteveX
@ultrajam
04/01/15 07:54:37AM
2,589 posts

How to use the text editor? It looks like WYSIWYG but does not behave that way


Using Jamroom

I don't really understand what you mean. Is the "widget" the tinyMCE editor?
SteveX
@ultrajam
04/01/15 07:16:26AM
2,589 posts

How to use the text editor? It looks like WYSIWYG but does not behave that way


Using Jamroom

Use shift-return to get a single break rather than a new paragraph.

Don't paste from word or powerpoint. Copy your text into a plain text editor, and then copy and paste again into the editor.
SteveX
@ultrajam
03/29/15 12:25:42PM
2,589 posts

Time line BG color


Using Jamroom

You don't need to understand that formula in order to change the css on your website. Firebug is the tool you need to get to grips with.
SteveX
@ultrajam
03/28/15 07:20:50PM
2,589 posts

In "Latest Activity" what is automatically shown, and how can we control it?


Using Jamroom

researchcooperative:To this end, I wonder if a 'Jamroom robot" test user could be invented to be employed when setting up networks (but not to goose new users into mindless conversations).
You mean like an AI? Which would simulate a full range of user personalities (configurable by quota) in order to prepare you for the onslaught of real users?

Nice suggestion, but how do you forestall the problems?
SteveX
@ultrajam
03/28/15 06:13:22PM
2,589 posts

Time line BG color


Using Jamroom

I think it's the light gray.

Iz, have you tried using the browser tools? Right click on the border and choose "inspect element". That will give you access to the class name that you need to change.
SteveX
@ultrajam
03/28/15 10:48:35AM
2,589 posts

Lifestreams - Twitter


LifeStreams

Lifestreams is now updated to 1.1.4 which fixes the button not showing for not logged in users.

Make sure "lifestream on profile" is checked in the quota config to show the page and button on profiles.

You can specify profiles in the smarty function, but not list the whole site (otherwise you could be calling each of the services for thousands of member):
{jrCore_module_function function="ujLifeStreams_display" profile_id="1,4,7,15,77}
Or to show it as a site view you can just enter the ids under the module config tab and view the stream at yoursite.com/lifestream
SteveX
@ultrajam
03/28/15 09:33:58AM
2,589 posts

Lifestreams - Twitter


LifeStreams

I've loaded Nova and when logged in the button appears without modifying any templates:
http://xdev4.ultrajam.co.uk/stevex/lifestreams

But it doesn't appear when not logged in. It looks like there may be a bug as the Jamroom listener is no longer being fired, so I will investigate that.

If you want to fix this now, edit profile_header.tpl around line 31:
                {if jrCore_is_mobile_device()}
                    {jrProfile_menu template="profile_menu_mobile.tpl" profile_quota_id=$profile_quota_id profile_url=$profile_url always_show="ujLifeStreams"}
                {else}
                    {jrProfile_menu template="profile_menu.tpl" profile_quota_id=$profile_quota_id profile_url=$profile_url always_show="ujLifeStreams"}
                {/if}

updated by @ultrajam: 03/28/15 09:34:56AM
  100