Drupal: getting user information
How can I get information about the loged in user when I load a random website page ? I need to grab a profile field to customize the page look thanks ...
How can I get information about the loged in user when I load a random website page ? I need to grab a profile field to customize the page look thanks ...
hi, I'm using ubercart and I want to retrieve Address information from logged in users before they access to order/checkout page. If they already have performed a checkout, Ubercart stores the address info, and autofill the fields. Well, I would like to grab this information before to access to the checkout panel to customize my shop ...
How can I avoid duplicates on my Drupal View ? Should I add a filter specifying that a particular field (i.e. userID) should not appear twice ? I cannot find such option View http://dl.dropbox.com/u/72686/view1.png View edit http://dl.dropbox.com/u/72686/view2.png thanks ...
hi, I need to add a menu item with the following link: user/16/addresses It is the link to a tab of user profiles. Of course 16 is the user ID and it should change according to the user. Can I use tokens directly into menu items ? such as [uid] ? thanks ...
Hi friends, I need to create a custom admin login page. What is the candidate tpl file? Appreciate helps! ...
I'd like to create a product content type from within a module. I followed this very helpful guide to programmatically create a content type. Now how do I "productize" it? If there already exists a module that does this that I can use to learn from, please do point me in it's direction. Or perhaps there is a guide floating around somewh...
Which, if any, Drupal 6 modules handle meta tags? ...
Hi, I am working with ubercart 6.x-2.2. My requirement in my site should support 2 currency's which i am able to do it my problem is my product will have 2 different prices where one price cannot be generated from another with some exchange rate. ex:- Product 1 INR price will be 1500 and USD Price will be 100 USD Product 1 INR price wi...
hi, I need a simple module in Drupal to collect e-mail addresses of my users. In other terms, I would like to show a "registration option" to collect their e-mail addresses and in the back-end have an option to export a file with the list of addresses. Thanks ps. I would like to be able to let people to submit their email address eve...
hi, I want to change the template of my Ubercart products. More in detail, I want to add the label "From..." in front of each price. But I cannot find the template to do it. I'm also using theme developer module and this is what I get: zen_uc_product_price < phptemplate_uc_product_price < theme_uc_product_price But I cannot f...
hi, can I automatically approve an order in Ubercart (skipping the "Pending" status). I'm not performing payments on my website. I just want an user to submit orders, and store them as "Completed orders". thanks ...
Hi, This is my first time using Views in Drupal and am finding that no matter what I do, I can't seem to get my output to sort on any field at all. I'm using the views_bonus_pack to create xml output, but not sure if that matters. I've tried the post date field, the node Id field, the node title field, and... the output is always the ...
Hello, Thank you in advance. I am new to Drupal, and I am presently working on Drupal Profile Module. I have couple of questions.. 1.Can I add a Custom form field to the Profile module, such that I want a check box field combined with text box. So that when the check box is clicked the text entered in the text box has to be displayed in...
I'm wondering how to declare permissions and access for more than one defined node type in a module. I'm guessing that as hook_node_info() returns the array like it does then more than one node type can be declared as part of the array but I'm stumped with regards to hook_perm() and hook_perm(). How do I separate the permissions in the...
As admin, Drupal has a ton of little hoverable 'edit' links. Is there an easy way to turn them all off? I know I can kill the Views version in admin/build/views/tools. But there's still Block, Menu, Panels, ... ...
I have disabled login area from sidebar and have logged out. How can i log in now, i am doing it locally. ...
Hi friends, I use http://drupal.org/project/ad module. I have taxonomy pages for locations and I need to display location specific ads. so I have created a Channel for a location, and set the url (see below) and added my print ad() code to page. then, created some ads for the channel, but it doesnt display any ads under the provided url...
hi, I need to change the menu links on my website (and leave the same items names) depending on the user is a guest, or authenticated user. What's the standard way to do it ? thanks ...
hi, I've an issue with the Ubercart cart layout in Drupal. See this image: http://dl.dropbox.com/u/72686/cart.png The column products and the products name are not aligned, for some reason. I cannot fix it with only css, because I cannot align all columns, if I hide elements, or change their size. I'm looking for the cart php templat...
I am making a drupal site and have a custom content type Event. I want user be able to register themselves at the event page. For this there is a module namely Event Manager . But this module is not present Drupal 6.x release. Is there some other workaround of this? ...