Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Event attendance Details »»
Event attendance
Version: 1.00, by Kentaurus Kentaurus is offline
Developer Last Online: Jul 2014 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 04-04-2004 Last Update: Never Installs: 164
 
No support by the author.

Request by: DaveLogic

With this hack when you create an event you can give the users an option to "register" to the event. Then you can view which people have registered to that event.

This could be used so you create an event and then other people notify that they will be attending to the event. You can then keep track of all the people that would be attending each event.

Info for hackers:
You may modify, improve, upgrade, redistribute this hack, include it
in another hack or yours or translate it provided you do it free of
charge and you distribute it in www.vbulletin.org at least, there is no
need to pm me asking for permission
Some portions of the code are (c) Jelsoft Enterprises Ltd.

Show Your Support

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

Comments
  #212  
Old 05-29-2005, 04:34 AM
mfarmerhi mfarmerhi is offline
 
Join Date: Apr 2003
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mfarmerhi
Did anyone ever fix the situation where confirming attendance for a re-occurring event, lists you on ALL occurrences of that event?
Nope, I just double checked and didn't find anything. Anyone have a solution?
Reply With Quote
  #213  
Old 05-29-2005, 12:58 PM
Moncha's Avatar
Moncha Moncha is offline
 
Join Date: Apr 2002
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is nothing wrong with the script, that is the way it is supposed to work so, there is no fix. There are already WAY too many hacks done to this script as it is so it really needs to be re-witten completely.
Reply With Quote
  #214  
Old 05-29-2005, 04:23 PM
mfarmerhi mfarmerhi is offline
 
Join Date: Apr 2003
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Moncha
There is nothing wrong with the script, that is the way it is supposed to work so, there is no fix. There are already WAY too many hacks done to this script as it is so it really needs to be re-witten completely.
I didn't say there was anything "wrong" with the script. I asked for a solution to confirmed attendances repeating with repeating events.

Iagree that it would be great if someone re-wrote and re-released the code to include the fixes and modification that have been discussed.

But as for "way too many" mods being done to the script, like any Mod, that's the whole point: start with a foundation and modify to suit your needs.

My need is something that doesn't repeat confirmed attendance with confirmed events.

Can anyone suggest a solution?
Reply With Quote
  #215  
Old 05-29-2005, 05:13 PM
djsydeburnz djsydeburnz is offline
 
Join Date: May 2005
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I seemed to have got this working, but i cannot figure out what i could have messed up. There are a couple of things that seem wrong. First off, I cannot view any of the events logged in as admin or as one of my test users. It seems to take me to the edit mode. Also, the date is messed up cuz in the edit mode it shows the date to edit, but no dropdown (only text box) for the day and nothing is selectable in the dropdown for the year.

any help is appreciated.
thanks in advance.
Reply With Quote
  #216  
Old 05-29-2005, 05:39 PM
mfarmerhi mfarmerhi is offline
 
Join Date: Apr 2003
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad you made progress.

It's hard to give some direction on what might be going wrong w/out seeing all the changes, but usually, when I've been hacking away, making changes then trying to unchanged them, I'll usually just start fresh: upload the original, unmodified code; then give it a fresh go.

If your code is behaving as you've described, it still sounds like you're missing some end brackets, semi-colons, etc. But hard to give you any indication (without seeing all of your code), where that may be happening.
Reply With Quote
  #217  
Old 05-29-2005, 06:13 PM
djsydeburnz djsydeburnz is offline
 
Join Date: May 2005
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow, this has been the hardest one ive done so far. now i got it almost there. everythingis working except the dropdown for forum options. i cannot select anything to go there (edit, delete, move) browser shows error on line 588 in calendar.php but i dont see anything there that i edited at all. hmmm
Reply With Quote
  #218  
Old 05-29-2005, 06:30 PM
djsydeburnz djsydeburnz is offline
 
Join Date: May 2005
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i also cannot seem to find in the roll call.txt file i downloaded today where i put in the code for [I will be attending this even with XXX guests "submit"] but i can see it when viewing a test event. i was maybe hoping to edit the text.
Reply With Quote
  #219  
Old 05-29-2005, 06:33 PM
djsydeburnz djsydeburnz is offline
 
Join Date: May 2005
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

after i select that i will be attending, it will allow me to use the dropdown menu now on the right (edit, delte, move)....very wierd.

oh, and thanks for the help so far!
Reply With Quote
  #220  
Old 05-29-2005, 06:47 PM
mfarmerhi mfarmerhi is offline
 
Join Date: Apr 2003
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

djsydeburnz, I also did the hacks sequentially. That is, I just did the hacks in the original mod, then tested it to make sure it worked like that (it did); the performed the changes/corrections on page 2 of this thread, tested (still worked); and finally added in some mods discussed in pages 12-14, testing again.

Taking the hack step-by-step, testing between each new revision, will also make it clearer where errors might have been made.

Also, be careful depending on which method of cutting and pasting you're using -- it's easy to get a line break / extra space in there that often will cause errors...

Keep working it, you'll get it.

~ Mark
Reply With Quote
  #221  
Old 05-29-2005, 07:08 PM
djsydeburnz djsydeburnz is offline
 
Join Date: May 2005
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any way to get the templates that i edited to revert back to defaul without doing all templates?

also, anyone else have trouble with the username linking? my link just says:

.....forums/member.php?u=

no username after it, obviously a dead link
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 12:52 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.05630 seconds
  • Memory Usage 2,308KB
  • 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_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
  • (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