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)

smirkley 10-22-2015 12:35 AM

Quote:

Originally Posted by Xcynic (Post 2550659)
It is possible to only use the awards/achievements part of this mod instead of the entire points system etc?

Yes and thats how I use it.

It will take some fiddling, doable though. I would tell you but it has been quite awhile since I did that.

rob01 03-10-2016 01:19 AM

someone still use this mod?

Krazeguy 03-11-2016 10:36 AM

Quote:

Originally Posted by rob01 (Post 2566907)
someone still use this mod?

Just uninstalled (4.2.3) ... the errors really started piling up, very frustrating. I really did like this mod but have moved to DBT alternative since. Still haven't figured out how to fully stop the errors.

Alan_SP 03-11-2016 01:59 PM

Did you follow these instructions:

Quote:

/***** Uninstall *****\
- If you want to retain custom points or the shop and try a clean install you can just uninstall the product.
- To remove vBExperience completly, you will have to copy "ZIP\extras\Remove vBExperience\upload\admincp\kill_xperience.php" to AdminCP and execute it. After a confirmation dialog all vBExperience tables will be completely removed. Afterwards you will have to remove the product and all files via FTP.

rob01 03-12-2016 11:07 PM

Quote:

Originally Posted by Krazeguy (Post 2566997)
Just uninstalled (4.2.3) ... the errors really started piling up, very frustrating. I really did like this mod but have moved to DBT alternative since. Still haven't figured out how to fully stop the errors.

what type of errors?

Inna 07-24-2016 10:28 AM

Hi,
Previous vB version was 3.8 and now it's upgraded to 4.2.3
I upgraded in the way as mentioned in install and upgrade txt file, removed 3.8 product and then install 4.2 product. I checked in phpmyadmin that after removing 3.8 product, a table called vbexperience_stats is removed! So I created a backup of this table only to add it after installing 4.2 product.
Now everything is alright, except some rewards which are not shown in users' profiles.
I think I did everything properly, but don't know why this matter has happened.
Link: http://forum.special.ir
Regards

*At all, is that possible to upgrade to the latest version and keep all the rewards? As I searched, I reached a big NO!*

kartheekb 09-30-2016 09:45 AM

HI , Really its impressive.

One Question:

How can i change points settings , that each post value & reply value ..

Inked_Mono 01-12-2017 09:07 AM

Hey there, everyone!

So I've been playing around with the vBExperience plugin, and I've hit a bit of a hard spot. I'm adjust the width of the progression bars, but unfortunately the part that would "fill in" to match the appropriate percentage isn't keeping up.

Image: http://i.imgur.com/g6iInau.png

I've taken a look into the code, and it seems the green part is responsible;

Code:

<dt class="aboutme_left">
                        <div title="{vb:raw block_data.xperience_gfx_level}" style="width:130px; height:11px; margin-bottom:2px; background-image:url({vb:raw vboptions.bburl}/xperience/progress/{vb:raw vboptions.xperience_bar_colour_level}_faded.png);">
                                <div title="{vb:raw block_data.xperience_gfx_level}" style="width:1px; height:11px; margin-bottom:2px; background-image:url({vb:raw vboptions.bburl}/xperience/progress/{vb:raw vboptions.xperience_bar_colour_level}_left.png); display:inline; float:left;"></div>
                                <div title="{vb:raw block_data.xperience_gfx_level}" style="width:1px; height:11px; margin-bottom:2px; background-image:url({vb:raw vboptions.bburl}/xperience/progress/{vb:raw vboptions.xperience_bar_colour_level}_right.png); display:inline; float:right;"></div>
                                <img alt="{vb:raw block_data.xperience_gfx_level}" src="{vb:raw vboptions.bburl}/xperience/progress/{vb:raw vboptions.xperience_bar_colour_level}.png" width="{vb:raw block_data.xperience_levelp}" height="11" />
                        </div>

Does anybody know where I would find this within vBulletin to edit it to account for the new width changes?

Thank you in advance!

Ba2210 04-11-2017 03:00 AM

number_format() expects parameter 1 to be double.... Blah Blah Blah

I am get that error in my functions.php at line 848. When my users go to the promotions tab?

Any Help would be appreciated

ikymbo 05-24-2017 03:24 PM

dont work correctly on php 7.1.5 :(

creative-friend 08-17-2017 03:23 PM

1 Attachment(s)
don't work correctly on vb 4.2.5.
There are a lot of posts on my forum but activity of members didn't increase according to their actual activity.
Attachment 156571

creative-friend 10-11-2017 06:07 PM

I made some change in files and now it work on vb 4.2.5 & php 7.0.24.

open "xperience_activity.php" and "xperience_calc" files and remove "&" in following sentence.
$xPerience =& new xPerience;

These files located in /includes/corn/

@Dave
can you make change in actual files?

TheLastSuperman 10-11-2017 10:07 PM

Quote:

Originally Posted by creative-friend (Post 2590402)
I made some change in files and now it work on vb 4.2.5 & php 7.0.24.

open "xperience_activity.php" and "xperience_calc" files and remove "&" in following sentence.
$xPerience =& new xPerience;

These files located in /includes/corn/

@Dave
can you make change in actual files?

We can however it's rare, what the preferred method is; Allowing members to upload a copy of the fixed file in the modification thread. It must be attached to a post in this thread and we would then edit the first post and include a link to your post # with the applied fixes :cool:.

creative-friend 10-12-2017 11:45 PM

Quote:

Originally Posted by TheLastSuperman (Post 2590410)
We can however it's rare, what the preferred method is; Allowing members to upload a copy of the fixed file in the modification thread. It must be attached to a post in this thread and we would then edit the first post and include a link to your post # with the applied fixes :cool:.

You should make changes as you think better. Main thing is that if anyone face this problem, he fond solution easily.
Thanks

final kaoss 02-07-2018 12:36 AM

Is this modification working with php 7 & vb 4.2.5?

Fynnon 02-19-2018 11:32 AM

1 Attachment(s)
Hi, can anyone tell me if these 'xperience' database tables are created by this mod? Thanks

SanSource 02-21-2018 09:26 PM

Quote:

Originally Posted by Fynnon (Post 2593005)
Hi, can anyone tell me if these 'xperience' database tables are created by this mod? Thanks


Yes.

Pocket Aces 09-30-2018 08:10 AM

ACP sidebar options show blank page in PHP7, works fine with PHP5.6


All times are GMT. The time now is 08:13 PM.

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.03069 seconds
  • Memory Usage 1,766KB
  • 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)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (18)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