Search found 149 matches

by vinyl
Tue Jan 31, 2012 8:13 pm
Forum: Dutch - Nederlands
Topic: [NMS] Pretty URL's
Replies: 9
Views: 2299

[NMS] Pretty URL's

Ik kan er wel iets over vinden, maar het lijkt mijn probleem niet helemaal op te lossen. Op een website heb ik in de footer een tekstveld opgenomen en een submit button door {nms} tag te gebruiken. Als je deze invult dan wordt de "Bedankt voor het aanmelden" tekst in de {content} tag van d...
by vinyl
Fri Jan 13, 2012 2:56 pm
Forum: Modules/Add-Ons
Topic: CGBlog: Show related items on detail page
Replies: 6
Views: 2322

Re: CGBlog: Show related items on detail page

I have the exact same issue. Only I also wonder how you make the comma separated list with categories.
by vinyl
Fri Jan 13, 2012 2:44 pm
Forum: Modules/Add-Ons
Topic: Adding items to a variable
Replies: 1
Views: 856

Adding items to a variable

I am working on a site with CGBlog responsible for the news. I want to get related categories. Since it is possible to get multiple categories i would like to assign them to a variable and use that in a CGBlog call. The code written for the CGBlog is this: [php] {if $entry->categories} {strip}{$cate...
by vinyl
Wed Dec 28, 2011 4:50 pm
Forum: Dutch - Nederlands
Topic: Malware in index.php
Replies: 6
Views: 1952

Re: Malware in index.php

Any other ideas to how to prevent the malware in index.php? Had contact with the web host who has checked the settings for PHP etc. They claim there is no issue with the server/installation the site is running on. CMSMS is updatet to 1.9.4.3, after that I will have to upgrade to the 1.10.x branch. I...
by vinyl
Tue Dec 27, 2011 11:29 am
Forum: Dutch - Nederlands
Topic: Malware in index.php
Replies: 6
Views: 1952

Re: Malware in index.php

Het is inderdaad shares hosting. Helpt het nog om zaken als exec, passthru, shell_exec, system, proc_open, show_source, mysql_list_dbs
uit te laten zetten? Want ik heb het idee dat hier mogelijk een deel van het probleem in zit.
by vinyl
Tue Dec 27, 2011 9:31 am
Forum: Dutch - Nederlands
Topic: Malware in index.php
Replies: 6
Views: 1952

Malware in index.php

Today a clients site was having problems due to malware being served. The malware source is the index.php file in the root of the cms. The version running is 1.9.4.1. Is this version prone to attacks? Is there anything that could be wrong with the webhost? All passwords have been changed, just to be...
by vinyl
Thu Nov 03, 2011 9:07 am
Forum: Layout and Design (CSS & HTML)
Topic: [Formbuilder] Checkboxgroup alignment
Replies: 4
Views: 2048

Re: [Formbuilder] Checkboxgroup alignment

I traced the problem back to the way the form is build up. First the checkbox is placed, then the label. IE7 seems to have a problem with this. Is there anyway to fix this in the CMS Made Simple file that is responsible for this? This causes the misalignment: <div> <input type="checkbox" c...
by vinyl
Fri Oct 28, 2011 12:42 pm
Forum: Layout and Design (CSS & HTML)
Topic: [Formbuilder] Checkboxgroup alignment
Replies: 4
Views: 2048

[Formbuilder] Checkboxgroup alignment

I made a form with formbuilder. In all browsers i tried the form looks good, except in IE7. It does not show my checkbox group correctly: http://img12.imageshack.us/img12/6228/20111028023612pm.png The css code is the default code of formbuilder. The code rendered in the browser is this: <div class=&...
by vinyl
Fri Jul 22, 2011 8:58 am
Forum: Modules/Add-Ons
Topic: [CGBlog] Articles won't expire
Replies: 0
Views: 574

[CGBlog] Articles won't expire

I have a site using the CGBlog module to display news items. I picked the blog module cause it has some advantages over the news module. The only problem is that whenever I set an expire date the module seems to completely ignore it. Since I read that the plan is to rip it out but it is still in the...
by vinyl
Fri Jul 15, 2011 11:59 am
Forum: CMSMS Core
Topic: [solved][Bug?] Gallery custom field with self_link[/solved]
Replies: 1
Views: 935

[solved][Bug?] Gallery custom field with self_link[/solved]

I made a Gallery with a custom content field which can be filled with WYSIWYG. When you select some text and choose a self link to a page on the site it does not get parsed properly when looking at the page. The URL looks like this: http://www.domain.nl/{cms_selflink%20href='activiteiten'%20} While ...
by vinyl
Fri Jul 15, 2011 11:54 am
Forum: CMSMS Core
Topic: [solved][menu manager][/solved]
Replies: 6
Views: 1892

Re: [menu manager]

Yes it did. That was a pretty big RTFM moment...
by vinyl
Fri Jul 15, 2011 10:43 am
Forum: CMSMS Core
Topic: [solved][menu manager][/solved]
Replies: 6
Views: 1892

Re: [menu manager]

:-[

Oh boy...
by vinyl
Fri Jul 15, 2011 9:22 am
Forum: CMSMS Core
Topic: [solved][menu manager][/solved]
Replies: 6
Views: 1892

Re: [menu manager]

But then it leaves out my other section header and child pages..
by vinyl
Fri Jul 15, 2011 9:13 am
Forum: CMSMS Core
Topic: [solved][menu manager][/solved]
Replies: 6
Views: 1892

[solved][menu manager][/solved]

I have some pages where I display a menu on the right side. The hierarchy is build up like this and that is the way the menu is being showed: Parent - Section header -- sub -- sub - Section header -- sub --sub By default the menu shows the Parent page's title in the menu. Is there a way to get rid o...
by vinyl
Wed Jul 06, 2011 6:01 pm
Forum: The Lounge
Topic: [solved]Intro page, cookie?[/solved]
Replies: 4
Views: 2124

Re: Intro page, cookie?

I solved this doing the following (some of it I written myself other part is from the web, possible Calguy?) if(!$_COOKIE["intro"]) { // page alias for the intro page $redirect = 'intro'; // cookie settings $c_name = "intro"; $c_days = 30; //in days $c_expire = 86400 * $c_days; g...

Go to advanced search