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)

Phalynx 05-03-2008 11:12 PM

You're welcome. Please click INSTALL :)

Good Night.

Deepdog009 05-04-2008 12:19 AM

700 downloads ...

400 installs...

?????????????????????????????????????????????????? ???

Replicators 05-04-2008 12:43 AM

hmmm, for the postbit there should be like a bar around it, or a frame of some sort, and also a <br /> before and after the code would be nice.

shlomot 05-04-2008 02:39 AM

Thank you so much for this wonderful MOD and for the v3.7.12 upgrade.

However, awards points for blog posts to not seem to be taken into account, even after defining its value (Points for vBulletin Blog), and after clicking the Recount link several times.

Captain DDL 05-04-2008 02:50 AM

Is there any way for the post count to be hidden while this is active? I don't really see a point in having both. Also, for users that have no registration date (happened back when we first converted to vB...displays as Dec 31 1969), is there any way to detect that and stop them from getting 30 years of experience points?

TheProphet 05-04-2008 03:51 AM

Quote:

Originally Posted by Phalynx (Post 1507408)
File includes/class_xperience.php
Search for '/level/award_'
and remove the /

Thx for the fix, but it comes with a switch, now the postbit is having a problem because it's pointing to: /forum/cb/misclevel/award_posting.png

TheProphet 05-04-2008 04:11 AM

Ok after i got the switching problem i did the following to fix:

Find this code in: includes/class_xperience.php [around line 751]
PHP Code:

            //this has to be hardcoded as the fetch_musername hook comes before style_fetch
            
if (strlen($stylevar[imgdir_misc])<2$stylevar[imgdir_misc]="images/misc/";
            
//this has to be hardcoded as the fetch_musername hook comes before cache_templates
            
$awards.='<img border="0" src="'.$stylevar[imgdir_misc].'/level/award_'.$awardname.'" title="'.$awardtitle.'">';
          
//eval('$awards.= "' . fetch_template($MyTemplate) . '";'); 

And replace the code by this
PHP Code:

            //this has to be hardcoded as the fetch_musername hook comes before style_fetch
            
if (strlen($stylevar[imgdir_misc])<2$stylevar[imgdir_misc]="images/misc";
            
//this has to be hardcoded as the fetch_musername hook comes before cache_templates
            
$awards.='<img border="0" src="'.$stylevar[imgdir_misc].'/level/award_'.$awardname.'" title="'.$awardtitle.'">';
          
//eval('$awards.= "' . fetch_template($MyTemplate) . '";'); 


Phalynx 05-04-2008 12:01 PM

Quote:

Originally Posted by shlomot (Post 1507609)
However, awards points for blog posts to not seem to be taken into account, even after defining its value (Points for vBulletin Blog), and after clicking the Recount link several times.

It rewards only blogging people, not comments. And it supports only vBulletin Blog.

Quote:

Originally Posted by Captain DDL (Post 1507621)
Is there any way for the post count to be hidden while this is active? I don't really see a point in having both. Also, for users that have no registration date (happened back when we first converted to vB...displays as Dec 31 1969), is there any way to detect that and stop them from getting 30 years of experience points?

Why don't you just run a query which sets the users joindate to a specific date like f.e. your board installation?

Quote:

Originally Posted by TheProphet (Post 1507687)
Ok after i got the switching problem i did the following to fix:

Thanks. Will be fixed in next version.

goodguy 05-04-2008 05:01 PM

Awesome hack :)

Installed fine but nothing showing in the postbit except the numbers I put in myself, how do I get the bars to show? Also should it all align to the left unlike the pic below?

Captain DDL 05-04-2008 05:34 PM

Quote:

Originally Posted by Phalynx (Post 1508018)
Why don't you just run a query which sets the users joindate to a specific date like f.e. your board installation?

How would I go about doing that?


All times are GMT. The time now is 02:33 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.02158 seconds
  • Memory Usage 1,754KB
  • 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_php_printable
  • (5)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