 |

mateo
User
Jan 10, 2008, 11:00 AM
Post #1 of 15
(1085 views)
Shortcut
|
|
Comments on Blogs
|
Can't Post
|
|
CMS Builder is SO close to what I need for my clients. Unfortunately, almost every client wants a blog. CMS Builder is missing the three most important features of a blog: comments, an RSS feed, and categories. I would use this with every client if the blog had those features. Any chance that these are on the coming soon list? Mateo
|
|
|  |
 |

Dave
Staff
/ Moderator

Jan 10, 2008, 11:28 AM
Post #2 of 15
(1082 views)
Shortcut
|
Mateo, Thanks for your feedback. Why don't we see if we can work together and make it do those things. We can do RSS (it's just another "list viewer"), I've been waiting for someone to ask about comments so we could add that, and categories - we have an upgrade in the works that adds some basic functionality for this. Tell me more about how you'd like the categories to work. Could the client add/remove as many categories as they wanted? Would something like "tags" work better? Do you have an example blog site you could link us to so we can see what it should look like? Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

mateo
User
Jan 10, 2008, 11:36 AM
Post #3 of 15
(1080 views)
Shortcut
|
If you were able to make the "list" field options editable by the user, that would solve the categories issue AND make the other uses for the "list" field better as well. Tags are definitely an option as well. I'm used to categories from the current blog options like Wordpress etc, but either would be a great improvement. As for comments, this is actually my real deal breaker. I could make do for now without categories, but blogs are great tools because they create community and encourage reader interaction, so without comments a blog to me is just a news section.. Of course with comments, you'll have to have a way to erase inappropriate comments..
|
|
|  |
 |

Dave
Staff
/ Moderator

Jan 10, 2008, 3:49 PM
Post #4 of 15
(1072 views)
Shortcut
|
Ok, I'll put comments on the list for the next version v1.08 and get chopping on it. :) We're just about to release v1.07 (just in final testing) and it has a neat new feature where you can load list options from another table. So, for example, you could have a pulldown of all the users in the system, or all the categories from a category table, etc. Without having to manually re-enter them. I don't know if that's exactly what you're looking for, but it may be one route to go. Hopefully we'll have that new release out tonight. We'll post in the forum when we do. Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

Toledoh
User
Jan 13, 2008, 6:47 PM
Post #5 of 15
(1054 views)
Shortcut
|
Hi There, A couple of newsletters ago you had a link to http://js-kit.com/comments/ maybe this would work for you? If it does, let me know 'cause I'm itchy to use them myself but haven't had the opportunity. Cheers, Tim Tim Forrest Toledoh Enterprises
|
|
|  |
 |

steve_e
User
Mar 19, 2008, 8:09 AM
Post #6 of 15
(727 views)
Shortcut
|
|
Re: [Toledoh] Comments on Blogs
[In reply to]
|
Can't Post
|
|
Hi - Can you tell me what the progress on comments is? I don't know if I've misunderstood what you were discussing here, but what I was hoping for is the ability to set up a section where someone with regular or admin access to CMS Builder can post an initial suggestion or query, and then others (site members etc) who don't have that access can post responses via text box/name/date. Is that what you were thinking of, and is that yet available? ;)
|
|
|  |
 |

Dave
Staff
/ Moderator

Mar 19, 2008, 2:57 PM
Post #7 of 15
(717 views)
Shortcut
|
|
Re: [steve_e] Comments on Blogs
[In reply to]
|
Can't Post
|
|
So basically just like blog comments? We were planning that feature, but it looks like it slipped through the cracks and didn't quite make it in. I'll move it up on the list. When do you need it by? Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

steve_e
User
Mar 19, 2008, 3:05 PM
Post #8 of 15
(715 views)
Shortcut
|
Ooh, about three quarters of an hour? :-) I'm hoping to have my site finished by end of March, so if you had it available by then that would be excellent!
|
|
|  |
 |

Dave
Staff
/ Moderator

Mar 19, 2008, 3:33 PM
Post #9 of 15
(710 views)
Shortcut
|
|
Re: [steve_e] Comments on Blogs
[In reply to]
|
Can't Post
|
|
Ok, that might be tight but we'll give it a shot. If it turns out we're too slow other options would be to use a hosted solution like http://js-kit.com/comments/ or to integrate a free comment script (that's what we do something for Article Manager users). I'll post on this thread when I have some news! :) Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

steve_e
User
Mar 19, 2008, 3:38 PM
Post #10 of 15
(709 views)
Shortcut
|
Does AM have that feature already then Dave? I actually have AM2 installed on the site as well, but I haven't started using it yet, as CMS is doing everything I currently need (apart from this...).
|
|
|  |
 |

Dave
Staff
/ Moderator

Mar 19, 2008, 3:43 PM
Post #11 of 15
(706 views)
Shortcut
|
|
Re: [steve_e] Comments on Blogs
[In reply to]
|
Can't Post
|
|
No, we've used this one in the past: http://scriptsmill.com/comments.html Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

steve_e
User
Mar 20, 2008, 7:16 AM
Post #12 of 15
(698 views)
Shortcut
|
Thanks for the link Dave. Um - in case you don't get to creating this feature in CMS in time, can I ask a question about these two 3rd party scripts? If you set up a section to use this with, how is the third party script going to 'attach' a series of comments to a particular record in a multi-page section? Is that going to be straightforward? I'd have thought it would be necessary to insert into the MySQL table to get this to happen. I'm not that good with MySQL and PHP though so I may be talking through my hat.
|
|
|  |
 |

Dave
Staff
/ Moderator

Mar 20, 2008, 10:40 AM
Post #13 of 15
(694 views)
Shortcut
|
|
Re: [steve_e] Comments on Blogs
[In reply to]
|
Can't Post
|
|
I actually haven't work with that particular script, but I've made some before. Typically how they work is you have some unique identifier for each page and the program uses that to know which comments are associated with which records. So you might have an identifier of "tableName-recordNumber" which could be "news-3" for record 3 in the news section. So you probably have a hidden field you create with that and then a PHP include or something like that to include the comments. It probably has it's own mysql table and manages that itself. You might just want to give that script a try in advance to cover your bases. I know the consulting guys here can install it pretty quick so I don't think it's that hard to setup. Hope that helps! :) Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

Thomas
User
Apr 7, 2008, 8:17 PM
Post #14 of 15
(517 views)
Shortcut
|
HI, I am just about to launch my CMS site and comments would be really good right about now. Do you know if this might be added any time soon? Yours hopefully
|
|
|  |
 |

Dave
Staff
/ Moderator

Apr 8, 2008, 9:22 AM
Post #15 of 15
(503 views)
Shortcut
|
|
Re: [Thomas] Comments on Blogs
[In reply to]
|
Can't Post
|
|
Hi Thomas, It's one of our top priorities but we don't have an estimated completion date yet. So it could be a while longer. Dave Edis - Senior Developer interactivetools.com
|
|
|  |
|