This forum is for less technical discussions about the Drupal project, not for support questions.

theming subproducts, could it be simpler???

Hi,

I am printing the subproducts in a node-flexinode.tpl.php with

print_r($node->subproduct_options);

But I need some more fields to be printed which change for each subproduct but they are not selectable by the user, for example price??

Basically can I print the price also as a different sub-products are selected using javascript.

Thanks

Rudy

Drupal categories and menu system

I wonder if these (in my opinion: *very useful*) features are currently possible in Drupal...

Let's say that I use a menu tree like this:

News
- National
- International
Sport
- Baseball
- Handball
- Football

... and a category (taxonomy) tree like this:

Cities
- Zagreb
- Split
- New York
- Tokyo
- Munich
Events
- Economy
- Finance
- Culture
- Sport
- Baseball
- Handball
- Football

1) If I put (for example) any of these category "flags" to any article: (Zagreb or Split) AND (Economy or Finance or Culture) - I'd like those articles to be automaticaly listed in "News > National" menu location, according to their weight priority. I guess this feature shouldn't be a problem in a custom-made PHP/mySQL code.

2) If there is a strange event that is related to many categories, for example: "A referee has been killed in New York by an angry Football player during the match", I would like to see the real menu location, NOT the related taxonomy terms, for example:

"Location: International, Football"

... instead of taxonomy terms:
"Location: New York, Football".

I'm also aware that everything is possible by doing it manualy in PHP, but it seems like useful feature for implementing in existing modules, or maybe I'm wrong?

3) Let's say that we have a huge list (more than 200) of taxonomy elements. Is there an elegant way to reduce the selectbox elements in administration for connecting a single node with taxonomy entities?

Content without authoring?

Hi!

Still really new to the wonderful world of Drupal. Supposing I wanted, as the administrator, to add new pages with info and links, but not as posts by me or anybody specific (no authoring info), just a plain HTML page with perhaps some PHP for querying a MySQL database, can this be done???

How do I do this ?

I would like to have different layouts for frontpage and for instance forum.... I know about the node-type.tpl.php files, but do they let me make a complete page layout, or do they only style the particular node type wich is generated by drupal ?

I need to have frontpage with 3 areas (left | center | right) and when someone clicks on the forums, the left and right area need to dissappear ... can anyone help me out ?

Gdev

get all nodes associated with a vocabulary?

Is it possibile to retrive all nodes related to a vocabulary?
There is an API?

Thanks

Permissions

Is it posssible to show the frontpage to guest so that I can stop getting the long list of (access denied) logs every time someone goes to the site. I don't want to allow non-users access to the forums (which is why I have the view content option set only for authenticated users). If there is a way to set the forum permissions to allow only members to view, I would love that. Thanks in advance for help.

Pages

Subscribe with RSS Subscribe to RSS - General discussion