Welcome Guest Search | Active Topics | Log In | Register

8 Pages «<34567>»
YAF v1.9.3 BETA (UPDATED: 7/3/2008) Options · View
EP
#61 Posted : Friday, July 11, 2008 6:29:38 AM
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?
Jaben
#62 Posted : Friday, July 11, 2008 9:48:06 PM

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”."

EP
#63 Posted : Friday, July 11, 2008 11:06:45 PM
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? Confused

TIA

EP
#64 Posted : Friday, July 11, 2008 11:17:00 PM
Rank: Member


Joined: 6/20/2008
Posts: 17
Jaben
#65 Posted : Saturday, July 12, 2008 10:22:22 AM

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”."

EP
#66 Posted : Thursday, July 17, 2008 7:10:11 PM
Rank: Member


Joined: 6/20/2008
Posts: 17
thank you, sir. that was the issue.
microsoul
#67 Posted : Saturday, July 19, 2008 12:08:50 PM
Rank: Advanced Member



Joined: 4/3/2008
Posts: 42
Location: Treviso Italy
will be available when the final release?
My Forum: Synology italia
phaedoHD
#68 Posted : Wednesday, July 23, 2008 11:27:17 AM
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.
Blackred
#69 Posted : Friday, July 25, 2008 10:58:50 AM

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 Smile

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.
Blackred
#70 Posted : Friday, July 25, 2008 11:45:03 AM

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
Jaben
#71 Posted : Friday, July 25, 2008 11:37:44 PM

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”."

ash360
#72 Posted : Saturday, July 26, 2008 6:49:25 PM

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
plozzman
#73 Posted : Wednesday, July 30, 2008 3:19:05 AM
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

Frumph
#74 Posted : Wednesday, July 30, 2008 10:20:25 AM

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 ?

Jaben
#75 Posted : Wednesday, July 30, 2008 8:02:47 PM

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 Smile

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
8 Pages «<34567>»
Forum Jump  
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.

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.3 RC2 | YAF © 2003-2008, Yet Another Forum.NET
This page was generated in 0.211 seconds.

SourceForge.net Logo Powered by ASP.NET v2.0 411ASP.NET