Voor de mensen die dit later lezen:
Hier is de oplossing om nieuwe pagina's direct zichtbaar te maken zonder telkens buffer te hoeven legen
Search found 8 matches
- Tue Jul 26, 2011 7:40 pm
- Forum: Dutch - Nederlands
- Topic: [opgelost] CMSMS 1.9.4.1 op PHP versie 5.2.4-2ubuntu5.14
- Replies: 4
- Views: 1955
- Thu Mar 31, 2011 12:41 pm
- Forum: Modules/Add-Ons
- Topic: Suggestion: SQL wrapper module
- Replies: 3
- Views: 1711
Re: Suggestion: SQL wrapper module
I have thought about this problem and I decided to default to AND for now. In some cases I needed a OR and fixed it this way: $where[] = "(a = 1 OR b = 2)" This way the AND is "overruled". This is probably not the most convenient way and I'm sure there must be an other way but it...
- Wed Mar 30, 2011 3:39 pm
- Forum: Modules/Add-Ons
- Topic: Suggestion: SQL wrapper module
- Replies: 3
- Views: 1711
Re: Suggestion: SQL wrapper module
Any comments?
If anything is unclear i'd be happy to explain...
Please tell me if this is a usefull addition so I might consider developing it.
If anything is unclear i'd be happy to explain...
Please tell me if this is a usefull addition so I might consider developing it.
- Tue Mar 29, 2011 3:37 pm
- Forum: Modules/Add-Ons
- Topic: Suggestion: SQL wrapper module
- Replies: 3
- Views: 1711
Suggestion: SQL wrapper module
Hello, Recently, I had some toughts about creating a wrapper to combinate SQL clauses more easily. I decided to try how it would work out for the module i'm currently working on. An example for usage: $sql = new SQLGenerator(); $sql->select = array("u.id", "p.name"); $sql->join =...
- Sun Dec 20, 2009 1:40 pm
- Forum: Dutch - Nederlands
- Topic: [Opgelost] Vraag: Canonical link op child met parent
- Replies: 8
- Views: 2145
Re: [Opgelost] Vraag: Canonical link op child met parent
Ik ben een ochtend bezig geweest met upgraden, wat niet echt mijn grootste hobby is, maar het is inderdaad gelukt. (ik ben meer van het motto: If it's not broken, don't fix it... vandaar dat ik niet alle updates installeer) @RonnyK, wat jij zegt over die wijzigingen in de canonical's sinds versie 1....
- Thu Dec 17, 2009 10:47 pm
- Forum: Dutch - Nederlands
- Topic: [Opgelost] Vraag: Canonical link op child met parent
- Replies: 8
- Views: 2145
Re: Vraag: Canonical link op child met parent
Vreemd, op de een of andere manier zijn een aantal van mijn berichten half onzichtbaar, soms zie ik ze soms zie ik ze niet... Waarschijnlijk kunnen jullie ze ook niet zien, dus heb ik een screenshot gemaakt van mijn berichten.. Deze screenshot is een attachment aan deze post.. @rolf: Ik neem aan dat...
- Thu Dec 17, 2009 6:50 pm
- Forum: Dutch - Nederlands
- Topic: [Opgelost] Vraag: Canonical link op child met parent
- Replies: 8
- Views: 2145
Re: Vraag: Canonical link op child met parent
Bedankt voor het snelle reageren! Ik heb even een voorbeeldje gemaakt met mijn eigen site zodat het makkelijk te zien is. Deze pagina's zijn te bekijken en ik heb bij elke gechecked of deze een canonical link heeft. Bij dit onderzoek heb ik default thema NcleanBlue gebruikt op CMSMS 1.6.2 "Noum...
- Tue Dec 15, 2009 10:38 pm
- Forum: Dutch - Nederlands
- Topic: [Opgelost] Vraag: Canonical link op child met parent
- Replies: 8
- Views: 2145
[Opgelost] Vraag: Canonical link op child met parent
Hallo beste mensen, Ik ben er achter gekomen dat de canonical link ( meer info ) bij mij niet werkt als ik een parent gebruik. De (standaard)code voor dynamische canonical link's is: {if isset($canonical)} <link rel="canonical" href="{$canonical}" /> {elseif isset($content_obj)} ...