Integrated Forum Options
imayat12
Posted: Monday, February 11, 2008 10:06:50 AM

Rank: Addict

Joined: 7/19/2006
Posts: 522
Location: Preston, UK
Guys,

Here is what i did for url redirect

Code:

  <add name="KickToForum"
   virtualUrl="^/customer-support/forums"                   
   destinationUrl="/forum/"
   rewriteUrlParameter="ExcludeFromClientQueryString"
   redirect="Application"                   
   ignoreCase="true" />       


I have page in umbraco /customer-support/forums and the forum is installed in virtual directory forum the above xml in urlrewriting should give you the redirect.

Regards

Ismail

Level 2 certified. If it aint broke dont fix.
tkoelemeij
Posted: Wednesday, February 27, 2008 10:03:16 PM
Rank: Newbie

Joined: 2/6/2008
Posts: 8
Hey guys, you thought it was working hè.
I have to dissapoint you, and myself offcourse.... :mad:
The last 2 weeks were really busy at work so i couldn`t spent much time on umbraco and yaf. So please can we give it an second try? :yes:

The last error about URL rewriting is solved by synchronising all the DLL files from the umbraco to yaf and vica versa.

The next error i get is the following:
The virtual path '/default.aspx' maps to another application, which is not allowed.
After some google i found an sollution to set Umbraco as the default application but that didn`t help, i have set the Application Settings of the virtual directory YAF the same as the main umbraco website directory. If i creating an new Website for yaf in IIS then the install wizard show nicely and also the sql connection is working.
I`m afraid that there is an simple thing i am doing wrong.....

I will write down the steps i have done to come to this error, mayb that will help.
1st. Simple umbraco installation, i have choosen the Creative Website Package.
2nd. Extract the newest yaf version to the map "yaf" within the main Umbraco directory.
3th. Synchronise all the DLL and other files from the yaf to the umbraco directory, also from umbraco to yaf helped me get a rid of the url rewriting error.
4th. Well.... now i get this error:
http://test.abovemaximum.nl/forum/
http://test.abovemaximum.nl/yaf/

At this moment i am doing some "trial and error".
Last question, do i need to go through the yaf wizard outside the umbraco site?
I hope you can get me back on track again. :w00t:

Thanks in advance,

Tijmen
Skiltz
Posted: Wednesday, February 27, 2008 10:19:47 PM
Rank: Devotee

Joined: 12/6/2007
Posts: 43
Hi

I updated my blog post a couple of weeks ago when I ran through the install again. You can see the site in my profile, not sure if the setup is the same as yours or not.

Thanks,
Matthew


New Zealand Umbracoee
tkoelemeij
Posted: Wednesday, February 27, 2008 11:38:54 PM
Rank: Newbie

Joined: 2/6/2008
Posts: 8
Yes,

At this moment i have got it working within my umbraco test site.

I have installed it (run through the wizard) outside umbraco and then intergrated it in umbraco following the steps on you site.
There are some flauws at this moment, like the button forum dissapears everytime i click forum but that will be on my to do list tomorrow night after work.
check if you like:
http://org.abovemaximum.nl

Another step closer......:w00t:
ImageIcon
Posted: Monday, March 03, 2008 5:08:40 PM
Rank: Newbie

Joined: 3/3/2008
Posts: 1
hello i tried following your guide.. and it works :D...

one tiny problem.. when trying to acces admin->host settings i get following error..

[NullReferenceException: Object reference not set to an instance of an object.]
yaf.pages.admin.hostsettings.BindData() +9656
yaf.pages.admin.hostsettings.Page_Load(Object sender, EventArgs e) +225
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
Phil
Posted: Friday, July 04, 2008 10:58:27 PM
Rank: Newbie

Joined: 7/4/2008
Posts: 5
Location: Denmark
Hi,
I have tried to integrate YAF to Umbraco, but with no success. I have added:
<connstr>user id=XXX;pwd=XX;data source=(local);initial catalog=XX;timeout=90</connstr>
<uploaddir>~/upload/</uploaddir>
<boardid>1</boardid>
<!-- Enable URL Rewriting -->
<enableurlrewriting>false</enableurlrewriting>
<!--logtomail>emailSpeak to the handserverSpeak to the handuserSpeak to the handpassSpeak to the hand</logtomail-->
<!--categoryid>1</categoryid-->
<!-- Enable these to use a custom user class "provider" -->
<!--CustomUserAssembly>TinyGecko.YAFIntegration.dll</CustomUserAssembly>
<CustomUserClass>TinyGecko.YAFIntegration.yafUserClass</CustomUserClass-->
</yafnet>

In the end, just before </configuration>.
I get an error on the config, does anyone know what I have done wrong?
Users browsing this topic
Guest


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.