Search found 97 matches

by bterkuile
Wed Sep 26, 2007 8:19 pm
Forum: Dutch - Nederlands
Topic: (opgelost)Footer onderaan pagina
Replies: 5
Views: 3399

Re: Footer onderaan pagina

Over de hoogte van de footer, deze komt nu gewoon onderaan. Dus onder de langste left-sidebar of content. Firefox ondersteunt zoiets als een min-height, maar internet explorer geeft weer problemen. Je kan een kunstmatige ruimte onder de nieuws sectie maken (gewoon veel werkt). Een andere oplossing i...
by bterkuile
Mon Sep 24, 2007 10:11 am
Forum: Modules/Add-Ons
Topic: Statistics module
Replies: 5
Views: 2105

Re: Statistics module

I remember testing it a while ago. I will post here my findings. First I think the current version 0.8.0b1 breaks the ajax functions in the admin panel. (Try to put a page down in the listcontent.php file and see what happens.) Maybe a whitespace error, but I did not investigate this one good. The o...
by bterkuile
Sat Sep 22, 2007 7:42 pm
Forum: Dutch - Nederlands
Topic: [Opgelost] Site gehacked! Hoe kan dat nou???
Replies: 2
Views: 2100

Re: Site gehacked! Hoe kan dat nou???

Er zit een veiligheidslek in CMSms. Update zo snel mogelijk naar 1.1.3 om dit te voorkomen.

Succes!

Benjamin
by bterkuile
Sat Sep 22, 2007 4:35 pm
Forum: General Discussion
Topic: CMSMS 1.1.2 Remote Code Execution Vulnerability
Replies: 10
Views: 4309

Re: CMSMS 1.1.2 Remote Code Execution Vulnerability

I tested this one and it only worked when register_globals was On
by bterkuile
Fri Sep 21, 2007 10:22 pm
Forum: [locked] Quality Assurance
Topic: [solved] Ajax problem in listcontent.php
Replies: 2
Views: 4712

Re: [solved] Ajax problem in listcontent.php

Statistics 0.8.0b1 also breaks the ajax functions in CMSMS version 1.1.2
by bterkuile
Fri Sep 14, 2007 3:09 pm
Forum: Modules/Add-Ons
Topic: How do I install KFM Add-on ?
Replies: 2
Views: 1539

Re: How do I install KFM Add-on ?

Be aware that there was a problem with installing version 0.2.2 You can fix this by doing a Save all an do all the settings manual. For me the window settings work best with: Window width:100% Window height:522; The big todo for the next release is to improve the multiple file upload function. Good ...
by bterkuile
Tue Sep 11, 2007 2:52 pm
Forum: Modules/Add-Ons
Topic: FrontEndUsers - Can't use login form when already loged in
Replies: 2
Views: 1530

Re: FrontEndUsers - Can't use login form when already loged in

Take a look at:
Frontend User Management > Preferences > Allow users to login more than once
by bterkuile
Mon Sep 10, 2007 12:45 pm
Forum: Layout and Design (CSS & HTML)
Topic: Drop-downs in IE 6 again, not showing
Replies: 7
Views: 1870

Re: Drop-downs in IE 6 again, not showing

I think if you change:
var menuh = "menuhmeny";
to
var menuh = "menuactivehmeny";

in the js file it should work
by bterkuile
Mon Sep 10, 2007 12:05 pm
Forum: Layout and Design (CSS & HTML)
Topic: Drop-downs in IE 6 again, not showing
Replies: 7
Views: 1870

Re: Drop-downs in IE 6 again, not showing

you have in your CSSMenu_2.js file:
var cssid = "menuwrappermeny"; // CSS ID for the menuwrapper

in stead of:

var cssid = "primary-navmeny"; // CSS ID for the menuwrapper
by bterkuile
Sat Sep 08, 2007 10:23 am
Forum: [locked] Quality Assurance
Topic: [solved] Security issue, creation of additional user with user_id=0
Replies: 1
Views: 3728

Re: [solved] Security issue, creation of additional user with user_id=0

I could not reproduce this bug of generating additional users with user_id=0 in CMSMS version 1.1.2, so I consider this one fixed. The deleting of additional users when a page is deleted is still not fixed, but I will add this as a (minor) bug report in the repository. This bug does not influence th...
by bterkuile
Sat Sep 08, 2007 8:27 am
Forum: [locked] Quality Assurance
Topic: [solved] Ajax problem in listcontent.php
Replies: 2
Views: 4712

Re: [solved] Ajax problem in listcontent.php

After about a day guessing for the problem, it seemed that there was a space in front of the starting <?php in one of the modules. After doing some editing and updating of the system hard to track, but finally found. This is no thread in the existing module repository (as far as I checked).
by bterkuile
Fri Sep 07, 2007 10:50 pm
Forum: Dutch - Nederlands
Topic: Album - Thumbnails
Replies: 7
Views: 4977

Re: Album - Thumbnails

Je kan het op twee manieren passend maken. 1) maak het kader langer. Doe dit door de stylesheet aan te passen. De stylesheet staat onder: modules/Album/css/stylesheet.css hier zie je dat .thumb a{ een height heeft. 2) Verklein het plaatje zodat hij in het kader past. Ik denk dat dit gewoon kan door ...
by bterkuile
Fri Aug 31, 2007 12:44 pm
Forum: [locked] Quality Assurance
Topic: [solved] Ajax problem in listcontent.php
Replies: 2
Views: 4712

[solved] Ajax problem in listcontent.php

I have problems with ajax operations in the listcontent.php situations. These apply when moving pages and when deleting (only tested these ones). At one computer (Firefox 2.0.6) I got a xajax whitespace error. At another computer (Firefox 2.0.5) a javascript error was generated: Error: xml declarati...
by bterkuile
Fri Aug 31, 2007 12:34 pm
Forum: [locked] Quality Assurance
Topic: [solved] Security issue, creation of additional user with user_id=0
Replies: 1
Views: 3728

[solved] Security issue, creation of additional user with user_id=0

When some elements or modules are inserted in the contend of a page an additional user is created in the additional_users table with user_id=0. This causes the the author_pages() function to return those pages when nobody is logged in. The easyes case to test this is by putting an iframe element in ...
by bterkuile
Tue Aug 28, 2007 9:30 am
Forum: Tips and Tricks
Topic: Horizontal javascript menu and select box problem
Replies: 12
Views: 5655

Re: Horizontal javascript menu and select box problem

This is a common Internet explorer thing. The best solution is to convince all people to not use Internet explorer, the second best solution is to put an iframe element under your menu element. This method is called iframe shim. A workable solution is given in: http://www.soxiam.com/Code/UsingIframe...

Go to advanced search