views
Customized 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
drual ninja | noah
Hi,
We have a simple request:
Our site lets users attach photos to their profile.
Using: content_profile, filefield, imagefield
We want to moderate or approve each image before it is displayed. The profile will always display, but the theme will filter out any photos that don't have the approval flag set.
I've had two ideas:
1) Use imagefield_extended to added an "approved" checkbox to each image.
2) Use the status field in the files table (set approved pictures to something unique like 999)
Views-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
GMap 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.
Creating 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.
Cannot 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()'.
Drupal Theme Developer | New Media Logic
Me: A long-time Drupal developer and designer with more clients than I have time.
You: A talented HTML and CSS specialist for whom translating designs into Drupal components is piece of cake. You should be decisive about when to use a static Block, when to use a Views block, when to use a nodequeue, and when to use Drupal theme hooks to get the right look in the right place.
Views switches to other language on a Default Language page - but OK when Cache Tables cleared
Hello,
I built a website for a client in English - all worked fine. But when we added the multilingual module (i18n) (for Spanish and German translations) and enabled Views Translations we had an unexpected issue- which only affects anonymous users - no problem for authenticated users.
Languages are resolved to unique domain names: English is www."websitename".com, Spanish is es."websitename".com and German is de."websitename".com. The default language is English.

