One of my client hired us to make a website allowing multiple website creation (by users) and we would like to use drupal.
The user would follow the following process to create a website:
I'm in need of some pointing in the right direction here...
I have a site with a couple of different content types. I want to display this content in a book-like layout. The book should be of a fixed width and height and the pages should be populated with as many nodes as can fit. It should be in two columns, with the left column being filled before the right one.
How should i approach this? I know i need to do some module development, but not sure how.
I have been thinking about a few solutions, don't know which are possible and which one is best or which i can combine.
I could just create a view that selects more nodes than is need. Then check how long the nodes is in the theming layer and throw away the nodes that aren't needed. Pagers need to be fixed too.
Use panels in combination with views to display one view in two columns, if this is possible. Need a way to determine the amount of nodes that is displayed on each page, based on content length. Could hopefully use panels api for this.
Write a plugin/handler for views so that i can select an amount of nodes that has an maximum, predetermined, max content length.
Write a new display-style for views that shows content in two columns with fixed heights.
Write a custom module, leave views and panels out of it and do everything myself with db_queries.
hi. i need to know what kind of modules would I need to create something like buymytronics.com with drupal 6.x/7 and any custom modules might be required thanks.
ok, so I have a website and installed drupal on it and it works.
now I need to make it look pretty.
It is a simple website with only static pages at this time, for a psychologist office. you know, a couple of pictures, how to contact the clinic, some CV, nothing more.
I just want it to look nice and pretty because it is for someone very important.
I would like to print some text (in this case the words 'unlimited') if the field set value is set 0, and the correct value for every value over 0. Could this be achieved in template option for body ?
Something like this ? So far, i'm not getting anything.