Форумы / Cotonti / Support / Rights given to a member

rayblo
#1 17.12.2010 21:25
To all,
Is it possible to give people full member rights if they accept a page or forum message??
Or activate download only if people place a comment!?
And if so how can this be done?
[b]www.dutchcotonti.com[/b]<br />
De plaats voor nederlandse ondersteuning voor Cotonti.<br />
The place for support for Cotonti in Dutch
Отредактировано: rayblo (17.12.2010 21:45, 13 лет назад)
MIHDev
#2 18.12.2010 02:40
A small plugin which hooks into the forums could achieve this. I have created a Terms & Conditions validation plugin for the registraton page on my site which could be upgraded to work in a similar way on the forums too.
If your interested let me know and I will put it in my workbook for things to do this weekend.
Regards
MIHDev
[b]Know the question and you will be far more likely to get an answer.[/b]
rayblo
#3 18.12.2010 02:43
well i am interested for this!
So if you have some time thx m8
[b]www.dutchcotonti.com[/b]<br />
De plaats voor nederlandse ondersteuning voor Cotonti.<br />
The place for support for Cotonti in Dutch
MIHDev
#4 18.12.2010 02:51
Ok cool, now the questions,
Does this affect only registered members who can post?, in which case a database flag or something similar will need to be added to track who has agreed to the terms and who has not, else it will prompt each time.
For unregistered users it would probably be best to store it per-session in the cookie or something along those lines.
Obviously the requirement places a pre-requisite that the user must register on the site as coding a plugin to give the user full-access without registering or changing the rights to do that could be dangerous and removes the element of tracability and trackability.
[b]Know the question and you will be far more likely to get an answer.[/b]
Kingsley
#5 18.12.2010 20:48
wait, what do you mean exactly Ray?

1. users register, accept a forum post/page and get put in an other group with more rights? or
2. just some kind of terms of use before people register?

I am up for No. 1 :)

that one will give people the option to register, and if they want more they can get more.
rayblo
#6 18.12.2010 21:54
yes kingsley your right bout option1 thats the one i need!
[b]www.dutchcotonti.com[/b]<br />
De plaats voor nederlandse ondersteuning voor Cotonti.<br />
The place for support for Cotonti in Dutch
MIHDev
#7 19.12.2010 03:03
Perfect, not too difficult to get that implemented, should be an extended plugin with a small bit of SQL which hooks into the forums hooks, I will let you know when I have something to test. :)
[b]Know the question and you will be far more likely to get an answer.[/b]