Page 1 of 1

"i have read and accept" button on thread/post

PostPosted: Wed May 17, 2006 10:19 am
Author: Morpog
is there a way to implement this? i want to post rules in an extra subforum and my users should read the thread and click on a button/link ("i have read and accept"). this accept information should be displayed in an extra page where it shows:

threadtitle
username
date
accepted

in a row. so i can see who didnt accept yet. and who i have to force to click it :-)

PostPosted: Thu May 18, 2006 5:05 am
Author: enoonsti
Hi Morpog. I think I know what you're getting at, but just to make sure, is there a link you can provide? Does it exist on another site already, or is this something you thought up of?


I'm not sure if I can help, but it's still interesting. Plus, I didn't want to leave you hanging with no replies <img>

PostPosted: Thu May 18, 2006 5:07 am
Author: Adrian Rea
Awwww! <img>

Yes I have puzzled over thins one, but it is far more than the ftr topic can handle.

A

PostPosted: Thu May 18, 2006 6:45 am
Author: Michaelo
No easy to do without the addition of a table in database and some additional code.
You could create a table containing: User ID, Forum ID and User Accepted.

Also you would need to add a variable such as (forum requires check to view) to forum table.

When a user enters a forum first you would check the new table to see if they are included for that forum if not you would present them with a window detailing the rules and allowing them to check the accept box. If user checks this you then need to add the user to the new table for that forum and continue else back to indexà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦

PostPosted: Thu May 18, 2006 7:54 am
Author: Adrian Rea
I think this is meant that the person has acknowledged each individual post and not just entry to that forum.

A

PostPosted: Thu May 18, 2006 8:55 am
Author: Michaelo
Not looking for much <img> that would take a while...

Re: "i have read and accept" button on thread/post

PostPosted: Thu May 18, 2006 12:23 pm
Author: Morpog
"Adrian Rea";p="6390" wrote:I think this is meant that the person has acknowledged each individual post and not just entry to that forum.

A


exactly

[quote=""Adrian Rea";p="6365""]
Awwww! :-)

PostPosted: Thu May 18, 2006 1:26 pm
Author: Adrian Rea
"Morpog";p="6438" wrote:it' s ar equirement which was told me to integrate <img>
Are you building this site for a client? If yes, and you have had limited experience of coding or IntegraMOD, you may find it hard to meet the client's requirements if they are too wide of the already present functions. I have seen many people see integramod and expect it to be easy to produce a specific system that cannot differ from their expectations.

Sometimes people can get the mods they want, sometimes, people have to be flexible.

What you want can be done, but it would mean much messing around in the coding deparment. How good are your coding skills Morpog?

A

Re: "i have read and accept" button on thread/post

PostPosted: Thu May 18, 2006 3:16 pm
Author: Morpog
not that well <img>

but i have another guy working with me, he is doing all the php coding.

PostPosted: Thu May 18, 2006 5:09 pm
Author: Michaelo
It might be a worthwhile mod you should try to build ità¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦