Hi,
I want to make a wheel and rim webshop ubercart), but cannot figure out how to create a produkt dependant on another product. F.i. customer choises car, selects the possible wheels and can also select matching caps for the wheels. the customer should not see caps that do not match the wheels and wheels that do not match the car.
Thanks. :)
I want to display image's title in other place my node.
I tried use devel to find filed info and I see field_image - columns - title,
and in view I see that this field is called: Field Fields: field_image (ID: entity_id_1).
but I dont know how should I make php text in my tpl.php file ?
According to this book page the $terms variable should still be available in Drupal 7 for when someone like me wants to do something like spit out a list of taxonomy terms associated with a particular node. However like the user that commented on that page, I get a php notice:
Notice: Undefined variable: terms in include()
followed by the line number of the node--type.tpl.php file the code is in.
Not sure if this is a bug, or an issue with my configuration.
I'm trying to install drupal 7 beta 1 onto my web server but getting stuck at the database configuration stage.
The database configuration page only gives me a choice for SQLite
Its a Windows server running PLESK which states the server components to be :
PHP ver 5.2.6
MySQL: MySQL 5.0.45
I have amended the php.ini file so that it has the pdo settings uncommented
(extension=php_pdo.dll, extension=php_pdo_mysql.dll)
Are there any resources on how the Drupal 7 database is setup? Specifically, I'm looking for information on where article and comment information goes. I'd like to export these tables to csv, add a number of articles, then re-up the table. I did a search but couldn't find anything. Seemed the easiest way to go since the articles I want to add are already in csv and I don't have the coding skills to do anything more complex.
From the main "Blog" page you can have a link to the authors blog page, ie: http://xxx.xxx.xxx/Drupal/?q=blog/1. I want to create a menu item to take a user to his/her blog pages. I have tried using ?q=blog/%uid as the path but am told The path '' is either invalid or you do not have access to it.
I already have a link to the main blog page using the predefined path of blog, but there doesn't seem to be a predefined path for say userblog.