Hiya,
Quick question I think...
I've made a drupal site which has some custom content types. I've created a load of records with these, and then I've had to amend the custom content type to change one of the fields and give it a new default value.
The problem is that existing records do not update with this default value. Apparently ...
my actions doesn't show in the Triggered rules list i have to flush the cache or restart the system
most annoying
when i try to create a 'execute custom php script' action
next time when i open to make few changes it shows a blank script where i have written some code.
my task is to save the selected nodes in the cck field
i have g...
Hi there,
I'm trying to add stylesheets conditionally to my drupal 6 site. I've added the following code to my template.php file to test it, and it's not working. The css file does not get added to my site.
function ben_preprocess_page(&$vars) {
drupal_add_css('/sites/all/themes/ben/advice.css','theme','all',FALSE);}
This code works ...
In Drupal, is there a way to create new content (based on a content type that uses CCK) in a popup or lightbox or similar technique?
...
Is it possible to add an event to the YUI rich text editor. I am trying to attach a kepress event to the YUI rich text editor module for drupal and am using jquery but am having no luck.
...
Hi,
I'm having a problem with cURL. I am downloading images and saving them to a folder. The file that cURL creates has the right filesize, which makes me think that the headers are being read properly. But, when I open the file up in my browser or in any picture-viewing application, only a tiny bit at the top appears to actually hav...
Can any one help me out on how to theme a view.
For each view created i want to have different templates.
...
Hi there,
I'm working on a site in Drupal which will reside at http://sub.clientdomain.com, pulling in an static html fragment from a server on at http://clientdomain.com/path/to/fragment.html, which I need to display in a page, to give a parent menu for a site.
I'm working on a VPS, so I have access to curl, wget and pretty much anyth...
i have to design a page with multiple views, so thought of using panels
is there is any other way to use views in views
in panels how can we pass token parameters to the views
and the final one what is variants(in panels) all about ...
urgent guys help me please.....
...
I've got a typical webform that submits using the ajax module. How can I redirect the success message to a shadowbox?
...
i have to generate the pdf file with bunch of nodes, i can generate pdf files with print pdf modules
but i want to generate the
i m using views bulk operations i want to generate the pdf files with all the selected nodes.
any one knows how to do this stuff
...
Hi,
Each node have CCK-3-dev multigroup with 3 fields. Can I use one of fields as table header? Values of this field are taken from Taxonomy.
With a simple recipe example, where food Z and Y are 2 nodes with recipes and each node has multigroup with ingredient name (milk, fish), amount (numbers) and unit (g, kg).
Is there a way to cre...
We are using Drupal to build a portal site and want to offer secure extranets to users so that users from different companies can collaborate on projects.
We would like to offer the following functionality for the extranets:
Ability to make extranets public or private and to invite new members easily.
Typical extranet features such as...
I have a drupal-based website where people can log in and see private discussion forums. This is where I want to have my beta testers for my Android application download the beta .apk files. I tested this thoroughly on my Android 1.6 based myTouch 3G, and was able to log in, and download files attached to forum posts without problems.
N...
Do anyone know how I can add the following to form_alter?
Currently I've got two integer cck fields which are populated from sql using the php values command.
One field is for make, and the other is for model. Both makes and models are their own node types. Model has a node reference to make.
What I want to do on the Make drop down (CC...
Help me figure out why isn't my form getting styled a la sites/all/modules/pecapture/themes/pecapture-displayform.tpl.php
Here's my code:
/**
* Implementation of hook_theme()
*/
function pecapture_theme() {
$path = drupal_get_path('module', 'pecapture') . '/theme';
return array(
'pecapture_displayform' => array(
'argume...
Hi,
Having trouble in views creating what seems like a very simple query. Display the number (count) of nodes of a given type. I'm not finding the option in any obvious place...
How to?
...
I'm forking the filefield_stats module to provide it with the ability of exposing data into the Views module via the API.
The filefield_stats schema is as follow:
function filefield_stats_schema() {
$schema['filefield_stats'] = array(
'fields' => array(
'fid' => array('type' => 'int', 'unsigned' => TRUE, 'not nul...
Using Drupal 6, Views 2 with exposed filters, I'm trying to determine the best way to convert the select list to a list of links, each with a count of matching nodes. For instance instead of what I get by default, as a select list:
<select name="state" class="form-select" id="edit-state" >
<option value="All" selected="selected"><An...
I'm using drupal with varnish, and I need to teach it about cookies. Anyone know where to start? Google does me no favors, thank you all in advance.
http://drupal.org/node/700022
...