Register   Login
     
  Latest Posts  
RE: Does anyone have XHTML Compliant PA Template
by tmahmud on 1/08/2009 5:47 PM
Simple Lightbox
by eureka on 1/08/2009 5:39 PM
RE: Does anyone have XHTML Compliant PA Template
by netmds on 1/08/2009 5:21 PM
User Profile Integration
by blob150 on 1/08/2009 5:07 PM
RE: RSS and Calendar Icons not showing in new template
by lolorn on 1/08/2009 4:38 PM
RE: Ligtbox effect does not working in DNN 5
by smcculloch on 1/08/2009 3:38 PM
Use Lists in host menu in custom field
by Codepoint on 1/08/2009 3:32 PM
RE: 4.9.0 and 5.0.0 with Simple gallery
by insomnia on 1/08/2009 3:07 PM
RE: 4.9.0 and 5.0.0 with Simple gallery
by insomnia on 1/08/2009 2:56 PM
RE: Editlinks are not available
by saltstraumen on 1/08/2009 2:50 PM
  Forums  
Subject: Redesigning Elements of News Articles
Prev Next
You are not authorized to post a reply.

Page 4 of 5 << < 12345 > >>
Author Messages
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12819


8/30/2008 4:08 PM  
It's difficult to delete images when a post is deleted because an image or file maybe used by multiple articles (because you can select existing).

Scott McCulloch
Site Administrator
Steve J.User is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:109

8/30/2008 4:11 PM  
Would it be possible to have it as an option? Perhaps a warning that says - "Would you like to delete the associated images for this post?"

Thanks,
Steve
Dax DavisUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:339


8/31/2008 12:33 PM  
Why not just go with the option as you said Scott, turn private image folders on or off. If on, then deleting an article removes the images. If off, meaning you are doing it as you do now, we don't delete or at least offer the popup warning as Steve has mentioned.

Dax
Dax DavisUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:339


8/31/2008 12:34 PM  
I also vote for the resize on upload as you do in Simple Images. Not so much as being concerned about space, but more as the average user uploads and links to large digital camera images and uses them in their post. Way to slow to load.

Dax
p spethUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:114

8/31/2008 2:51 PM  
Posted By Scott McCulloch on 8/30/2008 4:08 PM
It's difficult to delete images when a post is deleted because an image or file maybe used by multiple articles (because you can select existing).

If it is possible, If they select existing I would duplicate that image and append the the articleID to the name.

Better to have a few duplicates  and manage them with the articles than untold numbers of orphans that aren't managed.

Robert AxfordUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:765


8/31/2008 5:22 PM  
Posted By Scott McCulloch on 8/30/2008 4:08 PM
It's difficult to delete images when a post is deleted because an image or file maybe used by multiple articles (because you can select existing).



 

(long post sorry!)

The idea would be to place all images and files, added to an article via the News Articles "Attachments" section, into a folder specifically created for each article.

Any images or files added by other means can be treated in the same way as external links - they don't 'belong' to the article, because the author doesn't necessarily own them. Authors understand that each article only owns content they themselves have uploaded into it, not content they might have linked to from elsewhere - even if that content is on the same site.

The precedent for all of this is already set by News Articles itself. All article text content is already managed securely per-user per-article. It's a logical step to also manage the remaining image and document file content items securley per-user per-article.

The only thing for an admin to decide is whether one allows other authors to browse these article folders to select images. And in a multi-user system, the general answer is no - that content doesn't belong to them. They must either upload their own content or they can reference the images and files via links - the same as they reference any external material. Currently my users occasionally reference images from Simple Gallery (by copying the image URL - not by browsing folders)and they face the risk that if an album is deleted, then the image will be gone. That is easy for users to understand because the images were not attached to the article, only referenced.

Such a module option could perhaps be seen as "Attachment Management" or "Secure Attachments" or something.

This is all distinct from groups of people who do have a requirement to share content. For such purposes, the admin can create a shared folder. That is really something that needs to be done outside of the News Articles module.

Some more info about the (previous and next, but not current) core blog module's file management methods: The attachments section in that module allows the author to repeatedly upload images and files, not just once, but again and again. On upload it puts each image or file into the article's folder and also immediately inserts it into the text - this is a fantastic user friendly way of adding multiple images without having to work with folders, or even the test editor's image browser. Each image or file is added to a list below the editor and each has a delete button next to it.

The only thing missing from the blog is that it doesn't resample and resize the image on upload. I have requested this (as I do with every module), but it won't make it into the new release. If News Articles gained a similar means of uploading multiple images straight into the content, then it would be a huge score if it also resized them.

You'd solve perhaps 80% of the remaining publishing problems for my users if these options were present.

I realise of course this may be too much work or out of scope for now, so I'm just discussing it because the module is being redeveloped so extensively and to get it on the radar.

Rob

(it's a lot to read, but believe me, it takes a lot longer to think about and write :)

Timothy PattersonUser is Offline
Gold Membership
Nuke Super Newbie
Nuke Super Newbie
Posts:17

8/31/2008 5:35 PM  

I think one of the issues with "managing images" is that the core HTML/Text module doesn't work with images in the content this way... it simply inserts a properly formatted link to the image.

You would have to build a klugey workaround to do this, that would possibly constitute a "breaking" change at any point in the future when there is a Core upgrade.

Even if you were to build a foreign key table (say, with a PK, the ArticleID, and the ImageID) based on scanning the article content first to pull out any images, that would only a) be another set of records to manage and b) slow down the processing of the News Articles module.

Robert AxfordUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:765


8/31/2008 5:55 PM  
That's correct... any system that would attempt to do this for all DNN modules, including Text/HTML, would need to be in the core and is way out of scope for the News Articles module.

And the DNN project has shown no signs of going down that path, which is why it has to be dealt with by individual modules such as Scott's.

Ultimately, a DNN portal with a single large CMS module installed would be a CMS-in-a-box - nothing else required. There are 2 or 3 modules that could fit the bill, but I think Scott's have the most potential, largely because of his enthusiastic development model.

The ultimate DNN CMS module would really combine News Articles, Simple Gallery and Property Agent all in one :))
Robert AxfordUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:765


8/31/2008 6:03 PM  
I've just reread that and I think you might mean the FCK editor rather than specifically the Text/HTML module.

The way that that is handled is procedural...

All image and document files "Attached" to an article via the Attachments function belong to the article.
All items added by other means, such as the FCK image and file browsers. are treated as externally-referenced content... they don't belong to the article.

If one were building an intranet and specifically wanted to control this, one would use the FCK custom toolbar functionality. There's a toolbar without the buttons already present in the FCK config for this purpose. This is meant for use with the blog, forums, and other modules where one doesn't want just anyone accessing the file system.

Personally I keep the buttons, but I use DNN folder permissions to strictly control access. A role with no permissions can't do anything with them.


Frozen DNNUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:113

8/31/2008 7:35 PM  
Why is everyone making this complicated? Scott is willing to add the upload image button and he says it's easy to implement. I agree it should be in the FCK editor but I don't see that coming any time soon. We will use it when it comes, but right now, I need it, so do other users, so please encourage Scott to add this feature.. Thanks..
Steve J.User is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:109

8/31/2008 7:51 PM  
Posted By Frozen DNN on 8/31/2008 7:35 PM
Why is everyone making this complicated? Scott is willing to add the upload image button and he says it's easy to implement. I agree it should be in the FCK editor but I don't see that coming any time soon. We will use it when it comes, but right now, I need it, so do other users, so please encourage Scott to add this feature.. Thanks..

I think it's more a matter of getting the design right from the start so it can be extended.  If you just throw features in there without proper thought it is much more difficult to add functionality later.  You might want to email Scott to see if you can help sponsor the functionality you require immediately.

Steve

Robert AxfordUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:765


8/31/2008 7:58 PM  
Yes it has to be right.. there are many things that have to be considered when adding something like this. The discussion will help him get it right.
Frozen DNNUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:113

8/31/2008 7:59 PM  
It's for one module, articile module. What do you want it to be extended to? This discussion should occur on the fckeditor forum. I am (and others), who want to use this module as a comunity blog, are talking about a new feature for the article module. If Scott thinks it makes sense to add this new feature he will or not. If he wants me to sponsor it, I will. So far he has said nothing and only shown his willingness to add this is a feature.
Frozen DNNUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:113

8/31/2008 8:01 PM  
Posted By Robert Axford on 8/31/2008 7:58 PM
Yes it has to be right.. there are many things that have to be considered when adding something like this. The discussion will help him get it right.

Ok. I hope it doesn't deter him from adding this new feature.

Scott, I need this as I want to use this module as community blog module, without allowing bloggers to see into each others folders, therefore, I am willing to sponsor it. Please let me know. Thanks..

Steve J.User is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:109

8/31/2008 8:08 PM  
The bottom line is that this is evolving into a multi-purpose module. That being the case, there is a whole lot more to it than just "adding functionality". While I'm not a developer, I have a lot of experience with developing software. Simply put, in many cases it's never as easy as it sounds.

Sponsorship can help get functionality added on a fastrack - I have done this in the past. That said, the features must first fit into Scott's road map and this obviously does. There are probably several things that need to be done to prepare the module for that functionality without risking "breaking things" - to get it done more quickly means he's working longer days to bring things up to where they need to be.

Steve
Frozen DNNUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:113

8/31/2008 9:14 PM  

I guess it doesn't matter what Scott thinks or can do or is ready to do.

Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12819


9/01/2008 7:57 AM  
I've just sent a build through to robax for final testing. If everything is OK, I'll release the changes tomorrow.

I like the idea of having an option for files to appear in a unique article folder, this is how it works for files attached to properties in property agent. The only thing that this doesn't work for is sites where you want a user to have their own "file area", this would require other modules to play nicely as well.


Scott McCulloch
Site Administrator
Robert AxfordUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:765


9/01/2008 8:30 PM  
Email with comments has gone back... just a few issues, and some points that people will need to be clear on before upgrading.

Rob
Robert AxfordUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:765


9/01/2008 8:47 PM  
Posted By Scott McCulloch on 9/01/2008 7:57 AM
I like the idea of having an option for files to appear in a unique article folder, this is how it works for files attached to properties in property agent. The only thing that this doesn't work for is sites where you want a user to have their own "file area", this would require other modules to play nicely as well.

Property Agent as mentioned, and even Simple Gallery, the Repository, Active Forums, UltraMedia/UltraVideo Gallery.. many modules manage thier content files in folders like this.

The trick for securing those folders and files is to remove read and write access from the portal root for all content managers. This hides the folders that modules create and keeps them secure. Then create a 'Content' folder and give read/write access to that. This leaves a clean folder without a confusion of other folders. Other dnn modules and the FCK editor respect this and only offer that folder as an upload destination to content managers. This keeps things real tidy.

 

Steve J.User is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:109

9/09/2008 5:02 AM  
Posted By Scott McCulloch on 8/29/2008 2:24 AM
Still playing around with the layout, but here is the new "standard" layout that should look OK on most sites (just using core styles).

http://www.ventrian.com/Resources/Articles.aspx

The comments will now auto-link, use BBCode ([quote][/quote], [b][/b], etc) and the archives/search page have changed, plus many other things that I won't list yet.

Scott,

I'm struggling trying to get the profile image to the left of the comments and the text to align at the top - do you have a template for this?

http://www.ventrian.com/Resources/Articles/tabid/213/articleType/ArticleView/articleId/330/Logging-to-the-EventLog.aspx#Comment1094

Thanks,
Steve

You are not authorized to post a reply.
Page 4 of 5 << < 12345 > >>

Forums > Modules > News Articles > Redesigning Elements of News Articles



ActiveForums 3.7