vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Fundraising for Calendar-AddOn (or how it should have been done in the first place.) (https://vborg.vbsupport.ru/showthread.php?t=316820)

Marv 01-21-2015 12:09 PM

Fundraising for Calendar-AddOn (or how it should have been done in the first place.)
 
When stumbling over the calendar and it?s functions, most where completly disappointed. No RSS-Feeds, no social networks, nothing. Ridicoulos and until now there are only a few coders that had mercy with us and were willing enough to give that calendar a little more functionality.

If you take a peek on other forum-softwares you can find pretty much all thinkable additions to their calendar-modules, upgrading it to a really useful and attracting part of a community, that should move the almost dead vBulletin calendar into the range of the main focus.

Don?t believe it? Have a look by yourself to this one for example: https://xenforo.com/community/resour...ndo-events.99/ . It?s made by Jaxel, a former vBulletin-Coder, who abandoned vBulletin and went on to use other software in the time of the owner change fiasko at vb.com and the initial release of XF. I?ve already contacted Jaxel today to find out, if there could be any chance to get this one ported over for a use with vBulletin 4.

It has to be assumed, that porting this mod over to vBulletin 4 will only happen, when some users are willing to spent some bugs for it. So, at this point I want to start a little fundraiser, who is willing to throw some money in the pot. Please only add yourself to the poll, when you are serious about that.

ForceHSS 01-21-2015 12:25 PM

Posted in the wrong place for polls reported

Marv 01-21-2015 12:37 PM

Quote:

Originally Posted by ForceHSS (Post 2533750)
Posted in the wrong place for polls reported

Seeing yourself as something like a forums police officer?

This isn?t a poll to raise votes on a specific opinion. The poll part is just abused for displaying, who would be willing to give which amount of money. The focus of this post is a request to make an AddOn available for vBulletin. So this is the only forum, where it is in the right place. At least I haven?t found a better one.

TheAdminMarket 01-21-2015 01:31 PM

I've coded a simple Events Manager. The only difference is that for personal design issues I prefered to use a monthly listing calendar instead using the traditional calendar.

Other than this it has some great features and other can added. eg In this version I haven't used reccuring events or registrations on events as I don't need them. But I have these feautures (even with online payments for registrations) in another addon so I can add them.

The site is in Greek, but you can see just the interface. Simplicity.

https://www.lagadas.com/events.php

CharlieDelta 01-21-2015 01:35 PM

Given Jaxel's track record at XF with crowd funding, I will not be throwing money at him.

Marv 01-21-2015 01:41 PM

Quote:

Originally Posted by CharlieDelta (Post 2533763)
Given Jaxel's track record at XF with crowd funding, I will not be throwing money at him.

All yours, I?m fine with that. But what is it exactly to come up with a statement like this? Even when this thread is about "who?s in".

--------------- Added [DATE]1421855284[/DATE] at [TIME]1421855284[/TIME] ---------------

Quote:

Originally Posted by NickTheGreek (Post 2533762)
I've coded a simple Events Manager. The only difference is that for personal design issues I prefered to use a monthly listing calendar instead using the traditional calendar.

Other than this it has some great features and other can added. eg In this version I haven't used reccuring events or registrations on events as I don't need them. But I have these feautures (even with online payments for registrations) in another addon so I can add them.

The site is in Greek, but you can see just the interface. Simplicity.

https://www.lagadas.com/events.php

Nice, but I miss some core functionality that is in Jaxels:

Quote:

With this, administrators can define a forum as the "event forum". Then whenever a user submits an event, it will automatically create a thread in that forum, and tie the event into that thread.

From there, users can RSVP for the event, as well as find additional information such as google map integration and live streams.
  • Event scheduling with auto-thread generation
  • Monthly and Weekly calendar views
  • RSVP system for registered users
  • Google Map integration for events
  • uStream/justinTV integration for events

It?s nice to see, what others come up with (even when this thread should be about the portation of Jaxels Addon). Nick, are you still developing your mod further on?

TheAdminMarket 01-21-2015 02:05 PM

Quote:

Originally Posted by Marv (Post 2533765)
It?s nice to see, what others come up with (even when this thread should be about the portation of Jaxels Addon). Nick, are you still developing your mod further on?

To add an accossiated thread per event is just 5 lines of code witn 1st and last of them depending on which addon I'm using it :)
Code:

$sql_forum = $db->query_first("SELECT forumid FROM ".TABLE_PREFIX."gallery_categories WHERE id=$categoryid LIMIT 1");
$foruminfo = fetch_foruminfo($sql_forum['forumid']);
build_new_post('thread', $foruminfo, array(), array(), $newpost, $errors);
$threadid = $newpost['threadid'];
$db->query_write("UPDATE ".TABLE_PREFIX."gallery_albums SET threadid=$threadid WHERE id=$albumid");


Marv 01-21-2015 02:09 PM

Quote:

Originally Posted by Marv (Post 2533765)
Quote:

Originally Posted by CharlieDelta (Post 2533763)
Given Jaxel's track record at XF with crowd funding, I will not be throwing money at him.

All yours, I?m fine with that. But what is it exactly to come up with a statement like this? Even when this thread is about "who?s in".

Wow, just found out what you are referring to: https://xenforo.com/community/thread...wd-fund.67343/ . That?s why I?ld only use an escrow service for this. Anything else would be naive.

TheAdminMarket 01-21-2015 02:12 PM

uStream/justinTV integration for events
That's the only that I didn't understood. Most probably is a service commonly used at States?

Marv 01-21-2015 02:26 PM

Quote:

Originally Posted by NickTheGreek (Post 2533774)
uStream/justinTV integration for events
That's the only that I didn't understood. Most probably is a service commonly used at States?

Guess so, as it?s mostly unknown in europe. In times of Google Hangouts it would be far more interesting to have them instead, so broadcastings from events could be live on the forums.

Now I?m curious, Nick ;) Are you about to adapt your mod to the specs of Jaxels Addon?


All times are GMT. The time now is 10:04 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.01603 seconds
  • Memory Usage 1,747KB
  • 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
  • (1)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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