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)

ConKien 01-18-2006 08:56 PM

Quote:

Originally Posted by Evercraft
mm im not too sure. It would certainly require an extra template edit.

I added this piece of template into calendar_edit template:

Quote:

<fieldset class="fieldset">
<legend>$vbphrase[attach_files]</legend>
<div style="padding:$stylevar[formspacer]px">
<div style="margin-bottom:$stylevar[formspacer]px">
<div>$vbphrase[valid_file_extensions]: $attachtypes[extensions]</div>
</div>
<div style="margin-bottom:$stylevar[formspacer]px" id="attachlist">
<if condition="$show['attachmentlist']">
$attachments
</if>
</div>
<div>
<script type="text/javascript" src="clientscript/vbulletin_attachment.js"></script>
<script type="text/javascript">
<!--
var newpost_attachmentbit = '$newpost_attachmentbit';
vB_Attachments = new vB_Attachment('attachlist', '$editorid');
$attachment_js
document.write('<input type="button" id="manage_attachments_button" class="button" tabindex="1" style="font-weight:normal" value="$vbphrase[manage_attachments]" title="$vbphrase[add_edit_files_attached]" onclick="vB_Attachments.open_window(\'newattachmen t.php?$session[sessionurl]$attachurl&amp;poststarttime=$poststarttime&amp;po sthash=$posthash\', 480, 480, \'$postid\')" />');
//-->
</script>
<noscript>
<a href="newattachment.php?$session[sessionurl]$attachurl&amp;poststarttime=$poststarttime&amp;po sthash=$posthash" target="manageattach" title="$vbphrase[add_edit_files_attached]" tabindex="1"><strong>$vbphrase[manage_attachments]</strong></a>
</noscript>
</div>
</div>
</fieldset>
It showed the button to upload, but when I click on the upload button, the forum msg gave me this:

Invalid Post specified. If you followed a valid link, please notify the administrator

Is there anything else I need to do to make this upload option to work?

Best,
CK

benFF 01-19-2006 03:48 AM

Quote:

Originally Posted by ConKien
I added this piece of template into calendar_edit template:



It showed the button to upload, but when I click on the upload button, the forum msg gave me this:

Invalid Post specified. If you followed a valid link, please notify the administrator

Is there anything else I need to do to make this upload option to work?

Best,
CK

I can't see this bug listed, so I'll add it (sorry if it's a dupe)

But if an event ranges over two oro more days, it shows the start date and time, but only the end time (no date) - so it can get a bit confusing...

Evercraft 01-19-2006 03:21 PM

Quote:

Originally Posted by silurius
Thanks, Evercraft! I have to say, the only bug I really care about is the one which renders this mod useles for me, ever since I moved to this from endquote's July version of the Event Forums. (Here's my original complaint about it). (The other stuff would be good as well, of course).

Also, in that other thread I had offered to contribute to a pool, and I have a feeling I missed that effort - is there a pool established already to expand this mod, to which I can contribute? I'm very motivated to support it.

Looking forward to the update!

in your original post you say that your using the old version. Does this bug still happen with this new version? (Are you uninstalling the old version as well?)

Evercraft 01-19-2006 03:23 PM

Quote:

Originally Posted by ConKien
I added this piece of template into calendar_edit template:



It showed the button to upload, but when I click on the upload button, the forum msg gave me this:

Invalid Post specified. If you followed a valid link, please notify the administrator

Is there anything else I need to do to make this upload option to work?

Best,
CK

Like I said i'm not entirely sure whats involved, its a bit more complicated than just a small addition to the template.

Evercraft 01-19-2006 03:24 PM

Quote:

Originally Posted by benFF
I can't see this bug listed, so I'll add it (sorry if it's a dupe)

But if an event ranges over two oro more days, it shows the start date and time, but only the end time (no date) - so it can get a bit confusing...

yeh i think thats in the bug list somewhere. Its something im aware of anyway. :)

silurius 01-19-2006 07:14 PM

Quote:

Originally Posted by Evercraft
Quote:

Originally Posted by silurius
Thanks, Evercraft! I have to say, the only bug I really care about is the one which renders this mod useles for me, ever since I moved to this from endquote's July version of the Event Forums. (Here's my original complaint about it). (The other stuff would be good as well, of course).

Also, in that other thread I had offered to contribute to a pool, and I have a feeling I missed that effort - is there a pool established already to expand this mod, to which I can contribute? I'm very motivated to support it.

Looking forward to the update!

in your original post you say that your using the old version. Does this bug still happen with this new version? (Are you uninstalling the old version as well?)

I actually had uninstalled endquote's version and installed this one. I had not touched the calendar subforum in the interim, and also checked to make sure that the calendar-to-forum mapping was correct. The bug does still appear to happen with this one (re-tested again just now). 1. Navigate to calendar forum; 2. Click 'new thread' button in forum; 3. Create event (interface is event interface); 4. Event shows up on calendar but not as a thread in the forum.

Devii 01-19-2006 11:38 PM

Still getting odd date bugs, this time its a day off from what the event is listed as, the title of the thread is a day ahead.

Devii 01-20-2006 12:23 AM

Seems I tracked down this annoying bug finally, I think...

in: postbit_display_complete

where

PHP Code:

    $lv_vb_eventforums_postTitle .= vbdate($vbulletin->options['dateformat'],
                             
$lv_vb_eventforums_event['dateline_from'], falsetruefalsetrue); 

put

PHP Code:

$lv_vb_eventforums_postTitle .= vbdate($vbulletin->options['dateformat'],
                             (
$lv_vb_eventforums_event['dateline_from'] + (3600 $lv_vb_eventforums_event['utc'])) , falsetruefalsetrue); 

I saw and corrected this in a few places, all of the plugins that related to the title.

LBmtb 01-20-2006 06:00 PM

I haven't this but has anyone tried installing this and the attendance seperately? Would this work?

Devii 01-21-2006 03:48 PM

Attendance is for a calendar event, not a forum thread, and thats how Event Forums work, it link the calendar to threads, so no, I dont think it would work.


All times are GMT. The time now is 03:53 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.01488 seconds
  • Memory Usage 1,760KB
  • 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_php_printable
  • (8)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