Dialogue icon indicating copy to clipboard operation
Dialogue copied to clipboard

Forum package for Umbraco v7.1 onwards

Results 37 Dialogue issues
Sort by recently updated
recently updated
newest added

Please see the video. https://www.screencast.com/t/8yW1ar15f Also, how do you view Topics in the backend?

Hi, I'm getting an error when clicking on the 'Click Here to Complete Installation' button. I'm using Umbraco version 7.7.6. The log file doesn't provide any more information than the...

Please update the latest source code in master Branch.

Please Help me with Debugging the source code. The Approach I followed currently , 1.Installed the dialogue Forum package . 2.Pulled latest Source from the Github and seprated the Dialogue.Logic...

Dialogue 2.0 When users are registering with google login, they are shown a message of "Invalid Password" There appears to be no way to change the password requirements for a...

I am able to integrate Dialogue with Umbraco 7.6.4. While testing the notifications, I am able to receive administrator email when new user registers. Notificaton for private message also works....

I'm not sure if it is just the differences with Umbraco 7.6.5, but I am getting an error trying to view the forum that was installed. I have published all...

Inside this method you create a dummyHttpContext like this `dummyHttpContext = new HttpContextWrapper(new HttpContext(new SimpleWorkerRequest("blah.aspx", "", new StringWriter())));` I was wondering if there is a reason that we could not...

Hey Currently the MemberImage uses the GetGravatarImage class in AppHelper.cs, however it is hardcoded to format gravatar as an http image. Can this be changed to check if the request...

Here is a simple fix for the Application\ContextHelper.cs to get the right node based on the configuration changes you did. //var homeNode = helper.TypedContentAtXPath("//root//Dialog").FirstOrDefault(); var homeNode = helper.TypedContentAtXPath("//root//"+ DialogConfiguration.Instance.DocTypeForumRoot).FirstOrDefault(); //TODO:...