Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 33
Search took 0.01 seconds.
Search: Posts Made By: bananalive
Forum: vBulletin 3.8 Add-ons 07-15-2015, 02:42 PM
Replies: 95
Views: 36,488
Posted By bananalive
Find ORDER BY...

Find

ORDER BY $mod_options[portal_threads_orderby] $mod_options[portal_threads_direction]


Replace with

ORDER BY rand()
Forum: vBulletin 4.x Add-ons 02-01-2015, 03:08 PM
Replies: 2,287
Views: 343,411
Posted By bananalive
Prize competition aren't classified as gambling....

Prize competition aren't classified as gambling. A prize competition is a competition where success depends to a substantial degree on the exercise of skill, knowledge, or judgment.
Gambling is...
Forum: vBulletin 3.8 Add-ons 10-04-2014, 12:11 PM
Replies: 1,671
Views: 370,504
Posted By bananalive
vbulletin 4 version here -...

vbulletin 4 version here - https://vborg.vbsupport.ru/showthread.php?t=234385
Forum: vBulletin 4.x Add-ons 05-17-2014, 01:57 PM
Replies: 2,076
Views: 386,844
Posted By bananalive
Set up the form as attached screenshot ...

Set up the form as attached screenshot

$vbulletin->userinfo['userid'] = 0;
$vbulletin->userinfo['username'] = 'Guest';
...
Forum: vBulletin 4.x Add-ons 02-03-2014, 07:41 PM
Replies: 2,076
Views: 386,844
Posted By bananalive
Post to thread Then add to hook: Form Hook:...

Post to thread

Then add to hook: Form Hook: Before Submit:

$vbulletin->userinfo['userid'] = 0;
$vbulletin->userinfo['username'] = 'Guest';
Forum: vBulletin 4.x Add-ons 04-18-2013, 04:42 PM
Replies: 2,287
Views: 343,411
Posted By bananalive
$a = $vbulletin->db->query_first("SELECT COUNT(*)...

$a = $vbulletin->db->query_first("SELECT COUNT(*) as count FROM ".TABLE_PREFIX."tmnt_tmnts");
$count_tournaments = $a['count'];

$b = $vbulletin->db->query_first("SELECT COUNT(*) as count FROM...
Forum: vBulletin 4.x Add-ons 04-01-2013, 09:06 PM
Replies: 2,287
Views: 343,411
Posted By bananalive
Find in template tmnt_hof <div...

Find in template tmnt_hof

<div class="blockrow" style="display: table-cell;"> <vb:if condition="$team"><a href="teams.php?do=viewteam&amp;id={vb:raw hof.teamid}">{vb:raw hof.teamname}</a><vb:else /><a...
Forum: vBulletin 4.x Add-ons 01-13-2013, 10:54 AM
Replies: 2,287
Views: 343,411
Posted By bananalive
v6.1.4 - Performance improvements for...

v6.1.4
- Performance improvements for server/user for ladders/leagues side (9% quicker page load time; 19% less memory used)
- New sidebar design

v6.1.3
- Bug fix, add team members to usergroup...
Forum: vBulletin 4.x Add-ons 09-25-2012, 09:25 AM
Replies: 2,287
Views: 343,411
Posted By bananalive
I'm working on this atm.

I'm working on this atm.
Forum: vBulletin 4.x Add-ons 07-15-2012, 01:51 PM
Replies: 2,287
Views: 343,411
Posted By bananalive
Upload tournaments.php...

Upload tournaments.php (https://vborg.vbsupport.ru/attachment.php?attachmentid=139651&d=1341918795) to forum directory.
Forum: vBulletin 4.x Add-ons 06-03-2012, 10:22 PM
Replies: 2,287
Views: 343,411
Posted By bananalive
New Ladder/League Design Preview: ...

New Ladder/League Design Preview:

http://www.youtube.com/watch?v=xVVz511Ms7Q&feature=youtu.be
Forum: vBulletin 4.x Add-ons 05-31-2012, 12:31 PM
Replies: 2,287
Views: 343,411
Posted By bananalive
Click on their name, then challenge team

Click on their name, then challenge team
Forum: vBulletin 4.x Add-ons 05-03-2012, 03:26 PM
Replies: 2,287
Views: 343,411
Posted By bananalive
Attached

Attached
Forum: vBulletin 4.x Add-ons 03-20-2012, 06:00 PM
Replies: 2,287
Views: 343,411
Posted By bananalive
Tournaments are required to be have a slots...

Tournaments are required to be have a slots factor of 4.

32 players goes to 16 goes to 8 goes to 4 goes to 2 and then a winner.
24 players goes to 12 goes to 6 goes to 3 then ???

The bye...
Forum: vBulletin 4.x Add-ons 02-10-2012, 07:15 PM
Replies: 2,287
Views: 343,411
Posted By bananalive
@fookaa it will be available in v5.0.0

@fookaa it will be available in v5.0.0
Forum: vBulletin 4.x Add-ons 10-30-2011, 04:39 PM
Replies: 2,076
Views: 386,844
Posted By bananalive
ok, try this instead ...

ok, try this instead

if($vbulletin->userinfo['posts'] < 10)
{
$errormessage = "You need 10 posts to use this form.";
eval(standard_error($errormessage));
}
Forum: vBulletin 4.x Add-ons 10-05-2011, 11:30 AM
Replies: 2,076
Views: 386,844
Posted By bananalive
Upgrade to Easy Forms v4.3.0 AdminCP ->...

Upgrade to Easy Forms v4.3.0


AdminCP -> Plugins & Products -> Add New Plugin

Create a plugin using hook: easy_forms_action_email

$uheaders .= 'Reply-To: yourdealer@cricket.com' . "\r\n";
Forum: vBulletin 4.x Add-ons 10-04-2011, 05:35 PM
Replies: 2,076
Views: 386,844
Posted By bananalive
v4.2.8 - another edit for ckeditor ...

v4.2.8
- another edit for ckeditor

@djbaxter edit editor question (not javascript popup) then you can swap editor for multiline text box
Forum: vBulletin 4 Articles 09-26-2011, 03:36 PM
Replies: 97
Views: 28,238
Posted By bananalive
In your php near the beginning: ...

In your php near the beginning:

define('GET_EDIT_TEMPLATES', true);

In your php file in your main script, you'll need:

require_once(DIR . '/includes/functions_editor.php');
require_once(DIR...
Forum: vBulletin 4.x Add-ons 06-25-2011, 06:27 PM
Replies: 144
Mini Mods - Attachment Gallery
Views: 42,254
Posted By bananalive
v1.5 beta - Attachment tagging

v1.5 beta
- Attachment tagging
Forum: vBulletin 4.x Add-ons 06-23-2011, 02:10 PM
Replies: 2,076
Views: 386,844
Posted By bananalive
Line: if...

Line:


if (in_array($threadinfo[threadid], array(ThreadID1)))


should be


if (in_array($threadinfo[threadid], array(1)))
Forum: vBulletin 4.x Add-ons 06-22-2011, 08:18 AM
Replies: 235
Views: 36,845
Posted By bananalive
I'll have a look into vbulletin v4.1.4...

I'll have a look into vbulletin v4.1.4 compatibility issues today/tomorrow.
Forum: vBulletin 4.x Add-ons 06-08-2011, 10:00 PM
Replies: 144
Mini Mods - Attachment Gallery
Views: 42,254
Posted By bananalive
Attachment Gallery

Page showing attachments from across your forum.

Additional Features

Allows users to rate each attachment.
Follows usergroup/forum attachment permissions already setup in your forum

Sort...
Forum: vBulletin 4.x Add-ons 04-25-2010, 10:00 PM
Replies: 235
Views: 36,845
Posted By bananalive
Canned Replies v4.x - User Saved Text for Replies, Threads, PMs & Infractions

Description:

This mod allows each user to store standard replies which they can quickly access upon creating a reply, thread, pm or infraction.
Canned replies can be shared - For Examples,...
Forum: vBulletin 4.x Add-ons 03-22-2010, 10:00 PM
Replies: 2,287
Views: 343,411
Posted By bananalive
Tournaments, Ladders & Leagues Manager v4.x

**** Copyright by bananalive.org **** (http://www.bananalive.org/?ref=vbproddesc)

Email: admin [at] bananalive.org
Version History (https://vborg.vbsupport.ru/showpost.php?p=2008976&postcount=2)...
Showing results 1 to 25 of 33

 
Forum Jump

All times are GMT. The time now is 10:41 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01800 seconds
  • Memory Usage 2,052KB
  • 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
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (75)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete