|
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 13/11/2008 13:12:14
Posts: 1,955,
Visits: 3,014
|
|
Hey Prophet, Hope your well. We will with the final version offer legacy redirects out the box. It's spmething we didn't manage to squeeze into this update. Luckily what you require is very simple. Open up the URLRewrite.config file within note pad or similar ascii editor and added the following rules... <Rule Value="~/article.aspx?id=([0-9]+)">~/KnowledgebaseArticle.aspx?ArticleID=$1</Rule> <Rule Value="~/(.*)?cNode=1L6T2T(.*)">~/KnowledgebaseCategory57.aspx</Rule> I've not tested that second one but it should be ok. Keep me posted,
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 13/11/2008 13:12:14
Posts: 1,955,
Visits: 3,014
|
|
TheProphet (20/03/2008)
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 - 2) Goto line 67. It should look like:
- <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 Will change to this work like this out the box.
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|
|
Forum Member
      
Group: Customers
Last Login: 28/08/2008 16:11:00
Posts: 44,
Visits: 241
|
|
| No panic Ryan, I'm "testing" the upgrade on another computer I built up, it's not live so no harm done in any of this and no panic to get any scripts to alter anything.
|
|
|
|
|
Forum Member
      
Group: Customers
Last Login: 28/08/2008 16:11:00
Posts: 44,
Visits: 241
|
|
Might make more sense to you to see the "demo" categories we're talking about  I masked 2 out which are not "demo" ones which I am unsure where these are from (but related to the company I work for)
|
|
|
|
|
Forum Member
      
Group: Customers
Last Login: 28/08/2008 16:11:00
Posts: 44,
Visits: 241
|
|
New one - in the staff and admin CP there's a InstantKB.Net tab looking thing (below the welcome username link) it seems to be hard coded to instantkb20, I don't think it would take much changing but since you got other changes to make
|
|
|
|
|
Forum Member
      
Group: Customers
Last Login: Today @ 01:59:16
Posts: 46,
Visits: 517
|
|
RobH (20/03/2008)
Might make more sense to you to see the "demo" categories we're talking about  I masked 2 out which are not "demo" ones which I am unsure where these are from (but related to the company I work for) 
Hi Rob, Yes those are the Demo Categories from 1.3 that I mentioned in my previous post. The delete function doesn't work properly and it leaves a records in the database. If you have a copy of your 1.3 DB somewhere have a look through the main categories table. The upgrade script is pulling these across as well. This also happens for any other categories that you deleted in the past. Regards The Prophet
|
|
|
|
|
Forum Member
      
Group: Customers
Last Login: Today @ 01:59:16
Posts: 46,
Visits: 517
|
|
Ryan Healey (20/03/2008)
Hey Prophet, Hope your well. We will with the final version offer legacy redirects out the box. It's spmething we didn't manage to squeeze into this update. Luckily what you require is very simple. Open up the URLRewrite.config file within note pad or similar ascii editor and added the following rules... <Rule Value="~/article.aspx?id=([0-9]+)">~/KnowledgebaseArticle.aspx?ArticleID=$1</Rule> <Rule Value="~/(.*)?cNode=1L6T2T(.*)">~/KnowledgebaseCategory57.aspx</Rule> I've not tested that second one but it should be ok. Keep me posted, The First Rule I worked out the other day and tried, but for some reason it doesn't want to work. As for the second, It looks like it should work, but only for 1 category, and as I have about 500+ categories, I don't really want to add each one too the URLRewrite file. Note: while it looks like it should work, just like the first rule it too doesn't work at all. Regards The Prophet
|
|
|
|
|
Forum Member
      
Group: Customers
Last Login: Today @ 01:59:16
Posts: 46,
Visits: 517
|
|
RobH (20/03/2008)
New one - in the staff and admin CP there's a InstantKB.Net tab looking thing (below the welcome username link) it seems to be hard coded to instantkb20, I don't think it would take much changing but since you got other changes to make  This is only semi hard coded. You can change it here: \InstantKB20\Configuration\apps.config Just open that file in a text editor. Regards The Prophet
|
|
| |