Drupal ThemesUser login |
DrupalWebform module drop-down list problemHi - I'm trying out the webform module and ran up against an odd problem. When adding a form component and using the select type, when I choose a drop-down list the options show up in the drop-down list with paragraph tags around them - in the list. If I go into the source and remove the tags of course they will all end up on the same line. I saw the "Paste as plain text" option in the wysiwyg editor, and when I tried that, each of the options had a line break tag after them in the drop-down list. Maybe I just missed something that will address this. Does anyone have any suggestions? Edited by WorldFallz - moved to appropriate forum. Categories: Drupal
jQuery tabslide 1.0 for drupal 5Hi. Categories: Drupal
BartikThis is a working space for the development of the Bartik theme. We'd love to have you help! We especially need people who know CSS. If you don't know how to help out or where to jump in, please ask. There are a lot of people who can and will teach you. The goal: to get Bartik into D7 core. What needs to be worked on: http://drupal.org/project/issues/bartik?text=&status=Open&priorities=All... The latest code: http://drupal.org/node/721350/release Demo site: http://bartik.milkweedmediadesign.com The original discussion about Bartik: http://drupal.org/node/683026 Issues with Drupal 7 that affect Bartik (and need work): The best place to discuss in real-time and ask for help in figuring out how to contribute: Some directions on how to checkout the code and commit your work back to Bartik. http://drupal.org/node/721350/cvs-instructions/HEAD Categories: Drupal
Multiple Queries Calculation***Apologies, answered my own question. No need for the while loops. So I have the below queries that are working great; however, now I want to create a calculation based on them both, for example: $cache['vote']['points']['maletofemale'] = $male_result['value_male'] / $male_result['value_male'] + $female_result['value_female']; This would calculate the percentage of men to women who voted on the node, and then I would do the same for women to men. However, it seems that the second query call erases the first call even if I move it within the "while (" statement. Is it possible to maintain the information from "$male_result['value_male']" when making the second call to the DB? <?php // Pulling in male or female from personal profile while ($male_result = db_fetch_array($male_prelim)) { Categories: Drupal
Form modificationin search of a module to modify forms without having to write a custom module implementing hook_form_alter() I found 3 modules which do they more or less the same thing in different ways: Anyone can share some experience on using one of these? Shouldn´t they be merged into one single module? Edited by WorldFallz - moved to appropriate forum. Categories: Drupal
Removing a taxonomy term from a node programmaticallyI want to write a module to remove a particular taxonomy term from a node. I was wondering if anyone could point me in the right direction as to how to achieve this. Categories: Drupal
rules module and user referenceHi; Edited by WorldFallz - moved to appropriate forum. Categories: Drupal
The Google Summer of Code 2010 is a go!I'm excited to announce that the Google Summer of Code is happening again in 2010! Last year Drupal went a perfect 18-for-18, meaning that all of our students passed the SoC, and we even got a "bonus student" who worked on Drupal module for the Creative Commons. Please help get the SoC started by joining the Google Summer of Code 2010 group, and by posting project ideas to the group! Student Proposals should be marked as such in the "Project Type", as the students will get first dibs on that project idea once the voting starts. All other project ideas should be marked "Community Proposal" and will be open to all SoC applicants. If you are a student thinking of applying to the program I highly suggest you do the following things:
And if you are thinking about becoming a mentor, please do! Not only is the SoC a great way to get more involved in the community and/or groom the next Drupal superstars, but it's not a ton of work and is a whole lotta fun! There are also many other ways to get involved, including: student outreach, mentor and student checkins, group administration, project reviewers, and more. Please contact me if you'd like to get involved! (And if you'd like to help with the application, it would be great to have help) Drupal's application will need to be submitted by March 12th, and proposals will begin being accepted on March 18th. Please see the SoC Timeline for more information about other due dates. Google Summer of Code 2010Categories: Drupal
Updating PHP QuestionI am needing to update the PHP in Drupal 5 to be able to use Image API, but I am unsure how to exactly go about this. Edited by WorldFallz - moved to appropriate forum. Categories: Drupal
Samplemodule.install problemsHello guys, I'm developing my first real drupal module call samplemodule. I have samplemodule.install with the following code in it : <?php My problem is I get no confirmation message that my install and uninstall hooks are responding. Can anyone tell me what I'm doing wrong ? Categories: Drupal
Ho to set default value for CCK File Field via Form APII have a situation where i want to copy a node by setting default values via Form API. Thats works fine so far. Just now i need to set the CCK File Field. In this case an Image Field. The file is already uploaded from the node i'm trying to copy. What values do i need to set to achieve that? The copy itself gets done by adding an arg(3) to the node creation form. This gets read my Form API and the default values will be prepopulated. Categories: Drupal
|
Popular contentDrupal Showcasedrupal security feed |