vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - vBExperience 3.8 (https://vborg.vbsupport.ru/showthread.php?t=199556)

Sinan COSKUN 10-20-2009 07:04 PM

Please help. I need too.
How can I score for Attachments?

Cfreyna 10-22-2009 12:13 AM

How would I get those bars to not show up in users posts?

doubleclick 10-22-2009 07:57 PM

I figured out how to remove the infractions tab that I asked about 5 posts above.

Here's how I did it in case someone else has the same question:
  1. cp > Style Manager > Member Info Templates > MEMBERINFO
  2. Delete $blocks[infractions]

cheers,
dc

reddyink 10-22-2009 09:11 PM

Just installed this wonderful MOD. However, I am not seeing any point under the user name while in expanded mod and expierence tab, I am seeing points.

How to get points show below username as shown in the atttachment on MOD post. Where do I need to enable it?

Many Thanks

https://vborg.vbsupport.ru/attachmen...3&d=1249986518

KoV Animal KL 10-23-2009 10:14 PM

i unistalled it like in readme but now i got this error and i cant login to admin or anything
Invalid SQL:
UPDATE user SET xperience_done=0 WHERE userid='4';

MySQL Error : Unknown column 'xperience_done' in 'field list'
Error Number : 1054

Revan 10-24-2009 01:52 PM

These fixes are for 3.8.5 Beta 3 only!
-----------------------------------------------------


To fix the Achievements not displaying in profile if they are Included in vBExperience, open the member block plugin and find:
Code:

if ($vbulletin->options['xperience_use_awards'])
then add above
Code:

            if ($vbulletin->options['xperience_use_achievements'])
            {
                if ($vbulletin->options['xperience_achievements_block'] == 0)
                {
                    require_once(DIR . '/includes/functions_xperience.php');
                    $this->block_data['xperience_achievements'] = GetAchievements($this->profile->userinfo['xperience_achievements'], true);
                }
            }

To fix the Recount Achievements feature, open /includes/functions_xperience.php and find
Code:

$fielduser = str_replace("points", "count", $achievementsfields['field']);
Change to
Code:

$fielduser = $achievementsfields['field'];
To fix the syntax error in member.php, open the plugin cache_templates and find
Code:

if (THIS_SCRIPT === member)
Change to
Code:

if (THIS_SCRIPT === 'member')

Missing phrases:
xperience_achievements_empty
xperience_achievements_list



The following change is not a bug, but a feature addition.
Please do not contact Phalynx for support if you have performed this change.
Please do not contact me either, because I'm only sharing this because I can.


To let users see detailed Experience gains in their profile, open the template xperience_memberinfo_activities and find:
Code:

<li><span class="shade"><a href="xperience.php?go=activities">$vbphrase[xperience_activities_all]</a></span></li>
Above or below add:
Code:

<li><span class="shade"><a href="member.php?$session[sessionurl]u=$prepared[userid]&amp;do=points#xpa">$vbphrase[xperience_activities_points]</a></span></li>

KoV Animal KL 10-24-2009 04:54 PM

Quote:

Originally Posted by KoV Animal KL (Post 1904939)
i unistalled it like in readme but now i got this error and i cant login to admin or anything
Invalid SQL:
UPDATE user SET xperience_done=0 WHERE userid='4';

MySQL Error : Unknown column 'xperience_done' in 'field list'
Error Number : 1054

CAN ANYONE HELP ME?

MikalMirkas 10-24-2009 05:18 PM

Will you plan on releasing this for vBulletin 4?

gamerfu 10-25-2009 12:22 AM

Quote:

Originally Posted by MikalMirkas (Post 1905640)
Will you plan on releasing this for vBulletin 4?

Developer has stated he would, but when he has time. :cool:

reddyink 10-25-2009 12:24 AM

Might be a silly question.
Just installed this wonderful MOD. However, I am not seeing any point under the user name while in expanded mod and expierence tab, I am seeing points.

How to get points show below username as shown in the atttachment on MOD first post. Where do I need to enable it?

Many Thanks

https://vborg.vbsupport.ru/attac...3&d=1249986518


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