Search found 41 matches
- Thu Nov 12, 2015 3:37 pm
- Forum: Dutch - Nederlands
- Topic: Vragen over 2.0
- Replies: 3
- Views: 1852
Re: Vragen over 2.0
Hoi Willemijn, Bedankt voor de tip :). Wat ik altijd zo mooi vond aan de GCB's was dat een gebruiker zelf blokken toe kon voegen, een naam kon kiezen, en dat ze per pagina kunnen selecteren welke blokken er getoond moeten worden in de zijbalk op basis van: http://www.i-do-this.com/blog/Give-Your-Cli...
- Tue Nov 10, 2015 1:49 pm
- Forum: Dutch - Nederlands
- Topic: Vragen over 2.0
- Replies: 3
- Views: 1852
Vragen over 2.0
Ik ben inmiddels lekker aan het stoeien en de meeste dingen vind ik erg prettig werken, top :). Zit alleen wat vastgeroest aan mijn oude werkwijze, dus dat is best een omschakeling. Een paar functie die ik niet zo kan vinden, ook na zoeken op het web houden mij nu tegen om nieuwe sites in 2 te bouwe...
- Fri Oct 02, 2015 3:01 pm
- Forum: The Lounge
- Topic: Frontend button to edit page if logged-in as admin
- Replies: 13
- Views: 3703
Re: Frontend button to edit page if logged-in as admin
@Rolf: Thanks for the code, works great
.

- Fri Oct 02, 2015 12:54 pm
- Forum: The Lounge
- Topic: Frontend button to edit page if logged-in as admin
- Replies: 13
- Views: 3703
Re: Frontend button to edit page if logged-in as admin
Never used this, but I think you want a edit button that links to the page in cmsms backend? You can use your browser cookie and the content_id for this. Check if the cookie is present and show the button: {if $smarty.cookies._sx_ != ''}show{/if} The link url: {root_url}/admin/editcontent.php?_sx_={...
- Fri Oct 02, 2015 12:34 pm
- Forum: The Lounge
- Topic: Missing Languagestring - module:CGExtensions
- Replies: 2
- Views: 1685
Re: Missing Languagestring - module:CGExtensions
Same here.Thought it might be a language thing and when I wanted to switch to Dutch to test this I could not pick another language, only English.
Using cmsms 1.11.13 for now.
Using cmsms 1.11.13 for now.
- Wed Mar 25, 2015 1:40 pm
- Forum: Dutch - Nederlands
- Topic: nummer van aantal CGBlog if loops tonen
- Replies: 13
- Views: 4624
Re: nummer van aantal CGBlog if loops tonen
Zeker :). Heb hier een visitekaartje met de achternaam Velden voor me liggen. Wie zou dat zijn ::) . De site waar de teller destijds in gebruikt is: http://www.stormloop.nl/ Zodra de pagina waar die in zit er weer opstaat zal ik die ter referentie toevoegen. Per provincie werden de aangemelde vereni...
- Thu Jan 23, 2014 12:22 am
- Forum: Dutch - Nederlands
- Topic: nummer van aantal CGBlog if loops tonen
- Replies: 13
- Views: 4624
Re: nummer van aantal CGBlog if loops tonen
Bedankt voor het voorbeeld. Had de laatste {$count} gemist :(. De categorieën werk ik normaal mee maar die werden nu voor wat anders gebruikt. Vandaar de checkboxes. Sorry dat mijn basis-kennis niet op orde is. Dacht dat het forum er voor was om geholpen te worden als je met iets zit. Hoe simpel het...
- Wed Jan 22, 2014 3:24 pm
- Forum: Dutch - Nederlands
- Topic: nummer van aantal CGBlog if loops tonen
- Replies: 13
- Views: 4624
Re: nummer van aantal CGBlog if loops tonen
Bedankt voor alle hulp. Utrecht is nu geen categorie maar een checkbox. {if $entry->Utrecht == '1'} Ik kijk dus binnen de foreach of Utrecht is aangeklikt en die worden getoond. Als ik het aantal items dan opvraag dan zegt ie bijv. 25 terwijl er maar 5 in Utrecht zijn. Ik dacht dat er misschien ook ...
- Wed Jan 22, 2014 12:09 pm
- Forum: Dutch - Nederlands
- Topic: nummer van aantal CGBlog if loops tonen
- Replies: 13
- Views: 4624
Re: nummer van aantal CGBlog if loops tonen
Op die manier krijg je toch een lijst zoals?
item 1
item 2
item 3
item 4
Daarvoor gebruik ik nu altijd {counter}
Wat ik wil is alleen 4 tonen om het totaal aantal items weer te geven.
item 1
item 2
item 3
item 4
Daarvoor gebruik ik nu altijd {counter}
Wat ik wil is alleen 4 tonen om het totaal aantal items weer te geven.
- Wed Jan 22, 2014 11:17 am
- Forum: Dutch - Nederlands
- Topic: nummer van aantal CGBlog if loops tonen
- Replies: 13
- Views: 4624
nummer van aantal CGBlog if loops tonen
Ik heb in CGBlog een samenvatting template gemaakt en wil tonen hoeveel entries aan de if statement voldoen. Code nu: {foreach from=$items item=entry} {if $entry->Utrecht == '1'} code {/if} {/foreach} Nu kan ik wel het aantal foreach weergeven met {if $smarty.foreach.entry.last} ({$smarty.foreach.en...
- Wed Jun 05, 2013 2:53 pm
- Forum: Modules/Add-Ons
- Topic: RSS Simplepie media:content url enclosure in template
- Replies: 0
- Views: 772
RSS Simplepie media:content url enclosure in template
I can not get this to work. I have a feed with a media:content element with a url in it. In the template I only need this url. How can I get only the url. Tried: {$onefeed->get_content()} - gives all the content {$onefeed->get_content()->url} - nothing {$onefeed->get_url()} - nothing It just does no...
- Sat Oct 13, 2012 12:08 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: 500 - Internal server error
- Replies: 1
- Views: 1591
Re: 500 - Internal server error
Check the log file for the error (apache log). Can be a lot of things. Most of the 500 error I had in the past were caused by mod_security. In the logs you see that mod_security blocked the page than. You can also use the webdeveloper in Chrome (F12 or Command + Alt + i on Mac). There you go to the ...
- Sat Oct 13, 2012 12:03 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Migrate to nginx
- Replies: 1
- Views: 1763
Re: Migrate to nginx
I had the same problems that you have with nginx. Also I did not get pretty url's to work. After a lot of evenings without succes I decided to use Varnish in front op Apache (on Ubuntu). Not the same, I know, but makes the sites much faster. Is that the reason you want to switch to nginx? And even w...
- Sat Oct 13, 2012 11:15 am
- Forum: Dutch - Nederlands
- Topic: Kopie van News module werkt, maar nette url's niet
- Replies: 1
- Views: 894
Re: Kopie van News module werkt, maar nette url's niet
Ik heb het uiteindelijk werkend gekregen met een kopie van de blog module. Werkt overigens nog beter ook, want zelfs de mail functie bij nieuw bericht werkt, die brak bij kopie van Nieuws module
.

- Sat Oct 13, 2012 7:43 am
- Forum: Dutch - Nederlands
- Topic: Kopie van News module werkt, maar nette url's niet
- Replies: 1
- Views: 894
Kopie van News module werkt, maar nette url's niet
Ik heb een kopie gemaakt van de Nieuws module met een standaard scriptje wat ik wel vaker gebruik. Nu werken bij versie 1.11 de nette url's voor de dtail pagina alleen niet meer. Zet ik de module in 1.10 dan werkt het wel. Wat moet ik in 1.11 wijzigen om dit werkend te krijgen? Ik heb de [nN]ews al ...