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)
-   -   Calendar Search and Comments for Events (https://vborg.vbsupport.ru/showthread.php?t=91066)

moonclamp 10-28-2005 04:53 PM

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.

KrisJacobs 11-17-2005 10:21 PM

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!

KrisJacobs 11-17-2005 10:54 PM

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.

KrisJacobs 11-17-2005 11:00 PM

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... :)

KrisJacobs 11-17-2005 11:23 PM

I've given up trying to make this work. :(

FleaBag 11-18-2005 01:22 PM

Just give deathemperor some time. :)

KrisJacobs 11-18-2005 01:26 PM

Oh yah, no worries!

I just gave up - I'm not PHP-savvy enough to get it working on my own merits. :)

FleaBag 11-18-2005 01:27 PM

Ditto heh.

banjolawyer 11-19-2005 10:59 PM

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.

Benj 11-27-2005 05:00 PM

does this allow you to search calendar events by there poster?

PennylessZ28 11-27-2005 05:33 PM

Is this still being developed?

Benj 11-27-2005 08:53 PM

this is a really cool hack i would love to see the bugs fixed :P also as i said before would like to search for events by there posters

cheers

ben

kall 12-01-2005 03:42 AM

Multiple SQL errors on import, even choosing Overwrite.

SoLo OnE 12-07-2005 03:33 PM

Any support for this??

I have it basically working except that the next and previous page navigation for the search results is totally broke.

lazyseller 12-09-2005 10:02 PM

for some reason... my usergroup permissions are not saving... with this mod

SoLo OnE 12-14-2005 02:41 AM

hello???

lazyseller 12-14-2005 05:02 PM

did you get the bbcode to parse correctly solo ?

SoLo OnE 12-18-2005 08:04 AM

OK what the hell...why does this modification say supported if

1) It doesn't work

2) Its NOT supported!

deathemperor 12-19-2005 09:37 AM

Quote:

Originally Posted by SoLo OnE
OK what the hell...why does this modification say supported if

1) It doesn't work

2) Its NOT supported!

the hell is you can't bear for my personal life, and I can not be here 24x7 to support for everything and anything you want. I will be supporting when I have spare time

djnth 12-24-2005 07:53 AM

So basically this adds the capability for users to post comments on each event on the calendar sort of like a shoutbox? This is what I'm looking for!!

lazyseller 12-31-2005 12:41 AM

There are alot of problems and the creator hasnt had time to fix the bugs. I recommend finding another solution and not wasting your time with this unless you have some programming knowledge.

Good luck i just wanted to save you guys some time since i installed it and found out its been 6 months and no updates. Once the creator has time to fix the known issues this should be a great addition to any site.

tnguy3n 01-10-2006 03:39 AM

It seems to work fine for me on my test board.
For those who can't get the calendar comment options to show in usergroup manager,
Open includes/xml/bitfield_vbulletin.xml,

FIND:
PHP Code:

                <bitfield name="isnotmoderated" group="calendar_permissions" phrase="events_are_unmoderated" install="2,5,6,7">32</bitfield

BELOW, ADD:
PHP Code:

                <bitfield name="canviewevecom" group="calendar_permissions"  phrase="canviewevecom" install="1,2,3,4,5,6,7">64</bitfield>
                <
bitfield name="canpostevecom" group="calendar_permissions"  phrase="canpostevecom" install="2,5,6,7">128</bitfield>
                <
bitfield name="caneditownevecom" group="calendar_permissions"  phrase="caneditownevecom" install="2,5,6,7">256</bitfield>
                <
bitfield name="caneditotherevecom" group="calendar_permissions"  phrase="caneditotherevecom" install="5,6,7">512</bitfield>
                <
bitfield name="candelownevecom" group="calendar_permissions"  phrase="candelownevecom" install="2,5,6,7">1024</bitfield>
                <
bitfield name="candelotherevecom" group="calendar_permissions"  phrase="candelotherevecom" install="5,6,7">2048</bitfield>
                <
bitfield name="cansearchevent" group="calendar_permissions"  phrase="cansearchevent" install="2,5,6,7">4096</bitfield


YLP1 01-13-2006 08:15 PM

Hi everyone..... I have the old version for 3.08 so I have to do this per the instructions:

Code:

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".

But I don't understand the instructions: delete 2 plugin "Comments for Events" and "Comments for Events - Show Comments".

Can someone guide me on how to do this?

Thanks in advance.

kall 02-03-2006 03:57 AM

Any chance of getting this updated for 3.5.3?

vb_text_editor is undefined, and editing a comment doesnt change it at all.

D|ver 02-23-2006 09:18 AM

yeah a proper version for 3.5.4 would be so nice :)
this is really a great addon

deathemperor 02-23-2006 01:49 PM

will update it. I was thinking a way to fix the WYSIWYG editor, may try a fix very soon.

tide 02-23-2006 08:49 PM

/agree I'd love to install it.

Quote:

Originally Posted by D|ver
yeah a proper version for 3.5.4 would be so nice :)
this is really a great addon


Kanustep 03-08-2006 10:40 PM

Oops...I have already install it in 3.5.4!
Seems everything OK

xfaethorx 03-22-2006 03:44 AM

i had this on my 3.0.x board and would love to re-install it for my users on my 3.5.4 board. Will there be an update to this or is this hack a dead stick?

Gizmo999 03-22-2006 11:03 AM

How can I uninstall this please??

I get this error if I try to do so

Database error in vBulletin 3.5.4:

Invalid SQL:

ALTER TABLE `event`
DROP `totalcom`;

MySQL Error : Can't DROP 'totalcom'. Check that column/key exists
Error Number : 1091
Date : Wednesday, March 22nd 2006 @ 01:01:55 PM
Script : http://www.xxxxx/forum/admincp/plugin.php
Referrer : http://www.xxxxx/forum/admincp/plugi...ventcomment&s=
IP Address : xxx.xx.xx.xxx
Username : Gizmo
Classname : vb_database

robert_2004 03-30-2006 06:29 AM

PEOPLE - please note: in the product.xml file, line 51 reads:
equire_once(DIR . '/includes/class_bitfield_builder.php');
vB_Bitfield_Builder::save($db);]]></uninstallcode>

When it should read:
require_once(DIR . '/includes/class_bitfield_builder.php');
vB_Bitfield_Builder::save($db);]]></uninstallcode>

ALSO, can you only post a comment ONCE for an event? seems a bit silly.

banjolawyer 03-31-2006 03:09 PM

When entering an event through the calendar.. "add single day event," you only have to plug in a starting date.

However, when entering an event in the forum that the calendar is tied to, you are required to put in a start and end date and start and end time.

I'd really like it if users only had to put info in the first way (ie, only have to put in a start date, and no times).

Has anyone has modified their installation to accomplish this?

albertsch9 04-16-2006 09:33 AM

Quote:

Originally Posted by deathemperor
will update it. I was thinking a way to fix the WYSIWYG editor, may try a fix very soon.

Do you work on a new Version?

FleaBag 05-16-2006 11:40 PM

Hey guys just thought I'd post that this is working fine for me on 3.5.4. I previously pointed out the editor looked different in another post, but since realised this was stated as a bug in the first post. ;) So the only remaining issues I am aware of on 3.5.4 is that is does not parse BB code or smilies and the search seems to give errors generated from out date function calls.

Works great besides. :)

But on another note, I have recently installed this hack which is a fully working and more feature rich version. Check it out. No search included, but that doesn't work on this hack at present anyway.

I had trouble uninstalling this, each query failed and had to edit them all out of the product, although this may well be due to an error with my setup! :)

ludachris 05-18-2006 05:11 PM

Tried updating permissions for a few usergroups. Strange thing is, any permissions related to this hack will not change. I've tried it for a few usergroups. None will change from No to Yes. I'll hit Update and go back in and they're all still set to No.

Bummer, I really wanted to use this hack.

noonespecial 12-12-2006 09:04 AM

Would be nice to see for 3.6

maryx 07-06-2008 03:50 PM

please please please someone upgrade this for 3.7

TheInsaneManiac 07-06-2008 04:40 PM

I have ported it to VBulletin 3.7 and with permission from the author I will post it.

DavidBlaze 09-04-2008 10:27 PM

Has the VBulletin 3.7 version been posted?

djxcee 10-20-2008 09:14 AM

Unfortunately no.

I hope someone can release 3.7/3.8 version.


All times are GMT. The time now is 01:56 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.01360 seconds
  • Memory Usage 1,827KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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