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)
-   -   Fan Fiction Forum (https://vborg.vbsupport.ru/showthread.php?t=56086)

joeboo 08-09-2003 10:00 PM

Fan Fiction Forum
 
Fan Fiction Forum
Specific forum for fan fiction entries!


Version: 1.0
Author: Joeboo (Master Jawa)

(This hack was requested by Matt)

This is a pretty simple hack.. you can specify a certain forum that you wish your users to use for posting fanfics, stories, etc. Then, the users can post their stories and specify a rating for their story (PG, PG-13, etc.)

Screenshots: Below this post
Demo: N/A

Special thanks goes to eXtremeTim, since i used a snippit of his download hack code.

Dont forget to click Install!

joeboo 08-10-2003 08:38 PM

Screen 1

joeboo 08-10-2003 08:38 PM

Screen 2

joeboo 08-10-2003 08:38 PM

Screen 3

MaDCaT75 08-10-2003 08:42 PM

Nice one... I might use this (as soon as I fix my bloody errors on my forum) :(

Dean C 08-10-2003 09:06 PM

Would be sweet on movieforums :)

Matt 08-10-2003 10:13 PM

Thank you, thank you! :D I really appreciate this :D

Oblivion Knight 08-10-2003 10:38 PM

IMO, the admin option for this would be better below "Count posts made ... counts?" as Use rating certificates? instead of it being in it's own category. That way, it would be more suited for it to be used in game review forums, movie forums - pretty much anything that used rating certificates - as well as of course, fan fics.

Excellent stuff joeboo.. :)

Matt 08-10-2003 10:41 PM

Any way to not have the rating showing up if the user selects N/A? Its just I have it showing on the sticky in that forum..

Matt 08-10-2003 10:51 PM

The option to select a rating isn't showing up for me in newthread...

joeboo 08-10-2003 11:04 PM

Hmm.. you sure you did the file edits right? And specified a forum to use the rating system? I tested this twice and didnt get any problems..

Zachery 08-10-2003 11:08 PM

any chance your going to port this to vb3?

joeboo 08-10-2003 11:09 PM

I probably will when the final version of vb3 comes out

Matt 08-10-2003 11:22 PM

I just rehacked newthread.php and its still not showing the rating list, although editpost is working fine :-\

Is it possible to select threads in the forum that don't have the rating? (Mainly forum rule sticky threads)

joeboo 08-10-2003 11:36 PM

You must've messed up somewhere, maybe in the template edits?

I just tested it out on a test board and so did a friend just now, working fine :)

PBC 08-11-2003 01:21 AM

If a story is rated, say, NC-17, will users under the age of 17 still be able to read it?

Matt 08-11-2003 12:39 PM

How its coded currently they will be able to yes.

Oblivion Knight 08-11-2003 12:42 PM

Quote:

Today at 03:21 AM PBC said this in Post #16
If a story is rated, say, NC-17, will users under the age of 17 still be able to read it?
A good idea for possible future development of the mod.. :)

Dean C 08-11-2003 01:59 PM

Good idea but you'll find over 50% of the people under the age will lie about their age of just change their birthday so they can get in...

Matt 08-12-2003 03:10 PM

Well it didn't work for me no matter what I did so I don't know how you managed to get it working. I had to move the code someplace else and add newthread_rating to the templatesused but in order for it to work for me.

I managed to get it so that the ratings don't show for stickys as well.

Thanks for working on it though :)

Holidazed 08-12-2003 09:51 PM

Can somebody please explain something to me? What exactly does this hack do? It looks to me like the way normal forums look. What am I missing here? Why will this hack make my stories forum any better?

Attrox 08-13-2003 03:25 AM

I think it is just a hack which enables more fanfiction features, for say a fan fiction room at your forums... one being the rating system.

Matt 08-13-2003 12:31 PM

It allows your members to select a rating for their story from a dropdown when creating a new thread in that forum. Then it displays that rating underneath the title of the thread on the forum display.

Something else that could be worked into it is a different postbit maybe, and being able to input a short story synopsis that can go under the title as well.

Holidazed 08-13-2003 12:33 PM

So, how is this rating different than the one built into vBB? I have a rating in each thread.

Attrox 08-13-2003 03:47 PM

It isn't like a thread rating, it gives say a..."maturity rating" you can select. Like in movies kind of. PG, PG-13, NC-17, ect. ;)

Jagang 08-16-2003 02:36 AM

I run a play-by-post RPG site and this feature works in nicely as a disclammer of sorts for thread content. Violence, adult themes, etc. Good Job on the hack and thanx alot. **Hits Install**

Annemie Coenen 09-02-2003 10:08 PM

Hi,
In forumdisplay.php it comes up as MySQL database error and this is part of wot it has got on it "mysql error: Unknown column 'fanficrating' in 'field list'".

I am not really good @ all this but could any 1 help out.

yaya 09-03-2003 12:03 AM

so how does this work does it limit who can view by their birthday?

Oblivion Knight 09-03-2003 10:31 AM

Quote:

Today at 02:03 AM yaya said this in Post #28
so how does this work does it limit who can view by their birthday?
This hasn't been implemented yet..
It was just a suggestion for future development of the mod.

Annemie Coenen 09-04-2003 06:15 PM

Hi,
In forumdisplay.php it comes up as MySQL database error and this is part of wot it has got on it "mysql error: Unknown column 'fanficrating' in 'field list'".

I am not really good @ all this but could any 1 help out.

assassingod 09-04-2003 06:19 PM

Quote:

Today at 08:15 PM Annemie Coenen said this in Post #30
Hi,
In forumdisplay.php it comes up as MySQL database error and this is part of wot it has got on it "mysql error: Unknown column 'fanficrating' in 'field list'".

I am not really good @ all this but could any 1 help out.

You haven't ran the queries:

[sql]
ALTER TABLE forum ADD fanfictionforum SMALLINT(6) UNSIGNED DEFAULT '0' NOT NULL
[/sql][sql]
ADD fanficrating SMALLINT(6) UNSIGNED DEFAULT '0' NOT NULL
[/sql][sql]
ALTER TABLE thread ADD fanficrating VARCHAR(30) NOT NULL
[/sql]

Annemie Coenen 09-04-2003 08:02 PM

:p me!
I did really mean that about me not being very good on this!

midnightz 10-30-2003 01:23 PM

I'm getting this error on the second query.

Error

SQL-query+:+

ADD fanficrating SMALLINT( 6 ) UNSIGNED DEFAULT '0' NOT NULL

MySQL said:

You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ADD fanficrating SMALLINT( 6 ) UNSIGNED DEFAULT '0' NOT NULL


I am running mysql (4.0.15-standard)

I would really love to install this hack :)

Kane Da Don 12-16-2003 05:18 AM

i give you props joeboo for this i have been looking for something like this for a long time. But a couple of questions ok lets say if the thread poster posted his storie as a PG13 and mod we all think its a R storie and wants to change it but i dont know how to make it so that the Admin, Mods, Super Mods, can see the ratting thing again so they can update the ratting if needed but i would also would like to make it show in the first post of the thread so it would be eazy for mods to get to it can you plz help me out thank you again *[Clicks Install]*

ff8_bomb 01-02-2004 04:20 PM

Quote:

Originally Posted by midnightz
I'm getting this error on the second query.

Error

SQL-query+:+

ADD fanficrating SMALLINT( 6 ) UNSIGNED DEFAULT '0' NOT NULL

MySQL said:

You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ADD fanficrating SMALLINT( 6 ) UNSIGNED DEFAULT '0' NOT NULL


I am running mysql (4.0.15-standard)

I would really love to install this hack :)

Im getting this error as well!!

DarkSavior 01-19-2004 09:08 PM

Nice hack, worked well in 2.3.4. Two thumbs up!

brownafroduck 06-26-2004 05:45 PM

Just wondering why it says "walue" in the last two/three templates... ? It seems to work okay, regardless, but that seems a bit odd.

*clicks install*


All times are GMT. The time now is 05:02 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.01136 seconds
  • Memory Usage 1,797KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (37)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