View Full Version : Fan Fiction Forum
joeboo
08-09-2003, 10:00 PM
Fan Fiction Forum
Specific forum for fan fiction entries!
Version: 1.0
Author: Joeboo (Master Jawa)
(This hack was requested by Matt (https://vborg.vbsupport.ru/member.php?s=&action=getinfo&userid=414))
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 (https://vborg.vbsupport.ru/misc.php?s=&action=install&threadid=56086)!
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 :)
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.. :)
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..
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
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 :)
If a story is rated, say, NC-17, will users under the age of 17 still be able to read it?
How its coded currently they will be able to yes.
Oblivion Knight
08-11-2003, 12:42 PM
Today at 03:21 AM PBC said this in Post #16 (https://vborg.vbsupport.ru/showthread.php?postid=425054#post425054)
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...
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.
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.
so how does this work does it limit who can view by their birthday?
Oblivion Knight
09-03-2003, 10:31 AM
Today at 02:03 AM yaya said this in Post #28 (https://vborg.vbsupport.ru/showthread.php?postid=430857#post430857)
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
Today at 08:15 PM Annemie Coenen said this in Post #30 (https://vborg.vbsupport.ru/showthread.php?postid=431337#post431337)
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:
ALTER TABLE forum ADD fanfictionforum SMALLINT(6) UNSIGNED DEFAULT '0' NOT NULL
ADD fanficrating SMALLINT(6) UNSIGNED DEFAULT '0' NOT NULL
ALTER TABLE thread ADD fanficrating VARCHAR(30) NOT NULL
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
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*
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.