Forum Activity for @hello77957

alt=
@hello77957
01/25/19 08:28:51PM
56 posts

Is it possible to custom css an individual page made with site builder?


Design and Skin Customization

Thanks Brian, I've tried using your example (obviously changing the page id) to target the widgets and it doesn't seem to work?
alt=
@hello77957
01/25/19 08:20:33PM
56 posts

Setting up subscriptions


Design and Skin Customization

Thanks for the clarification Brian. :)
alt=
@hello77957
01/25/19 07:50:52PM
56 posts

Help with subscription module


Jamroom Developers

Yes, that's fixed it :)

Thanks Brian
alt=
@hello77957
01/25/19 07:46:51PM
56 posts

Setting up subscriptions


Design and Skin Customization

Hi
In this forum post from 6 months ago https://www.jamroom.net/the-jamroom-network/forum/installation-and-configuration/58936/subscription

Paul says "The way it works is that users first signup to a free quota and then they can see the subscription quota(s) you have that will likely have more features on offer. They can then pay to subscribe to one of these quotas. "

But in the Jamroom docs https://www.jamroom.net/the-jamroom-network/documentation/modules/67/foxycart-ecommerce-selling-a-subscription

It says "Jamroom has the ability for new users to purchase a subscription account directly. They no longer need to create an account, then upgrade."

Which is correct please?


updated by @hello77957: 04/26/19 04:58:19AM
alt=
@hello77957
01/25/19 07:17:32PM
56 posts

Help with subscription module


Jamroom Developers

Hi, I'm setting up my subscription plan for one paid quota.

On the form where it says 'Subscription Quota' I select my paid quota. Then underneath where it says 'End of Term quota' I select my free quota.

But when I click 'Save Changes' the 'Subscription Quota' returns to 'Current Quota' and the 'End of Term quota' returns to 'Return to Current Quota'

Why are my settings not saving?
updated by @hello77957: 04/26/19 09:39:15PM
alt=
@hello77957
01/25/19 05:24:08PM
56 posts

Is it possible to custom css an individual page made with site builder?


Design and Skin Customization

Hi, I would like to change the background and font colours of one individual page - I don't want the other pages i've created to change aswell. Can this be done?
updated by @hello77957: 04/30/19 11:25:50AM
alt=
@hello77957
01/18/19 07:18:23AM
56 posts

Couple of issues using form builder


Jamroom Developers

@Paul ! That would be amazing! Thank you!
alt=
@hello77957
01/18/19 06:18:33AM
56 posts

Couple of issues using form builder


Jamroom Developers

@Paul, First of all, thank you so much for going above and beyond to help. :)

Second, excuse my lack of knowledge, its not working for me.
The fields have been added but typing into the "Your connection to this profile" field is just returning "Connection:" with a blank space after it.

I've tried it on my custom module and the original guestbook module with the same results. Perhaps it's something todo with my server environment.

I really do appreciate your taking the time to make the code for me, but ultimately I wanted a radio option as there's only three ways a user can be connected to the profile owner and I don't want to give them the ability to put anything different. Regardless, I've tried every field type and can't get any of them to work.

I'll have to think of something else.

Thanks again!
updated by @hello77957: 01/18/19 06:37:42AM
alt=
@hello77957
01/17/19 06:10:46PM
56 posts

Couple of issues using form builder


Jamroom Developers

Hmm, actually I don't think it's form designer but something about the way guestbook module is coded.

I've just added a text field in every other module and each of them output what ive written in them. When I tried it on the original guestbook module, nothing showed.

Think i'm going to have to abandon this custom module, all I wanted was to have the user's connection to the profile owner show above their message, but it seems it can't be done.


Thanks anyway
updated by @hello77957: 01/17/19 06:10:54PM
alt=
@hello77957
01/17/19 11:12:17AM
56 posts

Couple of issues using form builder


Jamroom Developers

Hi Paul, yes sorry, I've used form designer to create a couple of fields to go into my customised guestbook module. One is a text field, and the other is a radio button field with three options.

I set both these fields to 'required'.

I've added the code for those fields in the item_index.tpl form. Now I need to figure out the code which displays the users entry in those fields.

Looking at the item_list.tpl, the code which outputs the textarea entry is

{$item.guestbook_text|jrCore_format_string:$item.profile_quota_id}

So I modified that code to output my new text fields, which works fine, but I don't know what to add or change to that code to call whichever option the user has selected with the radio button.

Also, on testing the form, it's letting me submit without entering anything in those fields, so the 'required' is not working.
  4