Search found 24 matches

by tuxy
Fri Dec 12, 2014 11:58 pm
Forum: Dutch - Nederlands
Topic: breadcrumbs-template
Replies: 6
Views: 2849

Re: breadcrumbs-template

Hey tuxy, Hopelijk heb je al de oplossing gevonden, anders gebruik deze menutemplate en geef die de naam "breadcrumbs" {strip} {if $count > 0} <ul class='breadcrumbs'> {foreach from=$nodelist item=node} <li{if $node->current == true} class="current"{elseif $node->type == 'sectio...
by tuxy
Sat Nov 29, 2014 9:40 am
Forum: Layout and Design (CSS & HTML)
Topic: Foundation5 Menu template
Replies: 11
Views: 6716

Re: Foundation5 Menu template

I did this for a Foundation 4 site and it works fine. Shouldn't be too different, if at all for Foundation 5. {assign var='number_of_levels' value=10000} {if isset($menuparams.number_of_levels)} {assign var='number_of_levels' value=$menuparams.number_of_levels} {/if} {if $count > 0} <div class=&quo...
by tuxy
Thu Nov 27, 2014 6:53 pm
Forum: Layout and Design (CSS & HTML)
Topic: Foundation5 Menu template
Replies: 11
Views: 6716

Re: Foundation5 Menu template

I will follow this topic with interest as I'm currently trying to build a Foundation website too. However, it does not have a multi-level menu yet. But in the default menu templates multi-level is already built-in and as I see it, it does not really differ from what the Foundation menu expects. So ...
by tuxy
Wed Nov 26, 2014 5:53 pm
Forum: Layout and Design (CSS & HTML)
Topic: Foundation5 Menu template
Replies: 11
Views: 6716

Re: Foundation5 Menu template

Hello Johnny, Thank you for the feedback. I made a custom menu-template: <nav class="top-bar" data-topbar role="navigation"> <ul class="title-area"> <li class="name"> <h1><a href="{root_url}">{sitename}</a></h1> </li> <!-- Remove the class "menu...
by tuxy
Wed Nov 26, 2014 3:10 pm
Forum: Dutch - Nederlands
Topic: htacces memory_limit
Replies: 2
Views: 1167

Re: htacces memory_limit

Rolf wrote:waarschijnlijk staat de webhost niet toe dat je deze waarde verhoogt...
128M is op zich prima hoor, tenminst zo staat deze op mijn blog ook ingesteld.
Het is mijn eigen lokale server (Raspberry Pi) :-\
by tuxy
Wed Nov 26, 2014 3:08 pm
Forum: Layout and Design (CSS & HTML)
Topic: Foundation5 Menu template
Replies: 11
Views: 6716

Foundation5 Menu template

Hello, I ty replace the default menu template to the Foundation Top Bar Menu template: http://foundation.zurb.com/docs/components/topbar.html <nav class="top-bar" data-topbar role="navigation"> <ul class="title-area"> <li class="name"> <h1><a href="#"...
by tuxy
Wed Nov 26, 2014 2:36 pm
Forum: Dutch - Nederlands
Topic: htacces memory_limit
Replies: 2
Views: 1167

htacces memory_limit

Hallo, Standaard staat de memory_limit ingesteld op 128MB In het .htaccess-bestand heb ik volgende regel toegevoegd: php_value memory_limit 160M Maar als ik de server reboot en de systeem informatie opnieuw bekijk, blijft deze op 128MB staan. Het .htaccess-bestand staat in de rootfolder: /cmsms/.hta...
by tuxy
Tue Nov 25, 2014 6:13 pm
Forum: Dutch - Nederlands
Topic: [Opgelost] Newbie: Formbuilder
Replies: 6
Views: 2467

Re: Newbie: Formbuilder

Als je met foundation werkt (en wss ook met bootstrap) kan het lonen om zelf je sjabloon in elkaar te steken. http://forum.cmsmadesimple.org/viewtopic.php?f=7&t=71768 Ok, is nog allemaal vrij nieuw voor mij. Helaas niet zoveel tutorials hierover, hoe dergelijk sjabloon te ontwikkelen. Is een be...
by tuxy
Tue Nov 25, 2014 6:06 pm
Forum: Dutch - Nederlands
Topic: [Opgelost] Module verwijderen
Replies: 4
Views: 1623

Re: Module verwijderen

HarmO wrote:Hey Tuxy,

Als je vraag beantwoord is, beste nog even aan je topic title [opgelost] toevoegen.

http://forum.cmsmadesimple.org/viewtopi ... 13&t=13900

CheerZ
Ah OK. Bij deze zal ik dit onmiddelijk aanpassen.

Grtz,
Christophe
by tuxy
Mon Nov 24, 2014 6:56 pm
Forum: Dutch - Nederlands
Topic: [Opgelost] Module verwijderen
Replies: 4
Views: 1623

Re: Module verwijderen

HarmO wrote:Inderdaad,

Dat gebeurd bij sommige modules,
Gewoon verwijderen de map van die module verwijderen.
Ok, dit weten we ook alweer.

Bedankt voor de Tip ;)

Christophe
by tuxy
Mon Nov 24, 2014 4:45 pm
Forum: Dutch - Nederlands
Topic: [Opgelost] Module verwijderen
Replies: 4
Views: 1623

[Opgelost] Module verwijderen

Wanneer je een module hebt geïnstalleerd die niet goed functioneerd, of die je cms-systeem laat crashen, kun je dan manueel een module verwijderen, door bvb. de betreffende module uit de module-dir te verwijderen?

Is een newbie-vraagje ::)

Christophe
by tuxy
Thu Nov 20, 2014 9:27 am
Forum: Dutch - Nederlands
Topic: breadcrumbs-template
Replies: 6
Views: 2849

Re: breadcrumbs-template

De opmaak regel je niet met een udt maar in de stylesheet. Ik zou persoonlijk ook gewoon de breadcrumb tag gebruiken en die opmaken met css. Je kan dan in principe maken wal je wil. Bovenstaande code komt niet van een UDT, maar van de breadcrumb- template in menubeheer die ik probeer aan te passen....
by tuxy
Wed Nov 19, 2014 10:14 pm
Forum: Dutch - Nederlands
Topic: breadcrumbs-template
Replies: 6
Views: 2849

Re: breadcrumbs-template

Je kunt in Menu Manager de standaard breadcrumbs template importeren en bewerken naar eigen wens. Plaats hem dan wel in de tag in je pagina sjabloon, template='' etc. Hoi Rolf, Bedankt voor de tip! Deze avond dit inderdaad gezien dat deze template aanwezig is, heb deze dan ook proberen aan te passe...
by tuxy
Tue Nov 18, 2014 10:33 pm
Forum: Dutch - Nederlands
Topic: breadcrumbs-template
Replies: 6
Views: 2849

breadcrumbs-template

Hallo, Vandaag mijn eerste sjabloon geïntegreerd in CMSMS. De opmaakcode was deze van het Foundation framework. Ook een apart menu-template aangemaakt en geïntegreerd in het nieuwe template. Graag had ik nog de breadcrumbs opmaak van Foundation aangemaakt. Momenteel heb ik de standaard Tag in het sj...
by tuxy
Thu Nov 13, 2014 9:49 pm
Forum: Dutch - Nederlands
Topic: Installatie op lokale server
Replies: 2
Views: 1769

Re: Installatie op lokale server

andre_designer wrote:deze instellingen kun je mogelijk wijzigen in de php.ini file op je webservertje en/of je php versie verhogen.
Bepaalde instellingen heb ik inderdaad kunnen wijzigen in
php.ini

Maar de overige instellingen vind ik niet direkt terug.
Indien het niet zo belangrijk is laat ik het zo.

Go to advanced search