Forum Activity for @brian

brian
@brian
11/12/15 03:28:11PM
10,149 posts

PayPal Buy It Now Button and Form Designer Question


Using Jamroom

Ceri:
Quote: Note that is in the file/update screen - not file/create - make sure you look at the "update" form for an existing file and you should see it. Everything on your screenshot looks good.

But the new field does not display on the page? ( see screenshot )

That's correct - Jamroom is "template" based, which means you will want to ADD in and customize your template to put the content of the new field in the template.

So in your ACP -> Files -> Templates you'll want to modify the "item_detail.tpl" file and add:

{$file_description}

In where you want it to show.

Let me know if that helps.
brian
@brian
11/12/15 03:26:25PM
10,149 posts

Audio Album Image


Design and Skin Customization

That's correct - basically:

{if $audio_custom_field_name == 'on'}
   ... show your HTML for it being CHECKED
{else}
   ... it is not checked - don't show ...
{/if}
brian
@brian
11/12/15 03:24:19PM
10,149 posts

Invalid App ID


Proxima

Natedogg265:
When I switch the key and test on my own dev (brand new jamroom install) everything works fine. I've tried deleting and creating a new app with a new key and the same response happens.

It could be their web server/PHP then that's a pretty "simple" error and comes from the jrProximaCore_get_credentials() function which looks for HTTP Basic Auth username/password. If they are NOT running under SSL make sure the Require SSL option is NOT checked in the Proxima Core.
brian
@brian
11/12/15 03:22:48PM
10,149 posts

Ning transfer issue - Url of website and facebook causing an issue


Ning To Jamroom

hypnoscott:
So the member says they can't log into their account and resetting the password does nothing.

1. I log in as admin and take a look at their profile, which exists.
2. I attempt to change their password.
3. Site won't let me save because the URLs for their website and homepage are invalid.

I'm not sure what this is - Jamroom does not ask for URLs or homepage - are these custom form fields that you have added in? If so you can go into Form Designer and change the VALIDATION from "URL" to "printable" if you don't want JR to validate that it is an actual URL (with http: and everything).

Let me know if that helps.
brian
@brian
11/12/15 03:20:57PM
10,149 posts

Configuration backup/restore and duplication


Installation and Configuration

For this the best solution is probably a small shell script that dumps the jr_jrcore_settings table - i.e.

mysqldump --user='$USER' --password='$PASSWORD' --lock-tables=false --single-transaction --extended-insert --add-drop-table --quick $DB_NAME jr_jrcore_settings > settings.sql

This will create a "settings.sql" file that you can edit and change the name of the server, then dump it into a new JR install:

mysql --user='$USER' --password='$PASSWORD' $DB_NAME < settings.sql

Have something like that be part of your build script should work well - and you can do that to any other table to want as well.

Hope this helps!
brian
@brian
11/12/15 03:17:21PM
10,149 posts

ERROR-invalid jrCore_checktype:....How to fix it?


Design and Skin Customization

derrickhand300:
Thank you Brian- this seems to have fixed it for me
I appreciate your help man

No problem - glad that worked!
brian
@brian
11/12/15 03:16:22PM
10,149 posts

Invalid App ID


Proxima

Double check the credentials - this invalid application key errors means the AUTH_USER or AUTH_PASSWD is empty - so double check that ClientMap.PROXIMA_CLIENT_KEY actually contains the client key.
brian
@brian
11/12/15 03:12:28PM
10,149 posts

PayPal Buy It Now Button and Form Designer Question


Using Jamroom

Ceri:
Just starting moving my site ( AmeriCymru ) from Ning. A lot of work to do but I am amazed by the possibilities and potential of the Jamroom platform.

Two questions:-

1. Can I set the PayPal Buy it Now button so that it is possible for non logged in members to purchase from Profile pages. At the moment I am being told that I have to log in.

This isn't possible with the PayPal Buy It Now module - the reason is that it does NOT use IPN, and therefore the user has to be logged in so it knows which account to add the items to.

Quote:
2. Trying to create a File Description field using Form Designer. It does not display on the page. Can anyone tell me what I am doing wrong? ( See attached screenshots )

Note that is in the file/update screen - not file/create - make sure you look at the "update" form for an existing file and you should see it. Everything on your screenshot looks good.

Hope this helps!
brian
@brian
11/12/15 03:08:53PM
10,149 posts

Jamroom 5.3 Beta Kickoff


Announcements

derrickhand300:
Yes "Calendar View" was the part that kept showing past events...

Well I am trying to make default galleries so that anytime someone uploads an image it has to go in one of the default galleries.
To do this I made 6 categories to choose from in the form designer ( in the gallery_title field)

Then I used item list code to display each gallery by gallery title...but when someone uploads an image and selects a gallery- the image still creates its own gallery and does not display in the default gallery that was made for it

I just did this exact thing here and it is working for me. On the "Create Gallery" screen I clicked on "Form Designer", selected "modify" for the gallery_title field and set things up like I have in my screenshot. It's working for me here.
Voila_Capture 2015-11-12_03-08-10_PM.jpg Voila_Capture 2015-11-12_03-08-10_PM.jpg - 101KB
  324