![]() |
I have 1.2.1 installed, and I have just noticed n's are still being truncated.
At what part in the code did you implement this code fix? I'd like to look in the plugins and make sure it's there correctly. |
Anyone going to respond to Elenna?
|
Is this compatible with 3.6.8?
|
Quote:
|
Quote:
|
Found my answer. Will be installing this shortly.
SVT |
Installed and it seems to be working fine for all newly created calendar events.
However, how can you get to add the RSVP to calendar events created prior to installing this feature? Thanks. |
Quote:
|
I believe I've figured out how to get custom userfields to display.
NOTE: This involved modifying the plugins used. This will pull the most current information in the database, as opposed to pulling that information at the time that the person RSVPd. Step 1: In AdminCP, go to User Profile Fields and make note of the field names (i.e. field14) that you want to use. Step 2: Go to Product Manager> Plugin Manager Scroll down until you see "Add RSVPs to Event Description" FIND Code:
// SELECT SQL for RSVPs for this event Code:
SELECT u.username, ea.userid, ea.response , ea.comment, ea.guests, ea.rsvp_date, u.avatarid, u.avatarrevision, avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline, Code:
, userfield.field14, userfield.field10 FIND Code:
LEFT JOIN " . TABLE_PREFIX . "customavatar AS customavatar ON customavatar.userid = u.userid Code:
LEFT JOIN " . TABLE_PREFIX . "userfield AS userfield ON userfield.userid = u.userid You can use $rsvp[fieldXX] wherever you'd like that field to display, replacing XX with the field number, like you added to the select statement above. Now, every time the event is viewed, it will pull the most current information from those profile fields and display them. If you'd like to change the option to sort by one of the profile fields (for raids, etc) you can edit the following section: In same Plugin above, FIND Code:
// Display RSVPs Code:
$orderby = "userfield.field14"; Where field14 is the field that you wish to sort by. |
Is there a way to disable the ability to select "No"??? I want people to just be able to say they are attending or they might be able to attend. We don't care who can't attend.
|
Hmmm....
As I posted in the integration thread (integration to Evercrafts Event Forum Hack) I can't get this to work... I'm posting here now because I uninstalled everything in an attempt to trouble shoot this thing.... So here's where I am. 1) Uninstalled Evercrafts Event Forum Hack.... 2) Uninstalled the Bridge Hack.... 3) Uninstalled the Attendance hack.... 4) Reinstalled the Attendance hack (Overwrite for safe measure)... 5) Create an event in the calendar with RSVP checked (I can see the RSVP options when I create the event) 6) Click on the event I created and note there is no RSVP option for users to interact with. 7) It should be noted that I have all forums with RSVP enabled within the ADMIN options.... I assume why it is not working here might be why it is not working when I have all of the previously uninstalled hacks applied. *shrugs* I am using vB 3.6.8 |
How can it be done, to display the amount of people who want to attend ("yes") to an event, on the weekly and monthly calendar view?
like done here: http://www.future-music.net/forum/calendar.php http://www.future-music.net/forum/ca...o=displaymonth that would be a great feature |
I'm using this with the forum events mod and when any recurring event is RSVP'd to it rsvp's to the entire sequence instead of individual events. Do I have a setting wrong someplace?
|
I am having some issues with people using IE and signing up for an event. When they do it takes them back to the login. I have uninstalled and reinstalled the addon and nothing seems to work.
Any ideas? (you can check at: eternaldestinyguild.com) |
Quote:
|
Hi. I just installed this mod to my test site. Thank you very much for hard work.
I have the following problem. After the install and adding RSVP to an event I can no longer edit or delit an event. I get a message displayed that I do not have enough permissions for editing. And for deleting I just get the page reloading. Once the RSVP mod gets disabled everything starts to work normal again. Please help. Thank You |
I have an issue with this interferring with custom holidays.
If a user event and a custom holiday appear on the same day, it tries to treat the holiday as a regular calendar event, and returns a SQL error. Anyone know how to turn this off for custom holidays? Other holidays, on days that don't have a user event, are just fine. Here are some examples: Regular holiday with no user event: http://www.graceofthevalar.com/calen...=2007-10-3&c=1 Event and holiday on same day: http://www.graceofthevalar.com/calen...2007-10-20&c=1 (since I get all the emails about the SQL error, please only click if you are trying to help me :) Thank you!) |
Quote:
I cannot see the underlying SQL error when I open the link you gave. Can you PM or post the error? BTW, I'm a LotRO player as well, but I'm on the Brandywine server. ;) |
Quote:
Here's the error message. Note that I did modify the plugin to pull some profile fields so that might account for it? Boy I'll feel dumb if I messed it up myself! For the edits I did, scroll up a few pages (2-3), I posed the edits I did. On the standard "Database Error" page (meaning no vB "wrap"): Code:
Database error in vBulletin 3.6.8: |
Elenna, the error in the SQL is right here:
[SQL]u.avatarid, , userfield.field8[/SQL] There is no column specified between u.avatarid and userfield.field8. I think this has something to do with your custom modification, because I cannot reproduce this problem using the unmodified version on my forums. Quote:
|
Oops!!
Thanks so much. I did get an additional , in there in my code. Thank you for the second pair of eyes. I'm sorry to bug you!! This now works :) I'm not sure if this is your design, or something in vB... but now that I can see the event, is it supposed to show both events (the holiday and the RSVP event) on the same page? This only happens when I view the Holiday. When I click on the RSVP event, I only see the event, not the holiday. See this link: http://www.graceofthevalar.com/calen...day=2007-10-20 |
Quote:
|
Thanks for the reply! I was thinking that that is probably the default behavior. The bummer is that is shows the RSVP form for the event on that day, which is confusing to folks, but that certainly isn't your fault!
|
i just upgraded from vb 3.6.3 to the latest release and all of the rsvp's that people had previously posted are gone.
any ideas? thanks in advance for your help. |
Great hack! Very useful in my forum.
Except I too need a custom user field instead of avatar. Could we maybe use the guests field? |
Is there a possibility of adding a way to manually add an individual to the RSVP list by username?
|
I'm continuing to have a problem with RSVP's on ranged events (the response to the first day of the event carries through for all instances of the event). Any help on how to fix this? And if there isn't a fix is there a way to simply disable the ranged events so that they can't be used that way, and thus force my users to put in the events individually?
I run a mommy group with lots of playdates (many of them weekly events) and it's really messing up the planning to have the incorrect reponses posting. Thanks for your help and a great mod! |
This is awesome.
|
This is a brilliant mod and it works great for me, but I have one question. I'd really like the first entry in the thread (the calendar entry) to look the same as the other entries (the forum posts).
I have custom fields in my forum postbit so I need to find a way to get those custom fields to show up in the calendar entry. Does anyone know how I can get custom fields to appear? (For example, in the postbit template I just type $post[field7] - how can I get that same data to show up in the calendar template?) Thanks in advance. Chris |
Chris,
You're posting in the wrong modification section. This mod is completely separate from vB Event Forums, which is what turns an "event" into a "thread". As for the custom fields, you'd probably have to add a query to grab them, although since the Event Forums turns the calendar into a normal forum, the $post field method should work? I guess not though. Farcaster, Can you share the old contents of the calendar_update_complete plugin, or whatever used to update the RSVPs when you change the event date? I'm currently trying to reverse it, and the easy part was stopping the deletion of the RSVPs, but now I'm trying to recreate the update query to set them to the right date (they still disappear when I change the date, but reappear when I change it back) *snip* Nevermind, I got it changed the way I want it. I even added an automated PM informing members of a date change. :) |
This mod doesnt work for me at all... the rsvp form never shows up, even after I add it to the calendar_showeventsbit.
I also have vbEventsForum mod installed, if that matters. Is there anyway to get this to work with the vbEvents Forum? |
Quote:
|
Where do I get this integration hack?
|
Quote:
|
For the events that I post, you have to go to both days. How can I set this up to RSVP all days of a ranged event?
|
Is this MOD still supported? If so, I really need to know the answer to my first question and I have 1 more.
I only have 1 calendar on my forum. This calendar needs to be viewable by everyone...registered users, guests, etc. However, I have a custom usergroup (Judges). I only want that usergroup to be able to RSVP to the events. Is this possible? Thanks. |
OK. I figured out the second one. In calendar_showeventsbit, I replaced $rsvp_form with
Code:
<if condition="is_member_of($vbulletin->userinfo, 6, 9, 10)"> I still would like to know how to make it RSVP for ALL days of a multi-day event. |
Hi,
Ive just had a member of my forum ask this: Quote:
Any ideas what may be casuing this? |
Quote:
I had this same problem as well -- apparantly once the event is in the past, only moderators may post to the event. I solved the problem by changing the option to close the rsvp (by leaving it open everyone can still participate in the discussion on the past event). |
Quote:
On my forum, however your RSVP to the first in the series of events carries through for all of the events, and if you change it on a later event it changes the first event and the whole series. |
All times are GMT. The time now is 08:09 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|