vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Calendar Enhancements - vB Event Forums (https://vborg.vbsupport.ru/showthread.php?t=123416)

IvyKeepMommy 09-14-2008 12:01 PM

This mod works fine in 3.7.3 -- I've been running it since the beta version. There was a short period of problems with security tags but that was fixed by a vB upgrade.

It will NOT work with Farcaster's newest mod, but does continue to work using integration with his 3.6 mod.

I'm also looking for an update, but it WILL work on the newest versions of vB (however recurring events don't work properly)

Jaxel 09-15-2008 01:58 AM

Wait... so this mod DOES work with 373? What about the excessive amount of queries?

I'm assuming you meant it doesnt work with the following mod:
https://vborg.vbsupport.ru/showthread.php?t=178635

What about these:
https://vborg.vbsupport.ru/showthread.php?t=129088
https://vborg.vbsupport.ru/showthread.php?t=133970
https://vborg.vbsupport.ru/showthread.php?t=138788

*EDIT*

Okay, I just installed this and now I have an extra 23 queries one very page! Thats extreme!

benFF 09-15-2008 03:28 AM

If you are using this mod to post to a closed or moderated forum, then it CAN'T work as is because the field names in the tables used have changed - however if you don't use that, then the fix above won't apply.

Jaxel 09-15-2008 03:39 AM

Okay... I want to do multi-day events... however, in the thread title, I DONT want times to show up... only days...

So instead of:
[09/15/2008 06:00 PM - 09/16/2008 11:00 PM] yet another test (woot)

I get
[09/15/2008 - 09/16/2008] yet another test (woot)

How would I do this?

* EDIT *

I figured it out... replaced the "// is this a single day event? Only add times if it isn't" section with this. In the add time and date to thread title plugin.

PHP Code:

    // is this a single day event? Only add times if it isn't
    // 0 = single day
    
if($lv_vb_eventforums_event['dateline_to'] > 0)
    {      
      
// TO
      
if(strcmp($fromDate$toDate) != 0)
      {
            
$lv_vb_eventforums_datetime .= ' - ';
        
$lv_vb_eventforums_datetime .= $toDate;
      }
    } 


IvyKeepMommy 09-16-2008 07:25 PM

Quote:

Originally Posted by Jaxel (Post 1622355)
Wait... so this mod DOES work with 373? What about the excessive amount of queries?

I'm assuming you meant it doesnt work with the following mod:
https://vborg.vbsupport.ru/showthread.php?t=178635

What about these:
https://vborg.vbsupport.ru/showthread.php?t=129088
https://vborg.vbsupport.ru/showthread.php?t=133970
https://vborg.vbsupport.ru/showthread.php?t=138788

*EDIT*

Okay, I just installed this and now I have an extra 23 queries one very page! Thats extreme!

I can't say that I've noticed the excessive amount of queries specifically related to this product. They probably are in fact there (I do occasionally have high queries and this is probably why).

You are correct in your assumption that I was stating it doesn't work with the this mod:
https://vborg.vbsupport.ru/showthread.php?t=178635

It definitely works (for me) on the first two you have listed. I don't use the third so can't speak to that one.

Cocko 09-16-2008 08:19 PM

Quote:

Originally Posted by benFF (Post 1622384)
If you are using this mod to post to a closed or moderated forum, then it CAN'T work as is because the field names in the tables used have changed - however if you don't use that, then the fix above won't apply.

That coused my database error. My event forum was moderated. A must for my boards
event section. Result: still deativated the whole event stuff and I am waiting for updates.

In other words, there were so many (good) add-ons dying since I joined vb's community, others came out...

benFF 09-16-2008 08:31 PM

Quote:

Originally Posted by Cocko (Post 1623630)
That coused my database error. My event forum was moderated. A must for my boards
event section. Result: still deativated the whole event stuff and I am waiting for updates.

In other words, there were so many (good) add-ons dying since I joined vb's community, others came out...

Did you try the fix for that I posted above - post 557 (I dont know about further Farcaster addons though ...)

Puntoboy 09-20-2008 12:54 PM

Quote:

Originally Posted by IvyKeepMommy (Post 1621886)
This mod works fine in 3.7.3 -- I've been running it since the beta version. There was a short period of problems with security tags but that was fixed by a vB upgrade.

It will NOT work with Farcaster's newest mod, but does continue to work using integration with his 3.6 mod.

I've also found this to work on 3.7.3 PL1 but again doesn't show the Farcasters features. I haven't disabled the Farcaster mod, but the options to RSVP doesn't appear in the event thread.

touba 09-29-2008 07:20 AM

Quote:

Originally Posted by Puntoboy (Post 1626302)
I haven't disabled the Farcaster mod, but the options to RSVP doesn't appear in the event thread.

i disabled it because it appears a part of FORUM_HOME template insteed RSVP options !! :erm: :confused: :eek:

stwilson 10-16-2008 12:41 AM

Any takers on coding this to work for Events->>>>Forums integration. I have $100.

Alfa1 10-16-2008 01:08 PM

I would certainly send my donation to the coder of a full 'events <=> forums' integration.

nexialys 10-26-2008 10:31 AM

Note: I had a discussion with Mitchel (Evercraft), and it was decided that it would be better for all if i take-over this product and update/upgrading it to work perfect for the latest version of vBulletin.

As a matter of details, as i'm not releasing anything on vb.org, you will have to follow the link here: http://vbenhancer.com/evercraft-event-forums/ if you want to be informed of the new developments.

This hack was free, as a new product it will still be free.

crkgb 10-26-2008 10:39 AM

I wish it was the Farcaster's mod taken over ))

Puntoboy 10-26-2008 10:43 AM

So I assume the latest version isn't fully compatible with 3.7.x?

nexialys 10-26-2008 11:14 AM

Quote:

Originally Posted by crkgb (Post 1652998)
I wish it was the Farcaster's mod taken over ))

i did not receive any reply from Farcaster yet, we never know... :)

Quote:

Originally Posted by Puntoboy
So I assume the latest version isn't fully compatible with 3.7.x?

You are located in the vBulletin 3.6 Modifications forum, so no, it is not fully compatible or tested for 3.7.x ... that's my first job, making sure it is working on the latest version of vB... then i will debug all features and enhance what can be enhanced...

BTW' i will not make a followup of this discussion, i'm working on my site only, so you will have to ask me there!

stwilson 11-06-2008 05:32 PM

Looks like progress on this by nexialys has stopped too. Please oh please someone pick this MOD back up and update it to the current stable release.

rob01 11-06-2008 10:20 PM

how you add the location and price?

Puntoboy 11-08-2008 07:49 AM

Quote:

Originally Posted by nexialys (Post 1653012)
i did not receive any reply from Farcaster yet, we never know... :)



You are located in the vBulletin 3.6 Modifications forum, so no, it is not fully compatible or tested for 3.7.x ... that's my first job, making sure it is working on the latest version of vB... then i will debug all features and enhance what can be enhanced...

BTW' i will not make a followup of this discussion, i'm working on my site only, so you will have to ask me there!

I assume with the closure of your website this hack is dead?

wmlvb 11-08-2008 12:50 PM

why do you have to have another site to make the updates available? Why not post the updates here??

objectuser 11-15-2008 02:52 PM

Well, based on the results of the above link, sounds like this effort is dead. :(

Lionel 11-26-2008 09:09 AM

Besides the excessive amount of queries and the vb change in moderation table, what else is wrong with that mod? I have been using it for years with 3.60 and would like to install it on 3.74. So I need to know which issues to address?

zatzy 11-26-2008 10:34 AM

I use 3.7.4 and it works fine, don't know if there is a difference if you import, I started with a fresh section without posts and there was just a minor problem with the post width not following the template but that was easily modified

XrayHead 11-27-2008 07:48 AM

Thanks, installed no prob's..

XrayHead 11-27-2008 03:23 PM

Tried to do step 4 but cant get it to show the new button! Where is it supposed to show it, have you a screen shoot??

Xray

peachy 11-28-2008 05:45 AM

Quote:

Originally Posted by zatzy (Post 1673259)
I use 3.7.4 and it works fine, don't know if there is a difference if you import, I started with a fresh section without posts and there was just a minor problem with the post width not following the template but that was easily modified

Are you able to edit events?

tendo 12-01-2008 07:17 PM

This doesn't seem to be able to move past 2008. Is there something I need to do to add support for 2009 and beyond?

Example:
http://seattlednb.com/forum/calendar...o=displaymonth

Thanks,
Tendo

justchil 12-06-2008 06:31 PM

+1

I would (am sure others would) be willing to toss in a few dollars for some support/updates.

tendo 12-06-2008 06:47 PM

I guess I'm going to uninstall this....It's been a good run.

tmc 12-06-2008 10:07 PM

.... snip ....

tmc 12-06-2008 10:08 PM

Quote:

Originally Posted by tendo (Post 1676619)
This doesn't seem to be able to move past 2008. Is there something I need to do to add support for 2009 and beyond?

Example:
http://seattlednb.com/forum/calendar...o=displaymonth

Thanks,
Tendo

Quote:

Originally Posted by tendo (Post 1679773)
I guess I'm going to uninstall this....It's been a good run.

You need to increase the years that show in the Calendar section of the ACP.

tendo 12-07-2008 12:24 AM

Quote:

Originally Posted by tmc (Post 1679912)
You need to increase the years that show in the Calendar section of the ACP.

thx dude

joh 12-10-2008 09:21 PM

I know this mod is old, but can it work on 3.8 or do it have a more up to date mod that will work the same on 3.8?

ragtek 12-18-2008 10:47 AM

for all those who can german=> i've released something like this on vbgo(official german addonboard)
http://vbulletin-germany.org/showthr...5362#post45362

i'll check if the users find some bugs and if somebody could translate it(if not, i'll do it)

its connecting the calendars with the forums and theres also a attenderbox included

adwade 12-18-2008 06:41 PM

Quote:

Originally Posted by ragtek (Post 1687906)
for all those who can german=> i've released something like this on vbgo(official german addonboard)

its connecting the calendars with the forums and theres also a attenderbox included

Sounds GREAT! :up: I for one am interested in it, but don't know German :( so I'll await an English translation.:D THANXX for mentioning this!

Clayton 12-18-2008 07:00 PM

ditto this one here

tmc 12-19-2008 08:28 AM

I posted back in this RSVP thread, regarding this mod and such => https://vborg.vbsupport.ru/showthrea...92#post1688292 .

I still haven't heard back from Evercraft about taking this mod over yet, but the fate of this mod is still up in the air anyway.

Quote:

Originally Posted by adwade (Post 1688175)
Sounds GREAT! :up: I for one am interested in it, but don't know German :( so I'll await an English translation.:D THANXX for mentioning this!

Well if Ragtek's is a derivative work of this mod, I sure hope Ragtek had permission. He certainly wouldn't be able to release an English version on here if that weren't the case.

Alfa1 12-19-2008 04:42 PM

I wish someone would just make a supported commercial version, charge 50 per license and release a light version on vb.org

River_rush 12-27-2008 11:54 AM

Quote:

Originally Posted by adwade (Post 1688175)
Sounds GREAT! :up: I for one am interested in it, but don't know German :( so I'll await an English translation.:D THANXX for mentioning this!

http://translate.google.co.uk/transl...hl=en&ie=UTF-8

endquote 01-01-2009 01:29 AM

Just wanted to say thanks to evercraft for taking this over.

I wrote this originally for an upgrade to nwtekno.org years ago, but then never ended up building the site. We just launched the new version today (after seven years of no upgrades) and I'm glad to be able to use this mod to power the calendar.

Alfa1 01-01-2009 08:27 PM

Evercraft seems to have abandoned this hack.


All times are GMT. The time now is 04:48 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02275 seconds
  • Memory Usage 1,835KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete