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)

neoxephon 09-09-2009 01:43 AM

I noticed that some people are having problems with the Notifications menu links for vBExperience 3.85

The links end up pointing to http://www.mysite.com/member.php...
Instead of http://www.mysite.com/forums/member.php...

I fixed this for my forums and thought I would share how to fix it.

1. First, if you already have vBExperience installed, uninstall it.
2. Open up "product_vbexperience385.xml" in a text editor.
3. Make the following changes:

Find:
HTML Code:

    $notifications['xperience_achievementcount'] = array(
        'phrase' => $vbphrase['xperience_achievements_notifications'],
        'link'  => $vboptions[bburl].'/member.php?' . $vbulletin->session->vars['sessionurl'] . 'u='.$vbulletin->userinfo['userid'].'&do=achievements#xpa',
        'order'  => 150
    );

    $notifications['xperience_awardcount'] = array(
        'phrase' => $vbphrase['xperience_awards_notifications'],
        'link'  => $vboptions[bburl].'/member.php?' . $vbulletin->session->vars['sessionurl'] . 'u='.$vbulletin->userinfo['userid'].'&do=awards#xpa',
        'order'  => 151
    );
    $notifications['xperience_promotioncount'] = array(
        'phrase' => $vbphrase['xperience_promotions_notifications'],
        'link'  => $vboptions[bburl].'/member.php?' . $vbulletin->session->vars['sessionurl'] . 'u='.$vbulletin->userinfo['userid'].'&do=promotions#xpa',
        'order'  => 152
    );

Replace with:
HTML Code:

    $notifications['xperience_achievementcount'] = array(
        'phrase' => $vbphrase['xperience_achievements_notifications'],
        'link'  => $vboptions[bburl].'member.php?' . $vbulletin->session->vars['sessionurl'] . 'u='.$vbulletin->userinfo['userid'].'&do=achievements#xpa',
        'order'  => 150
    );

    $notifications['xperience_awardcount'] = array(
        'phrase' => $vbphrase['xperience_awards_notifications'],
        'link'  => $vboptions[bburl].'member.php?' . $vbulletin->session->vars['sessionurl'] . 'u='.$vbulletin->userinfo['userid'].'&do=awards#xpa',
        'order'  => 151
    );
    $notifications['xperience_promotioncount'] = array(
        'phrase' => $vbphrase['xperience_promotions_notifications'],
        'link'  => $vboptions[bburl].'member.php?' . $vbulletin->session->vars['sessionurl'] . 'u='.$vbulletin->userinfo['userid'].'&do=promotions#xpa',
        'order'  => 152
    );

4. Save the XML file and install vBExperience using it.

The links in the Notifications menu should now be fixed.

lycheepassion 09-09-2009 05:38 AM

Hey it says import the xml files how do I do that ive ftpd the files binary and text only not sure what to do next

OneShot 09-09-2009 07:32 AM

I'm having some problems with vBExp 3.8.5 Beta 2 and Downloads 5.1.0. I'm running both on vB 3.7.5 PL1.

Through some experimentation I tracked the problem down to vBExp. The Problem is that whenever someone tries to download a file via the Download section he gets the message "You don't have permission to download this file"

When I disable vBExp everything works, but then thats obviously not the best solution. nybody got an idea where the problem might lie and how I might be able to fix it ?

Nephalim 09-09-2009 07:55 AM

Quote:

Originally Posted by OneShot (Post 1881926)
I'm having some problems with vBExp 3.8.5 Beta 2 and Downloads 5.1.0. I'm running both on vB 3.7.5 PL1.

Through some experimentation I tracked the problem down to vBExp. The Problem is that whenever someone tries to download a file via the Download section he gets the message "You don't have permission to download this file"

When I disable vBExp everything works, but then thats obviously not the best solution. nybody got an idea where the problem might lie and how I might be able to fix it ?

I'm getting so many database errors that I had to turn the experience product off on my forum. :(

AJ CHRI 09-09-2009 09:04 AM

i have a problem with the vbsxperienze all moderator returned user! way?

JVCode 09-09-2009 09:24 AM

Loving the new achievements feature, are there any plans to add more achievements to this ?or if anyone else has made custom achievements, are you willing to share with us? I'm useless at making the images for them lol.

Swapnil 09-10-2009 02:38 AM

I'm testing the beta version.....

RK1gaming 09-10-2009 03:33 PM

am i missing something or is this new release missing files and stuff

m3rl1nuk 09-10-2009 07:58 PM

install beta 2 have the following error when you click on member name and acheivment notifications

Fatal error: Call to undefined function GetActivityAll() in /member.php(463) : eval()'d code on line 297

SEW810 09-11-2009 01:08 AM

Quote:

Originally Posted by m3rl1nuk (Post 1882768)
install beta 2 have the following error when you click on member name and acheivment notifications

Fatal error: Call to undefined function GetActivityAll() in /member.php(463) : eval()'d code on line 297

Are you sure you uploaded all files and overwrote old ones?.
That issue was fixed in vbexp 3.8.5.2.1


All times are GMT. The time now is 06:35 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.05463 seconds
  • Memory Usage 1,748KB
  • 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
  • (2)bbcode_html_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