| Topic: | After X number of pnphpbb2 posts, a user gains access to dls |
|---|---|
|
jmcivor
Helper
Posts: 217 Posted: |
Is there any way to make it so users must be active in order to access downloads? like a user must post atleast 5 posts and wait 24 hours prior to being able to access the downloads section? im using pn762 and PNphpBB2 |
|
edfel
Professional
Posts: 831 Posted: |
Hi: This is interesting, also able to define to which download categories but that will complicate the idea I gues... Later |
|
jmcivor
Helper
Posts: 217 Posted: |
Nobody has a suggestion? I've seen this feature on lots of sites, I'm sure it must be possible. -- Currently installed : PN762 jmcivor.com jlm@jmcivor.com |
|
cannibus
Helper
Posts: 401 Posted: |
i dont use PNphpBB, but does it utilize PN groups or its own groups system? |
|
jmcivor
Helper
Posts: 217 Posted: |
Im pretty sure it runs off its own permissions, but dont quote me on that >.< -- Currently installed : PN762 jmcivor.com jlm@jmcivor.com |
|
jbirchett
Helper
Posts: 203 Posted: |
It uses its own permissions. It also has its own user database. The first time a PN user goes tou the forum, the user is auto-created in PNphpBB2, so group management operates on the PNphpBB2 users, not the PostNuke users. It makes it a pain to maintain a privileged group on the forum because you have to manage it through PNphpBB's admin panel. |
|
cannibus
Helper
Posts: 401 Posted: |
with that being the case, maybe you can do downloads in the form of attachments in a special forum. only give certain PNphpBB users access to the forum, and set up the download as an attatchemtn |
|
jmcivor
Helper
Posts: 217 Posted: |
Maybe I should switch over to pnForum... Do any of you know of a way to convert PNphpBB2 mysql DB's to pnForum? -- Currently installed : PN762 jmcivor.com jlm@jmcivor.com |
|
HalbrookTech
online Legend
Posts: 6596 Posted: |
Eitherway, you'd have to write something to: 1. Check the user's post count 2. Adjust their permissions properly. It is possible, I wrote a workflow for Pagesetter that will add a user to a group upon acceptance of a submission in Pagesetter, but exactly how to best do it, I don't know. |
|
chance1376
Softmore
Posts: 71 Posted: |
I can't quite remember for sure, but I think sometime ago on Chestnut's site someone wanted to do something like that with the pncuserpoints system (which you could assign points for each forum post). As my fuzzy memory recalls I think there were a few lines of code given to add to the downloads module to get it to work. You may want to look around there and see if you can dig it up. |