|
Sunday, May 27, 2007
|
|
Tuesday, November 18, 2008 9:38:23 AM
|
21 [0.06% of all post / 0.02 posts per day] |
|
0
|
|
0
|
|
0
|
View All Posts by User
|
This sounds worthy of a sticky...
Or at least some kind of response...
|
|
Bump...any more information? The suggestions made above did not work.
|
|
I can't run the installation editor again...it wont let me.
|
|
Thankyou for the quick reply.
I checked app.config, the line is already there.
Here is the contents of my app.config file: (By the way, this should also be for a fresh database install; ie: Im installing the YAF database from scratch. However, this for a YAF install that goes into an existing application...
<appSettings> <!-- ****************************************************************** ** ConfigPassword Key ** Defaults to: Empty (not installed) ** Password to run configuration (/install/default.aspx) for the forum. If you cannot set write permissions on this file (app.config) you can enter manually enter a plain text password here that will be required when you attempt to run the configuration. A config password is required for security reasons. --> <add key="configPassword" value="<not shown here>" /> <!-- ****************************************************************** ** BoardID Key ** Defaults to: 1 ** You can create as many boards as you want and they will function as seperate forums (with seperate users). (Admin->Boards to create new boards.) You can also specify "BoardID" in the forum control. --> <add key="BoardID" value="1" /> <!-- ****************************************************************** ** EnableURLRewriting Key ** Defaults to: false ** For advanced users who need SEO-quality URLs on their forum. If you don't know what SEO is, you probably don't need to enable. --> <add key="EnableURLRewriting" value="false" /> <!-- ****************************************************************** ** databaseObjectQualifier Key ** Defaults to: yaf_ ** For advanced users who want to change the prefix for Yaf DB structure. --> <add key="databaseObjectQualifier" value="yaf_" /> <!-- ****************************************************************** ** databaseObjectQualifier Key ** Defaults to: yaf_ ** For advanced users who want to the change the default permissions for the YAF DB structure. --> <add key="databaseOwner" value="dbo" /> <!-- ****************************************************************** ** providerExceptionXML Key ** Defaults to: ProviderExceptions.xml ** The file that the providers pull exception messages from. --> <add key="providerExceptionXML" value="ProviderExceptions.xml" /> <!-- ****************************************************************** ** UploadDir Key ** Defaults to: "~/upload/" **
Provide a relative path to the directory where uploads will go if different from the default. Make sure there is write permissions to this directory. --> <add key="UploadDir" value="~/upload/" /> <!-- ****************************************************************** ** Membership Provider Key Type ** Defaults to: "System.Guid" **
The type that the membership provider expects the ProviderKey to be. Most providers use expect System.Guid. Valid values include: System.Guid (default) System.String (max 64 character length) System.Int32 System.Int64 --> <add key="ProviderKeyType" value="System.Guid" />
<!-- ****************************************************************** ** Optional Root Key ** Defaults to: "~/" **
If YAF forum files are not located in the Application Root (~/) of your web site you need to specify the additional url in this root key. Example: Application Root is "www.mysite.com/" You want your forum at "www.mysite.com/forum". You need to specify "/forum" in your root key below. PLEASE NOTE:
YAF .dll files (from the \bin directory in the zip) AND ALL files in the \App_Code directory MUST be located in the Application Root. --> <add key="root" value="/yaf/" /> </appSettings>
|
I have the following error:
|
|
I assume I have to use <system.web> <HttpModules> <add name=blah blah
Instead of <system.webserver> <modules> <add name=blah blah
...right?
|
I have read the step by step instructions for integrating with an existing website here: http://wiki.yetanotherfo...web.config%201.9.3.ashx
However, the tags <system.net></system.net>, <modules> </modules>, and system.webServer> </system.webServer> are not recognized by IIS 6.0...those tags are new to IIS 7. I don't have IIS 7.
|
Nice response, thanks
|
|
If signature space was setup the same way avitar space, then yes...it would be the height AND width in pixels.
Basically, if the asp.net code that writes the signature space where signature goes in placed also writes along with it a good 'ol fashioned html table, with one row, and one column, and style="height: 135px; width: 768px"...then, if anyone tries to link into that one-cell table an image that is larger than 135x768, it will be automatically shrunk down.
I choose 768x135, because that way old geezers like myself who still have their display settings at 1024x768 can still read the boards...and if someone with super vision has their system set to 1600x1200 and peoples signatures look tiny, thats just too bad.
Using "a good 'ol brain" is not an option, because my board users don't necessary have those, or, more likely, don't give a shit...and I don't have the time to manually take out signatures that are too large and replace it with cute message that say "Your signature has violated the max image dimensions allowed on these boards, and has been removed".
|
|
I need to limit the max size signature users can have. Where do I set it? I could not find it in host settings.
|
|