![]() |
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.
|
All times are GMT. The time now is 03:40 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:
|