add multi section to my account

4 posts by 2 authors in: Forums > CMS Builder
Last Post: September 24, 2010   (RSS)

By Maurice - September 24, 2010

is there a way how to add a multi section to users accounts witch so each user can have his personal multi section?
in his or her "my account" ???


is ther a guide or small manual how to do that??
-------------------------------------------

Dropmonkey.nl

Re: [Maurice] add multi section to my account

By Jason - September 24, 2010

Hi Maurice,

Could you clarify exactly what you're trying to do? What do you want them to be able to view from their "My Account" page?

Let me know and I can look into this further for you.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Maurice] add multi section to my account

By Jason - September 24, 2010

Hi Maurice,

What you can do is create a multi record section called tasks. Then in "User Accounts" you can create a related Record for tasks. Use these settings:
MySQL Where: createdByUserNum=<?php echo mysql_escape($CURRENT_USER['num']) ?>

More "Search" Link: createdByUserNum_match=<?php echo $CURRENT_USER['num'] ?>

Also, under "Advanced Options" be sure to select "My Account" so that it's visible in the my account section.

This will allow them to view, modify and erase records. However, for them to be able to create records, you'll need to set their permissions to make them and "Author" of that section.

Hope this helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/