Re: ImpressCMS Theme

Here's the basic wireframe. I've tested this on IE 6/IE 7/FF 2/Safari 3/Opera 9 all on Windows XP SP2.

If others, on other operating systems could give it a spin and make sure it displays correctly, that would be appreciated.

I figure, the base code we're working on for the iCMS homepage could be the basis for the first new default theme, so I'm throwing in all the block positions initially.

Ana, could you contact me via MSN? I need to talk with you about the graphics. Thanks!

JMorris (aka James Morris)
ImpressCMS Professional Services: INBOX International inc.
James Morris Online | Frolicking on the playground that is the Internet...
Topic | Forum


Re: Auditing Code (security wise)

Yes, yes, yes!

There are many tools that may assist us in this effort
* http://phpsec.org/projects/phpsecinfo/index.html
* http://www.nessus.org/nessus/
* http://www.security-database.com/toolswatch/PHP-Security-Scanner-1-2-added-to.html

I am not skilled enough in PHP or JS to spot vulnerabilities, so I can only start with tools like these.

Christian Web Resources
Facebook
Topic | Forum


Re: Auditing Code (security wise)

just done a quick audit myself.

well i say quick, but it actually took me well over 2 hrs to complete, and that was only a very basic audit looking for 1 particular issue.

issue i have dealt with today is to make sure that header redirects 'header() & redirect_header' are all exited properly with exit();

not an issue for browsers etc, but if the pages were to be viewed via say telnet then it could become an issue as telnet does not understand header functions, so essentially the header redirect is ignored and the rest of the page will be continued on. exiting the script with exit(); after each redirect will prevent that from happening. it protects from those systems like telnet that don't understand the header redirect function.

nothing tedious, just a simple check.

i'll continue with this as i go along, obviously the more complex coding and vulnerabilities will be beyond my knowledge, but for those that i know about, i'll fix as i go.

Live as if you were to die tomorrow, Learn as if you were to live forever

The beauty of a living thing is not the atoms that go into it, but the way those atoms are put together!
Topic | Forum


Re: Welcome Predator !

  • 2007/12/8 10:59:31
  • herko

Yup, a warm welcome from me too. Pred, I'm not managing this project, so you should feel more at home now

Herko

Tomorrow never comes until it's too late
Topic | Forum


Re: Welcome Predator !

Wow,.I neglactic one day of viewing this forum and already there is more good news,.Welcome predator, I'm sure I/we will enjoy your presence/skills/views. Yep,.I'm happy;)

Topic | Forum


Re: Date language other than English

  • 2007/12/8 10:01:24
  • Tom

I'd love to see this option configurable in the admin and also as Dave suggested within the users profile so they can set how they want the date to appear for them personally.

I would also like to avoid what some modules do which allow the date to be set in admin, and that is to simply say to the user go to php.net and figure it out yourself.

Although it's relatively easy to figure out, our CMS targets people who sometimes don't wish to learn php, settings or variables, a cms system is to make it easier to publish information. So with that in mind an admin setting perhaps with a drop down box choosing how it should be displayed.
Or at minimum a simple explanation of the php date settings rather than saying "go figure".

Topic | Forum


Re: Fix required in css100_morpho theme

Line 24 of style.css: Comment out or remove the absolute positioning. The float: left; takes care of the positioning.

#xo-canvas-leftcolumn {float:left; /*position: absolute; left: 0; top: 100px;*/ width: 175px; }


Tested in IE6/IE7/FF2.

I hope we can get away from that overly complex theme code. Themes don't need that level of complexity.

Array
JMorris (aka James Morris)
ImpressCMS Professional Services: INBOX International inc.
James Morris Online | Frolicking on the playground that is the Internet...
Topic | Forum


Re: Fix required in css100_morpho theme

svn co https://impresscms.svn.sourceforge.net/svnroot/impresscms/trunk/htdocs/themes/css100_morpho

Marc-André Lanciault
Founder and CEO INBOX International inc.
Co-Founder ImpressCMS
Topic | Forum


Re: ImpressCMS Theme

That is nice :D

Predator

- Time is a created thing. To say, "I don't have time" is like saying "I don't want to."
- Lao-Tzu......
Topic | Forum


Re: Date language other than English

I agree that the date/time format should be more easily configurable.

I think it should also be configurable by each user separately.

This may be getting off-topic, but a related issue is that the formatted date/time is constructed in a .php file, which has the side effect that cached blocks such as Recent Topics use the timezone of the last user who caused the block to get cached, rather than the timezone of the current user. It would be better for the .php file to only provide a timestamp to the template, which gets dynamically converted to a formatted date/time.

Topic | Forum


Re: ImpressCMS Theme

Yes - that's pretty much the idea (different colours per site) I believe

Topic | Forum


Re: Date language other than English

Quote:


Vaughan wrote:
I've always wondered why the date/time script has to be hardcoded in global.php

could we not put this into a preference setting that will allow users to change this from admin without editing files?

use the php date function etc, i'm not sure if by doing that it would make multilanguage easier in that regard.



Yes, please!

Christian Web Resources
Facebook
Topic | Forum


Re: Welcome Predator !

Awesome! Welcome!

Christian Web Resources
Facebook
Topic | Forum


Re: Fix required in css100_morpho theme

k

Topic | Forum


Re: ImpressCMS Theme

Nice work this was really what i had in mind for xoops but now much better to use it for impressCMS :D as the question before was not answered i guess and hope the Colors will change by the different menupoints? Green i.e. for community blue for addons (just examples).

But at least big thumbs up

Marko

Predator

- Time is a created thing. To say, "I don't have time" is like saying "I don't want to."
- Lao-Tzu......
Topic | Forum


Re: Fix required in css100_morpho theme

Could you send me the theme or provide a URL where I can have access and I'll take a look at it?

Thanks!

JMorris (aka James Morris)
ImpressCMS Professional Services: INBOX International inc.
James Morris Online | Frolicking on the playground that is the Internet...
Topic | Forum


Re: Welcome Predator !

I think some ideas discussed in the [[Draft Proposal Team]] (hey - we've got the wiki link - I may as well use it ) are good - and worth using elements of.

But that aside - I'm glad to see you here also.

Topic | Forum


Re: Welcome Predator !

Pred,

Nice to see you here.

I think we all have a dream here. A dream of a true Open Source project that focuses on building a solid, reliable product.

I'm glad you have decided to join us.

To those who I have forgotten to welcome previously...

Welcome!!! Sorry I forgot to say it sooner!

JMorris (aka James Morris)
ImpressCMS Professional Services: INBOX International inc.
James Morris Online | Frolicking on the playground that is the Internet...
Topic | Forum


Re: Fix required in css100_morpho theme

Ok this did not fixed the footer problem though.

Marc-André Lanciault
Founder and CEO INBOX International inc.
Co-Founder ImpressCMS
Topic | Forum


Re: Welcome Predator !

Thanks to both.

I had the dream with the proposal group which is discussing on my board we could bring xoops back on track, but i guess this was a dream nothing more. I believe that the work and efforts of this group (proposal group) is wasted time so i hate to waste time and i see a lot also hate it

To fork xoops was and is the last option we had and now some did it.

I welcome this as this could be a new fresh start - easier and better as a restructure of xoops which will never happen, so to fork is the only logic decision which people with responsability had made.

It is sad but i believe the name XOOPS is burned and will not resurrect, so better stop it and make a new start. So thanks who act insteed of just talk ;-D

Predator

- Time is a created thing. To say, "I don't have time" is like saying "I don't want to."
- Lao-Tzu......
Topic | Forum



 Top