More settings on hard coded pages

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
11/24/2008 7:13:04 AM
Gravatar
Total Posts 18439

Re: More settings on hard coded pages

Perhaps I'm the only one who sees the advantage of this

all I'm asking you to do is explain it, whats the benefit? make me see it too.

Best,

Joe

11/24/2008 7:25:00 AM
Nux
Gravatar
Total Posts 183

Re: More settings on hard coded pages

It's just to have control of as much as possible .

I found it strange that, when you setup your site, with a lot of modules available, suddenly you come on a page, which you can't control: no skinning, no meta tags, no adding of modules, ... .

I can do it differently: making a module instance (so I can change it via the cms), add it on the page itselfs, hardcoded (and keeping a txt file with all changes for an update). Or I can make a default layout.master, but than all pages which aren't custable, have the same text/ads/statistics, ...

Perhaps you can make a poll over this topic to see if i'm the only one .

Stef

11/24/2008 7:36:22 AM
Gravatar
Total Posts 18439

Re: More settings on hard coded pages

For best security its better not to have much on the login or register page. Those pages should be separate from content and should use SSL if possible. In my opinion these are best practices.

So for example if it were possible for users to put content on those pages they could put images with src=http://someimage.png and now the user trying to login or register gets a browser warning about the page has some insecure items because the page enforces ssl but there is content that is not using ssl.

In my opinion its best to keep the login page and the register page focused on their purpose.

If you want to make a custom registration module or login module that can be put on pages you can do that, but it then it becomes difficult to ensure the data is submitted using SSL. One solution that comes to mind is maybe making a Silverlight login control, because inside the silverlight control you are independent of the main page form and can easily force an ssl submission even if the container page is not under ssl. I'm going to be experimenting with Silverlight myself and may implement this. So then if customers want their login page all decorated they can just put the silverlight login module on a content page.

Best,

Joe

11/24/2008 7:54:15 AM
Nux
Gravatar
Total Posts 183

Re: More settings on hard coded pages

Hmm, good point. Never thought about it, since I don't use SSL.

I guess I will make my own modules and put them on custable pages, so I got what I want.
Changing something this important, isn't good for the project.

I still hope this will be possible for the blog item pages and the forum categories.

Thanks to explain this to me.

See now that the new version is online. Just put all files on the correct places and run /setup/default.aspx?

Stef

12/11/2008 6:18:35 AM
Gravatar
Total Posts 18439

Re: More settings on hard coded pages

FYI, I've completed the work to have meta description and keywords in the blog. Its in svn trunk now so it will be in the next release.

I also added the ability to create an html Excerpt in the blog. If you enable Excerpts and you don't specify the Excerpt, it will autogenerate a plain text one as it did before, but if you edit the Excerpt in the editor, then it will use whatever you put there,it won't truncate it to the excerpt length setting.

Best,

Joe

12/12/2008 3:58:23 AM
Nux
Gravatar
Total Posts 183

Re: More settings on hard coded pages

Joe.
I'll see if I can make a build after updating the code.

Or what is the best way to get this asap online?

Thanks Joe

Stef

 

12/12/2008 5:54:31 AM
Gravatar
Total Posts 18439

Re: More settings on hard coded pages

I will be making a new release soon. If you can't wait for me, then the steps I follow to produce the releases is here, nothing stops developers from making their own releases. I make releases to update mojoportal.com more frequently than I make official releases, so I can make sure there aren't any major problems in official releases. This site is currently running a build from yesterday.

Best,

Joe

12/12/2008 6:52:40 AM
Nux
Gravatar
Total Posts 183

Re: More settings on hard coded pages

OK Joe, I'll check it of wait :)

Stef

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