vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Calendar Enhancements - vB Event Forums (https://vborg.vbsupport.ru/showthread.php?t=123416)

JoeWho 12-15-2006 07:47 PM

Quote:

Originally Posted by |oR|Greg (Post 1139331)
I've edited them fine.

Also for the time being I added a second calendar and it works, but I REALLY would like it fixed so it's only 1 calendar, but multiple forums.

Why can't you make it array based, like instead of

1:3
1:43

Something like

1:3,43

That way you can specify which forums get which calendars?

Hi,

So... I am the only one having this problem? :(

Do you edit it from the calendar or forum?

I get the same message Invalid Action Specified from both.

Thanks

|oR|Greg 12-16-2006 12:05 AM

I choose Edit Event.

JoeWho 12-16-2006 10:17 AM

Quote:

Originally Posted by |oR|Greg (Post 1139496)
I choose Edit Event.

Hi,

Thank you for your response. I'm guessing no one else has this problem. I would assume that it has a conflict with something else I have installed. I will continue working with a and hopefully I can figure out why it will not let me edit, also noticed I could not move it, not that I've wanted to but I was checking. The good news is, I can delete the post/calendar event.

If anybody else has a similar problem board knows how to fix this I would appreciate your feedback.


Happy Holidays.

JoeWho 12-16-2006 03:27 PM

Evercraft,

Or anyone that can help...

I get this: vBulletin Message: Invalid Action Specified when I try to edit the Event/post.

I have found out that there is something missing but I don't know how to fix it, anybody out there that knows how?

Please see the attached photo: vBulletin STANDARD_ERROR (1)

JoeWho 12-18-2006 03:06 PM

Hi Evercraft,

As to my early post... https://vborg.vbsupport.ru/showpost....&postcount=199
and
https://vborg.vbsupport.ru/showpost....&postcount=199

Well... I have found that $lv_vb_eventforums_eventdetails must be placed after $navbar, if I place the $lv_vb_eventforums_eventdetails any where else the Edit/Delete will not work.

Is there a fix for this...? :confused:

Anyone else having this problem?

Thanks.

fishhub 12-18-2006 03:07 PM

Can this work on 3.5.4? TIA

Crazy Serb 12-20-2006 02:34 AM

Quote:

Originally Posted by Crazy Serb (Post 1122010)
speaking of which, I'm willing to pay $20 for someone to either integrate the "buy thread" mod or edit the buy thread mod for use with this script....

going twice...

smoknz28 12-24-2006 12:26 AM

Quote:

Originally Posted by |oR|Greg (Post 1139331)
I've edited them fine.

Also for the time being I added a second calendar and it works, but I REALLY would like it fixed so it's only 1 calendar, but multiple forums.

Why can't you make it array based, like instead of

1:3
1:43

Something like

1:3,43

That way you can specify which forums get which calendars?

Brother, if you figure out how to use this with one calendar....let me know....and I'll do the same.

SportsZone 01-02-2007 07:53 AM

I have installed this hack, but when I try to post an event, I get the following message:

Quote:

The following errors occurred when this message was submitted:

1. You did not specify a username for your post.
The thing is, I don't even get an option to add a username to an event. Does anyone know how to fix this problem?

Cheers :)

pcoskat 01-02-2007 05:38 PM

Is there any way to have "This Week's Event's" Listed on Forum home (in a left-hand column).

I've posted a paid request for this, too.

|oR|Greg 01-02-2007 07:00 PM

If you used vBAdvanced, and followed the tutorial on left/right side additions you could. I used to have that on my site, going back 45 days.

:Judge: 01-04-2007 01:48 AM

I do not have 2007 in the creation of a new event and if I look in the calendar page I cannot go to Jan 2007, it stays on December.

I looked through this thread but do not see anything about it. Anyone else had this issue?

Farcaster 01-04-2007 01:57 AM

Quote:

Originally Posted by :Judge: (Post 1150333)
I do not have 2007 in the creation of a new event and if I look in the calendar page I cannot go to Jan 2007, it stays on December.

I looked through this thread but do not see anything about it. Anyone else had this issue?

Have you checked your calendar settings for that particular calendar to make sure the range is set correctly? It is possible that your date range is set to end in 2006.

:Judge: 01-04-2007 02:14 AM

Quote:

Originally Posted by Farcaster (Post 1150337)
Have you checked your calendar settings for that particular calendar to make sure the range is set correctly? It is possible that your date range is set to end in 2006.


OMG that was so simple, thank you much. I have been doing this for a few years now and that was a first for me.

stomph 01-05-2007 01:43 AM

Thanks for this great hack! :)

The Events in the Summary atop the forum are grouped by date. Ranged events are then listed as often as the number of days they last. Could you change this hack to allow the upcoming events to be grouped by event? That'd be great!

Xoxideforums 01-08-2007 05:00 PM

Quote:

Originally Posted by shaunh (Post 1119166)
Is there any way to delay posting of events?

Example:

Post an entire year of events in the calendar.

Thread created when its within X days of event.


This addition has come up a few times. How complex would this be to have the forum thread created X days prior to the actual event.

abhimation 01-08-2007 07:50 PM

Thats wht i needed. Thnx a million !

ragtek 01-13-2007 08:17 PM

hi
in this product is a xss flaw!!!
and evercraft was since october not online :(


for the users:

update the when saving an event, create or update the associated thread plugin

PHP Code:

 // update the existing thread
        
$this->dbobject->query_write("
            UPDATE " 
TABLE_PREFIX "thread
            SET lv_vb_eventforums_eventid = " 
intval($this->fetch_field('eventid')) . ",
            forumid = " 
intval($lv_vb_eventforums_forumid) . ",
            title = '" 
$this->dbobject->escape_string(htmlspecialchars_uni($lv_vb_eventforums_threadtitle)) . "'
            WHERE threadid = " 
intval($this->fetch_field('lv_vb_eventforums_threadid')) . "
        "
); 

thx to andreas
but he means that it is possible that here are more flaws, but he didn check anything, just the one "big" hole

tekstylez 01-15-2007 01:34 PM

My newevent button is not showing at all.... any known fixes for this?

adwade 01-15-2007 07:19 PM

Quote:

Originally Posted by ragtek (Post 1158337)
thx to andreas
but he means that it is possible that here are more flaws, but he didn check anything, just the one "big" hole

With Evercraft's ongoing absense, would be nice if someone could review some of the code for other flaws and tell us newbies how/what to cut-n-paste in order to fix it as best is possible.:) Thanxx for finding/fixing the above referenced problem! :D

ragtek 01-15-2007 08:13 PM

i'm planing on coding it new, when i find the time
but the problem is that i'm self no proficoder and have much to lern

stwilson 01-16-2007 02:42 PM

Can someone suggest how I might go about removing the times from the thread title on multi-day events?

Right now it looks like this:
Event Test #2: 01-18-2007 07:00 AM - 12:00 PM

And I want it to look like this in both the forumdisplay.php page and the upcoming listing:
Event Test #2: 01-18-2007

ST

stwilson 01-16-2007 03:48 PM

Quote:

Originally Posted by stwilson (Post 1160605)
Can someone suggest how I might go about removing the times from the thread title on multi-day events?

Right now it looks like this:
Event Test #2: 01-18-2007 07:00 AM - 12:00 PM

And I want it to look like this in both the forumdisplay.php page and the upcoming listing:
Event Test #2: 01-18-2007

ST

Figured it out. Never mind.

ST

Mike Bucy 01-17-2007 03:01 AM

This is something I've been looking for. I need to add a twist to it. I want to use this for dispatch scheduling. For every event (Job) I need it to create a thread where installers can update notes and attach workorders using the attachment function.

Bottom like here I think is to replace the word Event with the word Job. Can this be done?

stwilson 01-17-2007 03:09 AM

Quote:

Originally Posted by Mike Bucy (Post 1161128)
This is something I've been looking for. I need to add a twist to it. I want to use this for dispatch scheduling. For every event (Job) I need it to create a thread where installers can update notes and attach workorders using the attachment function.

Bottom like here I think is to replace the word Event with the word Job. Can this be done?

Mike,

You can do that in the Language & Phrases section. Do a search for Event.

ST

Mike Bucy 01-17-2007 05:37 AM

Great idea. I'll give it a try!!

marlita 01-22-2007 06:25 PM

please help: my site's located at http://www.virginiareia.com/forum/forumdisplay.php?f=65. the login info is screen name: test & password: test. i can't for the life of me figure out why the "upcoming events" information is wrong and I don't know how to fix it. thanks in advance.

bada_bing 01-22-2007 07:52 PM

Where exactly in FORUMDISPLAY do I add this code?

HTML Code:

<td class="smallfont"><if condition="$show['newthreadlink']">
<a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>
<if condition="$show['neweventlink']">&nbsp;<a href="newthread.php?$session[sessionurl]do=newevent&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newevent.gif" alt="$vbphrase[lv_vb_eventforums_phrase_post_new_event]" border="0" /></a></if>
<else />&nbsp;</if></td>


Cinjun 01-23-2007 04:00 PM

Beautiful mod, I love it. :)

*installed

Cinjun 01-23-2007 04:21 PM

Quote:

Originally Posted by bada_bing (Post 1165251)
Where exactly in FORUMDISPLAY do I add this code?

HTML Code:

<td class="smallfont"><if condition="$show['newthreadlink']">
<a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>
<if condition="$show['neweventlink']">&nbsp;<a href="newthread.php?$session[sessionurl]do=newevent&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newevent.gif" alt="$vbphrase[lv_vb_eventforums_phrase_post_new_event]" border="0" /></a></if>
<else />&nbsp;</if></td>


bada_bing,

Look for this line in FORUMDISPLAY:
HTML Code:

<a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>
Add this after it:
HTML Code:

<if condition="$show['neweventlink']">&nbsp;<a href="newthread.php?$session[sessionurl]do=newevent&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newevent.gif" alt="$vbphrase[lv_vb_eventforums_phrase_post_new_event]" border="0" /></a>

This is what he is trying to say in the instructions above I do believe.

MJM 01-26-2007 03:18 AM

Quote:

Originally Posted by SportsZone (Post 1149011)
I have installed this hack, but when I try to post an event, I get the following message:

You did not specify a username for your post.

The thing is, I don't even get an option to add a username to an event. Does anyone know how to fix this problem?

Cheers :)

I have the same problem. All my permissions appear to be in order.
I wonder if it's because of the Adv. Editing Options for Mods and Admins plugin

SportsZone did you find the solution or reason?

- You did not specify a username for your post.-

lxianc 01-26-2007 03:38 AM

Okay ... I would love to give this a try but I have one question. I'm sorry if this has been covered but I don't have time to read 16 pages. :P

Does it work both ways? Meaning ... can you initiate a calendar entry by posting a new event in the forum AND initiate a new event thread in the forum by posting one on the calendar? Or does it only work one way or the other?

Thanks much.

stwilson 01-26-2007 03:42 AM

Quote:

Originally Posted by lxianc (Post 1167502)
Okay ... I would love to give this a try but I have one question. I'm sorry if this has been covered but I don't have time to read 16 pages. :P

Does it work both ways? Meaning ... can you initiate a calendar entry by posting a new event in the forum AND initiate a new event thread in the forum by posting one on the calendar? Or does it only work one way or the other?

Thanks much.

It works both ways. There is a new button (New Event) added to the forum, allowing you to post a new thread or a new event, which ends up on the calendar.

lxianc 01-26-2007 03:43 AM

oh god ... this could be a dream come true. my whole site's purpose is to promote music events. this could save me DAYS of work.

i gotta try this out. :)

stwilson 01-26-2007 03:48 AM

Quote:

Originally Posted by lxianc (Post 1167505)
oh god ... this could be a dream come true. my whole site's purpose is to promote music events. this could save me DAYS of work.

i gotta try this out. :)

Killer!!! Remember the fine developer who coded up this MOD by showing him a little $upport. ;)

lxianc 01-26-2007 03:52 AM

trust me ... if it works like he says it works ... he'll know i appreciate it.

stwilson 01-26-2007 03:56 AM

Quote:

Originally Posted by lxianc (Post 1167511)
trust me ... if it works like he says it works ... he'll know i appreciate it.

I have been testing it for a few days now and it works as advertised. I am very pleased, hence my .02cents being freely given. Good luck.

lxianc 01-26-2007 04:40 AM

so far so good. i didn't bother with the extra button. i stopped at step 3. i just need to figure out how i want to do this. i don't want everyone and their mother adding events to my calendar but i don't necessarily want to create a process where i have to add people to a special user group on an individual basis either.

that said ... i tested it on two events and so far so good so ...

*Installed*

MJM 01-26-2007 09:06 AM

Quote:

Originally Posted by MJM (Post 1167493)
I have the same problem. All my permissions appear to be in order.
I wonder if it's because of the Adv. Editing Options for Mods and Admins plugin

Error 1. You did not specify a username for your post.-

Yep, I disabled this plugin and it works now.
However I can't live without Adv. Editing Options for Mods and Admins ( which is only applied to threads, not the calendar). :(

ragtek 01-26-2007 10:32 AM

put global $vbulletin in the plugin code
that it will work


All times are GMT. The time now is 11:45 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.01853 seconds
  • Memory Usage 1,855KB
  • 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_html_printable
  • (1)bbcode_php_printable
  • (17)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
  • (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