|
Saturday, June 16, 2007(UTC)
|
|
Saturday, October 24, 2009 10:35:17 AM(UTC)
|
38 [0.10% of all post / 0.03 posts per day] |
|
0
(View Thanks)
|
|
0
|
|
0
|
View All Posts by User
Hey all, since 1.9.3.X, Chrome has reported itself as AppleMAC-Safari 5.0. I've got the fix for 1.9.4.X
It turns out .NET itself reports it incorrectly so we must add an if statement. Project: YAF.Classes.CoreUserPageBase.cs ( YAF.Classes.Core.Context.UserPageBase) function InitUserAndPage()below line 534 add Code: if (HttpContext.Current.Request.UserAgent.ToLower().Contains("chrome")) browser = "Chrome 2.0"; with surrounding code: Code: string browser = String.Format( "{0} {1}", HttpContext.Current.Request.Browser.Browser, HttpContext.Current.Request.Browser.Version ); if (HttpContext.Current.Request.UserAgent.ToLower().Contains("chrome")) browser = "Chrome 2.0";
bool isSearchEngine = false;
|
|
aye, I copied the DLLs, but forgot to copy the web.config.
I feel like an idiot, thanks ^_^
|
Instead of doing the easy way and taking the src or bin version from the announcement, I opted to take the SVN route. It's more enjoyable...I think? Anyways, the image of the errors and warnings are attached. It seems I'm missing a reference to a script manager. I have deleted the trunk and re-added all the files to be sure but am still receiving these errors.
|
|
congrats. I'll have to try it out later today.
|
|
Awesome, thank you.
|
|
English is the default for the forum.
|
|
Hello, I cannot seem to make the rules change from the default rules. I have edited the english.xml file (default for the forum) but the rules are still the default.
Also, could there be an easier way to edit the rules? The only way I have found is though directly editing the XML file for the language.
EDIT: I am using the SVN from 2 weeks ago I believe
|
|
Just a heads up, the SVN version as of 2AM EST, September 1st does not work for the shout box. DBAccess was changed to YafDBAccess, as well as a few snippets changed in the new YafDBAccess file to make the shoutbox unusable :/
|
Hey all, I know this isn't a big issue as you can change your forum's timezone in the host admin settings, but it would be nice to have a way to enable DST between two different dates using the calendar function. Just a thought
|
|
It's in the Host Admin settings. There's an entire tab dedicated to editors.
|
|