vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   vBstory - an Interactive Story for vB (0.94 RC4) (https://vborg.vbsupport.ru/showthread.php?t=42459)

Ninth Dimension 08-18-2002 10:00 PM

vBstory - an Interactive Story for vB (0.94 RC4)
 
I've upgraded this is Final Status, please visit https://vborg.vbsupport.ru/showthrea...threadid=42899 for more information.

Kumaro 08-18-2002 10:13 PM

This sounds like an excellent hack. However I don't want to install it until I see a screen shot. This may be something I have been looking for.

John 08-18-2002 10:49 PM

I can vouch for the fact that it works :banana:

C.Birch 08-18-2002 11:11 PM

how about haveing it so each user can add there own story and only they are able to add more to it and edit it (and if they want they can pick for everyone to be able to add more), and on the main page to the hack it gives you a list of all the storys on the board and who they are by and how many views they have had and also a rateing of the story and feedback from users about the story?

I know it be alot of work but it be one how of a hack

Ninth Dimension 08-18-2002 11:22 PM

this is an interesting idea, but not one that I'm going to do. the reason i'm not going to do it is because I don't think anyone is going to want to have to populate all of the diffrent chapters that are available. e.g.:

there is 1 chapter 1,
2 chapter 2's,
4 chapter 3's,
8 chapter 4's,
16 chapter 5's,
32 chapter 6's,
etc...

at the end of each chapter the story splits, and while I can see this being popular for a range of diffrent users working togther, I really can't see only one user wanting to do it all himself :)

Ninth Dimension 08-18-2002 11:25 PM

although saying that, the current verson could be changed to support this feature, all you would need to do is change
PHP Code:

                // check for permission
                
if (($bbuserinfo[usergroupid] == "1") or ($bbuserinfo[usergroupid] == "3") or ($bbuserinfo[usergroupid] == "4")) {
                    
show_nopermission();
                } 

to
PHP Code:

                // check for permission
                
if ($bbuserinfo[userid] == "<id>") {
                    
show_nopermission();
                } 

where <id> is the id of the user you want to have access to it.

joeboo 08-18-2002 11:29 PM

Hmm... i guess it can be useful to some boards :)

Ninth Dimension 08-18-2002 11:32 PM

(this is just me, but) I personally think that if I was going to write a story it would want to keep it all in one thread, rather that having it split off all the time :)

the idea of this hack is to get your users more involved in using the forum, and expressing themselves :)

anyway, i'm just working on beta3 at the moment, this is going to support multipul stories split into multipul genres :D

Apok2002 08-18-2002 11:36 PM

Daniel, I for one am very impressed. I have about 20 hacks installed on my board. The #1 hack is Lesane's Store hack (a lot of hackers would also attest to that)...and your hack will be IMO ranked right up there with the best IMO. While still in its beginning stages...the ideas you have in store for it will put at the top of the available hacks here.

I'm always looking for ways for my community to be interactive, and we've done this very thing (a while back) w/i a thread....but this feature, esp w/ your new ideas will blow those linear threads away.

It's nice to see a hack that works, easy to install...but most importantly is creative and unique.

/hats off

Looking forward to your new changes! :)

Ninth Dimension 08-18-2002 11:44 PM

Thank you for your kind words, it's nice to see that people like the idea. This is a project that I've been trying to get off the ground for ages, i've got an (almost) fully working verson of this script on my localhost, but it's not vB'd, so it's just a case of taking my old code, making it work with vB, and then making it look nice :)


All times are GMT. The time now is 12:21 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.01383 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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