Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Event Forums Details »»
Event Forums
Version: 1.00, by endquote endquote is offline
Developer Last Online: Jan 2009 Show Printable Version Email this Page

Version: 3.5.0 RC1 Rating:
Released: 07-30-2005 Last Update: 08-23-2005 Installs: 69
DB Changes Uses Plugins Template Edits
Is in Beta Stage  
No support by the author.

Note: This plugin has been discontinued and taken over here. Installing this plugin is *not* recommended.

The plugin creates a tight integration between a calendar and a forum.
  • When an event is created in a calendar, a corresponding thread is created in its forum.
  • When an event is deleted, its thread is deleted.
  • When a thread is deleted, its event is deleted.
  • When an event is edited, its thread is edited.
  • When a thread is edited via quick edit, its event is edited.
  • Links to event details are redirected to the thread.
  • New post links in event forums are redirected to new event forms, except for moderators.
  • Advanced editing on a thread is redirected to event edit.

To set up your calendar/forum pairs, look under "Event Forums" in "vBulletin Options" in admincp.

There is also one template change. In calendar_showeventsbit, change:

PHP Code:
<td class="tcat">$eventinfo[title]</td
to:

PHP Code:
<td class="tcat"><if condition="$eventinfo[nwt_threadid]"><a href="showthread.php?t=$eventinfo[nwt_threadid]"></if>$eventinfo[title]<if condition="$eventinfo[nwt_threadid]"></a></if></td
I run a forum at http://nwtekno.org/ that is heavily oriented to calendar data, so this is useful to me, though I'm not sure how useful it will be to others. Mostly I'm putting this up for critique by people who know more than me.

One thing I'm wondering is how to get the included template (nwteventforums_calendar_showeventsbit) to replace calendar_showeventsbit when installed. Or should I just tell people to copy/paste from one to another?

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 09-23-2005, 12:17 PM
LoOnEyToOnZ LoOnEyToOnZ is offline
 
Join Date: Mar 2004
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any idea if this works for RC3? Would be a great mod to have
Reply With Quote
  #93  
Old 09-26-2005, 05:52 PM
trancetopia trancetopia is offline
 
Join Date: Feb 2005
Location: Wales, UK.
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just installed on RC3 and work a treat. Great hack and thanks to everyone who got this working.
Reply With Quote
  #94  
Old 09-30-2005, 09:50 AM
GeoffE GeoffE is offline
 
Join Date: Jun 2003
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working fine on Gold .. top hack

Anyone know how I would change the input so it only asks for one date, rather than start date & time and end date & time?

cheers
Reply With Quote
  #95  
Old 10-01-2005, 05:23 AM
skizzy203 skizzy203 is offline
 
Join Date: Nov 2004
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I access any events that were previously posted before I added this pluggin?

The events that I already had, show up on the calendar view, but when I click on the title it takes me to this message:

vBulletin Message
No Thread specified. If you followed a valid link, please notify the administrator

I would like to be able to access old events and copy and paste the old event info into new event threads and clear those non working links out of the calendars.

Any Insight?

I also would like to request that the "Event Attendace Hack" be integrated into this system as it would be an excellent feature for my members as well.

Thank you guys for taking the time to develop and support this excellent pluggin. I seriously don't understand why Jelsoft has not spent more time on this.
Reply With Quote
  #96  
Old 10-01-2005, 05:48 AM
silurius silurius is offline
 
Join Date: Oct 2004
Posts: 404
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So if I see a couple more people confirm that this is working in Gold, I shall click install and go at it.
Reply With Quote
  #97  
Old 10-02-2005, 07:46 PM
Crazy Serb Crazy Serb is offline
 
Join Date: Mar 2005
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it works perfect in Gold...

just a note - you might want to update the xml file offered in the first post of this thread to reflect that v1.0 xml posted a few posts above mine.

and yes, let's see the integration of Event Attendance hack now!

NOTE: I disabled the "calendar_getday_start" plugin (that redirects the calendar events to the forum threads instead), and now having the event attendance hack installed already it shows on the calendar posts. what would be cool is to create some sort of link from calendar to the thread (for more info) and vice versa (for attendance list)... or an even tighter integration, if anyone has a clue how to.
Reply With Quote
  #98  
Old 10-03-2005, 06:31 AM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works fine for me
Reply With Quote
  #99  
Old 10-03-2005, 06:53 AM
rabidkevin rabidkevin is offline
 
Join Date: Aug 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have run in to a bug I think.. is this only me?

I install the product plugin
I go to VB options and sync the calendar/forum (1:15)

Now when I try to delete a thread from the sync'ed forum, I get this error:

Fatal error: Existing data passed is not an array
Called set_existing in /home/eternalb/public_html/forums/includes/class_dm_threadpost.php(1226) : eval()'d code on line 25
Called eval in /home/eternalb/public_html/forums/includes/class_dm_threadpost.php on line 1226
Called delete in /home/eternalb/public_html/forums/postings.php on line 384
in /includes/class_dm.php on line 235

As soon as I remove the 1:15 setting from VB Options, I do not get this error.

Help?

Anyone else experience this?
Reply With Quote
  #100  
Old 10-04-2005, 03:00 PM
rabidkevin rabidkevin is offline
 
Join Date: Aug 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK it looks like that happens when trying to delete a non-synched topic (old).

Anyhow, I have a **BUG REPORT**

On the main forum index, in the Last Post column, It is using the date of the last thread reply in the topic instead of the calendar date.

You can see here: http://www.eternalbeats.net/forums/index.php

[Tue Oct 4, 2005] LADIES...
by TerraEnigma Productions
Tue Oct 4, 2005 04:50 AM

But when you enter the "Upcoming Events" section, it changes to what it should be displayed as:

[Fri Oct 7, 2005] LADIES DRINK FREE THIS FRIDAY AT ICE!!!! (Fri. Oct. 7th)
TerraEnigma Productions

I've already put this on a live production board, can we please get a fix for this ASAP!!
Reply With Quote
  #101  
Old 10-04-2005, 03:15 PM
rabidkevin rabidkevin is offline
 
Join Date: Aug 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sigh.. well it's being wacky. I bumped the thread and it shows up as Fri oct 7th now on the forum index.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:56 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
  • Page Generation 0.11884 seconds
  • Memory Usage 2,313KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete