drupal-6

Search forms linking to actual search page

I have created a search page uising exposed filters and views module. The user can choose from different values in order to get a table with specific results (returning node fields). This page is located under mysite.com/search. The problem is that I would like to put a simplified version of the search form on my homepage (lets say just ...

Determining why access denied

I'm tried to determine why some of my users are being denied editing rights (they get the access denied page) Is there some simple way to get the name of the module doing the denying OR the reason access is being denied? ...

Drupal excessive menu parts

In a module development (webtv) I am providing a generic block that can be configured for its contents (playlists). On the configure form there is a list of added contents (playlists) along with links "add new playlist" and "edit" existing one placed next to each entry. As the block configuration path is: "admin/build/block/configure/[my...

Redirect users to the pool page after they vote

how redirect the user to same poll page instead of homepage after voting ? . I'm unable find which function to override. ...

hook_user(): inserting extra field into database not just form.

I can add an extra field to the registration. What I need to know is what step do I need to take to then grab that input and insert it into the user table of drupal. The code below is in my module this adds just a field to the form, but when its submitted it doesnt do anything with the data. function perscriptions_user($op, &$edit, &$ac...

View only populated when "administer content" is granted

So I created a content type "seminar" in Drupal with a bunch of CCK-fields. I then built a view for these seminars with no access restrictions. The view works fine for authenticated users. As the anonymous user with the permissions to "view content" and all CCK-fields for seminars I can access the page, but I cannot see any seminar-entri...

How can I create a view with fullsize and thumbnail Images

What is the best way to create two dynamic unordered lists in Drupal 6.x using Views? I know how to create one dynamic list in Views but not two. I also know that one can create two separate blocks to create this output, but I do not know how to make the blocks dynamic. Example Gallery: // Fullsize Images <ul class="gallery-output"> ...

Drupal: display menu items even if they link to unauthorized pages

hi, I've a menu item linking to a page that requires authentication to be visited. If I'm not logged-in, Drupal hides the menu item, beucase I cannot visit the page. I would like to change this setting, and display the menu item also to guests with a link to the login page instead. Thanks ...

Drupal: hiding node titles

is there any option in the drupal settings to hide the node titles ? I usually comment the code in my theme template, but I was wondering if I can do it from drupal back-end. (For all nodes, or some content-types.. (even better)). Thanks ...

Button text shifts on click

Hi, I've noticed that on my drupal site when I click a form submit button, the button's text shifts by about 1px to the right in firefox(PC), and 1px to the right and to the bottom in IE and Opera. In Chrome this does not happen at all. This looks sloppy. Anyone know why this is happening and if it's possible to prevent? I'm using the ...

How to get and set the delta value?

How can I affect the delta parameter value? Where it can be set? I'm beginner with Drupal but know my way around PHP and other CMS apps e.g. Joomla. I've working on my first drupal module and need to create a module with multiple blocks. I know how to switch based on the $op parameter but the $delta value seems always to be the default ...

How to customize forum nodes components order

hi, I've created for the first time a forum in Drupal. I've added some nodes (posts). I would like to customize the order of the node components. For example see this image: http://dl.dropbox.com/u/72686/forum-node.png I would like to move the "Previous post - Next post" to the top, and move "Login to answer" on the bottom etc.. Is ...

Fivestar stopped working

My fivestar rating has stopped working. I'm using views to display both average user rating and user rating. Strange thing is my old views which have ratings do work and user rating areinteractive. I've created new views and the user rating isn't interactive. This happened a while ago when I updated core to 6.16 and some other modules...

Help with Content Type Display

I am new to Drupal and I am trying to figure out how to theme a Content Type. I am building a Realtor site for a client whereby my main content type will be something like 'Property Listing'. I have installed all the necessary modules to help me upload images and everything works properly. I need to be able to display BOTH the Fullsize a...

Exposed forms distributed vertically rather than horizontally

I created a view that uses exposed filters in order to allow the user to search. The problem is that each form appears one after another and I would like to place them vertically - i.e. -- -- -- [Search] Instead of -- -- -- [Search] How can I can achieve this using admin panel or css? Any help will be appriciated. ...

Output Truncated by browser Error while Extracting cTools Module

Output Truncated by browser Error while Extracting Drupal cTools Module, the result is that the version is not updated. The consequence is not able to update panels version (need to be in sync w/ ctools version). This happens to CCK module as well. Please help. Many thanks ...

Devel Show Queries

I may be missing something obvious here, but in the devel module settings I have checked "Collect query info" and "Display query log", and saved. Where does this information show up? I don't see anything different when I load pages. Is there a variable that I need to inject somewhere in my templates that I missed? I would like to view wh...

How to hide Date of birth field in overriden form?

In my hook form alter, this is the date of birth array: [Birthdate] => Array( [#type] => fieldset [#title] => Birthdate [#weight] => 1 [profile_birthdate] => Array( [#type] => date [#title] => Birthdate [#default_value] => [#description] => The content of this field is kept private and will not be shown publicly....

How to have a customized user profile for certain users?

We need a customized user profile page for users that signed up this month (some marketing promo). What would be the simplest way of doing this? Again its only for users that signed up this month. Please provide detailed instructions if possible. Thank you ...

Removing "Choose forum field" from forum nodes content type

hi, can I remove the "Choose forum dropdown field" from my forum nodes content types ? I have only 1 forum and there is only 1 choice I would like my users not have to select it as additional step. If there is not any option to remove it I would like to know how I can submit the form with that value. I've tried to hide it: $form['tax...