Please Log in or Create an account to join the conversation.
This shouldn't be the case. Once version is confirmed I'll review source and see if a bug is present.EDIT NOTE 1 : BUG ? the "limit" parameter that indicates the number of invites each individual user is limited to have active at any given time dosen't work for me. I have configured this to '1' but any user (even not a moderator) can still send as much invitations as he wants.
It only allows resend after a few days of non-accept of an invite. You can set the days limit within CB Invites > Config > Invites > General and adjust "Resend" as needed.EDIT NOTE 2 : I see in the code that there is "a resend invites" button available.
I have'nt found how to configure the plugin in the backend to ask for this button to be displayed nor have I been able to make it work (when I hack to force the display, I get this error message : "Invite resend not applicable at this time." ) This fonction would be useful to me : is it available and if yes how ?
It's not coded to display to moderators. Same reason you can't see a users GJ invites. It serves no purpose. If you need to moderate an invite then do so from backend.EDIT NOTE 3 : Administrator, can't see other's invite tab in profiles ? Why ? see attachements :
Simply edit the template. It's not a hack to edit the template files. Copy the default folder, rename it, then select it from backend, now edit it however you feel necessary.NOTE 4 : I need a way to hide the "subject" and "Body" fields for
members when they invite someone since I don't want them to have
the possibility to change the "generic" invitation message that
I have configured in the backend. Is there any other way to do
that than hacking the files :
No, that defeats the purpose of the plugin. It's a marketing tool from a users perspective. Having zero interaction aside from providing an email address makes it a spam bot, not something I condone, sorry.That would be great if the option was available in the backend.
Please Log in or Create an account to join the conversation.
krileon wrote: CB version? CB Invites version? Please ensure you're up to date; latest CB Invites is 2.0.5.
This shouldn't be the case. Once version is confirmed I'll review source and see if a bug is present.
It only allows resend after a few days of non-accept of an
invite. You can set the days limit within CB Invites > Config > Invites > General and adjust "Resend" as needed.
It's not coded to display to moderators. Same reason you can't see a users GJ invites. It serves no purpose. If you need to moderate an invite then do so from backend.
That would be great if the option was available in the backend.
No, that defeats the purpose of the plugin. It's a marketing tool from a users perspective. Having zero interaction aside from providing an email address makes it a spam bot, not something I condone, sorry.
Please Log in or Create an account to join the conversation.
Ok, have created below bug ticket to investigate for next release.I use 2.0.5
It only works for non-moderators. You need to login as a standard registered user and confirm if issue is still present. Please note it only counts Pending invites. Invites already accepted do not count towards the limit.I just double checked to be sure, and I confirm the behaviour : in
my case the "limit" parameter (that I fixed to '1') doesn't seem to
be taken into account (I posted 3 invites without any problem).
You'll need to edit the plugin and extend the IF check to see if user is a moderator instead of just themselves. Sorry, no plans to implement this.That would be very usefull in my case : I organise meetings, and
my members have the possibility to invite one friend to come with
them to these meetings. To facilitate the "guests" registration
process, I planed to ask the members to invite their guest using
cb invites (and declare that they come with someone in their cb
profile).
If I could see my users invites (weither empty or not), I could
immediately check if invitations were sent or not and take appropriate
mesure to contact the guests if not (I could for example invite
him myself, ask if he has well received the invitation form if
I don't see response and so on).
Outside of this specific real need, and since invites are sent
through my web site, I would not feel unfair to be able to check
who is doing.
That's part of the problem. You're using a plugin for a purpose it's not intended to fulfill and are wanting features it doesn't or shouldn't have; it was designed purely with the intentions of a user inviting another to join the site. You'll need to make whatever changes you feel necessary to fit your needs.In my situation the goal would be to send to guests formatted invitations
to the meetings.
It needs to be a live (or maybe absolute, I forget which) URL to a file. Example as follows.Note that I have'nt been able to make the "Attachements" work.
Please Log in or Create an account to join the conversation.
(I posted 3 invites without any problem).
It only works for
non-moderators. You need to login as a standard registered user and
confirm if issue is still present. Please note it only counts Pending
invites. Invites already accepted do not count towards the limit.
You'll need to edit the plugin and extend the IF check to see
if user is a moderator instead of just themselves. Sorry, no plans to
implement this.
You're using a plugin for a purpose it's not intended to fulfill
It needs to be a live (or maybe absolute, I forget which) URL
to a file. Example as follows. example.com/files/package.zip
"
myfile : [cb_myfile]
"
Please Log in or Create an account to join the conversation.
Ok, thank you; will review and fix for next release (sometime this week).Yes I confirm the testing situation : "standard" user with no
specific rights, 3 pending request (the limit was fixed to 1).
You don't substitute it in. It should just be attached to the email (try inviting one of your other email accounts to test).I also tested [invite_attachments], just in case, and it didn't work neither.
Is the tag to use in the mail really [cb_myfile] ?
Please Log in or Create an account to join the conversation.