Search found 3 matches

by Roobarb
Wed Jan 20, 2010 6:14 pm
Forum: CMSMS Core
Topic: Parameter 1 to cms_module_Lang() expected to be a reference
Replies: 7
Views: 8966

Re: Parameter 1 to cms_module_Lang() expected to be a reference

I ran into this error in CMSms 1.5.4 ("Carolina") after I upgraded to the latest version of XAMPP, which uses PHP 5.3.1. The problem occurs in function Lang(). Where it says: $args[0] = $this; Change this line to: $args[0] =& $this; That should stop the error you're seeing. This was fi...
by Roobarb
Mon Sep 07, 2009 1:38 pm
Forum: CMSMS Core
Topic: Editing content via dropdown selections
Replies: 0
Views: 1008

Editing content via dropdown selections

I'm developing a site where I want to allow the CMS administrator to choose to include certain content from dropdown boxes and multi-select boxes when editing a page. As far as I can tell, if I put a {content} tag in a template, the admin will get either a TinyMCE editor to edit the page content, or...
by Roobarb
Tue May 05, 2009 11:21 am
Forum: Modules/Add-Ons
Topic: CGGoogleMap and integration with other modules (CompanyDirectory)
Replies: 6
Views: 3263

Re: CGGoogleMap and integration with other modules (CompanyDirectory)

I came across this thread while looking for information about the CGGoogleMaps module. Here's an example of how I got the dynamic markers working: 1. Create a map using the CGGoogleMaps module (in this example, the map id is 1) 2. In the page where you want to include your map, add the following Sma...

Go to advanced search