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 02-05-2005 01:44 PM

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.

???`S?LV?R???` 02-05-2005 05:40 PM

lol i'd say before starting work on new features we need to atleast get this updated for vb 3.0.6

ericgtr 02-05-2005 06:03 PM

Quote:

Originally Posted by ???`S?LV?R???`
lol i'd say before starting work on new features we need to atleast get this updated for vb 3.0.6

I doubt it's that far off the mark and if it is it can easily be tweaked like most of the mods for 3.0.x

???`S?LV?R???` 02-05-2005 06:09 PM

:) well it'd be nice for someone to release the working version for 3.0.6 though

el diablo 02-05-2005 06:29 PM

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...

???`S?LV?R???` 02-05-2005 06:40 PM

well good luck, keep us updated :)

ericgtr 02-05-2005 07:29 PM

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.

rapcriminals 02-09-2005 05:13 PM

yeah i have 3.0.6 i want that bad...and it dont work for mine...:(

ericgtr 02-09-2005 06:36 PM

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.

In the forumdisplay template find:

PHP Code:

    <td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]border="0" /></a

Replace with:

PHP Code:

    <td class="smallfont"><if condition="$show['newthreadlink']">
<if 
condition="$foruminfo[forumid] == 100"//<--- 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&amp;f=$foruminfo[forumid]"
</if> <
img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]border="0" /> 

Find:

PHP Code:

    <td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]border="0" /> 

Replace with:

PHP Code:

    <td class="smallfont"><if condition="$show['newthreadlink']">
<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&amp;f=$foruminfo[forumid]">
</if>
<
img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]border="0" /> 

Find:

PHP Code:

    <if condition="$show['newthreadlink']"><tr><td class="vbmenu_option"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]">$vbphrase[post_a_new_thread]</a></td></tr></if> 

Replace with:

PHP Code:

    <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&amp;f=$foruminfo[forumid]"></if>$vbphrase[post_a_new_thread]</a></td></tr></if> 


rapcriminals 02-10-2005 03:02 PM

so how long will it take for 3.0.6 man. im eager to have this


All times are GMT. The time now is 02:15 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.01827 seconds
  • Memory Usage 1,770KB
  • 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_php_printable
  • (1)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