InstantASP Community Forums
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        


12»»

Questions about V2 Expand / Collapse
Author
Message
Posted 19/03/2008 13:19:47
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: 28/08/2008 16:11:00
Posts: 44, Visits: 241
When I ran the install script I got no "demo" categories - when i ran the 1.3 > 2.0 upgrade script I got "demo" categories, surely that's the wrong way around?

Instantkb_adminusers > FullName has been upgraded across to v2 as InstantASP_Users as Username, should that not be Username > Username and FullName > FirstName or LastName?  

Oh, just realised the article has the UserName attached to it and not an almalgamation of FirstName LastName, so changing this will put usernames against the article.  Actually this isn't good because it's showing people all the Usernames to everyone who visits.  It would have been better to populate the FullName into either the FirstName or LastName and use that against the article as the editor.

I have had some categories appear (apart from the "demo" ones) that cannot be seen in the 1.3 version, I'm having a stab in the dark here that these categories have had the parent category deleted in 1.3 and the upgrade has defaulted them to root?

TotalVisits for users (not admin users) has had a default figure of 38 put in by the upgrade? Where's it got that from ?

On a better note V2 looks awesome if not complicated from an admins point of view, great work chaps.

Post #13779
Posted 19/03/2008 13:31:00
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: 28/08/2008 16:11:00
Posts: 44, Visits: 241
Hmm actually it would seem the TotalVisits is incrementing for ALL users (not admins) whenever anyone uses the KB, logged in or not.

{edit} I figured this out... ... USERS are brought across from V1.3 without an email address (cos in 1.3 they don't have one).  My investigative skillz have deduced that the tracking is done against the email address (I'm gonna look stupid if this is wrong ) So when all users are migrated with no email address the normal usage of the KB will increment the TotalVisits count.  Cos when I entered an email address for 1 of the users it stopped incrementing every user   Simple eh!!

Post #13780
Posted 19/03/2008 13:56:32
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: 28/08/2008 16:11:00
Posts: 44, Visits: 241
After looking at it again it would be easier to just leave login by email rather than change it to login by username, that way the displayed username is of no use to anyone.
Post #13781
Posted 19/03/2008 15:25:11
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: 28/08/2008 16:11:00
Posts: 44, Visits: 241
Replying to myself 4tw

After a 1.3 > 2.0 upgrade, on the manage member groups screen, all the permission sets boxes have no permissions assigned to them.  I can update 1 and then it errors, if I update 1 and then leave the screen it completely trashes the connection and all I get are asp error pages.  Only way back I found is to restore the 1.3db and run the upgrade again (though I only did that cos I couldn't find the entries in the SQL db).

I would love to give you the error screens but I don't want to trash it again

Post #13782
Posted 19/03/2008 15:27:47
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: 28/08/2008 16:11:00
Posts: 44, Visits: 241
Feature request on any further releases:

Can the SMTP password (in the whole settings for the KB) be masked out in the application please and not show the actual password.

Post #13783
Posted 20/03/2008 03:11:36


Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: Today @ 01:59:16
Posts: 46, Visits: 517
RobH (19/03/2008)
When I ran the install script I got no "demo" categories - when i ran the 1.3 > 2.0 upgrade script I got "demo" categories, surely that's the wrong way around?

...

I have had some categories appear (apart from the "demo" ones) that cannot be seen in the 1.3 version, I'm having a stab in the dark here that these categories have had the parent category deleted in 1.3 and the upgrade has defaulted them to root?

Yeah I had the same thing.  From that I can tell they are actually the demo categories from 1.3

1.3 doesn't seem to actually delete them from the database, but rather just remove them from the ActiclesTreeNodes table (The one responsible for building the and managing the categories)

So the upgrade script is just copying over all Categories in the db whether they are still an active category or not.

Post #13785
Posted 20/03/2008 03:25:11


Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: Today @ 01:59:16
Posts: 46, Visits: 517
RobH (19/03/2008)
Feature request on any further releases:

Can the SMTP password (in the whole settings for the KB) be masked out in the application please and not show the actual password.

 

Hi Rob. 

I'm not sure why they would have left it unmasked.  But assuming masking it causing no problems here is how you can do it (will take about 2 mins to complete)

 

1) find and open: ..\InstantKB20\Skins\Classic\Admin\Controls\adminsettingsemailsmtp.ascx

  1. 2) Goto line 67. It should look like:
  2. <InstantASP:TextBox CssClass="FormInputText" id="txtSMTPPassword" runat="Server"/>

3) add "TextMode="Password" " to the line. ie it should now look like:

<InstantASP:TextBox CssClass="FormInputText" TextMode="Password" id="txtSMTPPassword" runat="Server"/>

4) Save the file.

IT should all work find now.

 

Regards

The Prophet

Post #13786
Posted 20/03/2008 04:18:29


Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Customers
Last Login: Today @ 01:59:16
Posts: 46, Visits: 517
Not sure if this is even possible (will probably have a play myself later) but here is my feature request.

We have a few links floating around for various articles.  Is it possible to create URL Redirector values for these the old links

eg port:

http://xx/KB/article.aspx?id=10025

to

http://xx/KB/KnowledgebaseArticle10025.aspx

and

http://bknewho-web/BradkenKB/?cNode=1L6T2T&pNodes=5U3R1S:4B2U3M

to

http://bknewit-develop/kb20/KnowledgebaseCategory57.aspx

the second is probably a lot harder obviously.  was just wondering.

Thanks.

The Prophet

Post #13788