View Full Version : vB Event Forums
bada_bing
01 May 2006, 17:30
You'll find them here mate.
http://www.vbulletin.org/forum/showthread.php?p=956636#post956636
Nope that is the instructions on going from version 1.x to 2.x I am already on version 2.6 and he just releasded 2.7 with no upgrade instructions
soulface
01 May 2006, 18:08
Just follow the Step 3 from this page: http://www.vbulletin.org/forum/showthread.php?p=956636#post956636
which is..
Step 3
Download the latest product XML file.
Goto your Admin CP at your forums, then goto Plugin System -> Manage Products.
Click [Add/Import Product] at the bottom of the page. Browse to the location where you downloaded the xml file and click the OVERWRITE check box. Then click the Import button.
COBRAws
02 May 2006, 00:00
Thread Prefixes would be great to be integrated too. And most of all (and the most easy i believe) would be adding an attachment tool for events. Like normal threads have =D
great hacK!
testing it, but i cant put it to work in my forums because it lacks of attendance and attachments.
cya!!
sickboy6ths
02 May 2006, 07:13
Ty for the new version.. only error that remains is:
Warning: Invalid argument supplied for foreach() in \showthread.php on line 2216
which is in this part of the code:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Now i get this:
Fatal error: Call to a member function fetch_array() on a non-object in /www/htdocs/v030134/v2/forum/includes/functions_forumdisplay.php(413) : eval()'d code on line 49Hmm should've worked.. it worked for me, but now the new version is there .. and fixes it already :D
Crazy Serb
03 May 2006, 03:59
does this update 2.7 still mess up AJAX updates to thread titles (adding the date twice)??
Neo_obs
03 May 2006, 10:07
the new version works with the attendance mod. but you must view the date not the event. As when you click an event it goes straight to the thread. But if you click the date it shows you the original calendar version. Can anyone else confirm this?
Also a thought would the template variable help get the two mods together easier?
TomasDR
03 May 2006, 14:32
the new version works with the attendance mod. but you must view the date not the event. As when you click an event it goes straight to the thread. But if you click the date it shows you the original calendar version. Can anyone else confirm this?
Also a thought would the template variable help get the two mods together easier?
I can get both products to work together on seperate calendars provided I do not intergrate the 2nd (Event Attendance) Calendar with a Forum.
I can see [I will be attending this event] when viewing the Date View of the Calendar, but when I click it in the Forum intergrated Calendar I just get redirected to the showthread view and my name is NOT added as an attendee even if I go back to the Calendar Date View.
Neo_obs
03 May 2006, 15:11
Yea I noticed that. But this means we are getting closer to a solution. I wish I had the time to learn all the coding for this. I do give credit to all the makers
COBRAws
03 May 2006, 19:33
does this update 2.7 still mess up AJAX updates to thread titles (adding the date twice)??
This is still not fixed. Just checked in my test board.
edit:
hello Evercraft, maybe a future addition: Adding a %day variable so threads also show the day of the week.
Example: %day %datetime - %title -%custom
It would result into:
Thread name: Saturday Aug 13th 2006 - Tittle here - Custom
Torqued
03 May 2006, 21:09
So how does this work when you have existing events before installing the hack? Can you edit the event and have it populate the forum(s)?
Nachtfalke
04 May 2006, 06:10
Ive got a strange sql error. Seems that I messed up something. Does anybody have an Idea how to fix this?
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Any Help is gladly apreciated!
Brandon Sheley
04 May 2006, 06:20
ah, very great upgrade !
thank you for letting us edit the titles :)
thank you Evercraft
/me upgrades
i don't know if this has been asked yet, but how did you add the cost field to yours?? I don't seem to have it on mine...thanks in advance
TomasDR
05 May 2006, 02:20
Ok this post might bring on a slew of PMs and the hack is a little ugly so I don't want to post it in the open but I found a dirty solution for combining both hacks:
Event Attendance: http://www.vbulletin.org/forum/showthread.php?t=93782
vB Event Forums: http://www.vbulletin.org/forum/showthread.php?t=102213
Notes
Works: The Attendees are shown in the Showthread view in the connected forum.
Works: The Attendees are shown in the Calendar preview.
Works: You can Attend or UnAttend in either view, showthread or Calendar.
BROKEN: When Attending the Event or UnAttending you are redirected to the Calendar Preview NOT the Showthread Preview but since there are the links "View Replies to this Event" & "Post a Reply to this Event" I felt my users could live with it.
TomasDR
05 May 2006, 06:57
Someone asked me to post my dirty solution. rather then double posting here is the post.
http://www.vbulletin.org/forum/showpost.php?p=967286&postcount=172
BraindGee
07 May 2006, 20:34
Can this be used in the following way..
Moderator Posts Event, event is placed in Calendar.
Registered User Posts event (i.e. a suggestion) nothing is placed in Calendar?
I.e. have it permissions based, so if you usergroup x, it posts in calendar, if your y it doesnt happen?
Evercraft
09 May 2006, 17:56
Sorry all, I will try to go through some of the replies soon. Work is being a bit busy again.
Nachtfalke, concerning the SQL Error, it sounds like it hasn't installed properly. Have you tried uninstalled, and reinstalling again? Also, was there any errors during the install?
The Ajax editing I should be able to fix fairly easily I think (haven't checked), but problem is my home internet is down atm, so having todo work from the office >.<
Evercraft
09 May 2006, 18:01
Can this be used in the following way..
Moderator Posts Event, event is placed in Calendar.
Registered User Posts event (i.e. a suggestion) nothing is placed in Calendar?
I.e. have it permissions based, so if you usergroup x, it posts in calendar, if your y it doesnt happen?
The plugin does support Moderation of Event Threads, using the normal permissions per usergroup.
If a user's event gets moderated, the Event & Thread will be hidden until either the Event or Thread is approved. Is that what your asking?
Evercraft
09 May 2006, 18:03
Someone asked me to post my dirty solution. rather then double posting here is the post.
http://www.vbulletin.org/forum/showpost.php?p=967286&postcount=172
Good work there! That certainly helps me to look at intergrating the 2 together :)
It could be possible to make a product that does all of that for you. Not sure about the Event Attendance, but I could put some code in to the Event Forums, so it could check if that plugin is installed, and not run certain code (i.e the plugins you have disabled). Something to think about anyway.
Evercraft
09 May 2006, 18:05
i don't know if this has been asked yet, but how did you add the cost field to yours?? I don't seem to have it on mine...thanks in advance
Thats done through the Managed Calendar Options.
Goto your Admin CP, then Calendar & Calendar Manager. Edit a Calandaer, and just below the first few boxes (name and something else), you should see options to Add Custom Fields.
Add one called Cost/Price. Then when a user adds an event, it will give them the option to enter a value for that.
Hope that helps.
Evercraft
09 May 2006, 18:06
This is still not fixed. Just checked in my test board.
edit:
hello Evercraft, maybe a future addition: Adding a %day variable so threads also show the day of the week.
Example: %day %datetime - %title -%custom
It would result into:
Thread name: Saturday Aug 13th 2006 - Tittle here - Custom
Its been requested by a few poeple, so yes soon I will add a option to define a different format for the %datetime.
Evercraft
09 May 2006, 18:08
Thread Prefixes would be great to be integrated too. And most of all (and the most easy i believe) would be adding an attachment tool for events. Like normal threads have =D
great hacK!
testing it, but i cant put it to work in my forums because it lacks of attendance and attachments.
cya!!
Thread Prefixes you can do.
In the Thread Title format you can put something like this:
[Event] %title : %datetime
and it should show up as
[Event] Cinema to see a film : fri 8th may 2006
photongbic
10 May 2006, 16:49
Can the forum be sorted by the %datetime? An ascending order based on the %datetime not posttime?
Crazy Serb
10 May 2006, 17:08
Can the forum be sorted by the %datetime? An ascending order based on the %datetime not posttime?
+1 on that request
Great hack, installed aok
One feature, as i'm sure it's been mentioned allready, is to set a default post icon to use
We have an "Event" icon, is there anyway to quickly modify the code to make it use this icon?
Ok is there anyway to change the hack, so it doesn't override the "New thread" in event forums?
I have several forums which I want events posted in, but I also use those forums for general posts to.
Dewain27
16 May 2006, 23:10
Add me to list wanting integration to Event Attendance ! :D
FleaBag
17 May 2006, 01:53
I have no idea how I managed to miss this hack previously! Great work! :D
Add me to list wanting integration to Event Attendance ! :D
Yup, this is a truely great hack - really got my calendar used now :)
I'm also waiting on the event attendance and everything will be complete :)
So is this pretty stable now? The heads at www.seattlednb.com keep bugging me about this feature.
how can i make a automatic answer to the event
I have seen a phpbb hack which is similar to this one, but it is a little bit more user friendly. The hack is called topic calendar:
http://www.phpbb.com/phpBB/viewtopic.php?t=150857&highlight=calender+calendar
The difference is that you can edit any existing thread to make it a calendar event. You just edit the thread and select the date and time and the event is registered. And it is very easy to delete the event. Just delete the date/time and the threadc is not an event any more. Then it is just an ordinary thread again. The same applies for new threads. If you select a date it will be listed in the calendar, otherwise it is a forum thread only.
The problem I see is that this might have a big performance hit on large forums, since each thread needs to be checked to see if a date has been set.
What do you guys think?
FROGGYJ
24 May 2006, 16:58
event attendance would make this hack perfect
Henry-RS
24 May 2006, 17:56
FEATURE REQUEST:
Could you please add an option for users to "check" (it would become a tally, perhaps with a list of names of those people who did "check") that they will be attending the event?
This would be extremely useful for forums used for many forum administrators who run a clan-oriented web site.
Thank you!!
For some reason events are no longer showing in the calendar for guests after installing this. They have access to the linked forum.
Anyone have any ideas?
yeah an events attendance integration would be so so great :)
Annapurna
29 May 2006, 16:49
It seems to be a really nice hack and will meet my wishes :D !
But I'm also waiting for the event attendance integration :cool: !
Andreas
JulianWolf
30 May 2006, 21:08
Hi everybody,
in the last hours I tried to combine your and another Hacks and Iīm nearly getting mad now. I hope you can give me a little hint.
The combination is the Hack for the Event-Enrollment and this Hack.. And the weired thing is: I cannot get any Information about the Enrollments on the side where the Event is above the thread.
As far as I understand the event is always built up by the calendar_showeventsbit-Template. In this there is the line "<div>$eventinfo[event]</div>" which builts up the enrollment-fields.
This is also in the thread-overview with the event above. But it doesnīt show up. Do you have any idea or any hint about that?
Best wishes, Julian!
Brandon Sheley
31 May 2006, 02:19
this was working fine, no all of a sudden, when u add events in the calendar, nothing is added to the forums ?
I haven't touched the site for a week, and it was working fine then :(
any ideas ? is there querry that i can run that will make threads for all calendar events, if they don't have a thread already ?
thank you
maroceve
08 Jun 2006, 15:41
hmm i seem to be having the same problem ..i haven't touched a thing ...and for some of my admin and myself ...when u create an event ..a thread is not automatically created...
maroceve
08 Jun 2006, 15:59
well now i updated to the latest version and when i post an event it tells me that i didn t specify a username :O ?
what's wierd is that it's just for some us admins ...the other can post without any problems !!
revlisoft
09 Jun 2006, 18:28
Same problem here...
drgonzo120
12 Jun 2006, 21:50
exactely what i needed
http://www.vbulletin.org/forum/showthread.php?t=117875
everything seems to work great, however the first post in the thread regarding the information doesnt show up in the thread.......any ideas why?
I really need it to, because the promoters on my board will attach flyers or hotlink flyers.....thanks
Peace
EDIT: Nevermind, disabled the plugin which hides the first post......works now....
OMG this is great installing as soon as I'm done here but and I know how everyone hates to hear all the additional request but one that I feel REALLY hurts the capability of the calendar in VB is not having the ability to create a hierarchy .. In other words have a local calendar that feeds events into regional calendars and then to national calendars :).
clicking install in just a few minutes. :)
ok working great so far but one small detail that might be nice (here i go again) would be to have the ability to change the "new thread" button to something different like "create event" from the thread view.
THIS ROX MY SOX! THANK YOU SO MUCH FOR MAKING THIS
should be standard with vB
C.Birch
16 Jun 2006, 20:22
updated to vb3.6 beta two and it says 'Could not find phrase' for all the phrase parts of this hack, have checked and there all there still.
drgonzo120
16 Jun 2006, 22:21
i'm not sure
but is it possible that this plugin creates following problem: whel i trie to empty search index, (which normally takes about ten seconds db: 500MB) it halts... and when i try to take a backup, it halts at the table plugin
Processing: plugin
now, i first want to ask the question, because, i might be, when i uninstall the plugin, my linked events might disappear ...
anybody ???
IMPORTANT: what tables are created inside the database by this plugin? i might want to take a back-up of these ? ...
thanks for you cooperation
FOUND A BUG!
If you create an event, then go back and try to edit the event you can edit it just fine....but when you click save you get:
Fatal error: Only variables can be passed by reference in /home/XXXXXXXX/public_html/forum/includes/class_dm_event.php(593) : eval()'d code on line 41
also if you try to delete an event it says "Please confirm your desire to delete this item by checking the "Delete" box."
but there isn't a delete box
lol
i got an error message today when i wanted to post a new event.
it said: "you didn't specify a username.please go back and specify one"
does anyone know why this is and how to fix it?
COBRAws
26 Jun 2006, 04:53
i got an error message today when i wanted to post a new event.
it said: "you didn't specify a username.please go back and specify one"
does anyone know why this is and how to fix it?
Im having the same problem. Help please.
--EDiT--
Well guys, I found out a way for my problem.
I have installed Adv. Editing Options for Mods and Admins and this hack conflicts with a lot of hack i have, for example vB Event Forums.
What you need to do is the following (All credits go to Paul M (http://www.thevbgeek.com/showthread.php?p=7115#post7115), i just added a line so it works with vB Events Forum):
Go to the Plugin Manager and look for the 'init_startup' hook inside the "Adv. Editing Options for Mods and Admins" Category.
Find:
global $vbulletin;
Add below it ;:
// Bypass Options //
// By Paul M //
// and Edit for Event Forums by COBRAws //
$bypass_aeo = false;
if (THIS_SCRIPT == 'calendar') $bypass_aeo = true;
if ($bypass_aeo) {
$vbulletin->userinfo['editlevel'] = EDITLEVEL_AUTHOR;
return EDITLEVEL_AUTHOR;
}
// End of bypass options //
Hope it works. Worked for me.
jea thx for the fast help
it works fine
Hope it works. Worked for me.
I donīt know how many times i installed and uninstalled this modification!
Thanks for this solution, guys! Works for me too!
Brandon Sheley
28 Jun 2006, 03:03
this been ported for 3.6 yet ?
COBRAws
04 Jul 2006, 20:39
Any way of allowing attachments to be posted when an event is being published? I really need attachments. I cant use this hack without them.
Thank you.
FROGGYJ
04 Jul 2006, 20:47
bump....any word on adding "event attendance" functionality?
photongbic
05 Jul 2006, 21:03
Is there any way to get the "Upcoming Events for the Next X Days" section on the event forum to be displayed by event instead of by date?
Thanks in advance...
aLReeMi
08 Jul 2006, 14:36
waaaaaaaaaaaw,
thanks alot.
I was serching for something like that...
i installed this to 3.6 and didnt work.
meissenation
10 Jul 2006, 03:19
installed and works like a charm on my site, 3.5.2
One thing I noticed though is that in my events forum, it displays the upcoming events twice. Not sure why.
http://www.mifbody.com/vbulletin/forumdisplay.php?f=67 to see what I mean. Should I just switch it over to being a variable instead?
Kronomancer
13 Jul 2006, 16:39
It didn't work very well with 3.6. Missing some phrases, other funny behavior.
A strong suggestion for a feature (based on 5 minutes of use) I think a drop-down select for choosing the type of event (Single/Ranged/Recurring) would be very smart, as would some customization over the display of the date... I tried to post a multi-day event and it was throwing in the full date and time and taking up a huge amount of space. Making use of php's date() function syntax would be great for this. Good luck on the future development, and I hope it gets to the point where I could feel comfortable using it.
maroceve
14 Jul 2006, 10:01
Well since this hack is very important to my site i cannot upgrade to 3.6 yet.
gyankow
17 Jul 2006, 18:39
First off thank you, this is an amazing hack. I have a single yet cruical question, can I remove the New Tread link the creates a Calender entry. I ask this question because, I want to use the forum for general posts too. So what I'm asking is there a way to restore in the Forum the Create New Thread Forum button to it's original thread creation link state?
Otherwise I have to create 50 more forums and that wont be good at all :(.
HELP.....
gyankow
17 Jul 2006, 18:46
Done it, nevermind
How did you do it?
Please share, I have the same problem and I don't see where it's over writing it.
bada_bing
19 Jul 2006, 20:06
I have had this hack installed for awhile now and noticed that when I create an new event my event title looks like this
mysite 2006 something-Swap (My site (www.myforumboard.com), aaaaa@paypal.com, Eagle Crest Conference Ypsilanti Township, Mi, Yes, xxxxxx@paypal.com): 08-19-2006
Why is it creating such a large title? you can see what I mean if you go here
http://www.xxx.com/forums/showthread.php?p=260227#post260227
PennylessZ28
21 Jul 2006, 16:24
Works fine in 3.6 just none of the phrases work.
Evercraft
23 Jul 2006, 01:39
Sorry guys its been a while. Finding it hard to find the time todo much at the moment.
I have had this hack installed for awhile now and noticed that when I create an new event my event title looks like this
mysite 2006 something-Swap (My site (www.myforumboard.com), aaaaa@paypal.com, Eagle Crest Conference Ypsilanti Township, Mi, Yes, xxxxxx@paypal.com): 08-19-2006
Why is it creating such a large title? you can see what I mean if you go here
http://www.michiganreefers.com/forums/showthread.php?p=260227#post260227
This is because it adds the custom fields to the title. If you go into your Admin CP and go into VBoptions -> Event Forums, you should see a option to change the title formatting. I think the description should be enough to help you remove what you need.
RE Event attendance, I still do really want to add this, and I agree with most of you it would add some great functionality to this plugin, but its just finding the time :(
As for 3.6, 3.6 its self isnt stable yet so I haven't even looked at it. I'm currently moving one of my forums to a new server, so will try and set a dev area with that and test 3.6 out and see whats going on. Can't really promise an eta though sorry.
Evercraft
29 Jul 2006, 00:44
First off thank you, this is an amazing hack. I have a single yet cruical question, can I remove the New Tread link the creates a Calender entry. I ask this question because, I want to use the forum for general posts too. So what I'm asking is there a way to restore in the Forum the Create New Thread Forum button to it's original thread creation link state?
Otherwise I have to create 50 more forums and that wont be good at all :(.
HELP.....
yes. In your AdminCP goto Plugin Manager, and find the plugin called Redirect NEW THREAD link to NEW EVENT form (Hook Location: newthread_start), and disable it. Thats it :)
Evercraft
29 Jul 2006, 00:52
installed and works like a charm on my site, 3.5.2
One thing I noticed though is that in my events forum, it displays the upcoming events twice. Not sure why.
http://www.mifbody.com/vbulletin/forumdisplay.php?f=67 to see what I mean. Should I just switch it over to being a variable instead?
Kind of a late reply but I see from your site you still have the problem.
I assume you upgraded from an old version? That event summary used to be a template addition, but not its added automatically by the plugin.
If you look at the Upgrading from Version 1.x to Version 2.5 (http://www.vbulletin.org/forum/showthread.php?p=956636#post956636), that should help you remove the correct code from your templates which is causing the problem.
Evercraft
29 Jul 2006, 00:53
Works fine in 3.6 just none of the phrases work.
I've fixed the phrases, though I won't upload a new version yet as I want to test it a bit more with 3.6 until i'm happy it isn't broken.
Evercraft,
Any kind of ETA for the new version with 3.6 support to be released? I've got a project that would depend heavily on this type of hack!
Thanks,
-Michael
maroceve
04 Aug 2006, 21:16
Guys i don't really understand. is this hack compatible with 3.6 ? :)
thank you
lionslair
05 Aug 2006, 11:22
Guys i don't really understand. is this hack compatible with 3.6 ? :)
thank you
It seems to work in 3.6 but is missing the phrases.
Well 3.6 is a stable release now, i would appreciate the new phrases :) cause its broken now on my forums ;(
Yep, I would like this for 3.6 too. Tested with the old version and apart from the phrases issue it works great.
Evercraft
07 Aug 2006, 12:34
Should have a new version available this evening.
Everything does indeed seem to be working as before bar phrases on my Test Board.
wicked, cant wait ;) love this addon!
Troy Roberts
08 Aug 2006, 01:54
yes. In your AdminCP goto Plugin Manager, and find the plugin called Redirect NEW THREAD link to NEW EVENT form (Hook Location: newthread_start), and disable it. Thats it :)
Is there a way to make it a choice? My events reside in the same forum as general regional discussion. Many times members will want to kick around event ideas before setting up a date as well.
Ideally, you would have a method to choose if it is a new event or a discussion thread. Maybe two different buttons? One New Thread and one New Event for example.
Great hack, btw. I have wanted something like this for a long time.
Evercraft
08 Aug 2006, 19:56
In case anyone didn't get the email:
New version has been posted for 3.6.
Get it and more information here (http://www.vbulletin.org/forum/showthread.php?p=1047676#post1047676).
The Chief
10 Aug 2006, 03:36
Installed and looking great ;)
http://forums.myetalk.com/forumdisplay.php?f=134
robert_2004
26 Sep 2006, 12:46
quick question - can i display the replies/comments/posts on the calendar page, as i like my calendar event layout, but i just want to use the vb posting system on my calendar.
is it possible with this mod? if not, is it hard to implement?
Evercraft
27 Sep 2006, 14:01
quick question - can i display the replies/comments/posts on the calendar page, as i like my calendar event layout, but i just want to use the vb posting system on my calendar.
is it possible with this mod? if not, is it hard to implement?
No it is not possible with this mod, and I rekon it would be quite hard to implement.
Hi Evecraft, usefull hack - congatulations.
I just want to let you know what my feature request would be :-) :
Voting for favorite events + or - and then to sort events by popularity. Allong with thread users will be able to rate event.
Also is there any add-on able to add location field for the event and then categorize by location?
Crazy Serb
20 Oct 2006, 01:21
ok, I'm using version 2.7 on vb3.5.6 and I still can't figure out how to sort the event threads BY EVENT DATE instead by whatever the heck they're being sorted now.
what would I need to do to get that sorted out?
also, is there any way to make the titles of new threads (not the calendar event entries, just threads) keep the custom thread title (or at least the date of the event) when being moved from the original forum they've been posted to into an archive forum (for past events). why? because once they get moved to another forum (in this case, an archive) they lose all the custom thread title formatting (especially the date of the event) and it makes it REALLY hard to sort them in that new forum (by event date), plus it makes it really hard for visitors to locate the thread they are looking for when there's no date in the title.
another question - is there a way to automatically move (or delete) threads 24hrs (or whatever set time) AFTER the event expires/is passed? this would allow me to keep a clean and updated "upcoming events" forum without older threads cluttering it up...
GuaRRand
20 Oct 2006, 12:14
I had the addon "EVENT ATTENDANCE" which let people select if they would attend an event or not. But when i installed EVENT FORUMS, that option is gone.
I luv both addons, but i would really like to see those functions combined. So have a forum style to discuss the event and also see who's attending.
possible?
Crazy Serb
01 Nov 2006, 05:54
ok, I'm using version 2.7 on vb3.5.6 and I still can't figure out how to sort the event threads BY EVENT DATE instead by whatever the heck they're being sorted now.
what would I need to do to get that sorted out?
also, is there any way to make the titles of new threads (not the calendar event entries, just threads) keep the custom thread title (or at least the date of the event) when being moved from the original forum they've been posted to into an archive forum (for past events). why? because once they get moved to another forum (in this case, an archive) they lose all the custom thread title formatting (especially the date of the event) and it makes it REALLY hard to sort them in that new forum (by event date), plus it makes it really hard for visitors to locate the thread they are looking for when there's no date in the title.
another question - is there a way to automatically move (or delete) threads 24hrs (or whatever set time) AFTER the event expires/is passed? this would allow me to keep a clean and updated "upcoming events" forum without older threads cluttering it up...
anyone?
or is this hack not supported anymore?
Crazy Serb
01 Nov 2006, 06:11
p.s. - if anyone still has version 2.0 of this add-on, please let me know... I'd love to try and revert back to it until some issues are taken care of with the new versions (PM me)
is there any reason why I can't make an event for 2007?
-edit
nevermind, im an idiot, it's in the calendar options... heehee
cooltechie
03 Nov 2006, 22:07
would i be able to achieve the following?
ie: an existing thread called model party (on going). member add post about it's date/time. another member add another date/time into same thread. is it possible to link it to an event calendar without creating seperate threads for both time/date. this is possible using smf, but would love to use this via vbulletin. hope i'm making sense. thanks!
TorGa3iGhT
05 Nov 2006, 22:48
Is there a way to make it a choice? My events reside in the same forum as general regional discussion. Many times members will want to kick around event ideas before setting up a date as well.
Ideally, you would have a method to choose if it is a new event or a discussion thread. Maybe two different buttons? One New Thread and one New Event for example.
Great hack, btw. I have wanted something like this for a long time.
i created a separate forum titled "discussion for future meets/events" and then had one for "upcoming meets/events", and had to tell everyone to post discussion threads in a separate area...i know exactly what u meant though...some poeple still post discussion threads in the upcoming meet section, and then it messes the calendar up, and i have to go in and move/delete them =/
but yeah...integrating this with the who's attending add-on would be awsome :)
meissenation
05 Feb 2007, 00:41
Every time I try to post an event with vbEvent Forum installed, it returns "This page is not designed to be access directly."
Anyone know why it does this? It only happens when I enable this product, if I disable it I can post events and post in the forum fine, but as soon as I enable the product, it won't let me post the events in the forum.
TorGa3iGhT
08 Feb 2007, 07:35
I had the addon "EVENT ATTENDANCE" which let people select if they would attend an event or not. But when i installed EVENT FORUMS, that option is gone.
I luv both addons, but i would really like to see those functions combined. So have a forum style to discuss the event and also see who's attending.
possible?
just wondering if anything has been created that would work with 3.5.x that ties the event attendance and event forums together yet...i know they have it for 3.6.x, but when I tried to run that, it doens't really work correctly.....
Can someone confirm me that this mod is working whis 3.6.7 please ?
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
i get that when i install on 3.6.7.
everything works as far as posting and adding but it gives me that in the threads.
sandbender
13 Jul 2007, 22:47
Same for me. I'm also getting "Could not find phrase" all over the page,
Could not find phrase 'time_x_to_y'.
:: Could not find phrase 'edit_event'
Most every link has "could not find phrase' but they work fine.
I'm having a challenge with this mod...there is an error with all the phrases even though they exist in the phrase library. Such as
Could not find phrase 'lv_vb_eventforums_phrase_noReplies'.
I can confirm that the phrases already exist.
What do I do now?
Thanks for your support.
powerful_rogue
21 Jul 2007, 15:32
Any tips on how to resolve the phrase issue?
Im new to all this!
mhc1576
21 Jul 2007, 16:51
For 3.6 use:
http://www.vbulletin.org/forum/showthread.php?t=123416
Works perfect
venturer
09 Feb 2012, 05:29
Is there any chance this could be updated to work with v4??
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.