Hello i'm in love with the Region Manager on this theme thanks. Creating layout files that i can then edit as i please is just what ive bee trying to do with drupal for years. One probable simple question though which will allow me to go 'layout making mental' is how to create Views 3 page layouts?

views/view/news (my page name for the view and url is /news. Actually if i dip into the view i should be able to find some tpl info cant i?.....

views-view--news--page.tpl.php

tried view--news--page.layout

and

page--news.layout

cleared cache

but i dont seem to be able 'take control'

All help appreciated. thanks

Comments

fadgadget’s picture

Just noticed that you mention you do pages by path. Would this just be the same as looking at editing the view tp itself as just on the path?

thanks

fadgadget’s picture

I have a select text list in my article content type. I am adding the value of it to my urls, value: video url = /video/title

Is it possible to use wildcards for /video/* ?

I was hoping to theme my video node layouts seperately.

Thanks

duckzland’s picture

all the path quering is depending on theme_hook_suggestions, so I think in your case page--video.layout will work on url /video and page--node--video.layout will work on node type video.

fadgadget’s picture

Thanks duckz. The problem for me is that my 'video', and 'image', and 'post' are all on the article content type (for my bookmarklet). I let folks chose what they are posting via a text select list

video
post
image

which in turn creates the url path alias

video/some-video-title
post/some-post-title
image/some-mage-title

I was hoping to create layout based on /videos/some-video-title (which is differant from /video) so as i can have my video titles at the bottom of the video. /post/some-post-title would need a new layout one that puts the title back up top.

IF this isnt possible then i might just get away with moving the video field above the title in a layout although i was hoping to avoid this as my video field is also my image field and i was needing the title above the image.

Ach well ill see what i learn today. thanks

duckzland’s picture

hmm if you want to reorder fields, then sigmaone cant help you with it, you can use display suite to do that.

I've been using plenty sigmaone plus display suite, which basically using sigmaone css classes in display suite to format the fields.

In the project page there is a link to documentation on the sidebar, you can browse around it to get how to intergrate sigmaone with display suite.

duckzland’s picture

Issue summary: View changes

added 'cleared cache'