|
|
Rank: Member
Joined: 6/20/2008 Posts: 17
|
"Jaben: Added Admin Password Reset function for User Editor."
Where can I find this? Or is it only available to the currently logged in user?
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,950 Location: Honolulu, HI
|
EP wrote:"Jaben: Added Admin Password Reset function for User Editor."
Where can I find this? Or is it only available to the currently logged in user? It's in the Admin User editor. Nothing to do with logged in -- just lookup the user and there will be a reset tab. "When you are grateful, fear disappears and abundance appears”." 
|
|
|
Rank: Member
Joined: 6/20/2008 Posts: 17
|
Jaben wrote:EP wrote:"Jaben: Added Admin Password Reset function for User Editor."
Where can I find this? Or is it only available to the currently logged in user? It's in the Admin User editor. Nothing to do with logged in -- just lookup the user and there will be a reset tab. Thanks. alright...I'm still new to YAF, so still trying to figure it out... my site is running locally, virtual directory is called yaf, so my url is this: http://localhost/yaf/Default.aspx?g=admin_edituser&u=3 My forum is eB. Breadcrumbs say: eB » Administration » Users » Edit User "test" my "test user"'s id is 3 I have the following tabs: User Details, User Roles, User Profile, User Avatar, User Signature, User Points, Suspend User Now, I have clicked in each countless times and there are no options for passwords. Maybe I don't have the latest version? I downloaded it from this thread. Says: "You are running YetAnotherForum.NET version 1.9.3 beta." I am logged in as the admin account that was created during installation. Now, if I click the "My Profile" link it takes me to the Control Panel and I see a "Change Password" under the Personal Profile section, but that's not available to me if I click on someone else's profile after clicking on "Members" (outside of the admin) Does everyone else see this option clear as day, but me? TIA
|
|
|
Rank: Member
Joined: 6/20/2008 Posts: 17
|
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,950 Location: Honolulu, HI
|
Verify that you have the updated files from this archive. Doesn't look like your /pages/admin/edituser.ascx file is the newer version from the updated release. "When you are grateful, fear disappears and abundance appears”." 
|
|
|
Rank: Member
Joined: 6/20/2008 Posts: 17
|
thank you, sir. that was the issue.
|
|
|
Rank: Advanced Member

Joined: 4/3/2008 Posts: 42 Location: Treviso Italy
|
will be available when the final release?
|
|
|
Rank: Advanced Member
Joined: 11/22/2007 Posts: 30 Location: Seattle
|
ahsan wrote:I ran the the beta install to upgrade a database that the 1.9.3 alpha installed on it. The installation procedure said it completed successfully, but redirected me to the forum homepage where I received the following error:
Server Error in '/YetAnotherForum.NET-beta' Application.
Cannot insert the value NULL into column 'UserID', table 'YAF-playground.dbo.yaf_UserGroup'; column does not allow nulls. INSERT fails. The statement has been terminated. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Cannot insert the value NULL into column 'UserID', table 'YAF-playground.dbo.yaf_UserGroup'; column does not allow nulls. INSERT fails. The statement has been terminated.
Did you ever figure this out? I'm getting the same error.
|
|
|
 Rank: YAF Forumling
Joined: 7/25/2008 Posts: 2 Location: Glasgow
|
Hello, I have a couple of issues with this beta version, hopefully these are quick fixes you can help me out with  1. When setting up a new forum (/install/default.aspx), I complete the Create Forum form, and click Next at the bottom, but I get the following message:  The forum and admin user is created OK, I just don't know if there are any setup screens after this which might be causing the next problem. 2. When logging into the forum using the standard login page (/default.aspx?g=login&ReturnUrl=%2fdefault.aspx%3fg%3dforum) I get the following message when I click Forum Login  But, like the first issue it does log me in successfully, it just doesn't redirect me away from the login page. I downloaded the source from the link in the first post of this thread, and I'm using Visual Studio 2005 to run and install the forum. Any ideas? Cheers, Greg.
|
|
|
 Rank: YAF Forumling
Joined: 7/25/2008 Posts: 2 Location: Glasgow
|
Here's the stack trace for error number 1 above...
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at YAF.Classes.Data.DBAccess.ExecuteNonQuery(SqlCommand cmd, Boolean transaction) in C:\Projects\Arrange The Game\Forum\YAF.Classes\YAF.Classes.Data\DBAccess.cs:line 389 at YAF.Classes.Data.DBAccess.ExecuteNonQuery(SqlCommand cmd) in C:\Projects\Arrange The Game\Forum\YAF.Classes\YAF.Classes.Data\DBAccess.cs:line 371 at YAF.Classes.Data.DB.bbcode_save(Object bbcodeID, Object boardID, Object name, Object description, Object onclickjs, Object displayjs, Object editjs, Object displaycss, Object searchregex, Object replaceregex, Object variables, Object usemodule, Object moduleclass, Object execorder) in C:\Projects\Arrange The Game\Forum\YAF.Classes\YAF.Classes.Data\DB.cs:line 2751 at YAF.Classes.Data.Import.DataImport.BBCodeExtensionImport(Int32 boardId, Stream imputStream) in C:\Projects\Arrange The Game\Forum\YAF.Classes\YAF.Classes.Data\Import\DataImport.cs:line 32 at YAF.Install._default.CreateForum() in c:\Projects\Arrange The Game\Forum\YetAnotherForum.NET\install\default.aspx.cs:line 509
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,950 Location: Honolulu, HI
|
AJAX DOES NOT WORK with "Trace" enabled -- period. "When you are grateful, fear disappears and abundance appears”." 
|
|
|
 Rank: YAF Commander

Joined: 3/28/2008 Posts: 121 Location: New York
|
when will 1.9.3 will be released Visit my Forums: FORUMZ360.com
|
|
|
Rank: Member

Joined: 3/12/2008 Posts: 29 Location: Australia
|
ditto to what ash360 said. ash360 wrote:when will 1.9.3 will be released
|
|
|
 Rank: YAF Forumling
Joined: 7/30/2008 Posts: 8
|
Installed 1.9.3, had only minor problems.
1) New Install, didnt really realize what to do with the fulltext.sql file at first, wasnt clear. (got through it through)
2) When setting up the forum directies we were riddled with problems with being able to post to the seperate forums until we found the "delete cache" area.
3) the themes' .XML files dont all contain a resource for the FORUM:BANNER, so using this option in the admin - board settings was mute with all but one theme
4) I can setup administrator and moderator users easily enough but setting them as specific moderators for individual forum areas is completely unclear.
I know this is just a seriously silly question, but where the heck is sticky topic button in 1.9.3 ?
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,950 Location: Honolulu, HI
|
1. There is nothing to do with with it. Just during install if you click the "Install Fulltext" button it will install it. If you don't know what it is, ignore. 2. Yes, this needs to be worked on -- cache should be automatically deleted when new forums are added. FP: Ederon  3. Just add Forum:Banner to any theme if it's not there. 4. Howso? You have moderator access permissions. Just assign them the Group that has moderator access PER forum. If they do not, give them regular permissions. 5. Sticky is the option when you post the topic under "Priority". (Thoughts: should we change this wording? Seems people are confused by it...) "When you are grateful, fear disappears and abundance appears”." 
|
|
|
| Users browsing this topic |
|
Guest
|