Search found 1867 matches
- Sat Mar 21, 2020 4:21 pm
- Forum: Dutch - Nederlands
- Topic: framework 3 kolommen
- Replies: 2
- Views: 703
Re: framework 3 kolommen
Je zou aan Bootstrap kunnen denken. Maar je zal het framework moeten voorzien van de juiste cmsms informatie. Kijk anders eens http://www.cmstemplatebuddy.com/ Of bedoel je iets anders?
- Wed Mar 04, 2020 2:16 pm
- Forum: Dutch - Nederlands
- Topic: Eigenaardigheid in gallery
- Replies: 8
- Views: 1030
Re: Eigenaardigheid in gallery
Verwijdert Gallery deze of wordt het niet in de database van Gallery opgenomen?tristan wrote:Weet je dat zeker @velden? Was net een UDT aan het maken die een nieuwe folder aanmaakt als je een CGBlog artikel inschiet maar Gallery lijkt die nieuwe lege folders grondig te verwijderen.
- Tue Jan 28, 2020 8:10 pm
- Forum: Feature ideas
- Topic: Calguys Content Utilities
- Replies: 0
- Views: 873
Calguys Content Utilities
In previous versions of this module one could also select f.i. udt's, content of modules etc. Would be helpfull to have these features back in a upcoming version. Major reason: more easy way to keep development in sync with production instead of doing database transactions.
- Mon Dec 16, 2019 7:14 am
- Forum: Tips and Tricks
- Topic: Tag search and CGBlog
- Replies: 5
- Views: 1538
Re: Tag search and CGBlog
You're right on the left / right lay-out.
I think the solution would be to collect the multiple id's based on the search and feed these to the cgblog summary template. Easier said than done....
I think the solution would be to collect the multiple id's based on the search and feed these to the cgblog summary template. Easier said than done....
- Sat Dec 14, 2019 6:27 am
- Forum: Tips and Tricks
- Topic: Tag search and CGBlog
- Replies: 5
- Views: 1538
Re: Tag search and CGBlog
Thanks Velden. These parameters seems to be in conflict with each other. Basically what I what to achieve is show the summary template for each cgbolg article record that matches the search. {CGBlog action="default" summarytemplate='blogSummary_LeftRight'} will probably perform action on all cgblog ...
- Fri Dec 13, 2019 10:20 am
- Forum: Tips and Tricks
- Topic: Tag search and CGBlog
- Replies: 5
- Views: 1538
Re: Tag search and CGBlog
gentle kick...
- Sun Dec 08, 2019 12:19 pm
- Forum: Tips and Tricks
- Topic: Tag search and CGBlog
- Replies: 5
- Views: 1538
Tag search and CGBlog
Based on the description in this topic https://forum.cmsmadesimple.org/viewtopic.php?f=4&t=80640 I modified the 'Search Results template' to: <h3>{$searchresultsfor} "{$phrase}"</h3> {if $itemcount > 0} <ul> {foreach from=$results item=entry} <li>{$entry->title} - <a href="{$entry->url}">{$entry->ur...
- Fri Nov 15, 2019 6:32 am
- Forum: Dutch - Nederlands
- Topic: Fout in URL
- Replies: 10
- Views: 1405
Re: Fout in URL
Deze werkt Rolf

Code: Select all
RewriteRule ^URL-met-tikfout$ https://website/URL-zonder-tikfout [R=301,L]
- Thu Nov 14, 2019 5:31 pm
- Forum: Dutch - Nederlands
- Topic: Fout in URL
- Replies: 10
- Views: 1405
Re: Fout in URL
Maak een nieuwe pagina aan met contenttype 'Externe link'. Vul een titel in (Redirect 2019/01/Url-met-tikfout) en geef de url op (2019/01/Url-zonder-tikfout) waar je naar wilt redirecten. Onder het tabblad 'navigatie' vul je onder pagina URL het volgende in: 2019/01/Url-met-tikfout De gegevens bij ...
- Wed Nov 13, 2019 8:46 pm
- Forum: Dutch - Nederlands
- Topic: Fout in URL
- Replies: 10
- Views: 1405
Re: Fout in URL
Iemand toevallig nog een suggestie?
- Thu Oct 31, 2019 9:08 pm
- Forum: Dutch - Nederlands
- Topic: Fout in URL
- Replies: 10
- Views: 1405
Re: Fout in URL
Hoe komt 2019/01/Url-zonder-tikfout dan uit bij de url met tikfout?tristan wrote:Hmm net getest, werkt hier wel:
Titel: Test
Link: 2019/01/Url-met-tikfout
- Thu Oct 31, 2019 9:00 pm
- Forum: Dutch - Nederlands
- Topic: Fout in URL
- Replies: 10
- Views: 1405
Re: Fout in URL
Niet aangedacht, geprobeerd en helaas, dat leidt tot een 404-error. Vermoed dat zoiets niet voor CGBlog-artikelen werkt.tristan wrote:Heel simpel een content pagina aanmaken van het type redirecting link?
- Thu Oct 31, 2019 7:16 pm
- Forum: Dutch - Nederlands
- Topic: Fout in URL
- Replies: 10
- Views: 1405
Fout in URL
Ik zie een vertikking in de titel van een CGBlog artikel. Dit artikel is al gepubliceerd. Dit betekent dat in de URL ook een tikfout staat. Als ik de URL wijizg, dan is het artikel niet meer te vinden. Is hier een oplossing voor? Ik dacht via de htaccess, maar wellicht is er een meer praktische oplo...
- Sun Oct 27, 2019 7:46 am
- Forum: Dutch - Nederlands
- Topic: folder van image in Edit Content Page ?
- Replies: 4
- Views: 896
Re: folder van image in Edit Content Page ?
Links van Rolf en Velden hebben geholpen. Om het image te bereiken is het wel nodig dat 'uploads/images' aan de url wordt toegevoegd, of alleen 'images' in geval van {uploads_url}.
Is er een tag die naar de images folder verwijst? Ik vond 'm niet in de lijst van tags.
Is er een tag die naar de images folder verwijst? Ik vond 'm niet in de lijst van tags.
- Sun Oct 13, 2019 7:49 am
- Forum: Dutch - Nederlands
- Topic: folder van image in Edit Content Page ?
- Replies: 4
- Views: 896
Re: folder van image in Edit Content Page ?
Dank je Rolf. Had deze inderdaad al gevonden, is alleen niet helemaal de oplossing die ik zoek. Voor de header image heb ik in de templates een oplossing ingebouwd en bij deze vraag gaat het erom dat ik de image die bijv. bij de zoekresultaten in Google worden getoond, kan aanpassen. Als er geen ima...