On Tue, Nov 3, 2009 at 10:32 AM, Jim Gay <j...@saturnflyer.com> wrote:
> First, I will happily apply patches.

i'll see what i can do. it seems like something i'd use on more sites
now that i know it's out there.

> Second, this is in the README:
> --
> Basically, this extension was created to manage the Radiant interface
> with migrated content, and not to set pages as invisible from the
> Radiant interface.
> It can certainly do this (with a patch), but I had no need for that.
> So if you have a page like mysite.com/my_summer_vacation but you
> 1) don't want to move the page to another location and
> 2) don't want to see it in the main interface because it will clutter
> the structure
> then you should set invisible = true on that page (or those pages)
> when you migrate the data.

thanks for the clarification. i was just misunderstanding the intent.

> On Tue, Nov 3, 2009 at 10:43 AM, john muhl <johnm...@gmail.com> wrote:
>> i'm trying to use the invisible pages extension and had a couple of
>> questions maybe someone else knows the answer to. this is a 0.8.1
>> instance on sqlite3.
>>
>> 1. how do you set a page to invisible?
>> i see some page types with "invisible" in the name but these seem too
>> specific for my use. for example how do you hide the "page not found"
>> page or an auto-generated html sitemap page? currently i am just
>> setting the invisible column to true by editing the database directly.
>>
>> 2. why don't invisible pages show up in the invisible pages tab?
>
> They should. The controller does this:
> @invisible_pages = Page.find(:all, :conditions => ['invisible = ?', true])
>
> Is it possible you're setting the value on a production/test database
> and then checking in development (or something like that)?

i use the same db for both environments. anyway now that i get the
purpose everything is ok.
_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to