Forum Activity for @paul

paul
@paul
12/22/14 07:10:26AM
4,335 posts

issues with new skin and gallery data imports


Ning To Jamroom

OK - We'll have to assume for now that it doesn't get archived.
The next release of the jrNingImport module will have gallery_title = Ning photo title (or the profile name if it doesn't exist) and gallery_caption = Ning photo description.
Its then up to the user how he arranges things after that.
Thanks
updated by @paul: 12/29/14 09:23:54AM
paul
@paul
12/22/14 07:00:56AM
4,335 posts

issues with new skin and gallery data imports


Ning To Jamroom

Show me the section of the Ning photo archive where an album is defined. At the end of the day, that is all the jrNingImport module has to work with. As I have said before, I've not seen that in any of the archives I've tested.
Thanks
updated by @paul: 12/29/14 09:23:54AM
paul
@paul
12/22/14 06:52:49AM
4,335 posts

issues with new skin and gallery data imports


Ning To Jamroom

Are you saying that there might be an [album] field in Ning photo albums?
If you have one in your archive show me that bit of the archive so that I can work it into the import.
updated by @paul: 12/29/14 09:23:54AM
paul
@paul
12/22/14 03:04:45AM
4,335 posts

issues with new skin and gallery data imports


Ning To Jamroom

Quote: @paul, can you see to it that the image title is imported with the image and a required form items added title
but the required title should not take the filename as a default wich was my biggest pain inthe ass with ning as many images got the title 87653456798765445689765.jpg

in the data below from the json

the title should import into the required title field description into the caption (not required but recommended)

You know, on the archives that I developed and tested the importer with, there was no 'photo description' fields so I assumed that it wasn't a Ning option. I'll add in a test for that field and import it if its available.

Jamroom has 'galleries' which is the 'gallery_title' field. Currently during import, that field is set to the profile name so that after import each profile has one gallery with all his Ning photos in it. If it was set to the Ning photo title, he would have that number of galleries which might, on reflection, be a better option. What do you think?
updated by @paul: 12/29/14 09:23:54AM
paul
@paul
12/22/14 02:47:16AM
4,335 posts

How Do You Get A Field To Show In Events After Adding A New Field


Design and Skin Customization

After adding a custom field to any form you'll most likely need to modify template(s) to show it. So, if you have added 'event_end_date', in templates, add {$item.event_end_date} where you want it to show.

Checkout the jrEvent_calendar smarty function for filtering events by year.

FYI - Did you know that jrEvent has repetitive events, which include end dates, built in? See -

https://www.jamroom.net/the-jamroom-network/documentation/modules/276/profile-events
paul
@paul
12/22/14 01:45:51AM
4,335 posts

Instant Chat Window?


Suggestions

Hi Tracy - Welcome to Jamroom.
Yeah, that is something that has been discussed before and is (I think) on our todo list, but no target date as yet.
In the meantime there are a couple of options you could look at.

CometChat - http://www.cometchat.com/jamroom-chat

UltraJam's Together module - https://www.jamroom.net/ultrajam/documentation/modules/1416/together

Hope that helps
Paul
paul
@paul
12/21/14 12:46:34AM
4,335 posts

ordering images in photo gallery by average rating


Design and Skin Customization

To list photos by rating will be the same jrCore_list call as the store products. Just change it to module="jrGallery" and the order_by from "store_*" to "gallery_*"
paul
@paul
12/19/14 07:22:44AM
4,335 posts

shops listing questions


Ning To Jamroom

The jrSeamless module should be able to list audio and store items together.

To list profiles from 3 quotas, try -

{jrCore_list module="jrProfile" search="profile_quota_id IN 8,13,18" order_by="_created RANDOM"}
updated by @paul: 12/29/14 09:23:54AM
paul
@paul
12/19/14 05:30:02AM
4,335 posts

URL Mapper Module


Installation and Configuration

Bet it was - I should know by now that whenever something doesn't work, clear caches (and run Integrity Check) first!!

Glad its sorted :-)
paul
@paul
12/19/14 04:40:36AM
4,335 posts

URL Mapper Module


Installation and Configuration

Working for me. I have this in my urlmapper config -

/guitar_lessons/default => /profile
/guitar_lessons/default.aspx => /profile
/guitar_lessons/music_theory/ => /profile
/guitar_lessons/music_theory/default.aspx => /profile

Everyone redirects to my /profile page.

Send your site's URL and admin login to support[at]jamroom[dot]net and I'll take a look at your set up
Thanks
Pa
  351