This is a forum to suggest new features for mojoPortal.
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
Hi Bob,
Thanks for sharing, I've downloaded the file and will try it out when I get a chance.
Cheers,
Joe
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);
.......
Is there anyone else using this or is there a more recently updated version?
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.