![]() |
Farcaster, a small question, I'm working on the script to add users from outside vBulletin, and I was just wondering in the
PHP Code:
PHP Code:
|
Quote:
|
Thanks I'll check it out right now
|
Thanks for the upgrade, I was wondering if it could be tweaked so that the moderator groups or event creator could change the status of the RSVP as well as remove it.
for example, i sign up as maybe. can it be made so that the event creator changes my status to YES or NO? also, can it be made so that when an RSVP is made or changed that the thread shows as new? |
I have encountered a bug with viewing events and character trimming. Basically on the vent display page the end character is often chopped off although this does not happen with all characters. Sentences ending an "n", "b" or "s" (and other letters) get chopped while sentences ending with "." or "k" do not. Editing the event shows the original text so it is clearly not getting lost in the database, just in the display.
|
Do any of these event attendance hacks allow for the fact that maybe more than one person is coming from the same family? For example, my site is dedicated to motorcycle touring. We have a lot of members who sign up but their wife or somebody else is riding with them. Is there any way to add an option that people can sign up and indicate 2 people or whatever?
|
Quote:
|
Thank you very much. Downloading and clicking installed. :)
|
Hi,
I think I've encountered a bug: after signing up for an event, changing my RSVP status results in a double-signup (the old status-entry is still there and additionally the new status-entry). Is this intended? I'm using vbulletin 3.6.1 and your version 1.2.0... No problems during install and I followed the install instructions for 3.6.x... Thanks, Toewalker |
1) solution for the problem descriped earlier in my post #209:
add unique key over eventid AND userid in table eventattendance, for EXAMPLE (use at your own risk! maybe the prefix "vb3_" has to be adjusted): Code:
ALTER TABLE `vb3_eventattendance` ADD PRIMARY KEY ( `eventid` , `userid` ); 2) localization issue; for example German vbulletin, if you choose "yes" which's translation would be "Ja", then it will not reselect your choice after you rsvp'd (because it compares $myrsvp which has the translated value to the hardcoded "yes" value). Fixed template "calendar_rsvp_form": Code:
<form action="calendar.php?do=getinfo&e=$eventinfo[eventid]&day=$rsvp_day" method="post"> |
Quote:
The installation script makes this statement: PHP Code:
|
No it didn't have that unique key. I checked your installation scripts with the product manager and I found the create-statement there. So that's really strange.
However, it works now, so everything's fine :-) I'm using Mysql 4.0 and vBulletin 3.6.1, maybe that was the problem?!? Thanks, Toewalker |
Does anyone know if I could incorporate this hack with the form hack here:
https://vborg.vbsupport.ru/showthread.php?t=126676 Instead of people being able to post whatever they wanted in the new event, I'd like to use a form instead so every event is uniform and allows people to search for certain characteristics within an event. Chris |
Ravencr,
No, the form hack will not create a new event, so it will not work with this hack. Have you considered using calendar fields? That would allow you to setup certain standard fields for the event poster to fill in. |
Where do I find out more about Calendar Fields? Thanks so much for the help,
Chris |
In AdminCP panel for this MOD the RSVP Expiration options reads:
"Do you want to prevent members from signing up for an event on or before the event date (specified at the time the event is created)?" If this is toggled to NO, is there anyway to implement it after the event is posted, w/o having to re-create new events after toggling it to YES? |
why cant i uninstall this hack?? i can disable it, but i want to uninstall it... it gives me an error every time
|
no worries... got it...
|
Where do I find out more about Calendar Fields? Thanks so much for the help,
Chris |
When showing multiple events on the same day at the same time I'm getting count errors.
Compare 9AM Run vs. the 9AM run here. It's not a huge deal but I thought I'd point it out. We love this mod, and thank you for all of your hard work. ravencr: AdminCP > Calendars > Edit a Calendar |
Thanks for the help! That will work perfectly once I figure out how to make it appear up top instead of on the bottom. Thanks so much.
Chris |
"Do you want to prevent members from signing up for an event on or before the event date (specified at the time the event is created)?"
I though this phrase is kinda confusing, it gives the impression that members can not sign up before the event, nor on the actual day (therefore only after, which would defeat the point of an RSVP system). I think something along the lines of; "Prevent members from signing up to an event a certain time prior to the event (specified at the time the event is created), or after it has passed?" would be less confusing, at least for me :p. Also, I have two small requests which I imagine are easy to do, but I'm fairly new to all this stuff so don't know how. 1. I would like to remove the phrase calendar_rsvpd completely. (I currently use just one space to hide it) 2. Rather than use the standard yes & no phrases I'd like to use custom ones, I want to change the color of yes/no/maybe - but only for the replies on events, not everywhere that uses the standard yes/no phrase. Or, possibly change it so they read attending/not attending, but can't if they use standard yes/no phrases. Not a big deal, but be nice if it can be done easily. Other than that, great mod. EDIT: Make that 3 requests, is there anyway to allow smilies/images/urls in the replies? |
I've bumped this once, but haven't had any luck. I'd really like to have this working for me though, so I thought I'd try again before I give up.
Ta! Quote:
|
Quote:
|
My members are having problem changing their rsvp from Maybe to Yes.
I can't even remove their RSVP....where should i look ? |
Is there a way toremove the "No" option? We have 250 paid members, and over 1000 active members, and lots of them feel compelled to put no in.
|
Any plan for future updates ?
|
I've just installed this. I had an event which I edited to tick the RSVP allowed option, but when I pressed save I got...
Fatal error: Only variables can be passed by reference in /vbb/includes/class_dm_event.php(569) : eval()'d code on line 41 EDIT - I've just disabled this plugin and it still happens so the problem must be with the vB Events Forum plugin I installed seconds before this one! :) |
Quote:
|
Quote:
A problem I have with the current version is that even though i set it to display rsvp based on time of rsvp but when i update my comment, it bumps me to the bottom of rsvp even if I'm the first one to rsvp |
I have a question...I setup RSVP on an event however my members can use it...by my directors (admins) can not. It doesn't show up for them...
Any suggestions? |
Anyone?
|
NVM figured it out...I forgot to change a template...
|
Quote:
|
Farcaster -
First off, I love this mod. However, I found someone who has modded the script EXACTLY how I want it, and I am wondering what template/plugin they edited in order to get that result? Here is the link with an example of what I am looking to do: http://www.wowhq.com/forum/calendar....=2007-4-17&c=1 |
Alright, figured out which template...just still trying to figure out how the heck he customized it.
|
After upgrading to 1.2.0, Quick Reply no longer works in the Event thread.
This was reported in the vB Events thread, and I told them I didn't have such a problem, but sure enough, I just updated both this and the integration add-on and Quick Reply no longer works. I temporarily added "$thread['forumid'] !==XX" to my Quick Reply box until there's (hopefully) a fix. I luckily found the old versions of the XML files in case there is no fix and I need to revert. |
Is there anyway to set the default value for "Time Before Event to Close RSVP" to forever?
Completely unrelated to my previous question I get the following message "RSVP sign-ups for this event are now closed." when creating an event despite setting to the RSVP close date to 30 days. |
To your first question, gmrstudios, no there is not a way to make it default to forever. The only method for you to do this currently is to disable the rsvp time-outs altogether.
As to the problem you are having, keep in mind that when you create an event and mark the close date as 30 days, that means that the user MUST sign-up at least 30 days BEFORE the event. After that, no changes can be made. So, if your event is less than 30 days in the future, that makes total sense. If this doesn't answer your problem, send me a PM with the URL of the event and a temporary login and password. |
Farcaster: I currently use the vbulletin calendar and this mod to manage LAN party events however I'd like to move this over to the frontpage (vbadvanced) area of my site.
I'd like the list of signups and the ability to signup to be an independent main site page. Is this a fairly simple adaptation? Would you be willing to give me an idea/code on how to achieve this? |
All times are GMT. The time now is 07:46 PM. |
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:
|