Re: [Radiant] Re: Automating navigation?

2008-11-17 Thread Mohit Sindhwani

Little Known wrote:
Wow I can't believe I missed that on the wiki. This works great although 
I am having one problem with it. The links that come out of sitemapper 
are formatted like http://localhost/link/ with a trailing /


If its /link/ my stylesheet isn't showing up for some reason, but /link 
with no trailing slash works fine?
  



Use View Source to take a look at the generated HTML in Firefox or IE.  
Then, see what URL it is trying to access for the style sheet.  Then see 
if that URL is served up.


might give some hints..

Cheers,
Mohit.
11/18/2008 | 1:28 AM.

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


Re: [Radiant] Re: Automating navigation?

2008-11-17 Thread Mohit Sindhwani

Andrew Neil wrote:

If you install the Reorder extension[1] then you can specify the order in
which pages appear. If you took this approach, you would also have to
change:



to



In the sitemap example[2].

[1]: http://github.com/radiant/radiant-reorder-extension/tree/master
[2]: http://wiki.radiantcms.org/How_to_Make_a_Site_Map
  

and since I wrote it, I am compelled to add this in addition Link #1:
http://wiki.radiantcms.org/Reorder

Cheers,
Mohit.
11/18/2008 | 1:22 AM.


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


Re: [Radiant] Re: Automating navigation?

2008-11-17 Thread Andrew Neil
On Mon, Nov 17, 2008 at 4:53 PM, Little Known <[EMAIL PROTECTED]> wrote:

> Little Known wrote:
> > Mohit Sindhwani wrote:
> >> Little Known wrote:
> >>> Is there a way to automate the nav such that it shows a list of every
> >>> page, or must you make a snippet and manually code all of the links?
> >>>
> >> Like a site map?  http://wiki.radiantcms.org/How_to_Make_a_Site_Map
> >>
> >> Cheers,
> >> Mohit.
> >> 11/17/2008 | 11:17 PM.
> >
> > Wow I can't believe I missed that on the wiki. This works great although
> > I am having one problem with it. The links that come out of sitemapper
> > are formatted like http://localhost/link/ with a trailing /
> >
> > If its /link/ my stylesheet isn't showing up for some reason, but /link
> > with no trailing slash works fine?
>
> Also is it possible to order the generated links? A weight attribute
> perhaps?


If you install the Reorder extension[1] then you can specify the order in
which pages appear. If you took this approach, you would also have to
change:



to



In the sitemap example[2].

[1]: http://github.com/radiant/radiant-reorder-extension/tree/master
[2]: http://wiki.radiantcms.org/How_to_Make_a_Site_Map


>
> --
> Posted via http://www.ruby-forum.com/.
> ___
> 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] Re: Automating navigation?

2008-11-17 Thread Mohit Sindhwani

Little Known wrote:

Mohit Sindhwani wrote:
  

Like a site map?  http://wiki.radiantcms.org/How_to_Make_a_Site_Map

Wow I can't believe I missed that on the wiki. This works great although 
I am having one problem with it. The links that come out of sitemapper 
are formatted like http://localhost/link/ with a trailing /


If its /link/ my stylesheet isn't showing up for some reason, but /link 
with no trailing slash works fine?
  


A trailing / is a good thing.  Is your stylesheet referenced relative to 
the page?


Cheers,
Mohit.
11/18/2008 | 12:52 AM.

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