vb.org Archive

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

kenzacm 09-30-2008 12:54 PM

yep for now about to tweak it now

MissKalunji 09-30-2008 02:56 PM

Quote:

Originally Posted by MissKalunji (Post 1631932)
but isn't there a limit of gits to show per row?

All i did was moving the hooks

Bump :) i know you missed it

Jaxel 09-30-2008 06:25 PM

How does the award system calculate TIES?

I have 4 users with 100% activity... shouldn't they all get the activity award?

MissKalunji 09-30-2008 06:38 PM

the awards is for ONE person...depends on what you selected for activity it coul dbe cause one has more post then the other more threads then the other etc

Jaxel 10-01-2008 02:38 AM

Quote:

Originally Posted by MissKalunji (Post 1634115)
the awards is for ONE person...depends on what you selected for activity it coul dbe cause one has more post then the other more threads then the other etc

The activity award uses "Activity"... I have 4 users with 100% activity.

MissKalunji 10-01-2008 02:42 AM

Quote:

Originally Posted by Jaxel (Post 1634400)
The activity award uses "Activity"... I have 4 users with 100% activity.

it could be because one reached 100% before the other cause one was registered before the other etc etc the mod calculates all that....

i can't tell you exactly the reason because i've changed all mine

dapellegrini 10-01-2008 03:26 PM

Is there a way to remove Admins or specific users from getting Awards, but still count them in the points/levels rankings? Basically I still want users to see my vBExperience stats in my Public Profile etc, but I would rather let the normal members fight over the awards themselves?

dapellegrini 10-01-2008 05:46 PM

Quote:

Originally Posted by dapellegrini (Post 1628719)
INSTALLED and working great with 3.7.3 PL1.

One questions though. I have some custom logic in the postbit_legacy that will display your Real Name instead of your Username, if you so choose (using some custom profile fields). Problem is that awards stop appearing because they are jammed into musername before my template can get to them, so if I elect to display Real Name instead I cannot show awards.

Where can I either put my branching logic in to change musername, or better, how can I add awards to the end of a different variable (in my case, Real Name)?

Thanks

I figured this one out. Basically created my own Plugin on the fetch_musername hook. I set the execution order to 1 to make sure to fires before this mod and then entered this code:

Code:

if ($user['field5'] && $user['field8'] == 'Yes')
  {
      $user['musername'] = $user['field5'];
  }

that fixed it for me...

Phalynx 10-01-2008 07:32 PM

Just a quick info: vBExperience 3.7.18 BETA 1 will be released tomorrow. It's a huge release containing many features and bugfixes wished by the users here for months.

wwolf27 10-01-2008 07:49 PM

Thanks!


All times are GMT. The time now is 12:40 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.02499 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)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