vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - vBExperience 4 (https://vborg.vbsupport.ru/showthread.php?t=245023)

Kevin Ban 01-22-2013 10:50 AM

Extra>Levels

How to i uninstall "vbexperience_level_2_average" and replace it with "vbexperience_level_5_very_large"?

Anyway what's the difference between them. If i have 10,000 members, can i use "vbexperience_level_8_level200"? what will happen?

mofeu 01-22-2013 10:53 AM

For Levels you need to install something else on vBExperience4?

Kevin Ban 02-02-2013 08:06 AM

example if I want to replace the 7 days registered award with my own custom image, the default size is 16x16 how do i increase the size to 24x16. And the default image is png, can i use gif?

mokujin 02-06-2013 07:26 AM

Here is the way how to add another extenstions (example for GIF images), the default is allowed PNG only.

Open admincp/xperience_admin.php
Find:
PHP Code:

            $files16 GetFiles("_16.png");
            foreach (
$files16 as $file)
            {
                
$selected iif($achievements['imagesmall'] == $file"selected ");
          
$imagesmall .= '<option '.$selected.'value="'.$file.'" >'.$file.'</option>';
            } 

Add above:
PHP Code:

            $files16 GetFiles("_16.gif");
            foreach (
$files16 as $file)
            {
                
$selected iif($achievements['imagesmall'] == $file"selected ");
          
$imagesmall .= '<option '.$selected.'value="'.$file.'" >'.$file.'</option>';
            } 

###############################################
Find:
PHP Code:

             $files32 GetFiles("_32.png");
            foreach (
$files32 as $file)
            {
                
$selected iif($achievements['imagebig'] == $file"selected ");
          
$imagebig .= '<option '.$selected.'value="'.$file.'" >'.$file.'</option>';
            } 

Add above:
PHP Code:

             $files32 GetFiles("_32.gif");
            foreach (
$files32 as $file)
            {
                
$selected iif($achievements['imagebig'] == $file"selected ");
          
$imagebig .= '<option '.$selected.'value="'.$file.'" >'.$file.'</option>';
            } 


Zantox 02-07-2013 08:23 PM

My Achievements don't show up. They appear on profile but not on postbit. I have it set too, and some others do, but my specific user does not. Help

Jubei 02-16-2013 08:09 PM

Is there a way to send an auto-email to members when they unlock an achievement/award?

sheyworth 02-20-2013 04:32 AM

When I try to upload the plugins, suchas the one to make it work with vbookie, I get a message that they are not plugin, but they appear to be products. Advice?

Should I just upload them as product?

Ok So I installed it as a product. I then set my vbookie cash as custom. Now whenever I place a bet, settle a bet etc I get the follwing error
Quote:

Database error in vBulletin 4.2.0:

Invalid SQL:
SELECT
SUM(bet_amount_won) AS sumbets
FROM vbookie_bets_placed
WHERE bet_settled='Y' AND userid=4749
AND dateline > 315532800
GROUP BY userid;

MySQL Error : Unknown column 'dateline' in 'where clause'
Error Number : 1054
Request Date : Wednesday, February 20th 2013 @ 06:12:51 AM
Error Date : Wednesday, February 20th 2013 @ 06:12:52 AM
Script : http://www.centerstagesports.com/forums/vbookie.php
Referrer : http://www.centerstagesports.com/for...p?30963-Test-2
IP Address : xxxxx
Username : xxxxx
Classname : vB_Database
MySQL Version : 5.5.27
What do I need to fix?

TLCrestron 02-20-2013 05:43 PM

We are running vBulletin v4.2, and I'm no longer able to see the Experience choice in the "Community" drop down. Nor can I enable the tab, etc.

What can I do to resolve that?

sheyworth 02-20-2013 08:34 PM

Quote:

Originally Posted by TLCrestron (Post 2405462)
We are running vBulletin v4.2, and I'm no longer able to see the Experience choice in the "Community" drop down. Nor can I enable the tab, etc.

What can I do to resolve that?

Good luck getting support. I contacted the developer and he basically said he no longer supports it, then disabled his PM here.

snowlion 02-21-2013 12:00 AM

Quote:

Originally Posted by Phalynx (Post 2397251)
This is historical, vBExperience has grown since than. Yes, a change would be good.

But anyway - someone interested in taking over this modification?

He'd left his message about this mod here. So anyone interested in taking over this modification?


All times are GMT. The time now is 04:04 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.04053 seconds
  • Memory Usage 1,762KB
  • 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
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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