Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
BBR - vB Event Forums Details »»
BBR - vB Event Forums
Version: 1.0.1, by BBR-APBT BBR-APBT is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Calendar Enhancements - Version: 4.0.1 Rating:
Released: 02-01-2010 Last Update: 02-02-2010 Installs: 187
DB Changes Uses Plugins
Is in Beta Stage  
No support by the author.

I will no longer support vBulletin because of IB and the agile development, and they are not fixing bugs like they should. Instead they add bloat.

Show Your Support

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

Comments
  #202  
Old 03-30-2010, 11:54 PM
Mutt's Avatar
Mutt Mutt is offline
 
Join Date: Nov 2001
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for working on this. always love this mod.

i edited template FORUMDISPLAY to change the text "Post new Thread" to "Add new Event"

in 2 places i changed
Code:
{vb:rawphrase post_new_thread}
to
Code:
<vb:if condition="$foruminfo[forumid] == 13">{vb:rawphrase add_new_event}<vb:else />{vb:rawphrase post_new_thread}</vb:if>
13 is my calendar forum id. if you have more than 1 calendar forum you could change it to
Code:
<vb:if condition="in_array($foruminfo['forumid'], array(13,14,15))">
problem is it's not recognizing "rawphrase add_new_event". i'm brand new to vb4 so i don't know how to load the var. little help?
Reply With Quote
  #203  
Old 04-05-2010, 09:30 PM
Verionia Verionia is offline
 
Join Date: Jul 2009
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BBR-APBT View Post
Ok so it seems it happens when there is more then one calendar id. Will look into it more.

Others that had the hanging issue do you have a single calendar or multiple calendars?
I have 3 calendars
Reply With Quote
  #204  
Old 04-06-2010, 01:09 AM
claystation claystation is offline
 
Join Date: Jan 2007
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have three and they all work?
Reply With Quote
  #205  
Old 04-06-2010, 02:28 PM
Verionia Verionia is offline
 
Join Date: Jul 2009
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have three but this mod doesn't work with one of them
Reply With Quote
  #206  
Old 04-08-2010, 10:12 PM
MrBlaQ MrBlaQ is offline
 
Join Date: Mar 2005
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Both my Calendar permissions and forum permissions allow original posters to edit their event-forum posts. Yet, no edit button is displayed. Only Admins can edit events at this point.
Reply With Quote
  #207  
Old 04-12-2010, 09:40 AM
burney burney is offline
 
Join Date: Sep 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BBR-APBT View Post
It is supported why should I remove it. If I remove the supported tag it will never be upgraded. I am willing to upgrade it as soon as I find the problem. How ever I can not find the issue. My site only runs on one calendar so it runs perfect for me. How ever I am willing to fix the issue with multiple calendars. I just need to find and fix the error. Which I can not find at this current point. I know what the error is and what is causing it just can't find a proper fix which does not cause more errors.

It also says beta which means it may not work fully to your expectations and it may have bugs. Let alone its hard to work on things for vb4 since they keep making changes. I expect more issues with further upgrades of vb4. That is another reason I am not rushing to fix all my mods all these patches and vb4 versions it always breaks things.
The problem is at line #256:

change
PHP Code:
for($lv_vb_eventforums_i 0$lv_vb_eventforums_i<count($lv_vb_eventforums_map); $lv_vb_eventforums_i+2
with

PHP Code:
for($lv_vb_eventforums_i 0$lv_vb_eventforums_i<count($lv_vb_eventforums_map); $lv_vb_eventforums_i+=2
This fixes the issue when inserting a new event in case of more than one calendar. There might be other issues as I haven't run a deep test yet.
Reply With Quote
  #208  
Old 04-12-2010, 01:24 PM
CThiessen CThiessen is offline
 
Join Date: May 2007
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
thanks for that.
works fin on my test Forum with vB 4.0.3

Christian
Reply With Quote
  #209  
Old 04-12-2010, 10:06 PM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, after adding that = sign I can now use my second calendar (402pl4). Thanks! Instead of editing the .xml I just edited the plugin "when saving an event, create or update the associated thread" - add the = sign as shown right near the beginning.
Reply With Quote
  #210  
Old 04-12-2010, 10:20 PM
pete_brady pete_brady is offline
 
Join Date: Mar 2002
Location: Dublin
Posts: 209
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for that fix!
Reply With Quote
  #211  
Old 04-12-2010, 11:17 PM
claystation claystation is offline
 
Join Date: Jan 2007
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great, 11 Calendars!
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 06:24 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.04521 seconds
  • Memory Usage 2,315KB
  • Queries Executed 25 (?)
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
  • (3)bbcode_code
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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