Search found 377 matches

by mcDavid
Tue Nov 06, 2012 8:29 pm
Forum: Dutch - Nederlands
Topic: Questions module en filter
Replies: 1
Views: 1022

Re: Questions module en filter

de frontenduser properties zijn gewoon als variable beschikbaar, als je dus die filter gebruikt met $username, zou het moeten werken.

Ik ken die questions module niet, maar het zal er ongeveer (niet precies!!) zo uit moeten zien:
{questions author=$username}
by mcDavid
Thu Nov 01, 2012 11:22 pm
Forum: Dutch - Nederlands
Topic: [opgelost]Foutmelding utd tag
Replies: 15
Views: 5333

Re: Foutmelding utd tag

als je de eerste regel vervangt door $gCms = cmsms(); ben je volgens mij een heel eind.
by mcDavid
Fri Oct 26, 2012 7:30 pm
Forum: Dutch - Nederlands
Topic: Problemen bij install
Replies: 7
Views: 2464

Re: Problemen bij install

of draait je site op een windows server? Dan werkt htaccess sowieso niet Dat is niet waar, als het een apache server is moet htaccess gewoon werken. Je moet dan ff aan je hoster vragen hoe je het bestand moet noemen, kan bijv. gewoon "htaccess" zijn of "htaccess.txt". Het wordt ...
by mcDavid
Fri Oct 05, 2012 11:17 am
Forum: Layout and Design (CSS & HTML)
Topic: HTML template to CMSMS
Replies: 4
Views: 3271

Re: HTML template to CMSMS

There's a lot of information about this in the docs:
http://docs.cmsmadesimple.org/layout/cr ... n-template

Also take a look at the example temptlates there. They will be quite usefull.
by mcDavid
Fri Oct 05, 2012 12:29 am
Forum: Layout and Design (CSS & HTML)
Topic: Change news artcile style
Replies: 4
Views: 2669

Re: Change news artcile style

you can also use the CSS3 selector :nth-child(3) or :last-child. Only donwside is that it won't work in older browsers (like IE8).
by mcDavid
Fri Oct 05, 2012 12:17 am
Forum: The Lounge
Topic: [SOLVED] Basic jQuery question!
Replies: 7
Views: 2597

Re: Basic jQuery question!

CMSMS allready includes jQuery. You can call it with the {cms_jquery} tag.
But if you want to call your own copy, there's nothing wrong with that.

Also, jQueriUI tabs work really great, I advice using them:
http://jqueryui.com/demos/tabs/
by mcDavid
Fri Oct 05, 2012 12:13 am
Forum: Layout and Design (CSS & HTML)
Topic: Proper Template Syntax for CSS?
Replies: 13
Views: 4985

Re: Proper Template Syntax for CSS?

I don't think there's anything wrong with it.

Maybe you'd like to take a look at the CGContentUtils module, it adds some content types like dropdowns and stuff, which is probably nice for this situation.
by mcDavid
Mon Oct 01, 2012 3:24 pm
Forum: Modules/Add-Ons
Topic: uploads: Template stops working after emptying cache
Replies: 2
Views: 1246

Re: uploads: Template stops working after emptying cache

I'm on PHP 5.3.

But it's not only the images not showing, the description, author etc. disappear too.

it does however cycle through the loop three times like it should.
by mcDavid
Sun Sep 30, 2012 10:14 pm
Forum: Dutch - Nederlands
Topic: [opgelost]Contactformulier weg na upgrade
Replies: 5
Views: 1809

Re: Contactformulier weg na upgrade

De smarty-foutmeldingen zijn behoorlijk duidelijk in CMS 1.11, de regel waarin de fout zich bevindt wordt keurig aangegeven.

Zo te zien is het probleem inmiddels ook opgelost?
by mcDavid
Sun Sep 30, 2012 10:08 pm
Forum: Dutch - Nederlands
Topic: Quotes en ! leiden tot fouten [solved]
Replies: 16
Views: 3422

Re: Quotes en ! leiden tot fouten

Wat zou de oplossing zijn voor de quotes, moet het een " of een ' zijn? Binnen { } is een enkele ' beter dan een dubbele ". Als ik het goed begrepen heb werkt dit sneller/beter. grt. Rolf Over het algemeen is in PHP ' altijd sneller dan ", omdat een string in dubbele quotes variables...
by mcDavid
Sun Sep 30, 2012 9:15 pm
Forum: Modules/Add-Ons
Topic: uploads: Template stops working after emptying cache
Replies: 2
Views: 1246

uploads: Template stops working after emptying cache

I have one template that stops working after I empty the cache. I have to open the template, save it without changes and then it works again. Only the variables in $entry stop working, the rest of the template is displayed fine. Does anybody know what could be the problem? As far as I can see there'...
by mcDavid
Sat Sep 29, 2012 1:41 pm
Forum: Dutch - Nederlands
Topic: Beginner zoekt hulp/uitleg examen opdr
Replies: 11
Views: 3014

Re: Beginner zoekt hulp/uitleg examen opdr

dat hele flash-object zou ik in een global content blok opslaan, die kun je vervolgens in je template plaatsen door {global_content name="flashbanner"} te gebruiken (als je 'm opgeslagen hebt als "flashbanner". Je content (in jouw geval grofweg alle inhoud van <div id="conte...
by mcDavid
Sat Sep 29, 2012 1:31 pm
Forum: Dutch - Nederlands
Topic: Quotes en ! leiden tot fouten [solved]
Replies: 16
Views: 3422

Re: Quotes en ! leiden tot fouten

Als het goed is hoef je de template van je blog maar éénmalig aan te passen, ongeacht het aantal artikelen. Heb je de |cms_escape of |escape modifiers geprobeerd zoals arnoud suggereert?
by mcDavid
Mon Sep 24, 2012 12:38 pm
Forum: Dutch - Nederlands
Topic: Hosting blokkeert de nieuwe CMSMS??
Replies: 9
Views: 2732

Re: Hosting blokkeert de nieuwe CMSMS??

zo te zien heeft je /tmp directory niet voldoende schrijfrechten.
by mcDavid
Mon Sep 24, 2012 12:22 pm
Forum: Modules/Add-Ons
Topic: [Solved]User driven poll type module, with a twist.
Replies: 1
Views: 998

Re: User driven poll type module, with a twist. Does one exi

I would say:
Uploads for uploading images with a description
CGFeedback for commenting and scoring those images
CGUserDirectory for listing users and their scores and stuf..

Go to advanced search