Tabbed admin not working (Medium Trust)

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
3/17/2008 9:41:44 PM
Gravatar
Total Posts 48

Tabbed admin not working (Medium Trust)

Hi there,

Does anybody know if the tabbed admin works under medium trust? I thought it was implemented using "ExtJs" so there shouldn't be any problems. I don't have any tabs just a long page of options under any of the admin areas.

Any help would be appreciated.

Thanks,

Reiss

3/18/2008 7:58:01 AM
Gravatar
Total Posts 18439

Re: Tabbed admin not working (Medium Trust)

I don't know of any issues with tabbed menus in medium trust. Perhaps you are expecting tabs where there really aren't any. AdminMenu.aspx doesn't have tabs so if you are expecting them there you are mistaken. SiteSettings.aspx does have tabs so if you are not seeing them there some problem exists. Maybe you are missing some Web.config settings for ExtJs that tell it where the .js and .css files are.

Hope it helps,

Joe

3/18/2008 6:54:28 PM
Gravatar
Total Posts 48

Re: Tabbed admin not working (Medium Trust)

Hi Joe,

Yeah i knew where the tabs should be from my local version of the site. You were right, the path "ExtJsBasePath" in the shipped "Web.mediumtrust.config" file is set to "ext-2.0-rc1" didn't notice when changing from the normal Web.config file. I changed it to "ext-2.0" and the tabs are back. I don't know if you want to change that on any future "Web.mediumtrust.config" file or if you've already done it.

Thanks again for the help,

Reiss

P.s. have you updated the forums to allow the post author to edit their post? just noticed a pencil icon, has that always been there lol?

3/19/2008 6:35:48 AM
Gravatar
Total Posts 18439

Re: Tabbed admin not working (Medium Trust)

Thanks, I will fix the Web.mediumtrust.config here, I must have missed that.

Yes the ability to edit has been there all along, the pencil icons are unobtrusive though so its easy to not notice them.

Today I added an enhancement to view threads by user. So now you see a "View Posts" link next to the user name here on this page within each post. The view posts link is also present on the member list and on profile pages now.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.