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)

Joe1967 04-07-2008 04:56 PM

Quote:

Originally Posted by Caerydd (Post 1485330)
new calender entries will be added as new threads. Currently existing threads will not be affected.

thank you!

credenscel 04-09-2008 09:57 PM

Quote:

Originally Posted by credenscel (Post 1432782)
I have installed this on my site and have it set so all my regional sections will have the event option. However, when people try to post an event, besides in the southern california section (i.e. midwest...) the event defaults back to southern california. is there a way to fix this?
here's the link to the regional forums..
http://www.wiredonhonda.com/vb/forumdisplay.php?f=4

The "summary" is showing up on all 4 of the regional forum sections, but the event itself only gets posted in the southern california section. Please help!

thanks

Hi would someone please respond to this one? I uninstalled this hack and re-installed it and am having the same issue. Your assistance will be appreciated.

powerful_rogue 04-10-2008 11:06 AM

ive got it running on 3.7.0RC2 with no problems.

kderentz 04-11-2008 04:20 PM

Quote:

Originally Posted by credenscel (Post 1487018)
Hi would someone please respond to this one? I uninstalled this hack and re-installed it and am having the same issue. Your assistance will be appreciated.

I was having the same issue ... I had to create different calendars for each forum. I really wanted one master calendar and regional forums that separate the events by region but I cant seem to get that to work.

Is there any way we can have one master calendar and have the posts broke up in different forums say for example based on region?

kderentz 04-11-2008 05:07 PM

Need some major help guys. ... like a retard I thought a new version of this mod came out and I upgraded my existing install. Now when you add an event I getting a double post

any ideas???

its like its double posting this:

Code:

<form action="calendar.php?do=manage&amp;e=$eventinfo[eventid]"
but fi you look at my "calendar_showeventsbit" template it looks fine ...

Code:

$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">

<form action="calendar.php?do=manage&amp;e=$eventinfo[eventid]" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="manage" />
<input type="hidden" name="e" value="$eventinfo[eventid]" />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat">$eventinfo[title]</td>
</tr>
<tr>
        <td class="thead" style="font-weight:normal"><strong>$vbphrase[calendar]</strong>: $calendarinfo[title]</td>
</tr>
<tr>
        <td class="alt1">
                <table cellpadding="0" cellspacing="0" border="0" width="100%">
                <tr valign="bottom">
                        <td align="$stylevar[left]"><if condition="$show['postedby']"><a class="bigusername" href="member.php?$session[sessionurl]u=$eventinfo[userid]">$eventinfo[musername]</a><else />&nbsp;</if></td>
                        <td align="$stylevar[right]"><if condition="$show['subscribed']"><img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed_event.gif" alt="$vbphrase[event_reminder]" /><else />&nbsp;</if></td>
                </tr>
                </table>
               
                <div class="smallfont">
                        <if condition="$show['subscribelink']">
                                <div style="float:$stylevar[right]">
                                        <if condition="$show['subscribed']">
                                                <a href="calendar.php?do=deletereminder&amp;e=$eventinfo[eventid]">$vbphrase[delete_reminder_for_this_event]</a>
                                        <else />
                                                <a href="calendar.php?do=addreminder&amp;e=$eventinfo[eventid]">$vbphrase[request_reminder_for_this_event]</a>
                                        </if>
                                </div>
                        </if>
                        <if condition="$show['recuroption']">
                                $recurcriteria<br />
                                <phrase 1="$date1" 2="$date2">$vbphrase[date_x_to_y]</phrase><if condition="$show['adjustedday']">*</if>
                                <br /><span class="time"><phrase 1="$time1" 2="$time2">$vbphrase[time_x_to_y]</phrase></span>
                        <else />
                                <if condition="$show['holiday'] OR $show['singleday']">
                                        $eventdate
                                <else />
                                        <if condition="$show['daterange']"><phrase 1="$date1" 2="$date2">$vbphrase[date_x_to_y]</phrase><else />$eventdate</if> <span class="time"><phrase 1="$time1" 2="$time2">$vbphrase[time_x_to_y]</phrase></span>
                                </if>
                        </if>
                        <if condition="$show['ignoredst']">
                        <div>* $vbphrase[event_ignores_dst]</div>
                        </if>
                        <if condition="$show['adjustedday']">
                                <div>* <phrase 1="$eventinfo[timezone]">$vbphrase[event_posted_for_timezone_x]</phrase></div>
                        </if>               
                </div>
        </td>
</tr>
<tr valign="top">
        <td class="alt2">
               
                <if condition="$show['customfields']">
                        $customfields
                        <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                </if>
               
                <div>$eventinfo[event]</div>
               
                <if condition="$show['eventoptions']">
                        <div style="margin-top:$stylevar[cellpadding]px" align="$stylevar[right]">
                                <select name="what" onchange="this.form.submit();">
                                        <option value="">$vbphrase[event_options]</option>
                                        <if condition="$show['caneditevent']">
                                                <option value="edit">:: &nbsp; $vbphrase[edit_event]</option>
                                        </if>
                                        <if condition="$show['candeleteevent']">
                                                <option value="delete">:: &nbsp; $vbphrase[delete_event]</option>
                                        </if>
                                        <if condition="$show['canmoveevent']">
                                                <option value="move">:: &nbsp; $vbphrase[move_event]</option>
                                        </if>
                                </select>$gobutton       
                        </div>
                </if>
               
        </td>
</tr>
</table>

</form>

$rsvp_form

</div>
$spacer_close

EDIT: I got it working but had to deinstall it and reinstall it.

atomhead 04-14-2008 04:21 PM

Can the author or someone else make this work with gWoWevents?
https://vborg.vbsupport.ru/showthread.php?t=170592

I installed this mod, it creates the thread in the forum specified, but I get a message "You are not authorised to signup for this event" after I create it. I checked permissions and I have access to both the calendar and the forum.

MikeJeffs 04-15-2008 03:30 PM

Is it possible to have the event threads creates in a pre-existing forum that is used for other posts as well?

I don't want a seperate events forum, I want the event threads to be included in my main discussion forum.

Thanks

scan-pa 04-30-2008 10:40 AM

I updated to vB 3.7.0 Gold and this hack causes the following error msg.

Fatal error
: Cannot run code from this file in conjunction with non encoded files in /home/*********/public_html/forum/includes/searchwords.php on line 653

Can we please get this hack updated to work on vB 3.7.0 Gold.

This and Autodate both cause the same error msg. the 3rd. hack that was giving me this problem was fixed by adding code about a security token. could this be the answer to these errors?

Thanks,


Caerydd 04-30-2008 11:19 AM

Evercraft hasn't been on vb.org for a good 8 months now. I think thincom2000 was considering releasing a better version of this after 3.7 went gold, but I don't know how much work he has done on that.

Either way, gold has only been out for 2 days and both this and farcaster's event attendance are only sporadically maintained, so please give the developers (and potential developers) time to pick this up before demanding updates.

Ted S 04-30-2008 06:18 PM

Quote:

Originally Posted by scan-pa (Post 1503207)
I updated to vB 3.7.0 Gold and this hack causes the following error msg.

Fatal error: Cannot run code from this file in conjunction with non encoded files in /home/*********/public_html/forum/includes/searchwords.php on line 653

Can we please get this hack updated to work on vB 3.7.0 Gold.

This and Autodate both cause the same error msg. the 3rd. hack that was giving me this problem was fixed by adding code about a security token. could this be the answer to these errors?

Thanks,

You may want to reinstall as that's a mighty odd error (and doesn't seem to have anything to do with the security token change). I've got this running on 3.7.0 gold with no issues...

bugzy 05-02-2008 09:14 PM

anyone ever figure out the Quick Reply for the 1st post issue?

KURTZ 05-02-2008 09:16 PM

Quote:

Originally Posted by Caerydd (Post 1503258)
Evercraft hasn't been on vb.org for a good 8 months now. I think thincom2000 was considering releasing a better version of this after 3.7 went gold, but I don't know how much work he has done on that.

Either way, gold has only been out for 2 days and both this and farcaster's event attendance are only sporadically maintained, so please give the developers (and potential developers) time to pick this up before demanding updates.

OK, i'll wait ... :)

scan-pa 05-02-2008 10:33 PM

Quote:

Originally Posted by Ted S (Post 1503694)
You may want to reinstall as that's a mighty odd error (and doesn't seem to have anything to do with the security token change). I've got this running on 3.7.0 gold with no issues...

re installed and same issue.

And it is not caused by any other hack. as I have been running the same setup for over 2 years from vB 3.5 till now. I would say it is caused by a change from vB 3.6.8p2 to 3.7.x

I really need these two hacks fixed as they are both integral to the board.

Tom_S 05-06-2008 02:48 AM

Quote:

Originally Posted by Ted S (Post 1503694)
You may want to reinstall as that's a mighty odd error (and doesn't seem to have anything to do with the security token change). I've got this running on 3.7.0 gold with no issues...

Do you also have the Event Attendance & vb Event Forums Integration installed? https://vborg.vbsupport.ru/showthrea...=133970&page=7 If so are you having any issues? I am reading where there are the security token issues so I haven't tried it yet. I did install the Event Attendace for the calendar and no problems at all.

Thanks in advance.

Zweeper 05-06-2008 05:48 PM

will there come a 3.7 version? plz plz plz ;)

Tom_S 05-06-2008 06:36 PM

I heard that. I got it all working but it took a lot of fine tuning and it still isn't right and if all of a sudden a 3.7.0 version came out all of what I did would have to go. I would prefer the updated ready to go out of the box model so please to the updates ;)

HobbesGTS 05-06-2008 10:54 PM

I can't upgrade to 3.7 until this mod works with it :(

Eneswar 05-07-2008 12:49 AM

Yes please give 3.7 :D

TurkYasam 05-07-2008 08:48 PM

Quote:

I updated to vB 3.7.0 Gold and this hack causes the following error msg.

Fatal error: Cannot run code from this file in conjunction with non encoded files in /home/*********/public_html/forum/includes/searchwords.php on line 653

Can we please get this hack updated to work on vB 3.7.0 Gold.

This and Autodate both cause the same error msg. the 3rd. hack that was giving me this problem was fixed by adding code about a security token. could this be the answer to these errors?

Thanks,
Same here, we are all wating for updated version for 3,7
Thanks for your work..:)

scan-pa 05-07-2008 09:14 PM

Implementing CSRF Protection in all the templates used by this mod fixed the problem.

this mod is working great in vB 3.7.0 Gold

Here is the link to how to do it...

https://vborg.vbsupport.ru/showthread.php?t=177013

HobbesGTS 05-08-2008 12:04 AM

What templates do you have to edit?

Ted S 05-08-2008 12:48 AM

Quote:

Originally Posted by Tom_S (Post 1509996)
Do you also have the Event Attendance & vb Event Forums Integration installed? https://vborg.vbsupport.ru/showthrea...=133970&page=7 If so are you having any issues? I am reading where there are the security token issues so I haven't tried it yet. I did install the Event Attendace for the calendar and no problems at all.

Thanks in advance.

Yes I do and no, I don't have any issues.

Ted S 05-08-2008 12:49 AM

Quote:

Originally Posted by HobbesGTS (Post 1512162)
What templates do you have to edit?

All the ones that contain
Code:

<input type="hidden" name="s" value="$session[sessionhash]" />
which I believe is just a couple for this addon.

Tom_S 05-08-2008 04:19 AM

Thanks Ted

atomhead 05-10-2008 12:45 PM

Uninstalled until integration with gwowevents is fixed

bugzy 05-13-2008 02:43 PM

I getting an email error message below after upgrade. I looked through myphpadmin in the database and that column doesnt exist. Is there a change from 3.6.x to 3.7.0 in this regard?


Quote:

Database error in vBulletin 3.7.0:

Invalid SQL:

DELETE FROM sce_moderation
WHERE type = 'thread'
AND threadid = 32657;

MySQL Error : Unknown column 'threadid' in 'where clause'
Error Number : 1054
Request Date : Tuesday, May 13th 2008 @ 08:14:48 AM
Error Date : Tuesday, May 13th 2008 @ 08:14:48 AM
Script : http://socaleuro.com/forum/calendar.php?do=update&e=
Referrer : http://socaleuro.com/forum/calendar....ype=single&c=1
IP Address : 68.5.52.64
Username : xoutofstepx
Classname : vB_Database
MySQL Version :

zatzy 05-18-2008 09:18 PM

Any plans to make this mod for 3.7?

pete_brady 05-21-2008 06:44 PM

Quote:

Originally Posted by bugzy (Post 1518355)
I getting an email error message below after upgrade. I looked through myphpadmin in the database and that column doesnt exist. Is there a change from 3.6.x to 3.7.0 in this regard?

same error here... except i have two event forums on the same board and it works fine on one but not the other.

wpeloquin 05-26-2008 04:53 PM

Quote:

Originally Posted by jpapadpapa (Post 1465287)
I know this has been asked before, so maybe it's worth updating the mod with this ability?

[Last Update: 23 Sep 2006]
the writer also hasn't been on since Aug 2007. don't think it's gonna be updated anytime soon, unless someone else takes it over.

Quote:

Originally Posted by crash resistant (Post 1484947)
So does it or does it not work for 3.7? If so, any alterations to install?

Quote:

Originally Posted by HobbesGTS (Post 1511035)
I can't upgrade to 3.7 until this mod works with it :(

i upgraded to 3.7, reverted/re-edited all my templates, and have had absolutely no problems with this working on 3.7.

and as stated earlier, i'll post it again for emphasis:

https://vborg.vbsupport.ru/showthread.php?t=177013

Tanpapasmurf 06-03-2008 11:02 PM

Would anyone be willing to update this for 3.7.1 ??

I would be willing to give anything for this as my site depends on stuff like this.

rcwild 06-04-2008 01:53 AM

Installed 3.7.1 last night and installed this mod this afternoon. Hadn't read all of the posts in this thread beforehand. The mod seems to be working fine.

Ronseal 06-04-2008 08:05 AM

I've been using version 3.3 of this Mod on vB 3.6.8 for a few months.
I upgraded to vB 3.7.1 last week and have had no problems with this Mod and it works fine for me.

m_k 06-12-2008 08:24 PM

Great hack! I first saw this HERE, and then came looking for how to do it myself... got everything working fine, *except* for some reason the events at the bottom of forumhome only show "Todays Events" and not "Upcoming Events for the next xx day(s)"

Is it supposed to work by default, or is there some tricky fix required? Seems to work fine over at englishforum.ch where I first saw it - in fact the event listing at the bottom of their main page was what caught my attention in the first place.

gr8rcake 06-15-2008 12:58 AM

Is there a hack I could add to make recurring events thread display the day of the week / month on which the event occurs? at the moment it just shows the date range and a time.

FamChap 06-15-2008 06:04 AM

<a href="http://img516.imageshack.us/img516/8246/74554077ew8.gif" target="_blank">http://img516.imageshack.us/img516/8246/74554077ew8.gif</a>
^screenshot

i've 2 questions.

1. how can i get the width of the first post to match the width of the rest of the layout?

2. there's some abitrary text appearing on the postbit and nowhere else on the forum except when i install this hack and only on an event thread. how do i remove it? i can't identify the source of it anywhere... and all my postbits are defaults.

drgonzo120 06-15-2008 02:28 PM

Quote:

Originally Posted by Tanpapasmurf (Post 1540102)
Would anyone be willing to update this for 3.7.1 ??

I would be willing to give anything for this as my site depends on stuff like this.

yes, it would be very nice ... although no one seems to have any problems... but it's better to be 100% sure about such issues .... "you never know ..."

drgonzo120 06-15-2008 02:44 PM

i'm willing to pay some guy ... who's also willing to pay and about what amount are we talking ???

gr8rcake 06-15-2008 08:07 PM

I got around my problem by making the event forum hidden. That way users can only access the threads through the calendar. That was the only way I could find, short of hacking the code, to get visitors to know on what day of the week / month the recurring event occurs.

I think the fix lies in calling the fetch_event_criteria function in includes/functions_calendar.php somewhere in the Mod.

The problem with my fix is that the threads now become hidden from the search engines unless I allow them to crawl the calendar. That's not a good thing.

IvyKeepMommy 06-18-2008 04:44 PM

Quote:

Originally Posted by gr8rcake (Post 1550250)
I got around my problem by making the event forum hidden. That way users can only access the threads through the calendar. That was the only way I could find, short of hacking the code, to get visitors to know on what day of the week / month the recurring event occurs.

I think the fix lies in calling the fetch_event_criteria function in includes/functions_calendar.php somewhere in the Mod.

The problem with my fix is that the threads now become hidden from the search engines unless I allow them to crawl the calendar. That's not a good thing.

We just don't use recurring events on our site... if the event repeats, each instance gets added to the calendar separately.

intrigue 06-19-2008 06:21 AM

this works on 3.7 also :)


All times are GMT. The time now is 02:06 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.02137 seconds
  • Memory Usage 1,865KB
  • 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
  • (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