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


All times are GMT. The time now is 02:26 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.03320 seconds
  • Memory Usage 1,770KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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