Hi friends,
I have a Vocabulary for location. and as a default it takes path as
www.blabla.com/location/uk/london
and I need to make it as
www.blabla.com/london-restaurant
My configurations are as below. but somehow it doesn't work at all :/ Appreciate advises!! Thanks a lot!
Terms in Location view:
Automated URL alia...
At the moment I may have a title like
Welcome to my new Website made using Drupal
This title is splitting onto two lines but I have no control where the break takes place.
I would much rather have:
Welcome to my new Website
made using Drupal
To do this I decided the best thing to do is to create a new CCK field to house the title a...
I maintain the role_expire module on Drupal.org and I'm adding enhanced views support. Essentially I want to be able to create a view that shows me all users with role name and their expiries.
Here is my role_expire.views.inc http://drupalcode.org/viewvc/drupal/contributions/modules/role_expire/role_expire.views.inc?view=markup
What a...
hi,
I'm using Drupal with many modules because I need a lot of functionalities such as Newsletter, Taxonomy menus, Embed Videos.. and many other modules.
I get a fatal error when I enable all of them, but the point is that I'm using my development server with 128M of php memory.
So, I'm wondering... is basically impossible to run all ...
hi,
I've installed schema module to import database entries into my drupal CCK fields. Now in the statuus report I get the following error message. Can I just ignore, or is something serious I should fix ?
Database schema
Inconsistent The
Schema comparison report shows:
42 modules with matching tables
41 extra tables
2 warnings
3 modul...
hi,
can I restrict the search engine (coming with the default Search module in Drupal) to specific content types ?
I have a content type "product" and I would like to use the search only to list them.
thanks
...
hi,
I want to extend user forms in Drupal (to allow them to insert more data, such as Company name, surname, nationality.. etc
should I search for an additional module ? Or is it already embed in drupal ?
thanks
...
Hi,
I'm just starting to learn Drupal ( and web stuff generally ) and i have a very basic problem, but i can't figure it out.
I've downloaded drupal 6 and installed it on my local server, and ported a basic web site as a custom theme. I've set this as the default theme and everything works ok, the page appears nice with all the images ...
Hello
I have a problem with creating custom user registration form. I want to place my own form instead of basic with only name, pass and email. I want to add some radios input and select.
I kwon I should use Content Profile module.
I know how to create fields with this module, but I have no idea and I didn't find any tip for take thi...
hi,
I've created several user roles in Drupal.
How can I automatically roles a specific role to an user when he subscribes ?
thanks
...
Hi,
general question:
is possible to enable multiselection in Drupal Views ?
specific question:
I've created an alternative View to display more information about my website authenticated users. However now I'm missing this control:
http://dl.dropbox.com/u/72686/unblock.png
and a search field, where I can type any user information to...
hi,
I want to let my customers to add specific nodes to a view. I was wondering what's the best way to select which nodes belong to the view.
I was considering to use a custom tag, "inView".
I actually need a similar option to "Promoted to front page". Can I maybe have a front page which is not the home page of my website, but just an...
I'm trying to create custom URLs for my menu items, such as mysite.com/aboutus rather than /node/2 or however it has it by default. In the menu configuration I changed the paths to what I want them to be, but I don't know how to change the paths of the pages to a custom name, rather than what Drupal defaults it as.
...
I do not want Organic Group Administrators to have access to user names, only email addresses. But the Add New Members form only accepts user names. I've tried unsuccessfully to use two modules which allow invitees to enter OG keys/codes, but could not get them to work properly. Any suggestions for allowing me to use email addresses woul...
In my devel query info I see module_list being run on every page.
This should not be right?
I feel like there's a whole bunch of incorrectly ran queries being run on my site, (there's some unidentified problem), and this is the function that stood out to me.
...
hi,
how can I set role permissions (content access) for specific content types, rather than CCK fields ?
I actually want the login page to appear of the user access to pages of a specific content type, or a specific view
thanks
...
I'd like to add a block to the user profile that shows them content listings in their groups based on tags that they have in their profile.
(ie: someone puts a bike up for sale, the user has listed "bike" on their wishlist, it should show up to get their attention)
Since these tags vary user-to-user, I'm not sure exactly how to set up...
hi,
I want to customize the Ubercart customers list, displaying more fields enabling multiselection, actionsm etc..
I already have a view for drupal authenticated users, but I cannot display informations such as billing addresses from ubecart (or see orders)
Any tip ?
thanks
...
hi,
when an user login in Drupal, the login block disappear from my pages.
I would like instead to keep it there with a message stating the user is logged in.
Something like this (with logout link): "Welcome Patrick. Logout"
thanks
...
I am currently trying to create a Drupal theme as a Zen subtheme, by doing the following:
I created a new Zen subtheme by following instructions in "How to build your own sub-theme (6.x-2.x)" documentation
The problem is that when I enable the new theme, no header, footer or sidebars are displayed. When the new theme is enabled, these ...