vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   Rap Battle System -=RBS=- (https://vborg.vbsupport.ru/showthread.php?t=68161)

ericgtr 05-28-2005 01:18 PM

I've added a Top 3 Battle Leaders to this (to the original Mindtrix hack). I have plugged it in next to Logik's 'Latest Battles' hack, see screenshot.

Here's how I do it.

In forumroot/index.php find:

PHP Code:

// ### ALL DONE! SPIT OUT THE HTML AND LET'S GET OUTA HERE... ### 

Add this just above it:

PHP Code:

//Top 3 battle leaders
$topbattles $DB_site->query(
    SELECT userid, username, bs_wins
    FROM user 
    ORDER BY bs_wins DESC 
    LIMIT 3 
"
); 
while (
$showbattles=$DB_site->fetch_array($topbattles)) 

    
$counter++; 
    
$battleuserid $showbattles['userid']; 
    
$battleusername $showbattles['username']; 
    
$battlewins $showbattles['bs_wins'];

    
$spitbattles .= "<a href=\"member.php?u=$battleuserid\">$battleusername</a> ($battlewins)";
    
    if (
$counter 3
    { 
        
$spitbattles .= "<br /> "
    } 
}
//Top 3 battle leaders 

Now you can stick this into your FORUMHOME template where you want it to appear with this:

Code:

$spitbattles $bs_wins
I put this in combination with Logik's hack into a fieldset, as it looks in the screenshot, with this code in the FORUMHOME find:

Code:

<!-- end logged-in users -->
Add under:

Code:

<!-- Start Latest Battles -->
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_battles')"><img id="collapseimg_forumhome_battles" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_battles].gif" alt="" border="0" /></a>
                        Latest Battle Info
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_battles" style="$vbcollapse[collapseobj_forumhome_battles]">
        <tr>
                <td class="alt2"><a href="forumdisplay.php?f=106$session[sessionurl]"><img src="$stylevar[imgdir_statusicon]/forum_link.gif" alt="Latest Battles" border="0" /></a></td>
                <td class="alt1" width="100%">
                        <div class="smallfont">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><fieldset><legend>Latest Battles</legend>$logikthread</fieldset></td>
    <td><fieldset>
      <legend>Battle Leaders</legend>
      $spitbattles $bs_wins</fieldset></td>
  </tr>
</table>
                        </div>
                </td>
        </tr>
</tbody>
<!-- End Latest Battles -->


Logik 05-28-2005 03:45 PM

Oh thats great.

ericgtr 05-28-2005 04:35 PM

Quote:

Originally Posted by Logik
Oh thats great.

LOL.. do I detect a hing of sarcasm in that?

el diablo 05-28-2005 05:45 PM

i don't think so... looks like a cool add-on to me :) people can easily add as many as they want, e.g. top 5, top 10, etc... cool addition eric :)

ericgtr 05-28-2005 05:56 PM

I am actually looking forward to a new release of this, as it is I have just customized the current one a bit. :)

influence 05-28-2005 10:23 PM

Quote:

Originally Posted by ericgtr
I've added a Top 3 Battle Leaders to this (to the original Mindtrix hack). I have plugged it in next to Logik's 'Latest Battles' hack, see screenshot.

Here's how I do it.

In forumroot/index.php find:

PHP Code:

// ### ALL DONE! SPIT OUT THE HTML AND LET'S GET OUTA HERE... ### 

Add this just above it:

PHP Code:

//Top 3 battle leaders
$topbattles $DB_site->query(
    SELECT userid, username, bs_wins
    FROM user 
    ORDER BY bs_wins DESC 
    LIMIT 3 
"
); 
while (
$showbattles=$DB_site->fetch_array($topbattles)) 

    
$counter++; 
    
$battleuserid $showbattles['userid']; 
    
$battleusername $showbattles['username']; 
    
$battlewins $showbattles['bs_wins'];

    
$spitbattles .= "<a href=\"member.php?u=$battleuserid\">$battleusername</a> ($battlewins)";
    
    if (
$counter 3
    { 
        
$spitbattles .= "<br /> "
    } 
}
//Top 3 battle leaders 

Now you can stick this into your FORUMHOME template where you want it to appear with this:

Code:

$spitbattles $bs_wins
I put this in combination with Logik's hack into a fieldset, as it looks in the screenshot, with this code in the FORUMHOME find:

Code:

<!-- end logged-in users -->
Add under:

Code:

<!-- Start Latest Battles -->
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_battles')"><img id="collapseimg_forumhome_battles" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_battles].gif" alt="" border="0" /></a>
                        Latest Battle Info
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_battles" style="$vbcollapse[collapseobj_forumhome_battles]">
        <tr>
                <td class="alt2"><a href="forumdisplay.php?f=106$session[sessionurl]"><img src="$stylevar[imgdir_statusicon]/forum_link.gif" alt="Latest Battles" border="0" /></a></td>
                <td class="alt1" width="100%">
                        <div class="smallfont">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><fieldset><legend>Latest Battles</legend>$logikthread</fieldset></td>
    <td><fieldset>
      <legend>Battle Leaders</legend>
      $spitbattles $bs_wins</fieldset></td>
  </tr>
</table>
                        </div>
                </td>
        </tr>
</tbody>
<!-- End Latest Battles -->



thats great but how about, on the latest battles, you add the number of votes each battlers currently have?

for example

Latest battles

test1 vs. test2 (0-0)
test3 vs. test4 (1-0)
test5 vs. test6 (1-1)
test7 vs. test8 (2-1)


Also, no one figure out how to force people to put their opponent name in the opponent field when they start a new battle? I remove the hack because I couldn't find any solution for that and people were lazy to do it

ericgtr 05-29-2005 02:58 PM

Quote:

Originally Posted by influence
Also, no one figure out how to force people to put their opponent name in the opponent field when they start a new battle? I remove the hack because I couldn't find any solution for that and people were lazy to do it

Adding the ability to force them to put a name in will also require the system check to see if it's spelled correctly in order to function properly, which is most of the problem.

What I have done is added a page, so when someone clicks on 'New Thread' in that forum it will force them to at least read how to do it, I've also added a how to here https://vborg.vbsupport.ru/showpost....&postcount=189

Good moderation is the next step, now that it's panfully obvious that they need to enter the users name right, slam the door on threads where they aren't. If it's wrong we know that we have to go database diving to correct it, to me it's too much of a pain so I shut it down and make them start a new one. After doing that to a few of them, people get the idea :) Now, those mistakes rarely happen.

Sleepyk 05-30-2005 09:53 PM

Quote:

Originally Posted by Logik
Maybe...a challenge thread. Say if you wanted to challenge somone, you post a thread and a PM is sent to them. Or how about, automatic polling like:

I think i showed this too you. When you want to battle, you have the option to battle for records or dont. Once you post the thread, it goes to the poll.php and there you set the names in there and start poll. Once someone gets 5 poll votes, the thread automatically closes and the winner gets the win or vice versa.


no need

callout forum is for challenges i assume u not familiar with battle boards easy misque

option to battle record or not? no everyone battles for record no need for that excuse me but only pussies wouldnt wanna battle for record :)


5 votes auto close yet

3-0 auto close yes

and make it so people cant vote for themselves so pretty much code with "usernames in poll" cant vote


everything u sayin looks good but no voting forthemselves is most def. the most important variable

Sleepyk 05-30-2005 09:54 PM

oh yeah also make sure 2 names are in poll or it wont let them start thread

el diablo 05-30-2005 10:33 PM

Quote:

Originally Posted by Sleepyk
no need

callout forum is for challenges i assume u not familiar with battle boards easy misque

option to battle record or not? no everyone battles for record no need for that excuse me but only pussies wouldnt wanna battle for record :)


5 votes auto close yet

3-0 auto close yes

and make it so people cant vote for themselves so pretty much code with "usernames in poll" cant vote


everything u sayin looks good but no voting forthemselves is most def. the most important variable

i've ran battle boards since 2000 - i know how easy it is to "callout" someone in a "callout" forum - but what's the point of another forum? it makes it better to be able to callout someone with a click of a button...

and rather than limiting the voters who vote to not being "people in the poll" - it should have a Minimum reply warning so you have to give an explanation - or allow usergroups such as Mods, SM's and Admins to see who actually voted...

and on the backend - one thing i was messin with was a way to Delete records and add records - just incase...


All times are GMT. The time now is 05:58 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.01624 seconds
  • Memory Usage 1,783KB
  • 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
  • (6)bbcode_code_printable
  • (4)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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