Questions tagged [yaf]

YAF is an acronym for any software application which has a name that starts with the words "Yet another." Each application defines the "F" uniquely. For example: Yet Another Forum, Yet Another Framework, Yet Another Flowmeter, etc.

References

37 questions
4
votes
4 answers

Functions and classes of PHP extentions in PhpStorm

Are functions of an extension fetch-able for an IDE like PHPStorm when they are given path to php.ini file of extension folder path? I saw that EasyPHP list functions of an extension beside it for those extension that are delivered with it, but it…
Handsome Nerd
  • 17,114
  • 22
  • 95
  • 173
2
votes
1 answer

Existing website + BugNET + YAF ASP.NET Membership Integration

Ok I have a group of three web applications. My existing web application doesn't have any customization whatsoever, it just used the basic membership providers. YAF.NET uses custom providers, the one that posed a problem was the custom profile…
bevacqua
  • 47,502
  • 56
  • 171
  • 285
2
votes
0 answers

Inheritance security rules violated while overriding member?

Possible Duplicate: Inheritance security rules violated while overriding member - SecurityRuleSet.Level2 Inheritance security rules violated while overriding member: 'YAF.Types.Flags.FlagsBase.GetObjectData(System.Object, …
bevacqua
  • 47,502
  • 56
  • 171
  • 285
2
votes
0 answers

Yet Another Forum integration with Orchard CMS

I'd like to add YAF to my Orchard site. The problem is, I don't want users to have to sign up to both the site and forums. Does anyone have some advice on how I may go about integrating the two, or perhaps suggest another forum which is easier to…
pookie
  • 3,796
  • 6
  • 49
  • 105
1
vote
1 answer

Adding a field to a registration form in my forum --how to alter the database?

I'm using YAF (Yetanotherforum), and it's in asp.net 4.0 / C#. I'm using Visual Studio 2010 and MS SQL Server Management Studio. My goal is to put a "company name" field underneath the "email" field in the registration form; currently, no 'company…
Jason Weber
  • 5,653
  • 6
  • 40
  • 73
1
vote
1 answer

YAF 1.9.5.5: Integrate MVC 3 with YAF (login and register)

i have a MVC 3 project and want to integrate YAF forum inside of my project, but i dont know how to make a register page and login page (in MVC 3 project) that when i register an account, YAF create an user too, the same with login page, i just want…
Hieu Nguyen Trung
  • 1,624
  • 5
  • 21
  • 32
1
vote
1 answer

ASP.NET MVC application with YAF - SSO integration issue

I've developed ASP.NET MVC application. I want to integrate it with YAF (YetAnotherForum.NET) and provide SSO (Single Sign-On) for it. What I've done is I've created virtual directory for YAF in IIS and simply added a link to YAF from my app. My…
jwaliszko
  • 16,942
  • 22
  • 92
  • 158
1
vote
1 answer

YAF terminating on error (couldn't create connected TCP socket)

I've installed and configured YAF (v. 2.8.4) + SiLK(v. 3.12.1) on Debian 8.2, and I faced with 2 problems: 1st. Every time I start yaf, as long as a TCP connection established, yaf process terminated with this error: [2016-05-25 08:13:36] yaf…
MrRolling
  • 2,145
  • 1
  • 24
  • 33
1
vote
0 answers

How to integrate YAF in N2-based ASP.NET MVC site?

I'm building an N2-based ASP.NET MVC site, which is part of a larger Windows Azure solution. The problem I am stuck with is integrating in my project N2's own forum add-on, which is basically YAF (Yet Another Forum). I've been wrestling with the…
tishon
  • 650
  • 6
  • 14
1
vote
0 answers

PHP+nginx+Yaf use one page to get another page stucked and nginx crashed

I want to use curl to get one page content and save as static html file, environment: Yaf+PHP5.3+nginx; When I run the code, page was stucked loading, after several seconds nginx crashed. test1 Controller code below: class Test1Controller extends…
张明明
  • 11
  • 2
1
vote
0 answers

User-friendly URLs for user profiles in YaF

I'm using YAF Framework and want to make the user's profile link to be user-friendly by using their usernames, if username is abdelhady so I want the url to be: www.mysite.com/abdelhady which of course will route back to something like…
AbdelHady
  • 9,334
  • 8
  • 56
  • 83
1
vote
1 answer

YAF - Authenticate user from main page

Specs: MVC 4 RAZOR C# IIS 7.5 Using YAF - http://yetanotherforum.net/ .NET 4 What's happening? I have a site: http://www.mysite.com and at that site I have set up YAF and when a user visits http://www.mysite.com/forum they are taken to the…
pookie
  • 3,796
  • 6
  • 49
  • 105
1
vote
1 answer

Installing YAF in Sitecore ... config password?

I am trying to install /yaf/install on my localhost, I get to the screen enter config password: I enter "admin" as I am told that is the default I keep getting "wrong password" I have searched for the folder /forum/app.config I do not seem to have…
Paul T. Rykiel
  • 1,177
  • 6
  • 26
  • 48
1
vote
1 answer

php mvc change default url pattern

I'm using yaf php framework I want to get param array. ex: My url:... mvcSample/svc/saveUser/user1/pass/a@b.c/joe/foo My output params dump: array (size=3) 'user1' => string 'pass' (length=4) 'a@b.c' => string 'joe' (length=3) 'foo' =>…
1
vote
1 answer

Azure Active Directory Single Sign On

I have a few websites that are running mojoPortal and Yet Another Forum, and several custom websites with ASP.net web forms (vb.net). I plan to add additional ASP.net websites too. I would like to have a single sign on for all sites, be able to…
1
2 3