|
|
|
|
|
|
|
Yet Another Forum.NET
»
YAF Forum Discussions
»
YAF Feature Requests
»
Integrate with my existing asp.net membership driven site?
Rank: Advanced Member
Joined: 10/14/2007(UTC) Posts: 48 Location: Denver
Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
Hi all, This is my first post here, I just came across this site while looking for a forum that can integrates with my existing website which uses the ASP.NET membership provider. Does this feature exist?
Thank you very much, Kenny.
|
|
|
|
|
|
Rank: Member
Joined: 9/25/2007(UTC) Posts: 23 Location: work
Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
the next version should be able to.
|
|
|
|
|
|
 Rank: YAF Developer
Medals:  
Joined: 1/7/2007(UTC) Posts: 1,209 Location: Heart of Europe
Thanks: 1 times Was thanked: 10 time(s) in 8 post(s)
|
zewar96 wrote:the next version should be able to. What he said. 1.9.3 will support providers model. When I post FP:Ederon in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. 
|
|
|
|
|
|
Rank: Advanced Member
Joined: 10/14/2007(UTC) Posts: 48 Location: Denver
Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
Thank you very much... Is there a "donate" button or anything similar so that I can contribute and help the team here??
One more question, I see that there are google ads on the forum, is that something we can turn off, or put our own ads?
Thanks again, Kenny.
|
|
|
|
|
|
 Rank: YAF Developer
Medals:  
Joined: 7/12/2005(UTC) Posts: 1,899 Location: on Dock Street
Thanks: 2 times Was thanked: 9 time(s) in 9 post(s)
|
xuanvu wrote:One more question, I see that there are google ads on the forum, is that something we can turn off, or put our own ads? Yes, and Yes.  "It's a case of RTFM.. the only problem being we don't have a manual!" When I post FP:Mek in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Ederon  )
|
|
|
|
|
|
Rank: Member
Joined: 11/20/2007(UTC) Posts: 16 Location: Colorado
Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
Ederon wrote:zewar96 wrote:the next version should be able to. What he said. 1.9.3 will support providers model. Any guesstimate on when 1.9.3 will be released?
|
|
|
|
|
|
Rank: YAF Head Dude
Medals:  
Joined: 10/9/2004(UTC) Posts: 4,152 Location: Raleigh, NC
Thanks: 35 times Was thanked: 94 time(s) in 49 post(s)
|
Well, when you say "release" do you mean production stable? If yes, then not for a while (maybe a month or two -- depending on issues). If you mean a test (ALPHA) release that has bugs, then this week. "I have a simple philosophy: Fill what's empty. Empty what's full. Scratch where it itches.”. 
|
|
|
|
|
|
Rank: Member
Joined: 12/6/2007(UTC) Posts: 12 Location: Bulgaria
Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
I've posted this in another thread but I guess I should have posted it here. Quote: Can you explain what exactly you have implemented.
You have created your own membership provider that I can plug into ASP.NET membership service or you have created your own membership service that I can build provider for?
My personal problem is that I have(ok I don't have it yet but I will have it) a website using ASP.NET SQL Membership Provider and I want to integrate a forum to use the same users. Can I use YAF to do this?
Thanks
|
|
|
|
|
|
 Rank: YAF Developer
Medals:  
Joined: 7/12/2005(UTC) Posts: 1,899 Location: on Dock Street
Thanks: 2 times Was thanked: 9 time(s) in 9 post(s)
|
We have built our own membership provider that works in the existing ASP.NET membership. If your keen to start using the provider you can find it YAF 1.93 which in its unfinished form is on the Sourceforge SVN (details of how to obtain are on the Source Code stickied topic here).  "It's a case of RTFM.. the only problem being we don't have a manual!" When I post FP:Mek in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Ederon  )
|
|
|
|
|
|
Rank: Member
Joined: 12/6/2007(UTC) Posts: 12 Location: Bulgaria
Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
So basically I'll be using YAF's database to store the website's users. I guess you couldn't do the opposite because YAF's database stores much more user information than the default ASP.NET SQL Membership Provider. And is there any API which I can use to programatically register users. Something like webservice for example, that I can use to duplicate user account from the website on the forum.
I tried looking at the code but it is not that easy with Visual Studio Express Edition and I cannot really spent time on this at work.
Thank's a lot.
|
|
|
|
|
|
 Rank: YAF Developer
Medals:  
Joined: 7/12/2005(UTC) Posts: 1,899 Location: on Dock Street
Thanks: 2 times Was thanked: 9 time(s) in 9 post(s)
|
atm it just syncs between the Membership provider and creates YAF registrations if they are missing, a register service would be a pretty nice idea for those of us who integrate but don't expect anything too soon.  "It's a case of RTFM.. the only problem being we don't have a manual!" When I post FP:Mek in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Ederon  )
|
|
|
|
|
|
Rank: Member
Joined: 12/6/2007(UTC) Posts: 12 Location: Bulgaria
Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
What is that "just syncs between the membership provider and creates YAF registrations"? I couldn't figure that out from your post.
|
|
|
|
|
|
 Rank: YAF Developer
Medals:  
Joined: 7/12/2005(UTC) Posts: 1,899 Location: on Dock Street
Thanks: 2 times Was thanked: 9 time(s) in 9 post(s)
|
Jaben has included code which synchronises the users in the membership provider into YAF, effectively auto-registering any member in the membership when YAF is run.  "It's a case of RTFM.. the only problem being we don't have a manual!" When I post FP:Mek in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Ederon  )
|
|
|
|
|
|
Rank: Member
Joined: 12/6/2007(UTC) Posts: 12 Location: Bulgaria
Thanks: 0 times Was thanked: 0 time(s) in 0 post(s)
|
So I can have the Microsoft membership database tables (that I get with aspnet_regserv.exe) and YAF will sync with them? When someone changes the password in the membership tables he would have changed YAF password and the other way round if a user changes YAF password he would changed the password in the membership tables. Did I get it right?
|
|
|
|
|
|
Rank: YAF Head Dude
Medals:  
Joined: 10/9/2004(UTC) Posts: 4,152 Location: Raleigh, NC
Thanks: 35 times Was thanked: 94 time(s) in 49 post(s)
|
It's not heavily synced. YAF just keeps a reference to the UserProviderID and a copy of the roles structure. Really, the main syncing is with Roles... YAF keeps the roles structure because of it's "legacy" DB-based permission system. I'm planning to modify in future versions of YAF but it will require a completely redesigned DB system. "I have a simple philosophy: Fill what's empty. Empty what's full. Scratch where it itches.”. 
|
|
|
|
|
|
Yet Another Forum.NET
»
YAF Forum Discussions
»
YAF Feature Requests
»
Integrate with my existing asp.net membership driven site?
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
YAFPro Theme Created by Jaben Cargman (Tiny Gecko)Powered by YAF 1.9.4 RC4 | YAF © 2003-2010, Yet Another Forum.NETThis page was generated in 0.232 seconds.
|
|
|
|
|