Forum Activity for @michael

michael
@michael
03/18/15 06:56:45PM
7,832 posts

How to add a contact link to the profile?


Installation and Configuration

You can put this link on their profile where you like:
http://YOUR-SITE.com/note/new/user_id=2

and use the value of the user_id as the person your wanting to contact. That will take them to the private notes form to send the message.
michael
@michael
03/18/15 06:33:18PM
7,832 posts

All about the Poweruser - Glossary term request


Using Jamroom

researchcooperative:...The alphabetical arrangement is good, but a search field might be handy as the list gets longer....
The most specific search for the documentation is here
https://www.jamroom.net/the-jamroom-network/documentation/contents

It will search over all the documentation to find the term your after.

For searches of a word on a single page, that's build in to your browser. ctrl+f will find the term if its on the page.


"Power User" has been added to the glossary.
https://www.jamroom.net/the-jamroom-network/documentation/getting-started/2568/glossary#power-user
michael
@michael
03/18/15 01:54:37AM
7,832 posts

jrElastic user_login.tpl spinner


Using Jamroom

So it does, we'd better get that fixed up eh. :)

Thanks Steve.
michael
@michael
03/17/15 10:46:44PM
7,832 posts

FoxyCart - Add to Cart "This product could not be added because it does not contain an expires property"


Using Jamroom

Sounds like you need to double check your settings against the

"Setting up Foxycart"
https://www.jamroom.net/the-jamroom-network/documentation/modules/2/setting-up-foxycart-jrfoxycart

page.

I've never seen that
Quote: "This product could not be added because it does not contain an expires property"
error. What are you doing right before that error occurs? What steps would I take if I wanted to reproduce that error?
michael
@michael
03/17/15 08:40:16PM
7,832 posts

Queue error logging


Jamroom Developers

Got an example of a file that fails so I can try here and see if it fails for me?
michael
@michael
03/17/15 08:39:24PM
7,832 posts

Voice tags


Jamroom Developers

It would require a module to be built. The functionality doesn't exist right now.

Thanks for the suggestion.
michael
@michael
03/17/15 08:38:15PM
7,832 posts

Site Builder modules - step by step guide to getting started


Using Jamroom

researchcooperative:....though I have yet to see how make a menu item a submenu...
just drag it.
michael
@michael
03/17/15 07:57:27PM
7,832 posts

No Land for Small Words - No ifs, buts, and ors in Lowercase?


Using Jamroom

When your ready to change it its this piece of CSS:

h2 {
    display: inline;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

remove text-transform: capitalize; and your titles will stay as you entered them.
michael
@michael
03/17/15 04:03:50PM
7,832 posts

Site Builder modules - step by step guide to getting started


Using Jamroom

Ken Rich:....What you might be missing is a couple of codes you install in the header and body....
Spot on Ken.

Here's the link if your wanting to make a non-Site_Builder skin ready.

"Making a Skin Site Builder Ready"
https://www.jamroom.net/site-builder/documentation/development/2349/making-a-skin-site-builder-ready
michael
@michael
03/17/15 03:15:00AM
7,832 posts

Site Builder - Widgets: Profile Gallery by Quota


Using Jamroom

try:
{jrConstructionKit_rotator module="jrProfile" limit="50" search1="profile_quota_id = 1" }

Use 1 or whatever the correct ID is of quota your after. You could use the name if you got it exactly right, but the quota id is safer.

To use the name it would be something like:
{jrConstructionKit_rotator module="jrProfile" limit="50" search1="profile_name = New Signup Quota" }
  567