Closed (outdated)
Project:
Invite
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2009 at 20:42 UTC
Updated:
17 May 2020 at 08:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hefox commentedHad some site specific settings :/
Comment #2
mlncn commentedThis is good stuff! Is their interest in including this with Invite module (I think it should) or would the maintainers prefer this be a separate project?
Comment #3
hefox commented(The non-numeric key patch is in latest dev of VBO http://drupal.org/node/544356 )
Comment #4
YK85 commented+1 subscribing
Comment #5
YK85 commentedApplied patch #489898: The Cancel Link From invite/withdraw Does Not Respect Destination Queries
And then enabled invite-views module at #1
Issues found so far:
1) Pending invites are shown under Accepted views display
2) Pending views display never shows anything
3) => waiting 1 day for Invitation expiry and will report back
Comment #6
SebCorbin commented+1 subscribing
Comment #7
YK85 commentedHi smk-ka,
Adding views support to Invite module would be really awesome!
I hope to help with testing.
Thanks!
Comment #8
robby.smith commented+1 subscribing
Comment #9
YK85 commentedI was wondering if anyone has had time to add Views integration? I would love to help with testing!
Comment #10
rjbrown99 commentedI'm using #1 with views3, so far so good.
Comment #11
rjbrown99 commentedOne thing to note - if you are using memcached and you have a memcache bin set up for views, make sure you connect to it and do a flush_all.
Comment #12
hefox commentedI don't have willpower enough to update this, but my suggestions is
1) Create it as a patch for invite
2) have the default views as disabled by default) as bundled with views
3) Fix it; I wrote that a year ago, it's bound to have both coding style and other issues.
Comment #13
rjbrown99 commentedIt works surprisingly well out of the box. There are coder cleanups, documentation, etc - but at least for me the base module works quite well. Two questions to the Invite module maintainers:
1) Would this be considered for inclusion in the invite module itself, or as a separate module to be enabled on its own (per the current design)?
2) In the event you want it as a separate module, would you want it as part of this module (as a sub-module) or split out into its own standalone project?
Comment #14
rjbrown99 commentedI started to wonder why none of my invite paths worked any longer - access denied. So, after a trip through user_access(), index.php, and menu_execute_active_handler, I figured something out. The module comes with a default view called invite which takes over the paths of the invite module. This is enabled by default.
Good idea, one problem: the default access control is set to "access user profiles" while the invite module uses the permission "track invitations". This was a problem for me because I do not allow any users on my site to access user profiles since I use content profile with some other magic to hide core profile. So the end result was a ton of debugging to figure out that this view was causing the permission issue.
Fix #1: modify invite_views.views_default.inc, replace all instances of 'access user profiles' with 'track invitations' to more closely match the core invite module.
Again I'm happy to roll this stuff in as patches, but I'd like to hear answers to my questions first so I know which direction to go.
Comment #15
chuckbar77 commentedsubscribe, +1
Comment #16
nevergoneInvite Views integration: http://drupal.org/sandbox/nevergone/1111788
I would apply co-maintainer.
Comment #17
nevergoneViews integration started: 6.x-invite_views branch.
http://drupal.org/node/1124708#comment-4376174
Comment #18
avpadernoI am closing this issue, since it's for a Drupal version no longer supported.