Forum Activity for @madc

MAD
@madc
07/10/14 07:19:29PM
600 posts

Panels, Widgets, Menus. A new system called "Site Builder"


Jamroom Help

Been in sydney working and had no time for anything :D
MAD
@madc
07/10/14 10:04:50AM
600 posts

AMPPS


Jamroom Hosting

Your permissions are wrong.
Make sure you FTP the files up individually as the USER on your server.This will create the right permissions for each file.
DO NOT upload the zip package and extract it as it will use permissions of for eg. NOBODY

So Unzip the files on your computer then log in via filezilla etc (FTP) as the user of that folder/site and upload them that way.

Then run the install from your browser.
MAD
@madc
07/10/14 10:00:11AM
600 posts

can't upload several file formats


Installation and Configuration

You need to access your module via the ACP I think here.
You are trying to edit the code it looks like.

Go into the module in the ACP on your website and set its upload permissions eg. what file....pdf,jpg,gif,mp3,zip etc
MAD
@madc
07/10/14 09:38:18AM
600 posts

Panels, Widgets, Menus. A new system called "Site Builder"


Jamroom Help

Absolutely FANTASTIC mate!!
I will put this up on a sub and test it for you.
Love ya work as you know lol
It looks perfect
MAD
@madc
07/07/14 06:12:12AM
600 posts

Start new Jamroom Website


Using Jamroom

I would recommend buying the superpack as well.
Has everything you would ever need.
MAD
@madc
05/22/14 07:49:36AM
600 posts

Form Designer - Upload image field can't pull it in


Design and Skin Customization

ok i used just this, no template capture etc

{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_dj_header" item_id=$_profile_id size="xxlarge"} 

had to put the size in as it wouldn't work otherwise

Works ok now
MAD
@madc
05/22/14 06:20:26AM
600 posts

Looking for a shoutbox


Suggestions

I am like you Dazed from old forum days. I would love to see this too. Not a biggy for me but it was always good when you had a few people on
MAD
@madc
05/22/14 04:58:05AM
600 posts

Form Designer - Upload image field can't pull it in


Design and Skin Customization

Ok still not working
My code above was so wrong
I want to create a capture code to display the $profile_dj_header I think

I am not using any module etc
I just added the field to my profile form designer.
Its an image upload field and I just want to pull it into my created template.

Nothing I do works
MAD
@madc
05/21/14 06:02:28PM
600 posts

Form Designer - Upload image field can't pull it in


Design and Skin Customization

Yes it is see attached
This is the code I am using to pull it in
		<div class="col6 center">
						<div class="mr8 mb8">
                        {capture name="template" assign="djs_tpl"}
                            {literal}
                                {foreach $_djs as $title => $_djs}
                                {jrCore_module_url module=$_djs.module assign="murl"}
                                    {$profile_dj_header}
                                {/foreach}
                            {/literal}
                        {/capture}
                        {jrProfile_djs profile_id=$_profile_id template=$djs_tpl}
						</div>
					</div>

- 22KB

updated by @madc: 05/21/14 06:03:56PM
  5