Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

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
  #82  
Old 09-01-2005, 11:07 PM
yessir's Avatar
yessir yessir is offline
 
Join Date: Jul 2005
Location: Canada
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've read this thread several time, but am still unsure. Can someone confirm that this is working ok? I desperately need it but once installed on my live board, I can't afford any major issues.

TIA.
Reply With Quote
  #83  
Old 09-01-2005, 11:10 PM
FD929's Avatar
FD929 FD929 is offline
 
Join Date: Feb 2005
Location: California
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Every event posted gets moderated and the poster receiving an unspecified thread error. That issue hasn't been addressed. I would not recommend installing it on a production board until that issue is taken care of. You will have some highly confused members.
Reply With Quote
  #84  
Old 09-03-2005, 11:59 PM
Mith Mith is offline
 
Join Date: Jul 2004
Location: Newcastle, UK
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any progress on getting htis working with event attendance hack.. its been a while and not heard anything... cheers
Reply With Quote
  #85  
Old 09-05-2005, 04:01 AM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this will be good for my site, thank you
Reply With Quote
  #86  
Old 09-08-2005, 12:34 AM
Evercraft Evercraft is offline
 
Join Date: Jan 2005
Location: United Kingdom
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #87  
Old 09-09-2005, 12:50 PM
FD929's Avatar
FD929 FD929 is offline
 
Join Date: Feb 2005
Location: California
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's awesome Dave, thank you so much. Off to test it out.
Reply With Quote
  #88  
Old 09-12-2005, 05:09 AM
IceBurn3000 IceBurn3000 is offline
 
Join Date: Jan 2005
Location: Brisbane, QLD, Australia
Posts: 44
Благодарил(а): 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)
I have your version installed Dave, which fixed all the bugs I was experiencing.

Question: I have this setup so that users can reply to the thread that is created by the calendar. I also use vBadvanced, and have the mini calendar installed on the portal page. The problem is, when I click on the event in the mini calendar, it doesn't link to the thread, it shows the last post in the thread, as the details for the event.

Live Demo of the issue: www.newayz.net in the mini calendar, click on 13th September. You'll see what I mean.

Thanks,
Reply With Quote
  #89  
Old 09-13-2005, 01:06 AM
nexialys
Guest
 
Posts: n/a
Default

now, we have to set this "Event Attendance" merge..
Reply With Quote
  #90  
Old 09-13-2005, 05:18 AM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just tested on a test board, after i figured out what the calendar and forum id where, it worked great is the file in the first thread updated as the creators last post ? and event attendace merge would be awsome
great hack
Reply With Quote
  #91  
Old 09-13-2005, 08:53 AM
Evercraft Evercraft is offline
 
Join Date: Jan 2005
Location: United Kingdom
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by IceBurn3000
I have your version installed Dave, which fixed all the bugs I was experiencing.

Question: I have this setup so that users can reply to the thread that is created by the calendar. I also use vBadvanced, and have the mini calendar installed on the portal page. The problem is, when I click on the event in the mini calendar, it doesn't link to the thread, it shows the last post in the thread, as the details for the event.

Live Demo of the issue: www.newayz.net in the mini calendar, click on 13th September. You'll see what I mean.

Thanks,
When you click on a day in the minicalendar, or in the large calendar. It shows you an overview of the days events. This is what you will be seeing. (Just went to the site and there are no events for the day).

If you click on the event title there, it will take you to the thread still. But i think it would be nice to have a button here or something. Isnt very obvious for users

The event forums seems to update the event with each new post to the thread. So the last post displays as the event info on the day view. I'll try and fix this.

One note:

I have PM'd the author of this plugin about taking over the project, but he has still not replied. He has not been online since 27th august (nearly 2 weeks). Not sure if he is just on holiday or has stopped supporting this. Either way, i'm not going to post any more updates until I have got his permission to take it over or make a new plugin.
Reply With Quote
Reply

Thread Tools

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 04:42 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.05928 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
  • (2)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
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)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