[Pro] membership log in and members update details themselves possible?

Hi,

is it possible to have a membership system, where people upload new details, change password, add a description, add a photo, videos, links, and also briefs to pitch for jobs?

Cheers

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Do you mean the “My Account” section of Freewaytalk?

This does most of what you ask. The rest, why not create a web site?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Webworker,

that would be part of the site, members would be able to sign in change details on the site and upload showreels and credits.

I would also need on another page on a site where people could post briefs to pitch on and then members could upload their treatment with attached word docs or pdfs to to win that pitch.

So it would be part of a website.

hope this makes sense.

Cheers

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This sounds like a great project for someone well-versed in server-
side programming, but there isn’t anything “off the shelf” that I know
of to do this in Freeway. You’re going to need to program the business
logic part of it in a server language like PHP, Java or Ruby, and you
will then create templates in Freeway that your application can use to
decorate the various screens seen by your customers.

Walter

On Apr 19, 2010, at 7:04 AM, Peter Walsh wrote:

Hi Webworker,

that would be part of the site, members would be able to sign in
change details on the site and upload showreels and credits.

I would also need on another page on a site where people could post
briefs to pitch on and then members could upload their treatment
with attached word docs or pdfs to to win that pitch.

So it would be part of a website.

hope this makes sense.

Cheers

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

thanks Walter,

a little over my head on the php java ruby, is there any good books or forums where i could learn how to do this sort of thing?

Cheers

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The first place to go is to Keith Martin’s tutorial: PHP and MySQL Explained: lessons, script samples and book recommendations

This will get you up the first rung or two of the ladder. He
recommends my favorite book on the subject, too. Also join the Dynamo
list on the FreewayTalk Web site. You won’t need that yet, but it will
help you later when you start integrating the programming with your
Freeway layout. Also, posting blocks of code there is not as scary for
the other list-ees as it might be here in the general “design-
oriented” side of the Freewaytalk universe.

The next thing to do is to decide which one of the two paths you can
follow. The first one is to study, practice and learn by doing
examples and test applications. The second is to jump in and build
something that you need to have done by next Wednesday, stay up all
night if you have to, panic, and build something.

It doesn’t matter much which one of these paths you choose, as long as
you are deliberate and intentional about it. They will each deliver
you to the same end point. Your own appetite for fear and panic will
help you decide which one is best for you.

If you go the first route, then get a free copy of TextWrangler from http://barebones.com
and a new not-too-expensive copy of the Welling and Thompson book
linked up in Keith’s site. (I think he’ll make some Amazon brownie
points if you buy through that site.) Take each chapter in order, work
from the beginning to about two-thirds through the book. Then set it
aside and see if you can tackle your project.

If you go the second route, then work your way through Keith’s
examples first – you really can’t skip that first step, or it would
be like me trying to read the Tao in the original Klingon.

And then post to Dynamo in earnest, and you will be helped out
enormously. I’m almost certain.

Walter

On Apr 19, 2010, at 9:18 AM, Peter Walsh wrote:

thanks Walter,

a little over my head on the php java ruby, is there any good books
or forums where i could learn how to do this sort of thing?

Cheers

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Cheers Walter, I’ll start working my way through things

thanks for your help

cheers

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Peter,

There are scripts like ELGG that could do some of what you ask (entirely out of Freeway though).

(We have this script in our Pro hosting control panels)

David Owen { Freeway Friendly Web hosting and Domains }

http://www.ineedwebhosting.co.uk | http://www.PrintlineAdvertising.co.uk

On 19 Apr 2010, at 10:42, Peter Walsh wrote:

Hi,

is it possible to have a membership system, where people upload new details, change password, add a description, add a photo, videos, links, and also briefs to pitch for jobs?

Cheers

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks David,
will have a look.

Cheers

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On Apr 19, 2010, at 8:18 AM, Peter Walsh wrote:

a little over my head on the php java ruby, is there any good books
or forums where i could learn how to do this sort of thing?

Look at the CodeIgniter PHP framework http://codeigniter.com/.
You’re in for a steep learning curve if you have no PHP experience but
it’s amazing and well worth learning if you’re so inclined. I cut my
teeth on MAR (MyActiveRecord) a couple years ago and have since
started working with CI. Well documented and a nice and helpful
community from what I’ve seen.

I have this CI book, <http://www.amazon.com/exec/obidos/ASIN/1847191746/chainreadin04-20

And don’t forget to get the Mutha of PHP books, <http://www.amazon.com/PHP-MySQL-Web-Development-4th/dp/0672329166/ref=sr_1_1?ie=UTF8&s=books&qid=1271694091&sr=1-1

Todd


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On 19 Apr 2010, at 14:39, Walter Lee Davis wrote:

it would be like me trying to read the Tao in the original Klingon.

Walter, I love you. Really I do :slight_smile:

best wishes,

Paul Bradforth

Buy my eBooks at:
http://www.paulbradforth.com/books/


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

David,

when you we’re talking about ELGG, would I send the code to the web host from ELGG?

Cheers

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Peter

Not sure what you mean. Elgg is a script (software) you run on your
hosting account. You download the script from Elgg, or install it
direct from your control panel if your hosting company has it
available as part of their package.

David Owen

On 21 Apr 2010, at 19:53, “Peter Walsh” email@hidden wrote:

David,

when you we’re talking about ELGG, would I send the code to the web
host from ELGG?

Cheers

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Sorry David,

still new to the scripting coding side of things. So i upload it to my control panel in my hosting package?

thanks

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Peter,

You can download the script from http://elgg.org/ and they will give you instructions how to (ftp/upload) install it and the server requirements it needs.

Anyone using http://www.ineedwebhosting.co.uk can simply auto install the script directly from the hosting control panel in a few clicks, as this is one of the scripts included in the PRO packages.

David

On 22 Apr 2010, at 11:00, Peter Walsh wrote:

Sorry David,

still new to the scripting coding side of things. So i upload it to my control panel in my hosting package?

thanks

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks David,
now I understand!

Thanks for all your help.

Cheers

Peter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options