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
  #112  
Old 10-11-2005, 10:02 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've installed the latest one from one of the posts but I don't see where the settings are for which forum etc.

Anyone know where or how?

actually I've found it. I just couldn't see it for looking.
Reply With Quote
  #113  
Old 10-11-2005, 10:08 PM
Code Monkey's Avatar
Code Monkey Code Monkey is offline
 
Join Date: May 2004
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It would be neet if you could set a date in the calendar, say 5 days after the event, and the thread would be auto closed.
Reply With Quote
  #114  
Old 10-12-2005, 12:15 AM
Devii Devii is offline
 
Join Date: Apr 2005
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Indeed that would be cool, I think vB really needs an Event Manager plugin of sorts, allow for threads/comments, and rules on how the events are dealt with (closing after x days as you said, and so on). Also have options for like seats/used seats, and maybe even pre-payment/payment verification?

I can do a bit of PHP, but I dont have a deep understanding of the vB code base...
Reply With Quote
  #115  
Old 10-12-2005, 04:35 PM
NxTek NxTek is offline
 
Join Date: Jun 2003
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
When an event is created in a calendar, a corresponding thread is created in its forum.
Is this optional? I'd like only selected events to create threads, not all events.
Reply With Quote
  #116  
Old 10-14-2005, 12:09 PM
LoOnEyToOnZ LoOnEyToOnZ is offline
 
Join Date: Mar 2004
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this compatible with 3.50 gold ?
Reply With Quote
  #117  
Old 10-14-2005, 12:42 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's working fine on my 3.5.0 Gold
Reply With Quote
  #118  
Old 10-15-2005, 06:27 PM
Devii Devii is offline
 
Join Date: Apr 2005
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any way to get this to work with moderated events?
Reply With Quote
  #119  
Old 10-15-2005, 07:05 PM
gyankow gyankow is offline
 
Join Date: Jul 2005
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by skizzy203
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.
I just had the same error on 3.5.0 GOLD!
Reply With Quote
  #120  
Old 10-15-2005, 07:11 PM
silurius silurius is offline
 
Join Date: Oct 2004
Posts: 404
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone tried to make this Event Attendance plugin work alongside Event Forums?
Reply With Quote
  #121  
Old 10-15-2005, 08:33 PM
twitch's Avatar
twitch twitch is offline
 
Join Date: Apr 2005
Posts: 260
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by silurius
Has anyone tried to make this Event Attendance plugin work alongside Event Forums?
nope, we are waiting for someone to release a version containing both functions in one package
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 07:15 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05328 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
  • (3)bbcode_quote
  • (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
  • (1)pagenav_pagelinkrel
  • (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