How to trigger contexts on Views pages
Hi Folks,
Curious how best to skin this cat. I'm looking to trigger a context based upon the arguments passed to a view. The view is using a page layout. The argument is a taxonomy term. The context condition is set by that taxonomy term.
Read moreViews photo gallery/slideshow question - Can you help me figure this one out?
Hello Everyone,
Because our last meet-up was on the Views module and advanced techniques, I allow myself to post this here. It is also posted on drupal.org, but I haven't had any responses...
I am having a hard time explaining that in a clear and concise way, so please bear with me and ask any questions you may have to clarify...
I am using CCK, Views2, Lightbox2, imagecache.
I am using the story content type to which I added an image field and some taxonomy fields as well.
Read moreHaving alot oi trouble with Gmap
I am having difficult time displaying my cck fild in the map I create in views they are all type text. Can anyone help please?
Read moreCustomized user blog page: Panels, views, and arguments
I've been trying to figure this one out for over a week now so thought I'd come to the Group to see if anyone might be able to offer a solution.
I've attached screenshots of my settings to hopefully make it easier to understand.
Images
I've enabled the built in System Page (blog_user) that allows a User's blog posts to be easily viewed. I chose a Flexible panel and put 3 Views inside, (user_posts, User being viewed, and User Tweets). That part was simple enough and great built-in functionality.
I also added a shot of the View a reference.
The Problem
Read moreViews-Texanomy Term and Panels
I am playing with views and panels. I was successful to show the default archive views in panel. But when I create my own views with texanomy term and try to pull it to the panels the same way i do in archives it does not show. I want to create a views which shows the nodes Titles as per the texanomy term. The views does show in block but could not do it in panels.
Please help me out through this
Read moreGMap popups
So, I've been trying to use views with CCK, Location, and GMap for a few days now. I can get everything working fine, but there is one problem that I can't figure out. I made a GMap styled node view and everything comes up fine except for the popup info. The popups work fine, but the only data that is put into the popup is the label for each field.
Read moreCreating a "columnists" view...
Hi,
I'm trying to create a columnist view for a client, wherein each user's name and photo will appear along with their most recent columns (blog postings). It should look somewhat like this: http://www.denverpost.com/newscolumnists
I cannot figure how to leverage views to display more than one node title for each user. Any ideas? thanks.
Tony
Views with FeedAPI help.
I'm probably overlooking something incredibly simple here, but i tend to over think the simple stuff.
Anywho, I'm trying out a bunch of modules that do rss and aggregation and really like what i'm seein in FeedAPI. I'm trying to simulate what drigg does without actually using drigg, and minus the voting part that drigg does.
Read moreCannot join two fields from my table to one base table
I've created a module with a table that has the following fields
+------------+------------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+------------+------------------+------+-----+---------+-------+
| type | varchar(128) | NO | PRI | | |
| tid_group | int(10) unsigned | NO | PRI | 0 | |
| tid | int(10) unsigned | NO | PRI | 0 | |
| node_count | int(10) unsigned | NO | | 0 | |
+------------+------------------+------+-----+---------+-------+
Refresh view from block module via ajax (no exposed filter)
Hi there.
I'm working on an module which povides a form in a block to edit the filter settings of a view. I'm not using an exposed filter, because the form is updating itself via AHAH - selecting one or more categories in a multi select form populates another multi select box with items - and I don't know, if this would be possible with 'hook_form_alter()'.

