|
|
| |
Forums ⇒ CMS (All) ⇒ Requests :: Archives ⇒ Comment Notification :: Archived
Comment Notification :: ArchivedRequests for core changes must be submitted through the Projects Features section.
Go to page 1, 2, 3, 4, 5 Next
| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
Mystic Diamond Supporter


Offline Joined: Jun 25, 2004 Posts: 1312 Location: Spokane, WA USA
|
Posted: Wed Jul 06, 2005 5:53 am Post subject: Comment Notification |
|
hmmm, 11 pages of requests.
Well, here's another of mine.
I would like to be notified by e-mail of any comments made on my site. For example, if someone writes a comment on an article I wrote two years ago, I'll have no idea.
Users should also be able to "subscribe" to comments for things as well.
Any administrator wanting to monitor their site should agree with this addition. If you don't see a bad comment, you won't be able to deal with it appropriately.
_________________ - |\/|ystic
Mystic's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.6.20-16/Apache/5.0.38/5.2.1/9.0.6.1
|
|
| Back to top |
|
 |
WebSiteGuru 1000+ Posts Club


Offline Joined: Jun 09, 2005 Posts: 2318
|
Posted: Wed Jul 06, 2005 2:49 pm Post subject: Re: Comment Notification |
|
That is a great idea, I like that.
_________________ Lead Theme Designer - WebSiteGuru Designs
WebSiteGuru's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.6.9 / Apache 2.2.6 / MySQL 5.0.27 / PHP 5 / DF Version 9.2.1
|
|
| Back to top |
|
 |
ians Heavy poster


Offline Joined: Feb 23, 2005 Posts: 209 Location: Switzerland
|
Posted: Wed Jul 06, 2005 3:26 pm Post subject: Re: Comment Notification |
|
I'm not wild about comments either, for news posts I'm going to move to making forum posts instead, I'm just tinkering with a couple of things to do that. Some of the reservations I have are related to that lack of visibility as well.
ians's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD 5.2.1-RELEASE, Apache 1.3.33, MySQL 4.0.16, PHP 4.3.9, DragnFly 9.0.1.1
|
|
| Back to top |
|
 |
Mystic Diamond Supporter


Offline Joined: Jun 25, 2004 Posts: 1312 Location: Spokane, WA USA
|
Posted: Wed Jul 06, 2005 3:31 pm Post subject: Re: Comment Notification |
|
| ians wrote: |
| I'm not wild about comments either, for news posts I'm going to move to making forum posts instead, I'm just tinkering with a couple of things to do that. Some of the reservations I have are related to that lack of visibility as well. |
Now that is a possbly cooler idea by having comments for news actually be within a forum set aside for news articles with each topic being the news article title. That way whether people comment on it within the forum, or from the article, it goes into the same comment type bucket, so-to-speak.
_________________ - |\/|ystic
Mystic's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.6.20-16/Apache/5.0.38/5.2.1/9.0.6.1
|
|
| Back to top |
|
 |
ians Heavy poster


Offline Joined: Feb 23, 2005 Posts: 209 Location: Switzerland
|
Posted: Wed Jul 06, 2005 3:58 pm Post subject: Re: Comment Notification |
|
it's funny, I've a longer flight of fancy  I start to wonder why comments, news articles or forum posts are not all treated as ubiquitous objects and then meta data defines the context. I've worked on mail store implementations that work on this principle.
However, in a more limited scope, I'm adding buttons via a theme to allow discussion on a news article to go to forums.
ians's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD 5.2.1-RELEASE, Apache 1.3.33, MySQL 4.0.16, PHP 4.3.9, DragnFly 9.0.1.1
|
|
| Back to top |
|
 |
Mystic Diamond Supporter


Offline Joined: Jun 25, 2004 Posts: 1312 Location: Spokane, WA USA
|
|
| Back to top |
|
 |
tsykoduk Nice poster


Offline Joined: May 31, 2004 Posts: 103 Location: a Chair
|
Posted: Wed Jul 06, 2005 4:03 pm Post subject: Re: Comment Notification |
|
Heh - then we would have Drupal
_________________ For a Good Time
For a Bad Time
For a Geeky Time

tsykoduk's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) OS X 10.8.2.1/3.9/8.2/1.0alpha/Next Gen
|
|
| Back to top |
|
 |
Andreas 500+ Posts Club


Offline Joined: Sep 03, 2004 Posts: 852 Location: Gävle, Sweden
|
Posted: Wed Jul 06, 2005 8:23 pm Post subject: Re: Comment Notification |
|
I have suggested using the CPG-BB base for comments on News, Articles, Galleries, but also to present the Members with internal account-based Guestbooks/Forums.
_________________ Andreas Rönnqvist
www.omegaproject.se
[OmegaProject] Founder
Andreas's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache 2.0.52(Unix)/4.0.23/4.3.10-2/Dragonfly 9.0.6.1
|
|
| Back to top |
|
 |
ians Heavy poster


Offline Joined: Feb 23, 2005 Posts: 209 Location: Switzerland
|
Posted: Thu Jul 21, 2005 2:32 pm Post subject: Re: Comment Notification |
|
| Mystic wrote: |
| ians wrote: |
| I'm not wild about comments either, for news posts I'm going to move to making forum posts instead, I'm just tinkering with a couple of things to do that. Some of the reservations I have are related to that lack of visibility as well. |
Now that is a possbly cooler idea by having comments for news actually be within a forum set aside for news articles with each topic being the news article title. That way whether people comment on it within the forum, or from the article, it goes into the same comment type bucket, so-to-speak. |
I now have a version of this running on mysnowsports.com/test_cpg. Basically a "discuss" button appears on the under the articles, on first use this will create a forum post using the text of the teaser portion on the article spoofing it as having been submitted by the story submitter. The post goes to a nominated forum. This is all done via a new program placed in the Forums module, it's done that way as it makes picking up all the forum code easier.
The forum that the articles appear in could be set so no new topics are allowed which would mean only these "news" discussions would ever appear.
There's a new table which contains a mapping of story, topic and forum post id's. This is needed for subsequent visits to the discuss link so we don't start multiple topics.
It needs some minor tidy up, the language files need updating, the forum is hard-coded and should be moved to the admin screen, and I need to decide if any user authentication is really needed.
ians's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD 5.2.1-RELEASE, Apache 1.3.33, MySQL 4.0.16, PHP 4.3.9, DragnFly 9.0.1.1
|
|
| Back to top |
|
 |
Mystic Diamond Supporter


Offline Joined: Jun 25, 2004 Posts: 1312 Location: Spokane, WA USA
|
Posted: Thu Jul 21, 2005 3:15 pm Post subject: Re: Comment Notification |
|
I really hate messing around with main functionality on my site. Is there any way the Devs can look at your work and add it to the core? This would be a huge benefit, and solve the problem of not knowing when someone leaves a comment.
Forums are easier to scan for new material (even if they don't auto-notify yet of new topics), and are the best place to perform discussions on articles.
If someone leaves a comment I wrote on an article I wrote several years ago I'd never know it. Plus that comment could be very unacceptable for the site and I would have no idea it was there.
Something must be done about this soon I feel, and this sounds like an awesome solution by leveraging what we already have in place.
_________________ - |\/|ystic
Mystic's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.6.20-16/Apache/5.0.38/5.2.1/9.0.6.1
|
|
| Back to top |
|
 |
ians Heavy poster


Offline Joined: Feb 23, 2005 Posts: 209 Location: Switzerland
|
Posted: Thu Jul 21, 2005 4:03 pm Post subject: Re: Comment Notification |
|
Mystic, I couldn't have put it better myself, that's exactly my thinking with regards to comments and exactly my own reservations about running dodgy mod's.
In fact, this is really a very, very simple solution, it's less than a 100 lines of code and that's only because I'm a fan of white space  I only altered 1 line of an existing file to add the link, the reset is new files and a new table.
ians's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD 5.2.1-RELEASE, Apache 1.3.33, MySQL 4.0.16, PHP 4.3.9, DragnFly 9.0.1.1
|
|
| Back to top |
|
 |
Andreas 500+ Posts Club


Offline Joined: Sep 03, 2004 Posts: 852 Location: Gävle, Sweden
|
Posted: Thu Jul 21, 2005 5:07 pm Post subject: Re: Comment Notification |
|
For the sake of users - PLEASE PM the Devs with this solution, it is sorely needed and wouldn't be a problem for users who don't want to use it.
_________________ Andreas Rönnqvist
www.omegaproject.se
[OmegaProject] Founder
Andreas's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache 2.0.52(Unix)/4.0.23/4.3.10-2/Dragonfly 9.0.6.1
|
|
| Back to top |
|
 |
ians Heavy poster


Offline Joined: Feb 23, 2005 Posts: 209 Location: Switzerland
|
Posted: Sun Jul 24, 2005 10:41 am Post subject: Re: Comment Notification |
|
actually, I realise I need to make a small addition, right now I'm linking news stories to forum posts using a lookup table. I just realised that the table shouldn't be restricted to stories, obviously with a simple addition of link type I can link content or downloads etc.
ians's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD 5.2.1-RELEASE, Apache 1.3.33, MySQL 4.0.16, PHP 4.3.9, DragnFly 9.0.1.1
|
|
| Back to top |
|
 |
Andreas 500+ Posts Club


Offline Joined: Sep 03, 2004 Posts: 852 Location: Gävle, Sweden
|
Posted: Sun Jul 24, 2005 11:10 am Post subject: Re: Comment Notification |
|
Excellent - this way you can have comments on News, Galleries, Pictures, Downloads and just about everything with comments use the Forums for better structuring, better layout, better frigging everything!
_________________ Andreas Rönnqvist
www.omegaproject.se
[OmegaProject] Founder
Andreas's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache 2.0.52(Unix)/4.0.23/4.3.10-2/Dragonfly 9.0.6.1
|
|
| Back to top |
|
 |
Andreas 500+ Posts Club


Offline Joined: Sep 03, 2004 Posts: 852 Location: Gävle, Sweden
|
Posted: Wed Jul 27, 2005 7:21 pm Post subject: Re: Comment Notification |
|
Anyone talk to the developers about this?
_________________ Andreas Rönnqvist
www.omegaproject.se
[OmegaProject] Founder
Andreas's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache 2.0.52(Unix)/4.0.23/4.3.10-2/Dragonfly 9.0.6.1
|
|
| Back to top |
|
 |
|
|
All times are GMTGo to page 1, 2, 3, 4, 5 Next
|
| |
 |
 Welcome Anonymous
|
|
|
|