1
Snoxie
Restrictions for individual users? Not Groups.
  • 2007/12/31 18:45

  • Snoxie

  • Just popping in

  • Posts: 6

  • Since: 2007/12/31


I'm trying to make a client base where each user is client and they can only see what i want them to see. It's for a graphic design company. So when a client need something, the project can be monitored by only one user. Not every user on the site. Is this possible? DO you understand what I'm getting at? Thanks for any help you can give me!

2
phppp
Re: Restrictions for individual users? Not Groups.
  • 2007/12/31 18:57

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Add an extra table like:
CREATE TABLE project_monitor (
`project_id` attribute,
`uid` attribute,
primary key (`project_id`)
)

If you are definitely sure that the one project can only have ONE monitor, the 'uid' field can be added into project's own table.

3
Snoxie
Re: Restrictions for individual users? Not Groups.
  • 2008/1/1 3:31

  • Snoxie

  • Just popping in

  • Posts: 6

  • Since: 2007/12/31


would i do this in myphpadmin? do the attributes of uid have to match exactly everywhere they are placed?

4
Snoxie
Re: Restrictions for individual users? Not Groups.
  • 2008/1/1 6:21

  • Snoxie

  • Just popping in

  • Posts: 6

  • Since: 2007/12/31


more or less i need each user (client) to have a unique page where i can post updates (proofs, quotes, projects and progress) for only that user. The input (comments and ratings or replies) of each user is isolated to only that user and the webmaster.

5
script_fu
Re: Restrictions for individual users? Not Groups.

I think you should try a module over at xoops.instant-zero.com

Its called userpage-1.22.zip it does not have the privacy you need. But they might be able to adapt this module for you.

I need the same features you do as well for my design site.

I will keep thinking about this maybe there are other modules that might get you in the right direction.

I am drawing a blank atm but will be watching this thread for a solution too.

6
script_fu
Re: Restrictions for individual users? Not Groups.

You know I was over on xoopsaddons today and I found an alpha module called discuss.

The dev has the module set up on sourceforge.net and it seems that it for XOOPS Cube based on what little I can read on his site.. I installed it in XOOPS 2.0.18 and im impressed.

It does not have all the feature you need but it sure is close.

You could test it out and then submit requests for features on sf.net to the dev.

7
script_fu
Re: Restrictions for individual users? Not Groups.

I have looked back thru both modules I posted. If you could take the two and put them together. Then you would have what you need.

Both modules fall short on all the features one would need.

Still thinking...

8
phppp
Re: Restrictions for individual users? Not Groups.
  • 2008/1/1 16:06

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Quote:

Snoxie wrote:
would i do this in myphpadmin? do the attributes of uid have to match exactly everywhere they are placed?


Sorry I thought you were developing your own module.

9
Snoxie
Re: Restrictions for individual users? Not Groups.
  • 2008/1/1 16:56

  • Snoxie

  • Just popping in

  • Posts: 6

  • Since: 2007/12/31


you can't just set a group of module events to a certain user? so that they are displayed to the user in the "user menu"? I have all the modules I need already. Can I edit the fields in the modules so i can select a certain user, instead of a groups (webmasters, registered users and anonymous)?

10
BlueStocking
Re: Restrictions for individual users? Not Groups.

Discuss

http://ajax-discuss.sourceforge.net/xoops/
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG

Login

Who's Online

130 user(s) are online (64 user(s) are browsing Support Forums)


Members: 0


Guests: 130


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits