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
  #132  
Old 10-23-2005, 10:13 PM
PennylessZ28 PennylessZ28 is offline
 
Join Date: Mar 2002
Location: North America
Posts: 737
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I find that my users aren't to swift at using the calendar, what would be useful is when a new thread is created an event can be created.
Reply With Quote
  #133  
Old 10-23-2005, 10:32 PM
silurius silurius is offline
 
Join Date: Oct 2004
Posts: 404
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hanif
Any updates on this and will this work in 3.5 Gold?

Kind regards,

Hanif
It's been working fine for me under 3.5 G although I feel it could use additional features.
Reply With Quote
  #134  
Old 10-24-2005, 12:21 AM
rabidkevin rabidkevin is offline
 
Join Date: Aug 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works on my 3.5 gold

http://www.eternalbeats.net/forums/

upcoming events forum

even added custom fields. change the topic around a little bit. it will delete only new events posted with inline mod. old threads previously in the forum have an issue being deleted. only bug for me. I used the updated version found somewhere in the middle of this thread.
Reply With Quote
  #135  
Old 10-24-2005, 08:27 PM
silurius silurius is offline
 
Join Date: Oct 2004
Posts: 404
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by silurius
Quote:
Originally Posted by Hanif
Any updates on this and will this work in 3.5 Gold?

Kind regards,

Hanif
It's been working fine for me under 3.5 G although I feel it could use additional features.
Whoops, scratch that. I wasn't testing under regular user accounts and it seems only I can post to the Events forum. Had to upgrade to Evercraft's version which I had missed.
Reply With Quote
  #136  
Old 10-24-2005, 08:45 PM
silurius silurius is offline
 
Join Date: Oct 2004
Posts: 404
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Evercraft
There is still a bug in it which I havent looked at fixing yet which is the delete thread, which seems to be a bit dodgy.

If you want to try out the changes I made, then feel free to download the attatchment below. I'm using this on a live board and it seems to be working fine, aside from the one bug above.
Is this the result of the delete thread bug you're talking about, and do you think it might be fixed soon?

Code:
Fatal error: Existing data passed is not an array
 Called set_existing in /home/PATH/USER/SITE.com/forum/includes/class_dm_threadpost.php(1226) : eval()'d code on line 25
 Called eval in /home/PATH/USER/SITE.com/forum/includes/class_dm_threadpost.php on line 1226
 Called delete in /home/PATH/USER/SITE.com/forum/inlinemod.php on line 573
  in /includes/class_dm.php on line 235

Thanks for babysitting this product and I totally understand where you are coming from in trying to get approval from the creator.
Reply With Quote
  #137  
Old 10-25-2005, 10:43 AM
ShawnV's Avatar
ShawnV ShawnV is offline
 
Join Date: Mar 2005
Posts: 270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Evercraft
Alot of people seem to be looking for updates to this plugin, and well...

I wanted to use this on my forums, so decided to fix alot of the bugs with it (lol)

Some of the bugs I have fixed:
  • Posting an event/thread follows the forumPermissions.
  • Edit redirect went to the event editor for EVERY post, it now only does it for the top post (the one that the event was posted with).
  • New Thread forwards to new event for moderators too (I changed this because i wanted mods to be able to use it this way too, but its easily changed back).
  • Edit Event used the incorrect text after mulitple posts (this could have been due to a change i made fixing other bugs).
  • If you click on an event link that doesnt have an assosiated thread, you no longer get that confusing error (no thread specified). Instead it goes to the event info as it would before the plugin was installed.
  • Changed the ordering of the title. This was down to personal preference, but I did it to suite my own personal forums. IMO it would be really nice to have some way to configure this in the vbulletin options

Im sure theres other things ive fixed, but it was sort of all on the fly hehe.

There is still a bug in it which I havent looked at fixing yet which is the delete thread, which seems to be a bit dodgy.

If you want to try out the changes I made, then feel free to download the attatchment below. I'm using this on a live board and it seems to be working fine, aside from the one bug above.

Hope this helps some of you desperate for this

To Endquote
Sorry if you feel I have annoyed you by fixing all your bugs. I'm just a bit impatient and saw that I could help. If you want to use the changes I have made then feel free. I just ask that you put some credit somewhere

- Dave Mitchell
Great Job, please continue to work on this one
Reply With Quote
  #138  
Old 10-25-2005, 10:53 AM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lol, this was a built-in feature in SMF and I was so happy that vBulletin is not like this!
Reply With Quote
  #139  
Old 10-25-2005, 04:17 PM
crash resistant crash resistant is offline
 
Join Date: Oct 2004
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Evercraft
https://vborg.vbsupport.ru/showpost....0&postcount=85

There i have fixed some of the bugs mentioned above, but as I have previously said, im not going todo anymore updates on this until the original author gets in touch. But he hasn't been online since august now, and he still hasn't replied to my PM or email

I am currently working on getting Event Attendance and this intergrated on my own boards, but i'm in no rush todo it, so unfortunatly I can't tell you when it will be done by.

Go ahead and do it man. I'll tip ya. =D
I'm dying to figure it out but I'm poor at php.
Reply With Quote
  #140  
Old 10-25-2005, 04:36 PM
silurius silurius is offline
 
Join Date: Oct 2004
Posts: 404
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by crash resistant
Go ahead and do it man. I'll tip ya. =D
I'm dying to figure it out but I'm poor at php.
Actually, I will tip as well. What about a polite and temporary takeover while we wait for endquote to recover from whatever s/he is going through, outside the world of vB?
Reply With Quote
  #141  
Old 10-27-2005, 01:37 PM
nokturno nokturno is offline
 
Join Date: Sep 2005
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool!
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:09 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.06872 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
  • (1)bbcode_code
  • (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