views2
Can't create custom handler for Views2
Basically I want to create a custom handler to unserialize a db field called birthday. I\'ve managed to correctly output the field serialized using the default views_handler_field. Unfortunately When[详细]
2023-03-05 04:01 分类:问答Drupal: Field of View is not presented on the page that was created by this View
I have an ImageField in my View. It is not exluded from output. It is presented in preview. But when I open the page created by the View - it is not presented there. How can I diagnose this issue ? (a[详细]
2023-02-11 18:52 分类:问答How are custom 'notafield' handlers defined for Views 2 (Drupal 6)
I can only find docs for predefined handlers. I guess I would have to override one of the handler classes, but which methods do I actually have to override? I read somewhere that new handler for Views[详细]
2023-01-25 04:35 分类:问答Drupal6 views: output "taxonomy:all terms" field with two terms as two links
Briefly: I\'m making a custom view, I want a field listing the two taxonomy terms associated with an NID to output as two distinct links which return arguments for the view (term1 to view/term1, term2[详细]
2023-01-16 14:20 分类:问答Drupal: change view argument
I searched far and wide to find a working solution to开发者_C百科 this but couldn\'t find it. What I want to do is change the argument that is passed to the view because I want for pathauto cleaned t[详细]
2023-01-08 09:55 分类:问答Retrieving names of over-ridden theme hooks in views 2 (Drupal 6)
I have a created a view (lets call it my_view). In the theme: information section if the view I have noted one of the suggested template names (views-view--my-view--default.tpl.php (or close to that)[详细]
2022-12-12 08:21 分类:问答