Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 7 of 7

Thread: Can not type topic name when adding new topic

  1. #1
    Ybq2011 is offline Junior Member
    Join Date
    Mar 2011
    Posts
    18

    Default Can not type topic name when adding new topic

    I am trying to add new topic. I cannot type topic name, I have searched inside Forums. Someone mentioned change method "btnAdd_click()" in "topics.aspx.cs", I cannot find this file. I use ML9. Thanks in Advance!!!

  2. #2
    deanfp is offline Senior Member
    Join Date
    May 2009
    Location
    Sweden
    Posts
    556

    Default

    Do you mean you can type it but it does not save?

  3. #3
    Ybq2011 is offline Junior Member
    Join Date
    Mar 2011
    Posts
    18

    Default

    No, I cannot type topic name, the topic name textbox is gray, I can not type anything.

  4. #4
    mjg is offline Member
    Join Date
    Jan 2006
    Posts
    34

    Default

    I've seen this from time to time and it SEEMS to happen when you go to Add a new topic after you've been editing an existing one.

    You might just try clicking on the Content | Manage Topics link in the menu to reload the page clean and then add the new topic. You may find it will work.

    And no, I haven't been motivated enough to submit this a bug fix. Bad Mike...

    MJG
    EMM - Enhanced Email Manager

  5. #5
    Ybq2011 is offline Junior Member
    Join Date
    Mar 2011
    Posts
    18

    Default

    Thanks MIG, I figured out. It is simple. Just "Reset Cache". Then I can type topic name.

  6. #6
    benjamin is offline Member
    Join Date
    Oct 2008
    Posts
    39

    Default

    We also experience this same problem also. And the other bugs we found on the topics edit page in backend admin is this: it won't save data for Search Engine Title, Search Search Engine description, Search Engine keywords when you edit an existing topic. And if there were existing data there from before, it'll wipe that clear and null it out.

  7. #7
    benjamin is offline Member
    Join Date
    Oct 2008
    Posts
    39

    Default Fixed

    BTW, the fix for the Topic Name field being greyed out is a quick fix.

    Locate topic.aspx.cs under the Admin folder and comment out line 319:
    //ltName.Enable = false;

    That'll solve it. There's no reason to disable the topic Name when editing since the update lookup is being done by topicID