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
  #42  
Old 10-28-2005, 04:53 PM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FleaBag
No longer getting that error - but BB Codes are not being parsed in the event comment sigs. Also, the editor does not appear as elsewhere in the site.

Screenshots attached.

Thanks for the continued support of this hack, great to have it running.
Yeah I'm having the same problem with signatures not parsing bbcode.
Reply With Quote
  #43  
Old 11-17-2005, 10:21 PM
KrisJacobs KrisJacobs is offline
 
Join Date: Aug 2005
Location: Battle Creek, MI, USA
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I used the other version of this when I was running v3.0.8 and it was fine.

However, I have upgraded to v3.5.1 now.

I do not have any Evecom permissions settings anywhere, and everyone gets permission denied when trying to post to calendar events.

When I edit usergroups, I have nothing for setting Evecom permissions.

I have already done the admincp/index.php?do=buildbitfields -- that did not help.

What should I do?

Thanks!
Reply With Quote
  #44  
Old 11-17-2005, 10:54 PM
KrisJacobs KrisJacobs is offline
 
Join Date: Aug 2005
Location: Battle Creek, MI, USA
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have messed around with the install, uninstall stuff, manually done the sql adds/drops, etc. myself via my MySQL utility, all no go.

Permissions settings never show up in my Admin CP when I goto Usergroup Manager and choose to edit a Usergroup.
Reply With Quote
  #45  
Old 11-17-2005, 11:00 PM
KrisJacobs KrisJacobs is offline
 
Join Date: Aug 2005
Location: Battle Creek, MI, USA
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LOL!

On line 51 of your XML file, the "R" is missing off the word "require"

it says

Code:
		$db->query_write("
			DROP TABLE `" . TABLE_PREFIX . "eventcomments`
  		");
		
equire_once(DIR . '/includes/class_bitfield_builder.php');
vB_Bitfield_Builder::save($db);]]></uninstallcode>
		</code>
	</codes>
I wonder if that is causing the problem?

I am also setting absolute paths to class_bitfield_builder.php

Code:
require_once('http://www.hordelandsecurity.org/forums/includes/class_bitfield_builder.php');
My fingers are crossed...
Reply With Quote
  #46  
Old 11-17-2005, 11:23 PM
KrisJacobs KrisJacobs is offline
 
Join Date: Aug 2005
Location: Battle Creek, MI, USA
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've given up trying to make this work.
Reply With Quote
  #47  
Old 11-18-2005, 01:22 PM
FleaBag's Avatar
FleaBag FleaBag is offline
 
Join Date: Dec 2001
Posts: 1,674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just give deathemperor some time.
Reply With Quote
  #48  
Old 11-18-2005, 01:26 PM
KrisJacobs KrisJacobs is offline
 
Join Date: Aug 2005
Location: Battle Creek, MI, USA
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh yah, no worries!

I just gave up - I'm not PHP-savvy enough to get it working on my own merits.
Reply With Quote
  #49  
Old 11-18-2005, 01:27 PM
FleaBag's Avatar
FleaBag FleaBag is offline
 
Join Date: Dec 2001
Posts: 1,674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ditto heh.
Reply With Quote
  #50  
Old 11-19-2005, 10:59 PM
banjolawyer banjolawyer is offline
 
Join Date: Aug 2002
Location: Huntsville, Ala.
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KrisJacobs
I do not have any Evecom permissions settings anywhere, and everyone gets permission denied when trying to post to calendar events.

When I edit usergroups, I have nothing for setting Evecom permissions.

I have already done the admincp/index.php?do=buildbitfields -- that did not help.
Same problem here.
Reply With Quote
  #51  
Old 11-27-2005, 05:00 PM
Benj's Avatar
Benj Benj is offline
 
Join Date: May 2006
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does this allow you to search calendar events by there poster?
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 10:38 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.05663 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_code
  • (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
  • (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