vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vBstory - an Interactive Story for vB (1.0 Final) (https://vborg.vbsupport.ru/showthread.php?t=42899)

Ryangel 09-07-2002 05:15 PM

Quote:

Originally posted by Ninth Dimension
Just to let you know that I will be working on a next verson for vBstory, but i've got some other projects that I need to finish first. I'll also be adding some forum home bits (such as most active story, latest story, etc...) It will be cool :)

BTW, does anyone have any suggestions for vBstory? anything you would like to see added?

mmm, I'm personally very interested in the forumhome bits.

Some suggestions :

- Think was talked about before. Other users cannot enter a story when a user is currently entering a story. Since some users are really writers and can write to one hours worth.

- bits such as "links to New chapters since your last visit" would be really good as well :)

Thats about all to this wonderful hack.


oh and my vbstory link: http://sgstudents.com/forum/vbstory.php

Ninth Dimension 09-07-2002 05:30 PM

Both the ideas you have suggested are good, however i'm not too sure how to do them. The first would be a total pain to do, unless I set it up so that a user can mark it as "being worked on" - the only problem with this is that the user might never come back... I guess this could be done, but i'd need some external help.

As for the second, I might be able to do this, but i'm thinking it would be very resouce intensive......

What I am going to add is the ability for you to bookmark a chapter, allowing you to access it again from the forumhome and vbstory welcome page.

I'm also going to set it up so that admins get an email when a story is suggested, and when a new chapter is added (although I don't know how to access admins emails yet, i'll working something out.

although at this stage i'd like to point out this won't be for a couple of weeks, i've got some more important projects to work on first (after all, I need to earn a living :))

NexDog 09-07-2002 09:35 PM

The admin ideas are a must. :)

Definitely need an email or PM whenever a Story is Suggested. Email notifications to people subscribed to the story would be nice. Also, need to see the actual chapter in the adminCP as well as the stuff that we already see. ;)

Ryangel 09-08-2002 12:10 AM

Quote:

Originally posted by Ninth Dimension
Both the ideas you have suggested are good, however i'm not too sure how to do them. The first would be a total pain to do, unless I set it up so that a user can mark it as "being worked on" - the only problem with this is that the user might never come back... I guess this could be done, but i'd need some external help.

As for the second, I might be able to do this, but i'm thinking it would be very resouce intensive......

What I am going to add is the ability for you to bookmark a chapter, allowing you to access it again from the forumhome and vbstory welcome page.

I'm also going to set it up so that admins get an email when a story is suggested, and when a new chapter is added (although I don't know how to access admins emails yet, i'll working something out.

although at this stage i'd like to point out this won't be for a couple of weeks, i've got some more important projects to work on first (after all, I need to earn a living :))

The bookmark would be cool :)
As for the furst suggestion, What my users are doing now is they key in some sort of placeholder to ensure that that chapter is theirs first. *lol*

Ninth Dimension 09-08-2002 12:14 AM

Thats a good idea, going in, typing something like "Bugger off, this is my chapter" and then editing it later once they have finished - very good idea - maybe I can use something like that as a feature - I really need to spend some more time thinking about how it's going to work.

NexDog 09-12-2002 11:15 AM

I fixed the online.php. Your install instructions is missing some vital code. All pages require 2 entries in online.php: [where] and [activity].

Your's is missing the [where] function:
Code:

case 'vbstory':
      $userinfo[where] = "Reading an Interactive <a href='vbstory.php?s=$session[sessionhash]'>Story</a>";
      break;

Added it for John's arcade hack and the toplist hack and it works nicely. :)

Ninth Dimension 09-12-2002 03:50 PM

eeeerrrrmmmm, I don't know which file you have got, but the zip file on the first post does have both of the file edits needed for online.php, here:
Quote:

+-------------------------------------------------------------------------------------------------+
| In admin/index.php, find this code: |
+-------------------------------------------------------------------------------------------------+
// ***
makenavoption("New Posts","../mod/moderate.php?action=posts","<br>");
makenavoption("New Attachments","../mod/moderate.php?action=attachments");
makenavselect("Moderation","<hr>");
// *************************************************
+-------------------------------------------------------------------------------------------------+

+-------------------------------------------------------------------------------------------------+
| Add under: |
+-------------------------------------------------------------------------------------------------+
// *************************************************
// vBstory by Daniel Hollands - http://ofdan.net/
makenavoption("Add Genre","vbstory_admin.php?what=genre&action=add"," |");
makenavoption("Edit Genre","vbstory_admin.php?what=genre&action=edit", "<br>");
makenavoption("Add Story","vbstory_admin.php?what=story&action=add"," |");
makenavoption("Edit Story","vbstory_admin.php?what=story&action=edit", "<br>");
makenavselect("vBstory Options","<hr>");
// /vBstory by Daniel Hollands - http://ofdan.net/
// *************************************************
+-------------------------------------------------------------------------------------------------+

+
+++
+

+-------------------------------------------------------------------------------------------------+
| In online.php, find this code: (Optional) |
+-------------------------------------------------------------------------------------------------+
case 'printthread.php':
$userinfo[activity] = 'printthread';
$blowup = explode('=', $token1);
$threadid = intval($blowup[1]);
$threadids .= ",$threadid";
$userinfo[threadid] = $threadid;
break;
+-------------------------------------------------------------------------------------------------+

+-------------------------------------------------------------------------------------------------+
| Add under: |
+-------------------------------------------------------------------------------------------------+
case 'vbstory.php':
$userinfo[activity] = 'vbstory';
break;
+-------------------------------------------------------------------------------------------------+

+
+++
+

+-------------------------------------------------------------------------------------------------+
| In online.php, find this code: (Optional) |
+-------------------------------------------------------------------------------------------------+
case 'calendar':
$userinfo[where] = "Viewing <a href='calendar.php?s=$session[sessionhash]'>Calendar</a>";
break;
+-------------------------------------------------------------------------------------------------+

+-------------------------------------------------------------------------------------------------+
| Add under: |
+-------------------------------------------------------------------------------------------------+
case 'vbstory':
$userinfo[where] = "Reading an interactive story";
break;
+-------------------------------------------------------------------------------------------------+
But thank you anyway :D

amsch 09-20-2002 03:16 PM

Ok, I am a bit lost. I have my story but nothing is showing up??
http://20ishparents.com/boards/vbstory.php?s=

amsch 09-20-2002 03:18 PM

Like where the members can add to the story ect.
Otherwise it was a great install.

Ninth Dimension 09-20-2002 03:32 PM

Have you added all the templates? That is the only thing I think the problem could be.


All times are GMT. The time now is 08:59 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.01287 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
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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