Page 1 of 1
Wordpress as blog?
Posted: Wed Apr 11, 2007 8:31 pm
by Gregor
I read a lot about installing a blog and I even read a lot of problems getting it going. I'd like to use a blog for my sailing adventures (...) I was wondering, is it possible to use Wordpress as blog inside cmsms? If so, would zomeone please tell me how
Thanks and keep up the good work!
Gregor
Re: Wordpress as blog?
Posted: Wed Apr 11, 2007 10:03 pm
by heatherfeuer
I use WordPress for my blog (FANtastic app). I am going to upgrade my personal website to CMS Made Simple when I get the opportunity. I will have links to both my blog and my Gallery 1.x installation. I may upgrade to G2, but would rather not. I can live without the integration, but it would be nice!
I know I can already use the pirss plugin to put recent posts on my cmsms front page (played with it locally) and that works a treat!
Re: Wordpress as blog?
Posted: Thu Apr 12, 2007 6:29 am
by cyberman
Gregor wrote:
I was wondering, is it possible to use Wordpress as blog inside cmsms? If so, would zomeone please tell me how
A module for Including wordpress is not available.
But you can create a blog with CMSms modules / tags (News, Comments, RateThis, SocialBookmarks).
There's a blog module too but I've heard about problems to run it.
Re: Wordpress as blog?
Posted: Thu Apr 12, 2007 6:37 am
by Gregor
Thanks!
I tried to use the combination (
http://www.uisge-beatha.eu/index.php?page=test) and as soon as I enter 'Toevoegen', in FF it opens "Open Index.php with" (Translated from Dutch). SO it tries to open an external programm instead of adding the comment. The installation is based on 1.0.5 and the tag inside the page is
Code: Select all
{cms_module module='Comments' modulename='News' spamprotect=1 pageid=$entry->id}
No further chages are made.
I tried the blog module, and you are right, I also ran into problems.
Re: Wordpress as blog?
Posted: Thu Apr 12, 2007 7:09 am
by cyberman
Gregor wrote:
and the tag inside the page is
That's IMHO wrong - please look at help file
Examples
Example of using with News module
Put this in your News "Detail Template":
{cms_module module='comments' modulename='News' pageid=$entry->id}
Re: Wordpress as blog?
Posted: Thu Apr 12, 2007 10:39 am
by Gregor
Thanks Cyberman, I gave that a try in the first round, however it tried to open index.php, so in the second round I placed the tag at the bottom of the template. No luck. In the third round I placed the tag above the last {if $return...} this seems to work in IE. Will try FF later.
Still remains one question, now I enter "blog-items" at a news item. Is there a way to only enter blog-item without first creating a news item? I might overlook something, but I cannot figger out what that might be.
Thanks so far!
Re: Wordpress as blog?
Posted: Thu Apr 12, 2007 10:46 am
by cyberman
Gregor wrote:
In the third round I placed the tag above the last {if $return...}
Seems to be the right place

.
Is there a way to only enter blog-item without first creating a news item?
Sorry, don't understand this question. The first blog item is a news item ...
Re: Wordpress as blog?
Posted: Thu Apr 12, 2007 11:28 am
by Gregor
Is there a way to only enter blog-item without first creating a news item?
Sorry, don't understand this question. The first blog item is a news item ...
I'd like the news-items displayed as they are now (see home page). If I'm going to use news as a blog, is there a way to forcome that I see all other news items as wel. One way I can think of, is to create a Category, f.i. Blog, and only show this specific category.
Re: Wordpress as blog?
Posted: Thu Apr 12, 2007 11:36 am
by cyberman
Gregor wrote:
One way I can think of, is to create a Category, f.i. Blog, and only show this specific category.
You are on the right way - you can define categories (and sub cutegories) for that

.
Re: Wordpress as blog?
Posted: Thu Apr 12, 2007 11:55 am
by Gregor
I'll go and give it a try. Thanks for your help and time!

Re: Wordpress as blog?
Posted: Thu Jul 12, 2007 5:55 pm
by halm
cyberman wrote:
A module for Including wordpress is not available.
Wouldn't it be possible to use the Embed-tag?
Help for the embed tag wrote:Enable inclusion (embeding) of any other application into the CMS. The most usual use could be a forum.
But maybe it could be used for a blog, too?