Page 1 of 1

Blog module

Posted: Wed May 10, 2006 1:06 pm
by Muzzy
Hi.

Is there a good stable Blog module available to input into CMSMS? If so can you tell me where to download it please.

Mike.

Re: Blog module

Posted: Wed May 10, 2006 1:08 pm
by tsw
Im afraid there is no blog module atm, BUT you can use comments module with news module in 0.13beta3 which was released yesterday  :P

Re: Blog module

Posted: Sat May 13, 2006 12:10 am
by Dr.CSS
i tried and i can't get the comment module to show with the newest versions of both, been driving myself crazy trying to mash those together for weeks,using news and comments 1.5 one back from latest, getting close just need to get a couple things to hook, add a comment shows up as.. --Add Me - module:Blog string:Comments-- , i tried to change the [More] link in news to Comments, that string brings you to the page to add comment with the 'News' item in detail, clik "Add a Comment" and you get to input, then clik submit and it takes you back to main 'News' page, supposed to go back to comments page to see the addition of comment, which is on the comments page like it should be, and the comments don't stick to the individual 'News' items, if you make a new 'News' item it shows above the old one with the --Add Me - module:Blog string:Comments-- clik it and you goto the comments page with all the comments for every article not just that article... oh well, wish i knew PHP to make these work together or make a new one, major client requires Blog, one of my test is here http://www.multiintech.com/index.php?page=blogger ,, other one http://www.multiintech.com/index.php?page=Round

  mark

Re: Blog module

Posted: Sat May 13, 2006 3:17 am
by Elijah Lofgren
maksbud wrote: i tried and i can't get the comment module to show with the newest versions of both, been driving myself crazy trying to mash those together for weeks,using news and comments 1.5 one back from latest, getting close just need to get a couple things to hook, add a comment shows up as.. --Add Me - module:Blog string:Comments-- ,
Try adding this to modules/Blog/lang/en_US.php

Code: Select all

$lang['Comments'] = 'Comments';
maksbud wrote: i tried to change the [More] link in news to Comments, that string brings you to the page to add comment with the 'News' item in detail, clik "Add a Comment" and you get to input, then clik submit and it takes you back to main 'News' page, supposed to go back to comments page to see the addition of comment, which is on the comments page like it should be, and the comments don't stick to the individual 'News' items, if you make a new 'News' item it shows above the old one with the --Add Me - module:Blog string:Comments-- clik it and you goto the comments page with all the comments for every article not just that article... oh well, wish i knew PHP to make these work together or make a new one, major client requires Blog, one of my test is here http://www.multiintech.com/index.php?page=blogger ,, other one http://www.multiintech.com/index.php?page=Round
  mark
Try using this code in the bottom of your blog detail template:

Code: Select all

{cms_module
module='comments' modulename='Blog' pageid=$entry->id}
Or is that what you are already using?

I think you may not be using the "pageid=$entry->id" parameter so that may be the cause of your problems.

Re: Blog module

Posted: Sat May 13, 2006 3:25 am
by Elijah Lofgren
maksbud wrote: ...
clik "Add a Comment" and you get to input, then clik submit and it takes you back to main 'News' page,
...
one of my test is here http://www.multiintech.com/index.php?page=blogger ,, other one http://www.multiintech.com/index.php?page=Round
I just noticed this on your site:
This site is using CMS Made Simple version 0.12.1
To use the comments with the News module you will need 0.13 beta 4. Also make sure you have SVN version of the comments module.

Re: Blog module

Posted: Sat May 13, 2006 3:55 am
by Dr.CSS
i couldn't get 'comments' to work in the new CMSMS http://www.multiintech.com/cmsite/index.php?page=orang running CMS Made Simple 0.13-beta3 "Canary" see the little shadow box under content, no comment, went back to old News and Blog on diff. install,, i have MultiIntech.com, cmsite, ruth, debra,  www.mit-computers.com/ pageid=$entry->id} in the bottom, in the template, on the page, 7 ways from sunday still no luck with new comments....

  mark
P.S. i look for SVN

Re: Blog module IT Lives

Posted: Sat May 13, 2006 8:48 am
by Dr.CSS
YES YES it lives  ;D  :D  :o  :-* ,,,  :-* to all the GREATEST Programmers in the World!!!
http://www.multiintech.com/index.php?page=blogger  YES YES just what i've been trying to do for weeks  :D

latest CMSMS ""THE GREATEST SOFTWARE IN THE WORLD""
latest greatest Comments
and a hacked up 'News' Module

    mark