Hi friends,
I'm starting my first Drupal project, pretty excited :) I have a question;
the project is a hotel directory site. at sidebar I have locations list (London, Manchester, Liverpool, etc..) and filter the hotels related on location click.
So, how should I create these cities? Should I put them manually and give links manually...
I'm using Image module for Drupal 6 and the submodule of Image Gallery. Image gallery is identified by taxonomy term of certain vocabulary. What I need is to attach Image Gallery View supplied with Image Gallery to certain node. I am now trying to use Views Attach to do this. But how can I pass an argument of taxonomy term for gallery to...
Hey.
I've got this client who's a dietician and wants a site with some functionality I'm not sure how to implement:
custom forms that calculate some stuff (like ideal body weight, based on a bazillion factors),
the user is supposed to be able to pay for the consultation with a credit card - which lets him access more consultation form...
I have not been able to get drupal_get_form to pass on the node data. Code snippets are below. The drupal_get_form documentation (api.drupal.org) states that it will pass on the extra parameters. I am basing the node data not being passed because (apparently) $node['language'] is not defined in hook_form which causes $form['qqq'] not t...
I'm trying to write out a list of key Drupal competencies, mainly so I can confirm what I know, don't know and don't know I don't know. (Thanks D. Rumsfeld for that quote!)
I think some of these are really broad, for instance there's quite a difference between making a functional theme and creating a theme with good SEO, load times and ...
I have an image gallery for which I have configured an Imagecache preset. It's my first time using Imagecache so I am not sure if I am using it right.
Right now, I see that I can only configure the CCK imagefield to show me the imagecache generated image in either the preview or the full node version of the field.
I would prefer to hav...
My PHP and programming knowledge is extremely basic, so this is probably a dumb question:
I am theming a View in Drupal 6, and I want to add an id with a consecutive number to each item in the view (first item would have the id #item1, the second #item2, etc).
I am customizing the style output (views-view-unformatted--MYVIEWNAME.tpl.ph...
I'm trying to find an existing Drupal module to fit the bill: basically, when an email fails to send, it should save the email and automatically attempt to resend the email later. I'm using the SMTP module to relay emails through an SMTP gateway (required by the hosting provider), but every once in a while the connection is refused - pro...
I'm using the Acquia stack on my localhost (running Vista) and am trying unsuccessfully to send emails. I want to send them via Gmail, and have tried all sorts of settings in the php.ini file. There are no error messages, but no email is delivered. I've gotten no response on the Acquia forum, so I was hoping someone here might be able to...
hi,
I've noticed there is one more tab in my edit-content pages in Drupal.
Could you tell me which plugin added it ?
See picture: http://dl.dropbox.com/u/72686/TrackTab.png
I actually need to know step by step how can I disable such tab
thanks
...
hi,
long time ago I've expanded my Log menu in Drupal. See picture:
http://dl.dropbox.com/u/72686/logsMenu.png
Now I don't remember anymore how to change that setting and remove the advanced log items from the menu.
thanks
...
hi, is there any interface to decide which fields should be collapsed and which ones not in content pages ?
i.e. Tags is collapsed
Menu Settings is expanded, Authoring is expanded..
I would like the opposite.
thanks
Updated:
Taxonomy super-select field (how can I refer to this field ('taxonomy' is not working))
<div class="taxonomy-s...
hi,
I'm copying my Drupal installation to another folder and I've copied the related database.
When I run update.php on the new copy I get the following error:
http://dl.dropbox.com/u/72686/updateError.png
should I disable some modules.. or is something about Drupal core ?
(I'm using version 6.16)
I've flushed all caches and the we...
hi,
I selecting which fields to show in the Headers and in the Body of my nodes, in the "Manage Fields" settings of my content type.
However I would like to have different order for header elements and node elements.
Is this feasable ?
thanks
...
hi,
I'm using a (modal) lightbox on a page of my website to display my nodes.
I'm using some plugins such as an external jquery-plugin for tooltips and the drupal plugin jQuery Media (to load flash video player for some video file-fields).
These plugins are loaded when the main page load and they parse the html content of the page.
W...
hi,
I've a View page with all the content of my website (the node headers). When I click on one of these header I would like to load the complete node without refreshing the page and display it on the left.
Can I do this with Views (I mean.. does it have a functionality to load a complete node and add it to the current page ?
thanks
...
Problem: Login is not working in Firefox and Chrome but it does in Safari.
Details:
We just moved a drupal 6 installation to another host and followed some steps:
Moved
sites/site1/Themes/themeFolder
to
sites/all/Themes/themeFolder
Made these changes in
page-node-NNN.tpl.php files (searched
all files in themes/themeFo...
hi,
I had to comment these lines from the htaccess files in my main Drupal folder and in sites folder
# Don't show directory listings for URLs which map to a directory.
#Options -Indexes
# Follow symbolic links in this directory.
#Options +FollowSymLinks
...in order to not get a 500 Internal Error on the new server.
Can I leave the...
hi,
how is possible that the Save button is positioned here ?!!
http://dl.dropbox.com/u/72686/SaveButton.png
thanks
...
hi,
I've set on imagecache a fixed scale for my images (230 x 150).
Upscaling option is unchecked.
Successively, I've uploaded new images (original size 230 x 150) but for some reason they are resized: 80 x 52
Instead, if I check the "Allow upscaling" option, the size is correct, but the quality is very bad.
So basically, it behaves ...