Version: 1.00, by MindTrix
Developer Last Online: Jul 2013
Version: 3.0.3
Rating:
Released: 08-08-2004
Last Update: Never
Installs: 93
No support by the author.
Ladys and Gentlemen, i give you, The Rap Battle System -=RBS=-
Many people have been requesting this so here it is. Took along time so im hoping it becomes a popular hack :nervous:
Features
Hmmm there are a few. Select the forum which the battle hack works in via the admin cp
Can edit a users win/loss record via the admincp aswell.
When someone wins a battle it automatically adds it to their win count and the opposite if they lose
The thread does not auto close because in my many years of experience people like to post/argue on after a battle is won or lost.
Erm oh and you submit your favourite line from the battle and it will get added to a database, then lines are randomly shown on the forum homepage.
Check the installation.txt for the full list, Also there is loads more features to come. Hopefully some people will release some addons maybe
Screenshot time wohoo
Oh yeah, the install button is your friend
Attachment edited/upgraded on 15th August 2004 had 87 views woot
Edited attachment on 15/1/2005 to stop all polls closing after one vote. Fix submitted by KingPooky!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I know it's been requested a few times in here so here's another bump, an option to add more than one forum to this would make a ton of difference, even if it's hard coded.
it's coming soon... i changed the code around again and it seems to be working correctly... as far as more than one forum - yeah that's actually what i'm trying to do now... i'm going through all of this code trying to figure out how i can do it for more than one forum...
Cool man, I will look forward to it. Another thing that would be nice is some sort of error checking. If they do not type in a username (or the field is blank) then they would go to an error page, as it is I have a bunch of users who don't type it in and it's a huge hassle keeping it straight.
I decided to add a confirmation page so they must read it and then click on the link to take them to a new post.
Attached is the confirm.php and the template, confirm.txt. Upload the confirm.php to your forum directory and create a new template called confirm. In the confirm template you will need to add your own html with what you want it to say, then you can add a static link that takes them directly to the post page in that forum.
Adding the conditions for your specified battle forum, this will replace all 3 instances of "Submit New Thread":
Important: Be sure to change your forum ID as specified.
<if condition="$show['newthreadlink']"><tr><td class="vbmenu_option">
<if condition="$foruminfo[forumid] == 106"> //<--- Change to your battle forum ID number
<a href="http://www.yoursite.com/vb/confirm.php">
<else />
<a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]"></if>$vbphrase[post_a_new_thread]</a></td></tr></if>