V2.0.0.53 1. How do I delete a topic page?
2. After creating a new page, I was able to edit, add stuff, etc. but when I went to it and clicked "Rename". It produced this error: ************************* Server Error in '/' Application. ---------------------------------------------------------------------------- ---- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> ********************************** Our FlexWiki is deployed on a public host (WebHost4Life), so how do I understand this error? 3. I placed a link to the admin page from the default page. A click forces this to open as a new window. When I then click Home from the administration page, another new window opens up. This is confusing to a user and it's not standard browsing. Standard browsing opens new pages in the same window (or tab) when a link is clicked unless the page designer has specifically added code to open in a new window. Is there a way to override this default condition? 4. A similar problem occurs when I want to link from the Home page to another Namespace. It seems that the only way to do this is to hardcode the URL. This causes a new window to open with the page. This is confusing to a user who is used to normal web browsing where a link uses the existing browser window. Further, if there is a link back to the Home page from the other namespace's default page, it appears to also require hardcoding of the URL which, again, causes a new window to open. Go back and forth between one namespace's default page and another's and you can end up with dozens of pages... 5. When I created a new namespace, FlexWiki gave this message: "FlexWiki is not configured to automatically send mail notifying the contact of the namespace creation." How do I configure it to send an email? 6. When I create a new namespace and then click to open it from Administration, it defaults to a page name "Home Page". The only thing that identifies the page is the description in the top right corner. This, too, is confusing to a user. What is "Home Page"? The Home page in any environment is typically one page in the entire system, and it can always be relied upon to be the true home page. If you are going to name a default page "Home Page", then shouldn't it always have an appended description? For example, the default namespace might be "MainWiki". Therefore shouldn't the Home Page be "Home Page - MainWiki". New additions to namespaces should then have the namespace's name appended to the "Home Page" name, shouldn't they? It's way too confusing the way it is. The "Recent topics" list ends up showing several "HomePage" links, with no distinction. Regards, Fred ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Flexwiki-users mailing list Flexwiki-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flexwiki-users