execute code in all pages

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.
8/30/2009 10:15:05 AM
Gravatar
Total Posts 71

execute code in all pages

Hi Joe, I am again :D

it is easy to create new module and add it to a or many pages, but what if I want to execute my code in all pages?

i can add it in layout.master or publish it on all pages, but :( i don't want them,

i want that an user do only this steps  for use my module :

get my module,upload it on server , and install it : Advanced Tools > Feature Installation/Configuration,

and finish :)

is there any feature in mojo to do this?

8/31/2009 8:40:13 AM
Gravatar
Total Posts 71

Re: execute code in all pages

I think it would be good idea to be another module type that have no visual view and runs in the whole of the website, like joomla cms than have modules for pages and components for background jobs .....

8/31/2009 10:16:16 AM
Gravatar
Total Posts 550

Re: execute code in all pages

Hi Nasser

Task Framework maybe helps you.

Best,

Asad

8/31/2009 10:51:28 AM
Gravatar
Total Posts 71

Re: execute code in all pages

thanks for your reply ,

I am work on new skin(i change a free css template), I use some jquery plug ins to locate content of  "pageEditContent" in a float panel that can minimize and maximized , and a new menu control that replace mojo menu,

You can easily add them to your layout.master page (in any skin file) as an user control, but suppose a non-web designer want to use this (or any similar) user controls, he must edit his skin files and copy/paste files :( ...

8/31/2009 11:04:02 AM
Gravatar
Total Posts 550

Re: execute code in all pages

Hi Nasser,

Do you have any live sample of it?

Best,

Asad

9/1/2009 2:13:05 PM
Gravatar
Total Posts 71

Re: execute code in all pages

you can get n2_plainoffice skin from this url , It works well with ff3+,safari,opera, but i didnt test it with ie and chrome yet,

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