Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Calendar Search and Comments for Events Details »»
Calendar Search and Comments for Events
Version: 0.9, by deathemperor deathemperor is offline
Developer Last Online: Jul 2011 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 06-24-2005 Last Update: 10-24-2005 Installs: 18
DB Changes Uses Plugins Template Edits
Is in Beta Stage  
No support by the author.

Calendar Search and Comment For Events is now available as a product. And of course, it is now fully phrased, templates cached

++++++++++++++++++++++++++++++++++++++++++++++++++
UPGRADING
++++++++++++++++++++++++++++++++++++++++++++++++++
If you were using the old Comments For Events (Downloaded before today 10/20/2005),
delete 2 plugin: "Comments for Events" and "Comments for Events - Show Comments".

Then import the XML file.
-----------------------------------------------------------

If you downloaded this hack before 10/22/2005, please download it again to fix the vbulletin options. For installed boards, just reimport the xml file.

This is an old hack I port to vb3.5. Please refer this thread for more information

No file editing, only one template edit, import the product and you're done !.

This is a beta release so there are known issues.

+ Cannot get value from WYSIWYG editor, hence I disabled the WYSIWYG when posting comment either by quick reply or new reply.

if someone can fix I'll be very glad.

Any suggestions are welcome.

*done for my first 3.5 hack*

Thanks

Show Your Support

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

Comments
  #12  
Old 08-01-2005, 02:31 AM
EasyTarget EasyTarget is offline
 
Join Date: Nov 2004
Posts: 660
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great idea, keep it going.
Reply With Quote
  #13  
Old 09-06-2005, 06:14 PM
nexialys
Guest
 
Posts: n/a
Default

... the installer have no phrases to add, there are missing parts though...

can this release be updated ?!
Reply With Quote
  #14  
Old 09-07-2005, 12:59 AM
deathemperor's Avatar
deathemperor deathemperor is offline
 
Join Date: Jul 2003
Location: HOL
Posts: 1,270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it was coded for beta 2, I didn't upgrade it to be fully phrased. Sorry everyone I am busy at school and some projects I'm taking, I wil absolutely upgrade this hack, perhaps we should just wait for the Gold 3.5.

Thanks for your understanding.
Reply With Quote
  #15  
Old 09-07-2005, 05:10 PM
nexialys
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by deathemperor
Thanks for your understanding.
yeah, i understand it completely, i knew it was not a final version...

i will report to you what is not done actually:

1- you did not use the proper $vbulletin->GPC[] structure for the globalised inputs... so it's impossible this script was tested for 3.5... look:
PHP Code:
        // get values in this way it's faster and more secure using vb fuction globalsize()
        
$vbulletin->input->clean_array_gpc('p',array(
            
'keyword' => TYPE_NOHTML,
            
'searchfor' => TYPE_NOHTML,
            
'searchdate' => TYPE_NOHTML,
            
'_order' => TYPE_NOHTML,
            
'orderby' => TYPE_NOHTML,
            
'beforeafter' => TYPE_NOHTML
        
));
        
// if string search is too short (less than 3 char)
        
if (strlen($keyword) < 3)
        {
                eval(
print_standard_error('searchnametooshort'));
        } 
the "if (strlen($keyword) < 3)" will never find its content, as we need to use "$vbulletin->GPC['keyword']" instead... and this is it abroad your script actually... some changes are to be planned..

EDIT: for the calendar_quickreply, it's not compatible with the new editor, so half the features are not working... will have to be fixed!

for the others, just phrases, but actually it's not a problem i think... just the permissions sentences are needed.

and if you have time, i don't think it would be useful to wait 'til 3.5 Gold, your code use the minimum of vB codes actually, it will be easy to integrate in the final...
Reply With Quote
  #16  
Old 09-13-2005, 07:42 AM
Bojangles Bojangles is offline
 
Join Date: Aug 2005
Location: Phoenix, AZ
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and but found out the phrases were not installed, so it won't work (like other people have posted). If anyone can get this working, it'd be really awesome.
Reply With Quote
  #17  
Old 09-15-2005, 10:45 PM
Vizionz Vizionz is offline
 
Join Date: Jul 2003
Location: Chicago
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

noww i get a error when editing usergroups how can i drop
'eventcommentpermission' in 'field list'
Reply With Quote
  #18  
Old 09-16-2005, 09:01 AM
deathemperor's Avatar
deathemperor deathemperor is offline
 
Join Date: Jul 2003
Location: HOL
Posts: 1,270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

to drop it you should know SQL language then open MySQL server -> table usergroup -> drop field eventcomment permission
Reply With Quote
  #19  
Old 10-03-2005, 03:08 AM
Reeve of shinra's Avatar
Reeve of shinra Reeve of shinra is offline
 
Join Date: Oct 2001
Location: NYC
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh man, I didn't know you ported this over or I would've went with 3.5 RC for a new site. crap. LOL

Anyone using this on gold yet?
Reply With Quote
  #20  
Old 10-03-2005, 03:12 AM
deathemperor's Avatar
deathemperor deathemperor is offline
 
Join Date: Jul 2003
Location: HOL
Posts: 1,270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think it won't work for gold, I'll spend sometimes modify this as a product so that everything will be better.

you can wait for the update soon ^^
Reply With Quote
  #21  
Old 10-03-2005, 03:18 AM
Reeve of shinra's Avatar
Reeve of shinra Reeve of shinra is offline
 
Join Date: Oct 2001
Location: NYC
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool beans, thank you.
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 07:47 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.05029 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
  • (1)bbcode_php
  • (1)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (9)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