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
  #62  
Old 08-15-2005, 07:49 PM
jugo jugo is offline
 
Join Date: Feb 2004
Location: Reading your emails.
Posts: 573
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thecool
1. My registered users get:
Invalid Thread specified. If you followed a valid link, please notify the administrator
when they try to post an event.

it seems like the event has to be moderated even though ALL of their permissions say otherwise.
Any way to get this fixed??

Also, is there a way to insert the additional Info posted in the post text instead of the Thread Title?
Reply With Quote
  #63  
Old 08-16-2005, 03:22 PM
GReaper GReaper is offline
 
Join Date: Dec 2001
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The "Invalid thread specified" occurs if the event/post length is too short. Rather annoyingly the event is still posted on the calendar, however the thread isn't posted, so theres no valid link to a thread.

It would be great if the title prefix was a customisable option in the vBulletin control panel.
Reply With Quote
  #64  
Old 08-16-2005, 04:13 PM
thecool thecool is offline
 
Join Date: Jul 2005
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FD929
I posted the moderation problem earlier in the thread, no reply yet.

Overwrite the product with the attached xml to have m-d-y date format.

thanks, its working fine now. although is there any way to allow users to post the events themselves without moderation? (registered members are already set to be able to post events in the usergroup permissions section)
Reply With Quote
  #65  
Old 08-19-2005, 02:34 AM
SRuvbnhad SRuvbnhad is offline
 
Join Date: Jan 2005
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and works great! Question: Is there an option to change the way the thread is created? Instead of it being [day - month - year] I want it to adopt the standard format of [month - day - year]

Also, is there a way to post an event for future reference? Example I make a post on Monday for an event coming up the next Saturday. Instead of it showing up on Monday on the Calender, show up on Saturday. This maybe something in development and if so good job!
Reply With Quote
  #66  
Old 08-19-2005, 06:31 AM
HKAndrew HKAndrew is offline
 
Join Date: Apr 2005
Location: Hong Kong
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SRuvbnhad
Installed and works great! Question: Is there an option to change the way the thread is created? Instead of it being [day - month - year] I want it to adopt the standard format of [month - day - year]

Also, is there a way to post an event for future reference? Example I make a post on Monday for an event coming up the next Saturday. Instead of it showing up on Monday on the Calender, show up on Saturday. This maybe something in development and if so good job!
[day - month - year] is the standard in most places metric.
Reply With Quote
  #67  
Old 08-19-2005, 08:35 AM
taffy056 taffy056 is offline
 
Join Date: Sep 2004
Location: In a house in Wales ;)
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Installed with no problems, but how do I configure this to work, what is calendarid:forumid in the Events Forums section of the admincp?

taffy
Reply With Quote
  #68  
Old 08-19-2005, 01:46 PM
Wayne Luke's Avatar
Wayne Luke Wayne Luke is offline
Senior Member
 
Join Date: Jan 2002
Location: Southern California
Posts: 1,694
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have this installed but there are two issues:

1) It should use the default date format in the forums. I created an event and it says 05-08-20 for the date. My members are American for the most part and this is an improper date format. I am not running an International Forum.

2) After the date it says [][] in the thread title. I am guessing the times belong here but don't really now. These should be fixed or removed.
Reply With Quote
  #69  
Old 08-19-2005, 02:14 PM
jugo jugo is offline
 
Join Date: Feb 2004
Location: Reading your emails.
Posts: 573
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GReaper
The "Invalid thread specified" occurs if the event/post length is too short. Rather annoyingly the event is still posted on the calendar, however the thread isn't posted, so theres no valid link to a thread.

It would be great if the title prefix was a customisable option in the vBulletin control panel.

Not in my case (and others as well).

The post gets thrown in the moderator queue and the user does not see it until the admin releases it, regardless of the settings.

There Has to be a way around this.
Reply With Quote
  #70  
Old 08-19-2005, 04:21 PM
endquote endquote is offline
 
Join Date: Jan 2002
Location: Seattle, WA
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wayne Luke
Have this installed but there are two issues:

1) It should use the default date format in the forums. I created an event and it says 05-08-20 for the date. My members are American for the most part and this is an improper date format. I am not running an International Forum.
Agreed, I should change that.

Quote:
Originally Posted by Wayne Luke
2) After the date it says [][] in the thread title. I am guessing the times belong here but don't really now. These should be fixed or removed.
After the date, any custom fields you have in your calendar are displayed. Do you have custom fields in your calendar?
Reply With Quote
  #71  
Old 08-19-2005, 04:22 PM
endquote endquote is offline
 
Join Date: Jan 2002
Location: Seattle, WA
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by taffy056
Installed with no problems, but how do I configure this to work, what is calendarid:forumid in the Events Forums section of the admincp?
If you go to either a calendar or forum, it's the calendarid (c=1) or forumid (f=16) in the URL.
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:17 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.04855 seconds
  • Memory Usage 2,321KB
  • 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
  • (7)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