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)
-   -   vB Event Forums (https://vborg.vbsupport.ru/showthread.php?t=102213)

tendo 06-17-2006 06:09 PM

FOUND A BUG!

If you create an event, then go back and try to edit the event you can edit it just fine....but when you click save you get:

Fatal error: Only variables can be passed by reference in /home/XXXXXXXX/public_html/forum/includes/class_dm_event.php(593) : eval()'d code on line 41

tendo 06-17-2006 06:10 PM

also if you try to delete an event it says "Please confirm your desire to delete this item by checking the "Delete" box."

but there isn't a delete box

lol

ragtek 06-25-2006 09:27 AM

i got an error message today when i wanted to post a new event.
it said: "you didn't specify a username.please go back and specify one"

does anyone know why this is and how to fix it?

COBRAws 06-26-2006 03:53 AM

Quote:

Originally Posted by ragtek
i got an error message today when i wanted to post a new event.
it said: "you didn't specify a username.please go back and specify one"

does anyone know why this is and how to fix it?

Im having the same problem. Help please.

--EDiT--
Well guys, I found out a way for my problem.

I have installed Adv. Editing Options for Mods and Admins and this hack conflicts with a lot of hack i have, for example vB Event Forums.

What you need to do is the following (All credits go to Paul M, i just added a line so it works with vB Events Forum):

Go to the Plugin Manager and look for the 'init_startup' hook inside the "Adv. Editing Options for Mods and Admins" Category.

Find:
Quote:

global $vbulletin;
Add below it ;:
Quote:

// Bypass Options //
// By Paul M //
// and Edit for Event Forums by COBRAws //
$bypass_aeo = false;
if (THIS_SCRIPT == 'calendar') $bypass_aeo = true;
if ($bypass_aeo) {
$vbulletin->userinfo['editlevel'] = EDITLEVEL_AUTHOR;
return EDITLEVEL_AUTHOR;
}
// End of bypass options //

Hope it works. Worked for me.

ragtek 06-26-2006 05:41 AM

jea thx for the fast help
it works fine

klaush 06-26-2006 08:12 AM

Quote:

Originally Posted by COBRAws

Hope it works. Worked for me.

I don?t know how many times i installed and uninstalled this modification!

Thanks for this solution, guys! Works for me too!

Brandon Sheley 06-28-2006 02:03 AM

this been ported for 3.6 yet ?

COBRAws 07-04-2006 07:39 PM

Any way of allowing attachments to be posted when an event is being published? I really need attachments. I cant use this hack without them.

Thank you.

FROGGYJ 07-04-2006 07:47 PM

bump....any word on adding "event attendance" functionality?

photongbic 07-05-2006 08:03 PM

Is there any way to get the "Upcoming Events for the Next X Days" section on the event forum to be displayed by event instead of by date?

Thanks in advance...


All times are GMT. The time now is 11:56 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.01448 seconds
  • Memory Usage 1,735KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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