Posted
over 16 years
ago
by
martinjbaker
I've got two content types - Company and Product.
Product has a node reference field to Company so it can be associated with its manufacturer. Products are also tagged.
What I'm trying to is show a list of related Company node titles in a block when
|
Posted
over 16 years
ago
by
turadg
Somewhat along the lines of http://drupal.org/node/508744 ...
Currently the truefalse question type is integrated into the quiz_question module code and directory. In trying to understand how quiz_question works, it's difficult to identity what is
|
Posted
over 16 years
ago
by
effulgentsia
Following up on http://drupal.org/node/447572#comment-1661114, do you have a sense of when you'll release 3.1? Thanks.
|
Posted
over 16 years
ago
by
threexk
1. Start with Automated Logout's timeout set to Disabled. (e.g., first-time install)
2. Go to User Settings page.
3. Wait 30+ seconds.
4. Change timeout to 30 seconds and submit. You will be immediately logged out.
The preferred behavior would be
|
Posted
over 16 years
ago
by
wibbla
Hi I am using views for my videos and taxanomy I am trying too do this.
I whant the thumbnail too be on the left side and the title right side of the thumbnail and the decriptions under the title.
How can I do this?
|
Posted
over 16 years
ago
by
catch
Splitting off from #484820: Initial D7UX admin header
You currently can't get a slice of a menu down to a certain depth, only all items below a certain point in the tree - it might make sense to add a $depth param to menu_tree_all_data() to just be able to get certain levels of the tree at any one time.
|
Posted
over 16 years
ago
by
tharaJ
I'm creating social networking site. I use organic group module and privatemessage module. When I (admin) send broadcast message it is received only admin. Even when another person send broadcast message it is received by admin. Even sender doesn't receive it. If anyone can help me in this matter please reply quickly.
Thanks.
tharaJ
|
Posted
over 16 years
ago
by
WorldFallz
blocked http://drupal.org/user/263305 for link spam -- 25+ links on old threads in 2 hrs is enough imo.
|
Posted
over 16 years
ago
by
mrfelton
The ability to limit Currencies available for selection would be a great addittion. We're only interested in a couple of currencies here, but are forced to have a full blown list of all world currencies.
|
Posted
over 16 years
ago
by
awolfey
Hi,
I think we need to do a strict search in in_array() like below. Otherwise the js loads on all content types.
/** * Invoke the plugin if we support it for this node type. */function jquery_media_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL)
|