Hi there,

I found very interesting your installation profile. However I can´t find the files to download or the modules list of your installation profile. Is there any way to get hold of it ?

Regards,

Carlos

Comments

dropletCUCC’s picture

I'd like to know the same thing too.

Danny Englander’s picture

Subscribe

Danny Englander’s picture

Title: Where are the files » Where are the files for OnePage?

Changing title to make it easier to track.

danreb’s picture

subscribe

Doud’s picture

subscribe

jp2020’s picture

I am interested too. How does one install this?

Great idea.
JP

Rory_Brooks’s picture

subscribe

cougar14’s picture

Please add a link to the files! Really interested in this theme!

claypole’s picture

Link please :)

pjk416’s picture

Seriously, this project is very interesting, but were are the files ???

cav’s picture

subscribe

Seriouslee’s picture

Component: Miscellaneous » Code
Category: support » task

Hi guys, I've subscribed but still none the wiser as to what stage this is at. Is there a release? If not is one likely to become available soon?

Thanks,

Lee

Danny Englander’s picture

Since the maintainer has never replied here in this issue since this was posted in early November, 2010, I guess there is a chance that this is abandoned?

Knarf31’s picture

While we are waiting (and hoping) to hear from the maintainer, lets discuss what your approaches to a OnePage layout for Drupal could be. The OnePage will mostly like be a view, holding a set of nodes, right?
A floating block can hold the navigation-menu including the path to this view and an anchor to the specific node in that view.

Did anyone realized something like this yet and can provide some detailed instructions?

khiustin’s picture

Good Idea #14.
I think we can do that kind of page by expose individual nodes in blocks (Like "Nodes in block" or "Node blocks") and then apply some code like ScrollTo Jquery plugin. You have to connect some nav items to "id" in that blocks. Of course, if we need lists in one of that sections we can expose a view generated block.

I think "single-pages" are intended for simple sites, so we can make one content type per section and expose blocks. (i.e: One content type for "About us", one for "Services", etc.)

What do you think?

Knarf31’s picture

Hi khiustin,

I came up with a very simple solution which is working for me by just using the Panels and Views module.

The main view collects all Node Panels with the taxonomy term "Mainnav" like this:

Main view
|---------- |
| |Panel| | Node
| -------- |
| |Panel| | Node
| -------- |
| |Panel| | Node
| -------- |
|---------- |

The positive effect of using node panels rather than "normal" nodes is that they can hold (sub) views, blocks and/or nodes in any desired layout. (one column, two column, ....)

The main view has a block display which is generating a list of links to reach the sub-section of the main view (node-panels). The output of these links is rewritten like that: /baseurl/mainviewname/#[nid]
This is for jumping to an anchor on the main-view to reach a sub-section (node-panel)

Right now i'm looking for an automated way to insert an anchor (with the proper nid id) instead of the node-panels title. I've done this manualy by overwriting the node-panels title with the html-code for an anchor: (a name="[nid]" /a). It's working :-)

And to make it even more flexible:
In my setup, each panel node (subsection) holds a sub-view in a one-column-layout which is gathering some content nodes (by taxonomy terms) to display in a jcarrousel for horizontal scrolling :-)

So i came up with a OnePage layout where you can scroll vertical to sub-sections and some sub-sections can even scroll horizontal in a smooth jcaroussel style.

Content like the imprint, contact and login screen is displayed in a lightbox overlay in order to get them out of the "main" content.

Hope this is useful.

sachbearbeiter’s picture

promising new project in the applications queue: http://drupal.org/node/1138960

shiroitatsu’s picture

Hi sweenyy,

I was thinking about a very similar approach and now reading about your explanation I feel brave enough to try how it works. :)

Have you found a solution to automated way to insert an anchor? Any other progress or problems that would be useful to know? And do you have a live site to see how it is working?

Danny Englander’s picture

There is now a module for Drupal 7: http://drupal.org/project/single_page_website

.. and a demo for it: http://puffadder.co.uk/

Those looks really great.

shiroitatsu’s picture

Yes, I know. I tried the module and it's a nice start, but very limited. It doesn't work with views and it messes up character encoding so it doesn't really meet my needs.

kharbat’s picture

It's been a while since I played around with Drupal.. initial code and database dump are now uploaded to drupalcode.. i will be working on this project for a while, so lets see how it goes.. you will need to edit the settings file and also use admin/admin to login.