Welcome Guest Search | Active Topics | Log In | Register

2 Pages 12>
Integrate with my existing asp.net membership driven site? Options · View
xuanvu
#1 Posted : Sunday, October 14, 2007 10:02:04 PM
Rank: Member


Joined: 10/14/2007
Posts: 15
Location: Denver
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.
zewar96
#2 Posted : Sunday, October 14, 2007 10:24:02 PM
Rank: Member


Joined: 9/25/2007
Posts: 24
Location: work
the next version should be able to.
Ederon
#3 Posted : Sunday, October 14, 2007 10:31:34 PM

Rank: YAF Developer



Joined: 1/8/2007
Posts: 1,084
Location: Heart of Europe
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.
xuanvu
#4 Posted : Tuesday, October 16, 2007 4:46:48 AM
Rank: Member


Joined: 10/14/2007
Posts: 15
Location: Denver
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.
Mek
#5 Posted : Tuesday, October 16, 2007 8:36:51 AM

Rank: YAF Developer



Joined: 7/12/2005
Posts: 1,324
Location: on Dock Street
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 Smile )
Mesmashu
#6 Posted : Friday, December 07, 2007 6:33:31 PM
Rank: Member


Joined: 11/20/2007
Posts: 16
Location: Colorado
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?
Jaben
#7 Posted : Wednesday, December 12, 2007 10:48:32 AM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,022
Location: Honolulu, HI
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.
"When you are grateful, fear disappears and abundance appears”."

Stilgar
#8 Posted : Sunday, December 16, 2007 9:51:52 AM
Rank: Member



Joined: 12/7/2007
Posts: 15
Location: Bulgaria
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
Mek
#9 Posted : Sunday, December 16, 2007 10:15:05 AM

Rank: YAF Developer



Joined: 7/12/2005
Posts: 1,324
Location: on Dock Street
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 Smile )
Stilgar
#10 Posted : Sunday, December 16, 2007 10:28:23 AM
Rank: Member



Joined: 12/7/2007
Posts: 15
Location: Bulgaria
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.
Mek
#11 Posted : Sunday, December 16, 2007 11:13:49 AM

Rank: YAF Developer



Joined: 7/12/2005
Posts: 1,324
Location: on Dock Street
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 Smile )
Stilgar
#12 Posted : Sunday, December 16, 2007 11:20:33 AM
Rank: Member



Joined: 12/7/2007
Posts: 15
Location: Bulgaria
What is that "just syncs between the membership provider and creates YAF registrations"? I couldn't figure that out from your post.
Mek
#13 Posted : Sunday, December 16, 2007 12:25:41 PM

Rank: YAF Developer



Joined: 7/12/2005
Posts: 1,324
Location: on Dock Street
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 Smile )
Stilgar
#14 Posted : Sunday, December 16, 2007 12:37:21 PM
Rank: Member



Joined: 12/7/2007
Posts: 15
Location: Bulgaria
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?
Jaben
#15 Posted : Sunday, December 16, 2007 2:30:20 PM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,022
Location: Honolulu, HI
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.
"When you are grateful, fear disappears and abundance appears”."

Users browsing this topic
Guest
2 Pages 12>
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.3 RC2 | YAF © 2003-2008, Yet Another Forum.NET
This page was generated in 0.143 seconds.

SourceForge.net Logo Powered by ASP.NET v2.0 411ASP.NET