Forum Activity for @ultrajam

SteveX
@ultrajam
02/24/14 01:45:01PM
2,589 posts

integrity check hanging


Using Jamroom

Don't delete via ftp. Disable in the db phpmyadmin instead, adminer seems buggy, some links do not work (from memory, the top actions button leads to a 404).
SteveX
@ultrajam
02/24/14 01:27:50PM
2,589 posts

Eliminate Some Images for Mobile Only


Using Jamroom

Brian's suggestion definitely works. You can also use css media queries to show/hide.
SteveX
@ultrajam
02/24/14 01:25:45PM
2,589 posts

Form Designer -- customizing layout


Using Jamroom

blindmime:
What I need to do, for instance, is be able to have two or more fields on the same line.
jquery, create a table in a table row and move your two fields into that new table.

blindmime:It would be nice to have js put totals in a total field.
jquery, create a total.

blindmime:And would be really cool is be able to insert those lines above dynamically (the user adds more line items as needed).
That's custom. Check out how jrDocs function parameter works and then customise that.
SteveX
@ultrajam
02/24/14 01:04:59PM
2,589 posts

Cannot change Module URL


Using Jamroom

I agree with Brian, that's a very cool idea.
SteveX
@ultrajam
02/24/14 11:19:10AM
2,589 posts

Form Designer -- customizing layout


Using Jamroom

Not using Form Designer.

The easiest way I have found is to override /modules/jrCore/templates/form_field_elements.tpl and simply add a class name to the table rows (there are two).

Then move the table rows around using jquery. You would wnat to keep the same table structure etc (you dont have to but it keeps things simple), but that allows you to have multiple tables, some side by side, some stacked etc.

If that doesn't provide enough flexibility you need to get more detailed with the jquery, or override all of the form field elements to remove the tables.

If you only need that on one or two forms, override the core templates and add if statements so that the core structure is used on all forms except $_post._uri = "/my/custom/form/uri"
SteveX
@ultrajam
02/24/14 11:09:24AM
2,589 posts

I frame not working


Installation and Configuration


This page doesn't load in any browser at the moment.

Try everything again with a real web page and see if that shows.
SteveX
@ultrajam
02/23/14 08:33:47AM
2,589 posts

jrRating replacing previous rating


Using Jamroom

Ok thanks Brian, that explains it.
SteveX
@ultrajam
02/23/14 08:23:40AM
2,589 posts

jrRating replacing previous rating


Using Jamroom

Logged in as 2 different users (normal profile user accounts) in two different browsers, they both can both rate an item successfully.

But whilst the rating value changes, the rating_count does not increase. Subsequent ratings are replacing the previous rating, not adding to it.

If I set the rating delay timer to 1, only the first user can rate the item. It becomes locked for all users once it has been rated once.

Could be because I’m on a localhost setup, but I thought that logged in users ratings relied on the _user_id, not the ip address.
updated by @ultrajam: 03/27/14 01:00:55PM
SteveX
@ultrajam
02/23/14 08:09:37AM
2,589 posts

Charts highest climbers


Jamroom Developers

Ok, thanks Paul, I'll give that a try later.
SteveX
@ultrajam
02/23/14 08:08:14AM
2,589 posts

How to strip jrEmbed tags?


Jamroom Developers

Thanks Michael, I had to go with two text areas instead, one with jrEmbed support and one without (for use int he list view).
  194