Search found 97 matches

by bterkuile
Tue Jan 15, 2008 3:45 pm
Forum: French - Français
Topic: [Résolu] Problème avec le module bmenu
Replies: 14
Views: 5067

Re: Problème avec le module bmenu

I think the problem here is in the {menu ..} call.
Try to change the

Code: Select all

{menu template='simple_navigation.tpl' collapse='1'}
to

Code: Select all

{menu template='simple_navigation.tpl'}
by bterkuile
Tue Jan 15, 2008 11:47 am
Forum: French - Français
Topic: [Résolu] Problème avec le module bmenu
Replies: 14
Views: 5067

Re: Problème avec le module bmenu

The style code for the site www.companytools.nl is: /*bMenu settings menuOrientation:horizontal submenu_horizontal:right submenu_vertical:down appearString:show("normal") disappearString:fadeOut("normal") hideDelay:500 highlight_parents:1 stylesheet_selector:43 main_indicator:#pr...
by bterkuile
Mon Jan 14, 2008 4:21 pm
Forum: French - Français
Topic: [Résolu] Problème avec le module bmenu
Replies: 14
Views: 5067

Re: Problème avec le module bmenu

Did you associate the bMenu stylesheet with the (default) template?

ps, my French is not very good..
by bterkuile
Mon Dec 31, 2007 3:29 pm
Forum: Modules/Add-Ons
Topic: Official release of the bMenu menu styler module
Replies: 2
Views: 1893

Re: Official release of the bMenu menu styler module

I looked at the example for the image menu and my conclusion is, you probably can make it work but you don't want that. If you want to use bMenu and these tweaks I would use a separate stylesheet to make these tweaks. You can easily set the background color to transparent. The idea behind the bMenu ...
by bterkuile
Fri Nov 09, 2007 7:26 pm
Forum: [locked] Quality Assurance
Topic: Statistics module causes odd behaviour in "Content > Pages"
Replies: 2
Views: 4151

Re: Statistics module causes odd behaviour in "Content > Pages"

You can always use the google statistics, they work fine for me. You can also solve the problem if you are into coding. The problem with this module are caused by ajax errors. I think there is somewhere in the code a leading space before the <?php statement which causes these kind of trouble.
by bterkuile
Fri Nov 09, 2007 7:21 pm
Forum: Dutch - Nederlands
Topic: Hulp nodig bij 't aanmaken van een lege db op een Mac onder OSX
Replies: 2
Views: 1642

Re: Hulp nodig bij 't aanmaken van een lege db op een Mac onder OSX

Mac OS X komt standaard met server programma's meegeleverd. Deze zijn echter not niet volledig geconfigureerd en op elkaar afgestemd. Ik raad aan om een pakker als MAMP te installeren http://www.mamp.info/en/index.php en dit als server te gebruiken. Zorg dan wel dat je ingebouwde mac server uit zet ...
by bterkuile
Mon Nov 05, 2007 2:28 pm
Forum: Modules/Add-Ons
Topic: Official release of the bMenu menu styler module
Replies: 2
Views: 1893

Official release of the bMenu menu styler module

In this post I will try to give a compact yet complete description of this module. What does it do: This module does two things. One: It creates a stylesheet for up to 5 different menu types (default, active, current, has children, child is current) for two menu levels (main menu, sub menu). Two:It ...
by bterkuile
Wed Oct 17, 2007 6:47 pm
Forum: Modules/Add-Ons
Topic: Frontendusers export import and textareas
Replies: 3
Views: 1572

Re: Frontendusers export import and textareas

I did an import and had the need updating user data. So here a feature request. I will add this to the dev zone if there is no reply. The feature request is an overwrite option for the import. Now I accomplished this by changing the code in the function.admin_importusers.php from:     $result = $thi...
by bterkuile
Wed Oct 17, 2007 5:24 pm
Forum: Modules/Add-Ons
Topic: Frontendusers export import and textareas
Replies: 3
Views: 1572

Frontendusers export import and textareas

I have some questions about the frontendusers module. I created an address field as a textarea, it is  not possible to specify the size of the textarea. Is this right? Exporting: When exporting, all users are listed under all groups. In the user tab with as filter a group everything seems fine, but ...
by bterkuile
Tue Oct 09, 2007 12:22 pm
Forum: Modules/Add-Ons
Topic: Doownload Manager
Replies: 5
Views: 2463

Re: Doownload Manager

I have not searched for modules that can handle this easy, but my very simple solution is to make a folder and everything within that folder displayed for download. An example is: The user defined tag "get_kfm_releases": global $gCms; $smarty = &$gCms->GetSmarty(); $aKFM=array(); $h=op...
by bterkuile
Thu Oct 04, 2007 1:42 pm
Forum: CMSMS Core
Topic: [SOLVED]multiple upload image permissions question[/SOLVED]
Replies: 6
Views: 1814

Re: multiple upload image permissions question

This is now built in the new release of kfm. Also a setting for ImageMagick and cropping are available in the new release. (see notes).

Alby, thanks for your example, I based the fix in the new version on your example.

Benjamin
by bterkuile
Thu Oct 04, 2007 1:31 pm
Forum: Modules/Add-Ons
Topic: Forum Made Simple 0.7
Replies: 63
Views: 17969

Re: Forum Made Simple 0.7

about the property_feu="surname,firstname" setting and pretty urls. Isn't it an idea to store this setting in the database? something like: $this->setParameter('property_feu',$params['property_feu']); Plus all kinds of checks if the property is set etc. Then it does not need to be passed a...
by bterkuile
Fri Sep 28, 2007 8:42 am
Forum: CMSMS Core
Topic: [SOLVED]multiple upload image permissions question[/SOLVED]
Replies: 6
Views: 1814

Re: multiple upload image permissions question

I looked at the KFM uploads rights and nothing is done. It is server handled. If you want to use and realy need custom rights (and are willing to hack into the system) you can change the following in the modules/kfm/kfm/uploads.php file. On line 19 there is an else statement (my (newer) kfm version ...
by bterkuile
Thu Sep 27, 2007 11:13 am
Forum: Layout and Design (CSS & HTML)
Topic: Help wanted for creating a standard menu css template
Replies: 0
Views: 1087

Help wanted for creating a standard menu css template

I created a module, with the name bMenu. It's goal is to ease the creation of (drop down) menus by defining the layout of a menu in some manageable parameters. Creating and maintaining menus should become a lot easier and Firefox IE problems should not occur. (You can guess that this module is the r...

Go to advanced search