Forum Activity for @ultrajam

SteveX
@ultrajam
12/12/14 04:33:31PM
2,589 posts

"User quota Changes" needs to be shut off


Using Jamroom

Something is broken on your system.

When a user changes their bio they do not change quota.
SteveX
@ultrajam
12/11/14 05:02:13PM
2,589 posts

jrpages visibled on main site are invisible


Ning To Jamroom

If you want the pages to be visible on a profile, modify the pages (back again) to be 'visible on profile' (I think they are visible on the profile by default?). ?
updated by @ultrajam: 12/29/14 09:23:54AM
SteveX
@ultrajam
12/11/14 01:39:13PM
2,589 posts

jrpages visibled on main site are invisible


Ning To Jamroom

They should be visible at http://site.com/pages/1/this-is-the-page-title
where "pages" is the url you have set for the jrPage module, "1" is the page id, and "this-is-the-page-title" is your page title url
updated by @ultrajam: 12/29/14 09:23:54AM
SteveX
@ultrajam
12/10/14 04:15:29PM
2,589 posts

How to show different artist name?


Using Jamroom

Ken_Rich:However, this is an 84 year old guy who's not computer savvy.
If I were you I'd avoid altering my templates for such a user.
SteveX
@ultrajam
12/10/14 01:27:21PM
2,589 posts

2 tiny questions bout new search version


Ning To Jamroom

:) Glad to hear that Michael.

It would be great to have the Jamroom team in the spare room, anytime, although I'm sure we could easily sort out something way more stylish for the occasion.
updated by @ultrajam: 12/29/14 09:23:54AM
SteveX
@ultrajam
12/09/14 04:32:47PM
2,589 posts

domain mapped to profile?


Ning To Jamroom

soaringeagle:no idea who that susan is lol

This statement gave rise to one of the rare moments when I wondered if it might be better to be living in the US.
updated by @ultrajam: 12/29/14 09:23:54AM
SteveX
@ultrajam
12/09/14 04:27:10PM
2,589 posts

2 tiny questions bout new search version


Ning To Jamroom

brian:
Someday we'll have a Jamroom team "get together", which would be awesome. We just need to get sales up so we can afford the airline tickets :)

A Jamroom yacht could pick up team members from their nearest coastline, thus reducing airmiles whilst increasing Jamroom's green credentials. :)

Quicker solution: A lot of empty oil drums with Paul's bike hooked up to some kind of propellor might save money on the yacht, but might not add so much to the green credentials (I don't think Paul's bike has any pedals).
updated by @ultrajam: 12/29/14 09:23:54AM
SteveX
@ultrajam
12/05/14 04:47:51PM
2,589 posts

Code Question 3


Using Jamroom

paul:"PHP stands for PHP: Hypertext Preprocessor."
Huh? And that is from the official PHP docs!!
It's a recursive acronym:
https://en.wikipedia.org/wiki/Recursive_acronym
Beautifully daft :)
SteveX
@ultrajam
12/05/14 12:31:40AM
2,589 posts

how do I choose a random quota_id from a set?


Using Jamroom

Ken_Rich:...I had thought ID and class were related to the CSS not Javascript...

Are they more like names that serve as reference points to WHATEVER is coming into play (CSS, Javascript, PHP, smarty).

That's pretty much it, but php and smarty don't use them, they put them into the html for later use.

Both css and javascript use them to identify elements within the page. IDs and classes are a fast way of doing that, although you can use other attributes, or the structure of the html as well.

Identifying an element using selectors like id and class is key to both css and javascript, understand how to move around the document and everything else falls into place.
  129