Search found 72 matches
- Fri Jan 27, 2012 9:53 am
- Forum: CMSMS Core
- Topic: Old website has started showing deprecated errors
- Replies: 8
- Views: 3518
Re: Old website has started showing deprecated errors
Thanks for that DrCSS. I still have some problems though! I have managed to get the site looking vaguely like normal by saving the CSS files as individual files on the server and just linking to them. I am getting all sorts of errors in the back end though! First things first. The gallery doesn't se...
- Thu Jan 26, 2012 9:39 pm
- Forum: CMSMS Core
- Topic: Old website has started showing deprecated errors
- Replies: 8
- Views: 3518
Re: Old website has started showing deprecated errors
So I have now updated the site to version 1.10.3. The only error that I am now getting is: Deprecated: Function ereg_replace() is deprecated in /home/wwwgroo/public_html/plugins/function.stylesheet.php on line 104 The front end however looks as though it has no styling what so ever. HEEEeeeeelp :D
- Thu Jan 26, 2012 8:00 pm
- Forum: CMSMS Core
- Topic: Old website has started showing deprecated errors
- Replies: 8
- Views: 3518
Re: Old website has started showing deprecated errors
1.3 and the server has been updated to the latest PHP, have you thought about maybe upgrading the CMSMS also?... As I mentioned in the first post, I upgraded the cms to v1.10 ish. This seemed to destroy all styling on the site and still had multiple errors. Do you think I would be better off upgrad...
- Thu Jan 26, 2012 7:41 pm
- Forum: CMSMS Core
- Topic: Old website has started showing deprecated errors
- Replies: 8
- Views: 3518
Re: Old website has started showing deprecated errors
Sorry about that. totally in a rush! - more detail:
cmsms version 1.3
PHP 5.3.9
MySQL client version: 5.0.92
Running on a Linux system
Installed modules:
Album
CMSMailer
FileManager
MenuManager
ModuleManager
News
nuSOAP
Printing
Search
ThemeManager
TinyMCE
TruetypeText
cmsms version 1.3
PHP 5.3.9
MySQL client version: 5.0.92
Running on a Linux system
Installed modules:
Album
CMSMailer
FileManager
MenuManager
ModuleManager
News
nuSOAP
Printing
Search
ThemeManager
TinyMCE
TruetypeText
- Thu Jan 26, 2012 7:25 pm
- Forum: CMSMS Core
- Topic: Old website has started showing deprecated errors
- Replies: 8
- Views: 3518
Old website has started showing deprecated errors
Hi all, I have a site that I created a couple of years ago ( http://www.groovy-entertainment.co.uk ). My client has called me to inform me that there are errors on the site. Can anyone shed some light on how I can correct this? I tried updating to the latest version, but that made things worse, so I...
- Wed Nov 17, 2010 12:36 pm
- Forum: The Lounge
- Topic: Client wants to share large files
- Replies: 5
- Views: 3076
Re: Client wants to share large files
ALMOST found a great solution. Thought I would post it as it may help others: http://www.ajaxplorer.info/wordpress/ Ajaxplorer allows you to create a whole file system on your site with user accounts etc. The problem with Ajaxplorer though is that I am on a shared VPS server, which means that I onl...
- Wed Nov 10, 2010 10:01 am
- Forum: The Lounge
- Topic: Client wants to share large files
- Replies: 5
- Views: 3076
Re: Client wants to share large files
Anyone............. Bueller?
- Fri Oct 22, 2010 2:49 pm
- Forum: The Lounge
- Topic: Client wants to share large files
- Replies: 5
- Views: 3076
Client wants to share large files
I have a client that wants to share large files with his customers using a secure login form for the customer. I had two thoughts on how to do this: 1. Set up an account with DropBox or the like and integrate it with website 2. Somehow have the client host the files on his personal server, and have ...
- Tue Aug 03, 2010 9:45 am
- Forum: Modules/Add-Ons
- Topic: Products module - show two categories using checkboxes & submit button
- Replies: 0
- Views: 648
Products module - show two categories using checkboxes & submit button
Is there a way to use a tickbox (or even tickbox / dropdown combo) and submit button to show products within more than one category from the products module? If a product is associated with two categoryies (lets say 'locationSouth' & 'large'), I want the user to tick a 'locationSouth' and / or '...
- Thu Jul 29, 2010 12:34 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] products module & cggooglemaps
- Replies: 9
- Views: 2510
Re: products module & cggooglemaps
okay - final code that I am relatively happy with (This is a summary template for the Products module): {if isset($catformstart)} {$catformstart} {$catdropdown}{$catbutton} {$catformend} {/if} {$firstlink} {$prevlink} {$pagetext} {$curpage} {$oftext} {$pagecount} {$nextlink} {$lastlink} {foreach f...
- Thu Jul 29, 2010 11:01 am
- Forum: Modules/Add-Ons
- Topic: [Solved] products module & cggooglemaps
- Replies: 9
- Views: 2510
Re: products module & cggooglemaps
Almost there! I have the map working for 'most' of the products. My Products summary template is now: {if isset($catformstart)} {$catformstart} {$catdropdown}{$catbutton} {$catformend} {/if} {$firstlink} {$prevlink} {$pagetext} {$curpage} {$oftext} {$pagecount} {$nextlink} {$lastlink} {CGGoogleMa...
- Thu Jul 29, 2010 9:45 am
- Forum: Modules/Add-Ons
- Topic: [Solved] products module & cggooglemaps
- Replies: 9
- Views: 2510
Re: products module & cggooglemaps
Yes, you should be able to do something like: {foreach foo="bar" blah="entry"} {cggm_add_dynpoint address=$entry->fields.postcode->value} {/foreach} You'll have to do this in a summary template and I can't remember the exact syntax off the top of my head so your mileage may var...
- Wed Jul 28, 2010 4:26 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] products module & cggooglemaps
- Replies: 9
- Views: 2510
Re: products module & cggooglemaps
I have a Products installation for listing homes for sale. I needed the exact location so I am using Latitude and Longitude. I have two custom fields each named accordingly. Here is how it looks in my detail template: {cggm_add_dynpoint long=$entry->fields.Longitude->value lat=$entry->fields.Latitu...
- Wed Jul 28, 2010 4:13 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] products module & cggooglemaps
- Replies: 9
- Views: 2510
Re: products module & cggooglemaps
Check out the "Add Dynamic" point tag in the CGGoogleMaps help. The dynamic point tag was actually added for use in a situation very similar to this, only used in CompanyDirectory. Have you considered using CompanyDirectory instead of Products? Thanks for the info! I saw the add point tag...
- Wed Jul 28, 2010 11:28 am
- Forum: Modules/Add-Ons
- Topic: Products Module - only show products with custum field checkbox tick
- Replies: 3
- Views: 1193
Products Module - only show products with custum field checkbox tick
Hi - again!
As the title says really,
I want to show a list of products, but only show the products that have got a custom field tickbox (with a tick in it).
For example - only show campsites that allow campfires.
Any ideas?
As the title says really,
I want to show a list of products, but only show the products that have got a custom field tickbox (with a tick in it).
For example - only show campsites that allow campfires.
Any ideas?