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 |
#222
|
|||
|
|||
i'm planing on coding it new, when i find the time
but the problem is that i'm self no proficoder and have much to lern |
#223
|
|||
|
|||
Can someone suggest how I might go about removing the times from the thread title on multi-day events?
Right now it looks like this: Event Test #2: 01-18-2007 07:00 AM - 12:00 PM And I want it to look like this in both the forumdisplay.php page and the upcoming listing: Event Test #2: 01-18-2007 ST |
#224
|
|||
|
|||
Quote:
ST |
#225
|
|||
|
|||
This is something I've been looking for. I need to add a twist to it. I want to use this for dispatch scheduling. For every event (Job) I need it to create a thread where installers can update notes and attach workorders using the attachment function.
Bottom like here I think is to replace the word Event with the word Job. Can this be done? |
#226
|
|||
|
|||
Quote:
You can do that in the Language & Phrases section. Do a search for Event. ST |
#227
|
|||
|
|||
Great idea. I'll give it a try!!
|
#228
|
|||
|
|||
please help: my site's located at http://www.virginiareia.com/forum/forumdisplay.php?f=65. the login info is screen name: test & password: test. i can't for the life of me figure out why the "upcoming events" information is wrong and I don't know how to fix it. thanks in advance.
|
#229
|
||||
|
||||
Where exactly in FORUMDISPLAY do I add this code?
HTML Code:
<td class="smallfont"><if condition="$show['newthreadlink']"> <a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a> <if condition="$show['neweventlink']"> <a href="newthread.php?$session[sessionurl]do=newevent&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newevent.gif" alt="$vbphrase[lv_vb_eventforums_phrase_post_new_event]" border="0" /></a></if> <else /> </if></td> |
#230
|
|||
|
|||
Beautiful mod, I love it.
*installed |
#231
|
|||
|
|||
Quote:
Look for this line in FORUMDISPLAY: HTML Code:
<a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a> HTML Code:
<if condition="$show['neweventlink']"> <a href="newthread.php?$session[sessionurl]do=newevent&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newevent.gif" alt="$vbphrase[lv_vb_eventforums_phrase_post_new_event]" border="0" /></a> This is what he is trying to say in the instructions above I do believe. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|