CMS-like to built into existing site
Hi,
I'm looking for someting to built into an existing site. I mean not use whole CMS but only parts of codes to have [comments] [guest book] [dowload] etc.
I mean to copy only modul into existing site having one sql database for logging users to forum, gallery.
Do you know if some scripts "CMS-like" exists? I am really beginner concerning php coding.
Hope someone might help
Abhishek Reddy posted this at 14:23 — 1st December 2006.
He has: 3,348 posts
Joined: Jul 2001
You can easily grab components for comments, guestbooks, file management, etc from projects like Drupal, Wordpress or whatever. Putting them together is another thing.
It's hard enough bridging two complete packages (like a forum and a CMS), let alone multiple components from different sources. You'll have to build the architecture that makes them work together, and consolidate the various calling protocols, data structures, security layers and whatnot... basically rolling your own CMS. Such big parts are not easily reusable.
I'd imagine porting your SQL data and templates into whatever schema and format is required for a new and complete CMS will take less blood, sweat and tears than retrofitting diverse and complicated components into the existing site. Especially if you're new to PHP.
So why do you want to avoid a CMS?
JoseffB posted this at 18:36 — 1st December 2006.
He has: 52 posts
Joined: Oct 2006
If your into php programming and don't want to touch a CMS because of all the layering and such that makes programming new plug-ins hard then check out Geeklog. It has an universal plug-in SDK, good documentation and an easy theming structure.
Plug-ins already exist for it also which is cool. The new URTournament.org is now running Geeklog and it's pretty cool. Still need to theme it though.
khaman posted this at 23:38 — 5th December 2006.
They have: 2 posts
Joined: Nov 2006
Thanks guys for answer. Yes, maybe it is not usefull to avoid CMS at all especially that I'm still learning php. I will look through drupal, wordpress and see if its easy to customise. TYhe basic idea was to make a simple site and not the complete portal but with only some functionalities of a portal.
Anyway thought it might be any easy solution, but without learning more php it won't be anyway
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.