0
votes
2answers
22 views
Conditional link to node within views?
I have two content types, book and chapter. Each chapter node contains a node reference of the book to which it belongs. I have created a view which displays the title of each ch …
2
votes
3answers
141 views
Update Drupal views argument via AJAX
Hello, I have a request concerning Drupal 6.x
I'd like to have this behaviour:
imagine to have 2 columns, on the left a list of nodes (only titles for example) and on the right a …
0
votes
3answers
53 views
Calling small app in template : Django
Lets say I have a website with a small application that lists the 10 newest members, or something dynamic like that. I want this to view on every page, perhaps in a sidebar. How wo …
1
vote
3answers
27 views
Drupal: listing content types with content count
I'm new to Drupal.
I have a couple of Content Types and some of them have a special field called Foo. This field has value 1 for some Contents and 2 for others.
I need to create …
0
votes
1answer
37 views
how to organize my menu, taxonomy, views, pages in drupal 6
i am try to build a web site, it has a 2 level menu.
global|asia|euro|u.s (this is locaion menu)
about|home|news (this is content menu)
if a web site user clicks on global, it w …
0
votes
1answer
55 views
How to read the filter variable in a php code block in views 2?
I'm trying to create an img link manually with php in the header field of a view, in drupal 6. I need to read the value of one of the filters, but can't find the right variable to …
0
votes
1answer
168 views
Drupal 6 Views - Left Join issues
I'm having an issue with Drupal 6 Views and a module of my own. I'm trying to get the query to use two Left Joins but it refuses to recognize the latter of the two. It's not an iss …
1
vote
2answers
133 views
Drupal view rows output
I'm trying to create a page by using view 2. This page list all the nodes and grouping by their taxonomy term. In this view the Style as Unformatted and Row style as Fields. The fi …
-1
votes
1answer
299 views
Blank arguments in Drupal view not working
I'm stuck on (what I think is) a simple views issue.
I have a view with a page display, with a path of:
/mydir/%/%
Some URLs I would hit are:
/mydir/pc/2008/
/mydir/xbox/2007/
/m …
0
votes
1answer
74 views
Drupal 6: Theming a field in views
Basically I want to create a php code in my template (views-view-field--body.tpl.php) that would say the following...
if [body]
print [node_view]
endif
0
votes
2answers
395 views
ImageField not showing in CCK under Drupal 6
I'm running Drupal 6.12 and I've installed the CCK, ImageField, FileField and ImageCache modules. I've create a new content type called 'Photo' and then click on 'Manage Fields', …
1
vote
3answers
178 views
Drupal - Getting node id from view to customise link in block
Hiya,
Got a little problem with Drupal (again) in that I'm trying to work out how I can build a block which is able to show the node ID of the view page the block is currently si …
0
votes
3answers
438 views
How to store session/cookie in Drupal 6 on the computer of the visitor
Hi,
I have created a search for a client website using Finder module in conjunction with Views module. The problem is that my client wants that each time a user selects and search …
1
vote
2answers
127 views
Drupal views - how to remove string pattern using “Rewrite the output of this field”?
Views - Fields: I want to remove a certain matching word from a returned string by using the "Rewrite the output of this field". Is there extended syntax for this or is there a way …
1
vote
1answer
43 views
view and primary link
I have a primary link "accommodation", then i have created a view , called "listing", and set that listing path to "accommodation".
but when i access url myurl/accommodation , the …
