Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

CMS / data-driven site

Thread Tools
 
Search this Thread
 
Old 29 May 2003, 10:37 AM
  #1  
12LEE
Scooby Regular
Thread Starter
 
12LEE's Avatar
 
Join Date: May 2000
Posts: 794
Likes: 0
Received 0 Likes on 0 Posts
Post

Hi All

I want to build a corporate site using some Dreamweaver templates. I really want to use a CMS and have the site data driven for ease of maintenance.

I've looked at a few free/cheap CMS (Ariadne, Supercharged CMS, Webedit Pro) but so far, can't find something that's right....

The main issue I've got is nesting of subcategories. I want a structure along the lines of:

Corporate/Products/Resellers/News

and the main thing is that Products needs to be multilevel, e.g.

Products
Category 1
Product Type 1
Product A
Product B
Product C
Product Type 2
Product A
Category 2
Product Type 1
Product A
Product B
Product Type 2
etc

It's basically a store/catalogue structure but (a) the site won't be an ecommerce site and (b) I'm looking for more CMS features than I've seen in lightweight store packages.

Any suggestions?

Cheers

Lee.
Old 29 May 2003, 11:23 AM
  #2  
SJ_Skyline
Scooby Senior
 
SJ_Skyline's Avatar
 
Join Date: Apr 2002
Location: Limbo
Posts: 21,922
Likes: 0
Received 1 Like on 1 Post
Question

Lee,

Is this what you have in mind?

Old 29 May 2003, 11:28 AM
  #3  
12LEE
Scooby Regular
Thread Starter
 
12LEE's Avatar
 
Join Date: May 2000
Posts: 794
Likes: 0
Received 0 Likes on 0 Posts
Post

yeah
Old 29 May 2003, 11:36 AM
  #4  
SJ_Skyline
Scooby Senior
 
SJ_Skyline's Avatar
 
Join Date: Apr 2002
Location: Limbo
Posts: 21,922
Likes: 0
Received 1 Like on 1 Post
Post

TBH, If you can't find a cms that meets your needs then I would consider coding from scratch.

You can accomodate your products in a simple Access DB across 3 tables:

tblProduct:
intProductID (PK)
intProductTypeID (FK)
strProductName
strProductDescription
curProductPrice
...

tblProductType:
intProductTypeID (PK)
intCategoryID (FK)
strProductTypeName
...

tblCategory:
intCategoryID (PK)
strCategoryName
...

Link these together via their Primary and Foreign keys and you have your structure. On a code level you can quite easily submit SQL queries to the database via ASP. e.g. "SELECT * FROM tblProduct, tblProductType WHERE tblProduct.intProductTypeID = tblProductType.intProductTypeID AND strProductTypeName = 'Exhaust'"
Old 29 May 2003, 11:39 AM
  #5  
12LEE
Scooby Regular
Thread Starter
 
12LEE's Avatar
 
Join Date: May 2000
Posts: 794
Likes: 0
Received 0 Likes on 0 Posts
Post

Thanks.

The site's on a Linux box with MySQL. Best read up on Dreamweaver MX/php/MySQL.
Old 29 May 2003, 11:54 AM
  #6  
GaryK
Scooby Regular
 
GaryK's Avatar
 
Join Date: Sep 1999
Location: Bedfordshire
Posts: 4,037
Likes: 0
Received 0 Likes on 0 Posts
Thumbs up

Lee,

If its running on linux then take a look at geeklog, www.geeklog.net thats a really cool CMS with the ability for users to personalise content based on their preference, themes, plug-ins etc., Just need mySQL and you're away, geeklog itself uses geeklog so you can get an idea of what it can do.

cheers

Gary
Old 29 May 2003, 12:06 PM
  #7  
stevencotton
Scooby Regular
 
stevencotton's Avatar
 
Join Date: Jan 2001
Location: behind twin turbos
Posts: 2,710
Likes: 0
Received 1 Like on 1 Post
Post

Double-o-post removal


[Edited by stevencotton - 5/29/2003 12:08:10 PM]
Old 29 May 2003, 12:07 PM
  #8  
stevencotton
Scooby Regular
 
stevencotton's Avatar
 
Join Date: Jan 2001
Location: behind twin turbos
Posts: 2,710
Likes: 0
Received 1 Like on 1 Post
Post

Bricolage is a nice well known open source CMS you could use too.

Edited to add, if it's ease of use you're after then I'd totally avoid PHP. I'd avoid PHP anyway, but especially for ease of maintenance
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Jamesh10
Styling
6
27 April 2016 04:52 PM
Littleted
Non Scooby Related
6
02 October 2015 11:31 AM
Subaruswan
ScoobyNet General
14
01 October 2015 08:05 PM
Subaruswan
Interior
0
28 September 2015 09:53 PM
Cdm172
Was it you?
0
28 September 2015 05:41 PM



Quick Reply: CMS / data-driven site



All times are GMT +1. The time now is 09:39 AM.