![]() |
There is a conflict when trying to run this with FAVORITE SMILIES HACK.....when clicking on a new thread it says something about header information already passing.....after i disabled favorites hack this works fine......if anyone can get the both working please lemme know....THANKS
Peace |
Great stuff....
In conjucjtion with the RSVP script its totally brilliant. |
ragtek, which plugin would this be added to and would you be so kind as to provide instructions or should I ask at Advanced editing Mods plugin?
Quote:
Quote:
|
I was wounding if anyone knew how to run the Thread create portion of the vb forums stand alone? Editing and saving each event that was added before this was installed is a pain. I need a way to mass create all the accosiated threads by executing a script to create the thread part of the code product. Maybe check to see if event occurs int he next 30 days from today to prevent flooding. HELP please.
|
Hi all, I just want to apologise for the lack of updates on this. I've been very busy with work and other projects, and time for this project has unfortunatly been reduced to nil at present.
Unfortunatly I can't really say when I will be able to dedicate time to some of the requested features/issues, but when I do i'll be sure to let you know. |
I get two entries on the same showthread page.
http://www.sporthoj.com/forum/showthread.php?t=146213 How come? |
this mod set up fine, but when any members clicks on the new event button it say they do not have permission to view, but all setting ssay they do, anyone have any ideas on what to do here?
Mark, |
They need to have permission to create calendar events.
Anyway, any other product would have been an immediate uninstall. However this rocks too much. Installing this mod pushed my showthread queries up from 12 to 43. I'm going to have to rewrite all your plugins tomorrow to get it to only use the original 12... |
Zip updated with XSS flaw as per this post: https://vborg.vbsupport.ru/showpost....&postcount=218
Version 3.3.1 i guess |
Quote:
I am curious to know if you managed to control it via calendar add? |
In fact, it's even easier than I thought. We have the mapping in the vb options for event forum. Like 2:254 where 2 is the calendar id and 254 is the forum. So before adding an event in the calendar, if the calendar id matches the calendar id in the options, then we do a query for that forumid to see if it is active for buy thread. If it is, then we plugin an error telling them that this method is not allowed, that they should add the event from the forum and provide them a link to do so, since we have the forumid. And we let the buythread handle it with the method described in previous thread.
We would practically be disabling adding event directly from calendar. |
Quote:
|
Quote:
The code fix, is explained in the link posted in my reply. |
Quote:
I went along a different route... Created a 1-day long membership for people who wanted to post a thread (and they have 24 hours to post that thread), and then I created a year long membership for those who wanted the ability to post unlimited threads (for a higher price, of course), and that sort of took care of the problem... |
It would be really nice if we could add attachments to events. Right now I have to do it manually in the database.
|
yes that would be great
Quote:
|
Quote:
|
post it... ;)
|
Definitely interested
|
I'm desparate to get this to show up on the forumhome page. Not sure how to get it right. Can anyone help?
You can see the difference on events displayed on the forumhome www.napadanceclub.com as compared to the events forum--which has repeating events: http://www.napadanceclub.com/forum/forumdisplay.php?f=6 |
In order to add attachments to your forum events (once the event is posted):
Create new plugin. Product: Lv vB Event Forums Title: Attachment Permissions Hookname: showthread_post_start Phpcode: PHP Code:
FILE EDIT: calendar.php Find: PHP Code:
PHP Code:
TEMPLATE EDITS: editpost Find: Code:
<if condition="$show['deletepostoption']"> Code:
<if condition="$attachments_only"><div style="visibility: hidden; position: absolute"></if> Find: Code:
$postpreview Code:
<if condition="$attachments_only"></div></if> Find: Code:
<form name="vbform" action="editpost.php?do=updatepost&p=$postid" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>> Code:
<if condition="$attachments_only"><div style="visibility: hidden; position: absolute"></if> Find: Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> Code:
<if condition="$attachments_only"></div></if> Find: Code:
<div class="panel"> Code:
<if condition="$attachments_only"><div style="visibility: hidden; position: absolute"></if> Find: Code:
$attachmentoption Code:
<if condition="$attachments_only"></div></if> Find: Code:
</div> Code:
<if condition="$attachments_only"></div></if> TEMPLATE EDITS: calendar_showeventsbit Find: Code:
<div>$eventinfo[event]</div> Code:
<if condition="$show['attachments']"> Find: Code:
<if condition="$show['caneditevent']"> Code:
<if condition="$show['caneditattach']"> I think that's everything I did. In order to add attachments at the same time you create the event a LOT more edits were necessary and I didn't have the patience for it. Adding them after creation was good enough for me. |
Quote:
|
Quote:
the New Events wont show up after following the instructions |
There's a setting for this:
Show the New Event button on the thread list. Setting this to no will change the New Thread button to forward the user to the add event form. Setting this to yes will add a New Event button, ONLY if you have also added the necessary template modification in FORUMDISPLAY. See the installation instructions for more information. Is it set to yes? |
Quote:
|
Quote:
PHP Code:
|
I was trying to change the display of the thread title in the forum display and accomplished that. I updated it by updating the product-lv_vb_eventforums_v3_3.xml file and installing it with "Allow Overwrite" set to Yes.
After my update, the thread title is showing up twice in the thread view (if that's the right term). I've attached an image of what is going on. If anyone can tell me what went wrong and how to fix it, I would certainly appreciate it. I tested this change on my test forum, but didn't notice the duplication until I had applied it to my live forum. :o |
Check your postbit_display_start hook for Hide the first post on Event Threads. It seems like the first post is not being hidden, and since it's still the firstpostid, would be still be using the showeventsbit template over the regular postbit.
|
Quote:
Okay, I found the hook and it's active. I tried rolling back the software in my test forum and it still shows double. Looking at the content now. Update: it's definitely getting in that inner condition that does: $this->templatename = ''; Update 2: somehow, Display Event Details on Thread Page/showthread_complete got turned on, while the event attendance/event forum integration actually turns it off. So I'm not sure how I messed it up, but it seems fine now. thincom2000, thanks for getting me started on this. |
You had two copies of the showthread_complete plugin? I thought the integration removes the original too, but I'm glad you solved it.
|
I love this hack and it works perfectly.
However can i set the date different in the forum message events and upcoming events ? Im from the UK and we use dd/mm/yy instead of mm/dd/yy and its causing some users confusion. Better still would be to use real dates say 23 March 2007 etc Also is there a way to clean up the upcoming events block. We likely have 10 or so events in a day and it looks messy all being on the one line. Any help on either of these appreciated. |
Quote:
thanks |
This event mod requires almost 60 queries from the server. Not sure why
Here is a link, look at the bottom where I have vbMicrostat installed http://www.quantnet.org/forum/showthread.php?t=955 |
Does anyone know if I could incorporate this hack with the form hack here:
https://vborg.vbsupport.ru/showthread.php?t=126676 Instead of people being able to post whatever they wanted in the new event, I'd like to use a form instead so every event is uniform and allows people to search for certain characteristics within an event. Chris |
Quote:
|
Quote:
I think the author need to optimize his code. please share your fix. thanks |
Quote:
|
this and Farcaster's Event Attendance & Event Forums Add-On. Not sure which one calls the rsvp plugin but they are related and you have to disable both of them,
|
Quote:
|
Anyone know if this is limited to one forum ? Or can I set the IDs to multiple forums ?
Regards, Joel |
All times are GMT. The time now is 12:49 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|