This is a discussion on "[SOLVED] Basic blog CMS that's easily integrated" within the PHP Forum section. This forum, and the thread "[SOLVED] Basic blog CMS that's easily integrated are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Basic blog CMS that's easily integrated
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
[SOLVED] Basic blog CMS that's easily integrated
Hi All
I was trying out sNews and getting confident this could work for me. I already have the site designed, I just needed a basic CMS that would give the 'news' page some blogging facilities. Then turns out the client's host does not enable mod_rewrite and they don't want to change hosts, and sNews doesn't work without mod_rewrite. I have a basic knowledge of PHP, and I want to integrate a CMS into my design. Wordpress is so big I don't know what to edit where. Are there any lightweight CMS's like sNews that are easy to adapt?
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
|
|
||||
|
Re: Basic blog CMS that's easily integrated
Use wordpress without the rewrites, quite easy!
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: Basic blog CMS that's easily integrated
This was all very new to me, but I'm getting the hang of it now. I've integrated wordpress into my design. The blog is set up to run on www.domain.com/news/ HOWEVER, is there a way I can include the sidebar on every page of the site. I tried php including sidebar.php (in my themes folder) but I get
I vaguely know what the problem is. Is there a workaround? Is there another file I can include that has the functions it needs? Many many thank you's in advanced EDIT: If anything, all I really need is to show a couple of new posts (just titles & summary) with links to the relevant post in the column of the other pages.
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
Last edited by Aso; Nov 29th, 2007 at 14:44. |
|
||||
|
Re: Basic blog CMS that's easily integrated
Actually you need to show me what the include path was.
and post your code for both the page that is including the sidebar and the code for the sidebar. It's not a security flaw mate.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: Basic blog CMS that's easily integrated
Oh I know it's not a security flaw. At a guess, was it because it was operating 'outside' of wordpress, so certain functions were not defined?
If you can help it would be much appreciated Sidebar:
So the content of a page on the site looks like:
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
||||
|
Re: Basic blog CMS that's easily integrated
Hmm why are you creating the page your self when wordpress does it for you?
Why not take what wordpress gives you and edit it to work, not remove what is needed.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: Basic blog CMS that's easily integrated
The only page I want to blog on is 'news'. I've simply modified a theme* so that it appears exactly like the other pages, and feels 'integrated.' The rest of the site is nothing to do with the blog, but what I would've liked was effectively a 'snippet' of the 2 most recent blogs appear in the column of the other pages.
*I copied the 'classic' theme and then modified the CSS (and one or two classes in index.php, plus including my own header and footer).
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
||||
|
Re: Basic blog CMS that's easily integrated
What I did eventually was connect to the wordpress db and extract the data I needed
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
|||
|
Re: Basic blog CMS that's easily integrated
I actually integrated a solution like what you are talking about (I think).
I needed a blog facility on the website triumphantevents.co.uk so that the frontpage would display the most recent news. I used Moveable type and the whole blog is viewable at triumphantevents.co.uk/inspiration To do this I just created a function that retrieves the most recent blog post and displays it on the front page. I like movable type because it lets you have multiple blogs and with the function I created I can simply say which blog to refer to and it will display the post of that blog within the design style of the site. Last edited by cosmicbdog; Nov 30th, 2007 at 22:32. Reason: movable type link |
|
||||
|
Re: Basic blog CMS that's easily integrated
Why not try cute news http://cutephp.com . ALthough it does seem to be getting a bit dated a quick whizz around the forum shows that there is an entirely new build coming.
The different elements of the script (such as blog) can be split into different outputs so you can have 4 various blog outputs all formatted differently and include them on your existing page with a simple <?php include. It's so easy to use and implement into your page with a great resource forum, it's just a simple way to alter content on a page using a wysiwyg editor. But it has more features if you want (like comments on specific articles, allowing guest writers to log in and write in specific places etc.) It basically suits the functionality you wanted, where as wordpress has many advanced default features making it more complex to work with? (wouldn't know, never used it). Oh well just my input. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Basic database to call information | hausjellp | PHP Forum | 30 | May 1st, 2008 09:29 |
| [SOLVED] Basic Positioning Issue | Fearpig | Web Page Design | 2 | Apr 15th, 2008 12:30 |
| CMS system integrated to existing site | mharriss | Web Page Design | 8 | Apr 8th, 2008 13:08 |
| [SOLVED] First Attempt at Basic Image Gallery Not Working... | Jack Franklin | JavaScript Forum | 1 | Sep 30th, 2007 08:14 |
| [SOLVED] Visual Basic Help Please | Jack Franklin | Scripts and Online Services | 2 | Sep 16th, 2007 17:12 |