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
0
votes
0 answers

Installation of YAF (https://tools.netsa.cert.org/yaf/download.html#)

make[2]: *** [Makefile:684: yaf] Error 1 make[2]: Leaving directory '/home/prem/Downloads/yaf-2.8.4/src' make[1]: *** [Makefile:1054: all-recursive] Error 1 make[1]: Leaving directory '/home/prem/Downloads/yaf-2.8.4/src' make: *** [Makefile:638:…
0
votes
1 answer

Integrate YAF.NET in my existing ASP.NET WebForm project

Ok so I have a website and I want to integrate it with YAF.NET, I'd like YAF.NET to use the same Membership Provider as my web application already does, and I was wondering what would be the best way to achieve this result. I have both the webapp…
bevacqua
  • 47,502
  • 56
  • 171
  • 285
0
votes
1 answer

Tinymce5 mobile reply background colour issue

I am using tinymce5 with yet another forums. In mobile view the background is black I want it to be white but I am unsure as to what I need to change to get a white background. In the reply box on clicking the edit image it's adding inline styles…
Ismail
  • 923
  • 2
  • 12
  • 29
0
votes
1 answer

integrating YAF.NET in my MVC3 Razor Solution

I would like to know if there is a way to integrate YAF.NET to my MVC3 Application? I dont want YAF to be inside my page like using my masterpage or stuff like that, I just want it to be in a subfolder like /forum and if a user clicks the "forum"…
darkdog
  • 3,805
  • 7
  • 37
  • 47
0
votes
1 answer

PhpStorm does not support yaf's init method

In other class, PhpStorm can identify __construct() function, but in yaf controller it can not identify the initialization method init(), resulting in the init() can not trace initialization operation. class TestController extends…
张轩铭
  • 3
  • 3
0
votes
1 answer

Login Authentication in YAF.net 1.9.4

How do I use the Log in Authentication of YAF (Yet Another Forum) 1.9.4 in my current project? The reason why I am asking is that I made yaf forum as my subfolder in my project and I still have 3 other folders other than that named Students, Teacher…
Kid
  • 100
  • 1
  • 3
  • 16
0
votes
1 answer

Multiple distinct YAFNET forums (via different pages) on same site

I have an existing YAFNET forum at http://www.paydirt.co.nz/forums/ concerned with Gold Fossicking and Metal Detecting. At present these two "Categories" are all grouped together on a single page. Unfortunately from time to time I get a bit of…
Gavin
  • 5,629
  • 7
  • 44
  • 86
0
votes
1 answer

YetAnotherForum Upgrade encountering a SQL DB issue

We've been using yaf since 2001 or 2002. The version of our forums is 1.7 with more than 2.5 million users registered, which makes for a lot of data... I've made a copy of the actual DB and I'm trying to upgrade this installation to version 2.1.1,…
Sebastien H.
  • 6,818
  • 2
  • 28
  • 36
0
votes
1 answer

How to debug YAF with visual studio 2010 Express

I am building a membership provider for use with YAF. I want to be able to debug YAF to understand and follow the process through. I downloaded and installed YAF sucessfully. I then installed the YAF sources and built them sucessfully. So, I have a…
Nigel
  • 247
  • 1
  • 3
  • 12
0
votes
0 answers

Unknown server tag YAF:Forum

I am trying to run YAF inside of Sitecore ... apparently this is not an easy thing to do. I have worked through all of my other errors, but this one seems to keep coming up... any ideas? Supposedly, there is some this is my error, perhaps someone…
Paul T. Rykiel
  • 1,177
  • 6
  • 26
  • 48
0
votes
0 answers

Duplicate Dll's

I am trying to integrat Sitecore with YAF ... I am running into a non-program specific error and I am hoping someone can help me. I run my program and I recieve the following error: Compiler Error Message: CS0433: The type 'YAF.Forum' exists in…
Paul T. Rykiel
  • 1,177
  • 6
  • 26
  • 48
0
votes
3 answers

If seems I have duplicate dll, but I have tried to elimate or then the other... they both are required

Hi I am trying to load/install a software product called "YAF" YetAnotherForum"... it runs great as a standalone, but now I am trying to integrate it in my Sitecore CMS system so that I may utilize the single sign-on features and create an IFrame.…
Paul T. Rykiel
  • 1,177
  • 6
  • 26
  • 48
0
votes
1 answer

Importing Vanilla Forum to SQL Server

I'm trying to get the data from a Vanilla Forums export into SQL Server so I can then write some sort of script to import it into YAF.NET. I've tried with an integration services project and the SQL Server import wizard. The forums and users went…
Echilon
  • 10,064
  • 33
  • 131
  • 217
0
votes
1 answer

User selected theme.css for YAF in ASP.NET

I have two primary themes, one dark, one light for the forum, however, with the background of the ASP.NET Site.Master not blending in with both I have decided to change the entire template predicated on what the forum theme the user chooses. So the…
Kevin
  • 1
  • 3
0
votes
1 answer

Getting "Error Occurred" (only) when implementing my Facebook Login. What am I doing wrong?

I'm trying to implement a Facebook Login on the forum in my website. The code is perfectly correct -- It's been tested and I've quadrupled-checked that. The button is there! When clicking the "Log in with Facebook" button ... it brings up the…