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.
Blog module
Re: Blog module
Im afraid there is no blog module atm, BUT you can use comments module with news module in 0.13beta3 which was released yesterday 
Re: Blog module
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
mark
- Elijah Lofgren
- Power Poster

- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
Re: Blog module
Try adding this to modules/Blog/lang/en_US.phpmaksbud 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-- ,
Code: Select all
$lang['Comments'] = 'Comments';
Try using this code in the bottom of your blog detail template: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
Code: Select all
{cms_module
module='comments' modulename='Blog' pageid=$entry->id}I think you may not be using the "pageid=$entry->id" parameter so that may be the cause of your problems.
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. 
- Elijah Lofgren
- Power Poster

- Posts: 811
- Joined: Mon Apr 24, 2006 1:01 am
Re: Blog module
I just noticed this on your site: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
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.This site is using CMS Made Simple version 0.12.1
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. 
Re: Blog module
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
mark
P.S. i look for SVN
Re: Blog module IT Lives
YES YES it lives
,,,
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
latest CMSMS ""THE GREATEST SOFTWARE IN THE WORLD""
latest greatest Comments
and a hacked up 'News' Module
mark
http://www.multiintech.com/index.php?page=blogger YES YES just what i've been trying to do for weeks
latest CMSMS ""THE GREATEST SOFTWARE IN THE WORLD""
latest greatest Comments
and a hacked up 'News' Module
mark

