Hi
I can create my own views with list of my friends, but I can't add there Elaboration message as the field next to user name. There is no elaboration option in user relationships views.
canyou please add it there?
thanks a lot
Igorik
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 930094-elaborations_views-5.patch | 2.12 KB | berdir |
| #5 | 930094-elaborations_views-5-D6.patch | 2.12 KB | tic2000 |
| #5 | 930094-elaborations_views-5-D7.patch | 2.12 KB | tic2000 |
| #3 | 930094-ur_elaborations_views-3.patch | 2.13 KB | tic2000 |
Comments
Comment #1
alex.k commentedA patch implementing it would be welcome. There were older issues on this, too.
Comment #2
igorik commentedI am sorry but I have no skills for it.
Have a nice day and thanks for your work on this module.
Comment #3
tic2000 commentedMy first git patch. I hope the format is OK.
I did not test it in this format (in my case I have it in a custom module), but it was just copy and paste and it should work.
Comment #4
berdirLooks good, only some minor coding style issues, see below. I don't commit stuff to 6.x but I can commit your patch to 7.x if you can do a quick re-roll.
Minor, but that is not necessary anymore. Git doesn't do anything with $Id$.
Trailing spaces.
Powered by Dreditor.
Comment #5
tic2000 commentedOK, here are patches for D6 and D7.
But I never tried views in D7 so I don't know if something changed in the way the tables are declared.
Comment #6
berdirDon't use the -Dx suffix as that will be ignored by the testbot.
Re-uploading your patch.
Comment #7
berdir#6: 930094-elaborations_views-5.patch queued for re-testing.
Comment #8
konordo commentedThank you for the nice patch, works like a charm.
As a quick note: if anyone has trouble with this, you should check the Views module version you are using. This patch assumes you are using Views 3. In case you are using Views 2.x, the code should be changed accordingly.
So, this
Should change to this
Notice the 'api' => 2 line.
Comment #9
berdirCommited to 7.x-1.x, back to 6.x-1.x
Comment #10
rolando.alevelbeyond commentedUrgent question..
this patch (that's included in the latest alpha version of UR) adds the elaboration message to views, but only when my view type is user relationships.. for some reason when i use a views (views 3 btw) of USERS.. i get all the user relationship fields except this one.. please help.. how can I expose this field to the USERS type of view as well?
Thanks!