Interesting question for everyone. So I have am thinking of adding a "university attended" field to the profile page of members in Drupal. I guess I am trying to figure out the best way to go about it. I was originally thinking of a text field, but than I thought you could get multiple instances of of university names, making it hard to ...
I have a Drupal setup like this:
Content type: Apartments
Vocabulary: Areas, that can be used with Apartments.
Content type: User profile, with a Content Taxonomy Field for Areas so users can select what areas they are interested in.
I would like a view that shows all the user profiles that matches the apartments in their area. A "Us...
I'm working on an ubercart/drupal 6 store that sells CD's, Vinyl, MP3's and more. We need to have multiple purchasing options (separate buttons for "buy cd", buy mp3 album") appear under one container for each band's product on the store's landing page.
Right now each album has its own separate product page and sku created for the categ...
I currently have nodes setup on my site, and each node belongs to a particular menu (not primary or secondary prebuilt menues).
How can i find out which menu a node belongs to?
...
I've had this issue numerous times on sites using drupal and not really found a way that feels right when building menus. Take an example such as this
Primary Navigation [i.e. top of the page]
Item 1
Item 2
Item 3
Item 4
Item 5
Then within each Item there would be a secondary menu specific to it:
Item 1 Pages
Link 1
Link 2
Link 3...
Hi,
I need to get an associated array of terms in drupal that has node associated with it. However, I can't seem to figure it out the appropriate algorithm.
What I want is something like taxonomy_get_tree(). But, only term that has associated node with it.
...
I have created a theme for Drupal, everything works fine, except for the Batch operations page.
Even the progess bar is not displayed.
Do I need to include any special tags in my theme to make the the Drupal Batch operations work.
...
I have been trying to pore through the calendar module code and cannot figure out how to do this. It doesn't really help that I don't understand what half of the code is calling for as I am not a programmer.
Please check out my issue here. http://drupal.org/node/705350
...
The following code is the default for the method theme_jcalendar_view which is a theme function.
<?php
function theme_jcalendar_view($node) {
$output = node_view($node, TRUE);
$output .= '<div id="nodelink">'. l(t('more', array(), $node->language), calendar_get_node_link($node)) .'</div>';
return $output;
...
I'm working on a Drupal site and would love some advice on this. Currently, a user enters his level for a number of different skills. This is stored in a CCK integer field and exposed to the user as a drop-down widget containing the key/value pairs 1|Beginner, 2|Intermediate, 3|Advanced.
In a view, I expose the allowed values for each s...
Hi,
I am using Drupal 6.8 and I noticed on some pages menu_primary_links() is returning a empty array on some pages. Is there a setting I have overlooked?
Thanks.
...
I'd like to use the combo Drupal/CCK/Views to create a products catalog and I'm confused as to if I need to use taxonomies or not.
My products could have a taxonomy, but each term in the taxonomy has information by itself. For example a product category might include pictures, text and links.
As far as I can see, if I try to implement ...
I am using JQuery 1.3.2 and UI version 1.7, and Drupal 6.15
I would like to make an accordion using HTML output from Views modual. I modified the .tpl.php file to output the usable <h2></h2><div></div>,<h2></h2><div></div>... format. However, the Views module wraps the output in another <div>, looking like this:
<div class="views-r...
We use Drupal aggregator to get RSS feeds and present in views. However we are seeking a RSS editor module that can perform the following functions:
*Allow to remove some RSS items if selected (not taken as-it-is from Aggregator module). We experimented Yahoo pipes filtering function, however keyword filtering does not work perfectly....
What I'm trying is to get all users that don't have a value set for fid = 13 or no value at all in profile_values. I'm guessing this have an easy solution, ...but I just don't see it. Any help or a point in the right direction is greatly appreciated.
(The tables users and profile_values are both from Drupal.)
Simplified values:
uid ...
I added a new column "approval" into the table 'files'. When i go to views and wanted to add the approval field, it's not there.
What can i do to let it appear?
...
Hi,
I have a basic Drupal install and a bunch of users.
How could my Drupal users receive e-mails from the outside world at their address (e.g. [email protected])?
Thank you!
...
I'm trying to find the best version control strategy for my workflow with Drupal. I have multiple sites per install and I'm pretty sure I'll have a separate repository for each website. As far as I know, the VCSs worth considering are:
SVN
Bazaar (bzr)
Git
Mercurial (hg)
I know how these compare to each other in general, but want to ...
Node reference fields in Drupal are displayed as lists by default. Is there a way to change that?
I'd like to output them as JSON so I can create a fancy JavaScript visualization.
...
Views in Drupal are displayed as lists or simple tables. Is there a way to customize this?
I'd like my views to be rendered as JSON inside the page, so I can display it with some fancy JavaScript visualization.
...