vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin Pre-Sales Questions (https://vborg.vbsupport.ru/forumdisplay.php?f=26)
-   -   Subscriptions module (https://vborg.vbsupport.ru/showthread.php?t=201818)

xeckit 01-15-2009 01:50 AM

Subscriptions module
 
I'm interested in buying a vBulletin license to be used by an academic community.

One of our main needs is a subscriptions module so that users can sign up for events like group dinners, parties, etc.

It's something like a poll or attachment that can be added to any topic. An admin or a mod adds a subscription list to a topic, and every user can sign up in the list, and add any number of escorts. The users can also sign off and remove escorts. An user can sign up, add or remove escorts, and sign off as many times as they wish during the time period defined by the admins. After that the list is locked and no more changes can be made.

We currently have a custom made forum with this functionallity, but we want to switch to vBulletin, so we need to know if there is any mod like this already or if it's possible to implement such this easily.

An example screenshot of a subscriptions list to a group dinner, which is attached to a forum topic on our current forum, can be viewed here:
http://www.ect-ua.com/subscriptions_list.png

Something like this needs new tables in the database and some template and core vB code changes.

I'm an experienced PHP developer and I'm willing to implement this myself if there's no similar mod already, but I want to know if hacking the vB code to implement this kind of functionallity won't bring problems on future upgrades, or if there's a "clean" way to do it that won't interfere with them and allows us to keep the board always at the last version.

Best Regards,
Tiago Nunes

Dismounted 01-15-2009 03:44 AM

Quote:

Originally Posted by xeckit (Post 1712821)
I'm an experienced PHP developer and I'm willing to implement this myself if there's no similar mod already, but I want to know if hacking the vB code to implement this kind of functionallity won't bring problems on future upgrades, or if there's a "clean" way to do it that won't interfere with them and allows us to keep the board always at the last version.

That's perfect, if you are an experienced PHP developer. I have not seen a similar modification available, but this should be fairly easy. It sounds like your run-of-the-mill insert/view/delete kind of thing. A modification that has its own PHP files and tables should be able to survive the any upgrades to the 3.x series. However, this may not hold true for vBulletin 4 (as a programmer, you should understand why).

xeckit 01-15-2009 04:59 PM

Quote:

Originally Posted by Dismounted (Post 1712903)
A modification that has its own PHP files and tables should be able to survive the any upgrades to the 3.x series..

How can I make the modification in it's own PHP files and templates? I have to hack into the vB create topic, modify topic and view topic templates and PHP files, right? I need to insert new code there and maybe change some of the existing one to accomodate the new features, correct?

Where can I find general guidelines and tutorials on modification development?
Also, is there any vB source code documentation available for developers?

Regards,
Tiago Nunes

nexialys 01-15-2009 05:06 PM

the best thing for you is to evaluate how the regular products are build from here... the bug is that if you are not licensed, you can not access the files, bad for developing externally...

xeckit 01-15-2009 07:08 PM

Ok, thanks for your help.

When is vB 4 gonna be released? Is there already a road map for that?

Dismounted 01-16-2009 04:30 AM

There is no definite timeline for the vBulletin 4 series. However, the first beta is scheduled to be released in Q1 2009.


All times are GMT. The time now is 10:30 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.00997 seconds
  • Memory Usage 1,724KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete