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
  #62  
Old 02-03-2010, 02:27 AM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Trek View Post
There wasn't in the original version anyway, so I'd guess probably not in this one. Maybe something that can be added though?
Sure there was... I always ran both normal threads and events. The link changed from newthread to newevent to track each.
Reply With Quote
  #63  
Old 02-03-2010, 02:28 AM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TimberFloorAu View Post
Brilliant works great :

But we are getting default avatar for the poster of the thread. Any idea why?
/images/misc/unknown.gif
This is caused by a bug in vBulletin 4.0.1 I posted it in the thread somewhere.

Quote:
Originally Posted by Trek View Post
Confirmed as I'm having the same issue.
This is caused by a bug in vBulletin 4.0.1 I posted it in the thread somewhere.

Quote:
Originally Posted by Alibass View Post
Has this been answered? I am having the same issue with the images/misc/unknown.gif
This is caused by a bug in vBulletin 4.0.1 I posted it in the thread somewhere.

Quote:
Originally Posted by Trek View Post
Ok, I thought this was working ok, but it isn't.

The event details aren't appearing. I checked in mod and it says:

However, my SHOWTHREAD isn't modified at all in either my custom style or my default style. I checked the default style anyway and it's not being displayed there either.

Also, Where in SHOWTHREAD would I put $lv_vb_eventforums_eventdetails in order to try and fix this?
Quote:
Originally Posted by Ted S View Post
Is there a way to run this mod in forums yet also have them accept normal posts so they don't all show up as events?
What event details? If you are talking about the event summery it is no longer attached in this mod.
Reply With Quote
  #64  
Old 02-03-2010, 02:29 AM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It also looks like the special variable $lv_vb_eventforums_eventdetails (or {vb:raw lv_vb_eventforums_eventdetails as it is in 4.0) doesn't work right. Check of the code shows it's not being rendered into the SHOWTHREAD template.

FIX:

Find:

Code:
$lv_vb_eventforums_eventdetails = $lv_vb_eventforums_eventblock;
Add:

Code:
$templatevalues['lv_vb_eventforums_eventdetails'] = $templater->render();
  vB_Template::preRegister('SHOWTHREAD', $templatevalues);
Reply With Quote
  #65  
Old 02-03-2010, 02:29 AM
Trek Trek is offline
 
Join Date: Sep 2003
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted S View Post
Sure there was... I always ran both normal threads and events. The link changed from newthread to newevent to track each.
Then I stand corrected, I never saw that option or had it working that way. =)
Reply With Quote
  #66  
Old 02-03-2010, 02:29 AM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted S View Post
Sure there was... I always ran both normal threads and events. The link changed from newthread to newevent to track each.
No there is no way to have the forum work with the calendar and with out make a separate forum.
Reply With Quote
  #67  
Old 02-03-2010, 02:29 AM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BBR-APBT View Post
What event details? If you are talking about the event summery it is no longer attached in this mod.
No, I am talking about having a post new thread button and a post new event button so an event forum remains a normal forum as well and let's the user decide what they want to post.
Reply With Quote
  #68  
Old 02-03-2010, 02:31 AM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KHALIK View Post
Uninstalled.

Unable to edit the opening events thread post #1, example change of date or time etc.
It is not fessible to delete the old thread and create a new amended thread :S


You will be providing a edit option for date/time ?
You edit the event its self to edit the first post. The first post is the event.


Quote:
Originally Posted by Trek View Post
Ok, I have this and Farcaster's mod installed (working good BTW).

I have one thing though that I'd like to see added.

Thread Prefixes.

I run a gaming website and all game events are posted to a single calendar. I'd like to be able to specific which game the event is for by using thread prefixes so they are easier for people to sort/find.

Other than that, this is working great!
I will look into thread prefixes working with this.
Reply With Quote
  #69  
Old 02-03-2010, 02:32 AM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted S View Post
No, I am talking about having a post new thread button and a post new event button so an event forum remains a normal forum as well and let's the user decide what they want to post.
No it will not work once the forum is tied to the calendar.
Reply With Quote
  #70  
Old 02-03-2010, 02:33 AM
Trek Trek is offline
 
Join Date: Sep 2003
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm refering to the part in an event thread where you would click the RSVP and such. My events are showing up as normal threads I guess.

I can create new events just fine, but they aren't displaying as much of an event.

Example SS attached.

Ohh and the other two links don't appear correctly either. Maybe an upload issue on my end, I'll try reuploading.

EDIT: Nevermind on the reupload, was only the XML, I was thinking there were other files. So, I don't know what's wrong. =)
Reply With Quote
  #71  
Old 02-03-2010, 02:36 AM
Ted S Ted S is offline
 
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BBR-APBT View Post
No it will not work once the forum is tied to the calendar.
Are you sure? I was able to to get this working by simply wrapping the newthread code into a function. Seems to work fine?
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 05: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.04592 seconds
  • Memory Usage 2,321KB
  • 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
  • (2)bbcode_code
  • (13)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
  • (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