Re: [Radiant] Updates on article tagging, like web 2.0

2009-03-21 Thread Shaolo
I installed the tag extension as detailed in the Using radiant as a blog
post, but I couldn't figure out how to actually tag a post.  If someone
could detail how that's done, then the extension would have *probably*
worked great?


On Fri, Mar 20, 2009 at 9:26 PM, Mohit Sindhwani t...@onghu.com wrote:

 Shaolo wrote:

 Have there been any updates to the tagging functionality for articles?
  I've
 seen some mention of a tag patch, but that was from 2006 archives.
 I can't really find any good documents on how to gracefully tag an article
 so it's easy for someone to pull out all the articles with that same tag.



 There's some information about tagging in the article on using Radiant as a
 blog:
 http://wiki.radiantcms.org/Using_Radiant_as_a_Blog

 Could I lean on you to add that information into a separate article with
 your opinion and experience, if you end up using it?  That would be a great
 help to the community.  The place to start would be by editing this page:
 http://wiki.radiantcms.org/Summer_Reboot under Chapter 6.

 Cheers,
 Mohit.
 3/21/2009 | 12:26 PM.


 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Updates on article tagging, like web 2.0

2009-03-21 Thread Mohit Sindhwani

Shaolo wrote:

I installed the tag extension as detailed in the Using radiant as a blog
post, but I couldn't figure out how to actually tag a post.  If someone
could detail how that's done, then the extension would have *probably*
worked great?
  


That's a good point!  I looked at: 
http://github.com/jomz/radiant-tags-extension/blob/master/HELP.md and it 
has a lot of detail on how to access the tags.

Are you sure that the UI for creating a page doesn't have anything extra?

Check the bar below where the content goes and also see if there is a 
new option under the more menu that comes under the page title.  I 
don't have the extension installed on any of my sites, so I don't know 
directly..


Cheers,
Mohit.
3/21/2009 | 2:59 PM.

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Updates on article tagging, like web 2.0

2009-03-21 Thread Mohit Sindhwani

Mohit Sindhwani wrote:

Shaolo wrote:
I installed the tag extension as detailed in the Using radiant as a 
blog

post, but I couldn't figure out how to actually tag a post.  If someone
could detail how that's done, then the extension would have *probably*
worked great?
  


That's a good point!  I looked at: 
http://github.com/jomz/radiant-tags-extension/blob/master/HELP.md and 
it has a lot of detail on how to access the tags.

Are you sure that the UI for creating a page doesn't have anything extra?

Check the bar below where the content goes and also see if there is a 
new option under the more menu that comes under the page title.  I 
don't have the extension installed on any of my sites, so I don't know 
directly.. 

OK, I looked at the source code.. there's this:
http://github.com/jomz/radiant-tags-extension/blob/b99e2cbf3689bd5074517c2a17b6e1ed5e6063b9/app/views/admin/pages/_tag_field.html.erb
which includes a text area for tags

and then in the main Activate function in the extension root file, I see:
   Page.module_eval TaggingMethods
   admin.page.edit.add :extended_metadata, 'tag_field'

The last line there suggests that it's probably under the more just 
below the page title.  Take a look!


Really, would you please separate that out to a different page with a 
couple of screen shots and put it there?  It would be a great help :)


Cheers,
Mohit.
3/21/2009 | 3:04 PM.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Updates on article tagging, like web 2.0

2009-03-21 Thread Shaolo
Wow.  2 weeks and I NEVER ONCE noticed the more link under the title on
page edits...
Again... Wow.

Yeah, sure enough that's where the tag info is, and the breadcrumbs and have
a dozen other things I've installed and wrote off..

THANK YOU!!!

I'll give that a shot and if I have something add, I guess I will pull the
info from the blogging post and add to it and make it a new post in chapter
6 is it?



On Sat, Mar 21, 2009 at 12:04 AM, Mohit Sindhwani t...@onghu.com wrote:

 Mohit Sindhwani wrote:

 Shaolo wrote:

 I installed the tag extension as detailed in the Using radiant as a
 blog
 post, but I couldn't figure out how to actually tag a post.  If someone
 could detail how that's done, then the extension would have *probably*
 worked great?



 That's a good point!  I looked at:
 http://github.com/jomz/radiant-tags-extension/blob/master/HELP.md and it
 has a lot of detail on how to access the tags.
 Are you sure that the UI for creating a page doesn't have anything extra?

 Check the bar below where the content goes and also see if there is a new
 option under the more menu that comes under the page title.  I don't have
 the extension installed on any of my sites, so I don't know directly..

 OK, I looked at the source code.. there's this:

 http://github.com/jomz/radiant-tags-extension/blob/b99e2cbf3689bd5074517c2a17b6e1ed5e6063b9/app/views/admin/pages/_tag_field.html.erb
 which includes a text area for tags

 and then in the main Activate function in the extension root file, I see:
   Page.module_eval TaggingMethods
   admin.page.edit.add :extended_metadata, 'tag_field'

 The last line there suggests that it's probably under the more just below
 the page title.  Take a look!

 Really, would you please separate that out to a different page with a
 couple of screen shots and put it there?  It would be a great help :)

 Cheers,
 Mohit.
 3/21/2009 | 3:04 PM.

 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant