Blog module

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
Muzzy

Blog module

Post 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.
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Blog module

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Blog module

Post 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
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

Re: Blog module

Post 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.
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. :)
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

Re: Blog module

Post 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.
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. :)
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Blog module

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Blog module IT Lives

Post 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
Locked

Return to “CMSMS Core”