New Forum possibility - YAF integration

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
12/19/2007 6:45:55 AM
bob
Gravatar
Total Posts 126
YAF developer

New Forum possibility - YAF integration

A new possibility for MS SQL Server junkies. YetAnotherForum integration  for mojoPortal. Thought, I think it's a feature response

http://russianjoomla.narod.ru/downloads/yaf.7z

12/27/2007 7:35:48 AM
Gravatar
Total Posts 18439

Re: New Forum possibility - YAF integration

Hi Bob,

Thanks for sharing, I've downloaded the file and will try it out when I get a chance.

Cheers,

Joe

8/1/2008 3:07:53 AM
Gravatar
Total Posts 5

Re: New Forum possibility - YAF integration

That's beter:

public class MojoPortalUrlBuilder : IUrlBuilder
{

........

if (tabID != null)
{
return string.Format("{0}?tabid={1}&{2}&pageid={3}", currentPath, tabID, url, _PageID);
}
return string.Format("{0}?{1}&pageid={2}", currentPath, url, _PageID);

.......

8/24/2008 3:13:06 PM
Gravatar
Total Posts 5

Re: New Forum possibility - YAF integration

Is there anyone else using this or is there a more recently updated version?

2/16/2009 3:49:12 PM
Gravatar
Total Posts 2

Re: New Forum possibility - YAF integration

How can i integrate the YetAnotherForum code from above to the release 2.2.8.6? Any steps , documentation? i followed the modifications.txt steps but i get and error

Failed to get configuration from Web.config

I have all the files and database in place.

 

You must sign in to post in the forums. This thread is closed to new posts.