SimplePortal

Development => Feature Requests => Topic started by: amlucent on August 10, 2009, 06:03:38 PM

Title: "Add as Article" button should become "Remove as Article"
Post by: amlucent on August 10, 2009, 06:03:38 PM
I have started using SP 2.3 on my site and its great!

I have one suggestion, well two but they are kind of super closely related.  I would like to suggest that the "Add as Article" button become "Remove as Article" after a post has become an article.  This is the same behavior the sticky topic button already exhibits.

This is the button I am talking about:


(http://i233.photobucket.com/albums/ee214/amlucent/addasarticle.png)

Here is an example of the behavior suggested: sticky and non sticky

(http://i233.photobucket.com/albums/ee214/amlucent/sticky.png)

(http://i233.photobucket.com/albums/ee214/amlucent/non-sticky.png)



Additionally, I suggest that a check box be placed under "additional options" when making a post that will make the topic an article. 

(http://i233.photobucket.com/albums/ee214/amlucent/additional_options.png)

Of course these options would only be visible if the user has the appropriate "Manage Portal Articles" and "Add Articles" permissions of SP 2.3.  I think making these small changes will make using articles included in SP that much more simple, intuitive, and user friendly  ;).  I know traditionally release client software means a feature freeze and if that is the case please consider this for the next version of SP.  Thank you!
Title: Re: "Add as Article" button should become "Remove as Article"
Post by: NIBOGO on August 10, 2009, 07:48:28 PM
I agree with this, it's really easy to do so I think of they can include it in the next release
Title: Re: "Add as Article" button should become "Remove as Article"
Post by: [SiNaN] on August 13, 2009, 01:10:04 PM
Well, if you are very much liking to have another query on that page, I've no problems. ;)
Title: Re: "Add as Article" button should become "Remove as Article"
Post by: Nathaniel on August 14, 2009, 02:28:35 AM
Not sure why it needs another query. Look at the edits below, they would be the edits for the Display.php file (SMF 2 RC1.2/SP 2.3).

Code: ("Find") [Select]
t.num_replies, t.num_views, t.locked, ms.subject, t.is_sticky, t.id_poll,
Code: ("Replace") [Select]
t.num_replies, t.num_views, t.locked, ms.subject, t.is_sticky, t.id_poll, IFNULL(a.id_article, 0) AS is_article,
Code: ("Find") [Select]
LEFT JOIN {db_prefix}log_mark_read AS lmr ON (lmr.id_board = {int:current_board} AND lmr.id_member = {int:current_member})') . '

Code: ("Replace") [Select]
LEFT JOIN {db_prefix}log_mark_read AS lmr ON (lmr.id_board = {int:current_board} AND lmr.id_member = {int:current_member})') . '
LEFT JOIN {db_prefix}sp_articles AS a ON (a.id_message = t.id_first_msg)

Code: ("Find") [Select]
$context['topic_first_message'] = $topicinfo['id_first_msg'];
Code: ("Replace") [Select]
$context['topic_first_message'] = $topicinfo['id_first_msg'];
$context['is_article'] = !empty($topicinfo['is_article']);

Of course, the code in the template will have to be changed, another language string will need to be added, but it should be possible. The only issue that could occur, would be with Article Approval.
Title: Re: "Add as Article" button should become "Remove as Article"
Post by: amlucent on April 26, 2010, 01:21:30 AM
Hey guys I proposed these features a long time ago and I think the second part of my post was over looked and I still think that it would be a good little feature.  Obviously it will just add to the usability of simple portal.


Additionally, I suggest that a check box be placed under "additional options" when making a post that will make the topic an article. 

(http://i233.photobucket.com/albums/ee214/amlucent/additional_options.png)

Of course these options would only be visible if the user has the appropriate "Manage Portal Articles" and "Add Articles" permissions of SP 2.3.  I think making these small changes will make using articles included in SP that much more simple, intuitive, and user friendly  ;).  I know traditionally release client software means a feature freeze and if that is the case please consider this for the next version of SP.  Thank you!

I find that I often create a post with the sole intention of making it an article so having the checkbox under additional options would save an additional step.  Also I think this is a logical place for this option and new users of Simple Portal would naturally check in this place for this option.
Title: Re: "Add as Article" button should become "Remove as Article"
Post by: amlucent on May 28, 2010, 03:21:37 PM
Hey guys I proposed these features a long time ago and I think the second part of my post was over looked and I still think that it would be a good little feature.  Obviously it will just add to the usability of simple portal.


Additionally, I suggest that a check box be placed under "additional options" when making a post that will make the topic an article. 

(http://i233.photobucket.com/albums/ee214/amlucent/additional_options.png)

Of course these options would only be visible if the user has the appropriate "Manage Portal Articles" and "Add Articles" permissions of SP 2.3.  I think making these small changes will make using articles included in SP that much more simple, intuitive, and user friendly  ;).  I know traditionally release client software means a feature freeze and if that is the case please consider this for the next version of SP.  Thank you!

I find that I often create a post with the sole intention of making it an article so having the checkbox under additional options would save an additional step.  Also I think this is a logical place for this option and new users of Simple Portal would naturally check in this place for this option.

will this feature be technically difficult to add or cause unneeded queries or something?  If it you guys decide against it I would be interested to know if there is an edit I can make to add this to my site.
Title: Re: "Add as Article" button should become "Remove as Article"
Post by: Skaty on September 09, 2014, 10:18:45 PM
Hi,  my Add as Article button is dissapeard. I don't know how but from where can i check if the codes are there?  2.0.8 i'm using and these codes are different there.
SimplePortal 2.3.8 © 2008-2024, SimplePortal