I want to make a view showing the fields of various nodes. One of those fields can be multiple, that is, can have a single value, two values, or even none.
By default, the node is shown the exact number of times as the number of values of that field. I can select DISTINCT nodes, but then only the first value will be shown. I can GROUP BY but then full nodes will be shown twice, grouped by some other field (title, for example). I just want to show all the values inline.
I want to do this -> User: John Thomas. Age: 24. Childs: James, Julie.
I use rewriting URL with Token and Path auto in Drupal 7 and I'd like to add taxonomy term paths in my node paths. For instance, it would look something like this :
news/[term:vocabulary]/[term:name]/[node:title]
Or it seems like node and taxonomy patterns are divided and we cannot mix them. Furthermore, I'd love to have vocabulary/term dynamically generated once we click on the node...
Hi. I build custom search and cant get search keywords when search something on 'Search' page .
It does not work <? print_r($_REQUEST['keys']); ?> (empty result) in my template.
Is it safe to install beta/rc modules on production site? It may seem to be a really stupid question but I am really getting confused since even the alpha/beta/rc modules are under recommended downloads.
So I have some aiff and mp3 files that I need to be downloadable from a site I am working on. So far it looks like the easiest way to do this in Drupal 7 is with the Media module. After installation, I have a couple of problems.
1.) After I enabled the module, I found the media tab under "Find Content". I was going to add these aiff and mp3 files using that, but before I could, I tried to enable the thumbnail view (I think that's what it was?). After that I got a white screen of death. I tried uninstalling the module, deleting it, and then reinstalling, but that didn't work.
Newbie to Drupal, but I'm picking it up. I've got a question about how to structure a site I'm working on. It's basically a multi-category blog. Let's pretend that I have "Exercise.com", "Running.com", "Walking.com", and "Swimming.com" all registered. I want Exercise.com to be the home page, and have tabs at the top [Main Menu] for Running, Walking, and Swimming, where each tab is a category of blog post. I could create new content, and indicate which tab they should fall under. So if I made a post about running, I could have it only appear under the running tab, etc.