Search found 97 matches

by bterkuile
Sun Apr 06, 2008 4:32 pm
Forum: Layout und Design
Topic: [GELÖST] bMenu einbauen
Replies: 13
Views: 5502

Re: bMenu einbauen

Try to add to the Navigation: Simple - Vertical stylesheet:

Code: Select all

ul#primary-nav ul{display:none}
by bterkuile
Sat Apr 05, 2008 9:28 am
Forum: Layout und Design
Topic: [GELÖST] bMenu einbauen
Replies: 13
Views: 5502

Re: bMenu einbauen

I am sorry, I will do this in English. I'm not sure that I understand the situation. But I think one of the things is that you don't see the submenu of Mitgliederbereich if you selected the homepage. I looked at the source and the submenu is just don't there. This might indicate something like: {men...
by bterkuile
Fri Apr 04, 2008 8:15 am
Forum: Layout und Design
Topic: [GELÖST] bMenu einbauen
Replies: 13
Views: 5502

Re: bMenu einbauen

Ich denke das du die stylesheet Navigation: Simple - Vertical auch bei dem template hast. Diese stylesheet ist auch fur das menu, aber ist nicht gut zusammen mit bMenu.

Mein Deutsch ist nicht gut, aber ich hoffe das du weist was ich sage.
by bterkuile
Thu Apr 03, 2008 5:47 pm
Forum: Layout und Design
Topic: [GELÖST] bMenu einbauen
Replies: 13
Views: 5502

Re: bMenu einbauen

Ich have die probleme gefunden, die menu indicator ist nicht gut.

Andern Menu indicator von #primary_nav zu #primary-nav

:)
by bterkuile
Wed Apr 02, 2008 5:32 pm
Forum: Layout and Design (CSS & HTML)
Topic: [Solved] Menu li/ul image on third level links only
Replies: 5
Views: 2281

Re: Menu li/ul image on third level links only

I believe that the #menu id belongs to a containing div, so then the third level should be:

Code: Select all

#menu ul ul ul li {
   list-style-image: url(images/arrow.jpg);
   padding-top: 5px;
}
I hope this answers the question
by bterkuile
Wed Apr 02, 2008 5:29 pm
Forum: Layout und Design
Topic: [GELÖST] bMenu einbauen
Replies: 13
Views: 5502

Re: bMenu einbauen

Code: Select all

{menu template='bMenu'}
by bterkuile
Wed Apr 02, 2008 11:54 am
Forum: Help Wanted (commercial)
Topic: Simple Menu. Easy Money
Replies: 4
Views: 3781

Re: Simple Menu. Easy Money

I think a good solution would be to do that dynamically. This can be done by jquery (www.jquery.com). Include this into the head of your template: <__script__ type="text/javascript" src="loaction of jquery file.js"></__script> <__script__ type="text/javascript"> $(docum...
by bterkuile
Wed Apr 02, 2008 11:26 am
Forum: Layout and Design (CSS & HTML)
Topic: [Solved] Menu li/ul image on third level links only
Replies: 5
Views: 2281

Re: Menu li/ul image on third level links only

Do you mean #menu {   background-color: #FFFFFF;   background-image: url(images/menupic1.jpg), url(images/menupic2.jpg);   background-repeat: no-repeat;   background-position: top-left, top-right;   color: #000000;   font-family: verdana, arial, helvetica, sans-serif;   font-size: 8pt;   width: 265p...
by bterkuile
Mon Mar 24, 2008 8:46 am
Forum: Modules/Add-Ons
Topic: different stylesheet for submenu placed elsewhere?
Replies: 1
Views: 1354

Re: different stylesheet for submenu placed elsewhere?

I am sorry for the late reply, but here the answer. You seem the first person who wants to add to bMenus on one page. Well here is the trick. Since the bMenu menumanager template gives a unique id to the list, you need another one. So the steps: Go to the menu manager Select the bMenu template Copy ...
by bterkuile
Sat Mar 01, 2008 8:37 am
Forum: Modules/Add-Ons
Topic: BMenu doesn't appear on the website, but is visible in the html code
Replies: 2
Views: 1377

Re: BMenu doesn't appear on the website, but is visible in the html code

try:

Code: Select all

{menu template="bMenu"}
For this template the menu ul has id #primary-nav, so make sure if you use the bMenu menu template to make/leave Menu indicator #primary-nav

This should do the trick
by bterkuile
Fri Feb 01, 2008 3:47 pm
Forum: Developers Discussion
Topic: File or Image picker for new module
Replies: 4
Views: 1771

Re: File or Image picker for new module

You can also simply use KFM File Manager as file picker. Use the following code to implement: window.SetUrl=function(url,width,height,caption){ element_you_want_to_set.value = url; if(caption) element_that_uses_caption.value=caption; } window.open("<?php echo $gCms->config['root_url'];?>/module...
by bterkuile
Tue Jan 29, 2008 10:12 am
Forum: Dutch - Nederlands
Topic: [Opgelost] Thumbnails worden niet aangemaakt in Album
Replies: 2
Views: 1866

Re: Thumbnails worden niet aangemaakt in Album

Ik neem aan dat je GD nodig hebt.
by bterkuile
Mon Jan 28, 2008 12:24 pm
Forum: CMSMS Core
Topic: using MathTran with CMSMS
Replies: 2
Views: 1192

Re: using MathTran with CMSMS

The easiest way to solve this is to put the equation between {literal} and {/literal} tags, this will solve most of the problems. So you will have something like {literal} <img alt="a^2+b^2=c^2" /> {/literal} I created a mimetex module for TinyMCE, which you also might like. It can be foun...
by bterkuile
Fri Jan 25, 2008 12:49 pm
Forum: French - Français
Topic: [resolu]bmenu 0.4.5 vers 0.4.6
Replies: 2
Views: 1548

Re: bmenu 0.4.5 vers 0.4.6

Version 0.4.6 adds a template to the Menu Manager that works best with the bMenu module. From version 0.4.6 you can use the {menu template=bMenu} Call. This template will work with the default settings of bMenu. I added this template because many people seem to have problems adapting bMenu to their ...
by bterkuile
Tue Jan 22, 2008 2:04 pm
Forum: CMSMS Core
Topic: Frontend User Listing Detail page
Replies: 15
Views: 3145

Re: Frontend User Listing Detail page

Are you sure that the companytools version does not work? Because I just checked and the fixed mentioned in the patch are build in to these version. Are you sure you replaced the module right?

For the many user thing, I think they just will be displayed all at once.

Go to advanced search