vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Event Attendance 2.0 (https://vborg.vbsupport.ru/showthread.php?t=93782)

Benj 08-08-2005 06:57 PM

::request::

events im attending in profile?

would you be able to code this ?

arpy 08-08-2005 08:09 PM

Quote:

Originally Posted by benj
::request::

events im attending in profile?

would you be able to code this ?

Able? Yes. However I have no time for this at the moment and I don't want to promise anything. I added it to the "feature requests" in the plugin description.

arpy

Vindicare 08-09-2005 09:52 AM

Doesn't work at all for me.

Installed it without problems on a 3.5 RC2, reverted all templates twice and re-installed the hack thrice.
Checked all the options and even the usergroup permissions if there is some hidden "unlock-option"... but still I simply don't get the checkbox to create events (being in the newthread.php).

arpy 08-09-2005 12:47 PM

Quote:

Originally Posted by Vindicare
Checked all the options and even the usergroup permissions if there is some hidden "unlock-option"... but still I simply don't get the checkbox to create events (being in the newthread.php).

Maybe you tried to create a reoccuring event? Go to your AdminCP, vbulletin options, event attendance and enable "Enroll reoccuring events".

butty 08-10-2005 02:25 AM

hi there i installed this after id installed the post event to a forum plugin here

https://vborg.vbsupport.ru/showthread.php?t=93308

now that seemed to install fine and worked but afterwards i put on this plugin and it all seemed to go ok etc. but when i add a event and check that box. when you view the event you dont get the option to add yourself as an atendee to it. any ideas guy?

thanks in advance :)

arpy 08-10-2005 08:13 AM

Quote:

Originally Posted by butty
hi there i installed this after id installed the post event to a forum plugin here

https://vborg.vbsupport.ru/showthread.php?t=93308

I don't know exactly how the other plugin works - but taken from the description:
  • "Links to event details are redirected to the thread."
If this means, that you cannot view an event with "calendar.php" because you are redirected to the according thread, then this means that my product has no chance to display anything in the event details. When the event details are copied to the thread, the event attendance information is not copied.

If I'm wrong: Please provide me a link to your forum where I can see both plugins.

arpy

ricker 08-10-2005 06:38 PM

Looking back at this thread I realize I never posted to say the install went perfectly and the plugin works great! Thanks!

Zachariah 08-13-2005 11:57 PM

Quote:

Originally Posted by arpy
Known Problems:
calendar_roll and calendar_rollbit templates are not cached. I've not found a way to do this by using a plugin. But this is not really an issue.

Fix:

add Plugin: Event Attendance - Cache Templates
Hook Location: cache_templates
Title: Event Attendance - Cache Templates
PHP Code:
Code:

if (THIS_SCRIPT == 'calendar'){
        $globaltemplates  = array_merge($globaltemplates, array('calendar_rollbit','calendar_roll',));
}

Plugin is Active: yes

arpy 08-14-2005 03:43 PM

Quote:

Originally Posted by HarryButt
Fix:

add Plugin: Event Attendance - Cache Templates
[...]
Note: I do not know if this is the perfect way, but it works. Unsure of drawbacks if any.

This is a way but unfortunately one I don't want to go:
With template caching disabled (now), we have 1 additional query when viewing a calendar entry with nobody enrolled or 2 queries, when s.b. is enrolled (2 templates).

With your solution, one every pageview (not only calendar) there is an overhead (1 plugin loaded).

If s.b. really has perfomance issues with his vb, he should consider including the templates in calendar.php (which would be a hack, not a plugin).

But as written in the release text, I don't think that 1 or 2 uncached templated are a problem.

poolking 08-14-2005 05:41 PM

/me installed


All times are GMT. The time now is 10:16 PM.

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.01162 seconds
  • Memory Usage 1,740KB
  • 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_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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