The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Event Forums Details »» | ||||||||||||||||||||||||||||
Introduction
This is a continuation of my Event Forums plugin/addon from 3.5. You can find the old version here. The original plugin was developed by Endquote, and I have since taken it over to bring it to what it is today. I hope you can find it useful!What is this addon? This is a plugin which allows you to create relationships between calendars and events, giving each event a thread of its own for users to discuss. I have tested this alot, and I am running it myself on a live board.Sure, so whats it do? Some examples of the features this plugin offers
Some screenshots of this pluginHow do I install it? For upgrading, please see the section below. Summary Step 1Install the product Step 2How do I upgrade it from an old version?Calendar ID: Step 1Can I give you money to make this?Import xml This isn't a commercial plugin, and can be used by anyone for free. However, a few people have said to me that they would like to donate some money for my time working on the plugin and for picking it up and continuing the development of new features etc. If you do want to donate some money my way, then you can do so through paypal by clicking this link. Thanks!Bugs / Support If you find a bug, then please post in this thread and let me know. There are a few bugs that haven't been fixed since the old version, so i'm hoping that we can fix these soon. I will do my best to support the plugin as much as possible, however I also have a busy job which takes up alot of my time. Known BugsCreditsHere is a list of known bugs to date Thanks to endquote for originally creating the plugin.Changelog Version: 3.3
Version: 3.2
Version: 3.1
Version: 3.0
Version: 2.7 and below
Show Your Support
|
Благодарность от: | ||
Toorak Times |
Comments |
#482
|
|||
|
|||
thank you!
|
#483
|
|||
|
|||
Quote:
|
#484
|
|||
|
|||
ive got it running on 3.7.0RC2 with no problems.
|
#485
|
|||
|
|||
Quote:
Is there any way we can have one master calendar and have the posts broke up in different forums say for example based on region? |
#486
|
|||
|
|||
Need some major help guys. ... like a retard I thought a new version of this mod came out and I upgraded my existing install. Now when you add an event I getting a double post
any ideas??? its like its double posting this: Code:
<form action="calendar.php?do=manage&e=$eventinfo[eventid]" Code:
$spacer_open <div style="padding:0px 0px $stylevar[cellpadding]px 0px"> <form action="calendar.php?do=manage&e=$eventinfo[eventid]" method="post"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="do" value="manage" /> <input type="hidden" name="e" value="$eventinfo[eventid]" /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat">$eventinfo[title]</td> </tr> <tr> <td class="thead" style="font-weight:normal"><strong>$vbphrase[calendar]</strong>: $calendarinfo[title]</td> </tr> <tr> <td class="alt1"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td align="$stylevar[left]"><if condition="$show['postedby']"><a class="bigusername" href="member.php?$session[sessionurl]u=$eventinfo[userid]">$eventinfo[musername]</a><else /> </if></td> <td align="$stylevar[right]"><if condition="$show['subscribed']"><img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed_event.gif" alt="$vbphrase[event_reminder]" /><else /> </if></td> </tr> </table> <div class="smallfont"> <if condition="$show['subscribelink']"> <div style="float:$stylevar[right]"> <if condition="$show['subscribed']"> <a href="calendar.php?do=deletereminder&e=$eventinfo[eventid]">$vbphrase[delete_reminder_for_this_event]</a> <else /> <a href="calendar.php?do=addreminder&e=$eventinfo[eventid]">$vbphrase[request_reminder_for_this_event]</a> </if> </div> </if> <if condition="$show['recuroption']"> $recurcriteria<br /> <phrase 1="$date1" 2="$date2">$vbphrase[date_x_to_y]</phrase><if condition="$show['adjustedday']">*</if> <br /><span class="time"><phrase 1="$time1" 2="$time2">$vbphrase[time_x_to_y]</phrase></span> <else /> <if condition="$show['holiday'] OR $show['singleday']"> $eventdate <else /> <if condition="$show['daterange']"><phrase 1="$date1" 2="$date2">$vbphrase[date_x_to_y]</phrase><else />$eventdate</if> <span class="time"><phrase 1="$time1" 2="$time2">$vbphrase[time_x_to_y]</phrase></span> </if> </if> <if condition="$show['ignoredst']"> <div>* $vbphrase[event_ignores_dst]</div> </if> <if condition="$show['adjustedday']"> <div>* <phrase 1="$eventinfo[timezone]">$vbphrase[event_posted_for_timezone_x]</phrase></div> </if> </div> </td> </tr> <tr valign="top"> <td class="alt2"> <if condition="$show['customfields']"> $customfields <hr size="1" style="color:$stylevar[tborder_bgcolor]" /> </if> <div>$eventinfo[event]</div> <if condition="$show['eventoptions']"> <div style="margin-top:$stylevar[cellpadding]px" align="$stylevar[right]"> <select name="what" onchange="this.form.submit();"> <option value="">$vbphrase[event_options]</option> <if condition="$show['caneditevent']"> <option value="edit">:: $vbphrase[edit_event]</option> </if> <if condition="$show['candeleteevent']"> <option value="delete">:: $vbphrase[delete_event]</option> </if> <if condition="$show['canmoveevent']"> <option value="move">:: $vbphrase[move_event]</option> </if> </select>$gobutton </div> </if> </td> </tr> </table> </form> $rsvp_form </div> $spacer_close |
#487
|
|||
|
|||
Can the author or someone else make this work with gWoWevents?
https://vborg.vbsupport.ru/showthread.php?t=170592 I installed this mod, it creates the thread in the forum specified, but I get a message "You are not authorised to signup for this event" after I create it. I checked permissions and I have access to both the calendar and the forum. |
#488
|
|||
|
|||
Is it possible to have the event threads creates in a pre-existing forum that is used for other posts as well?
I don't want a seperate events forum, I want the event threads to be included in my main discussion forum. Thanks |
#489
|
|||
|
|||
I updated to vB 3.7.0 Gold and this hack causes the following error msg.
Fatal error: Cannot run code from this file in conjunction with non encoded files in /home/*********/public_html/forum/includes/searchwords.php on line 653 Can we please get this hack updated to work on vB 3.7.0 Gold. This and Autodate both cause the same error msg. the 3rd. hack that was giving me this problem was fixed by adding code about a security token. could this be the answer to these errors? Thanks, |
#490
|
||||
|
||||
Evercraft hasn't been on vb.org for a good 8 months now. I think thincom2000 was considering releasing a better version of this after 3.7 went gold, but I don't know how much work he has done on that.
Either way, gold has only been out for 2 days and both this and farcaster's event attendance are only sporadically maintained, so please give the developers (and potential developers) time to pick this up before demanding updates. |
#491
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|