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)

Xeyn 11-02-2010 11:49 AM

no its a paid skin buddy.....and its the new default for our site......

Phalynx 11-03-2010 05:39 PM

I'm now off for one week. I will return on 10th November.

DS MrSinister 11-03-2010 07:27 PM

Quote:

Originally Posted by Phalynx (Post 2117566)
I'm now off for one week. I will return on 10th November.

Have fun my good sir.

Prohibit 11-04-2010 01:31 AM

I love you Phalynx <333

lol, but in all seriousness... THANK YOU!!!!!!!!

fevredsuk 11-04-2010 01:28 PM

could the following be added in a later realease

being able to add an additional usergroup via the promotions instead of promoting to a new one.

this would enables members who have acheived a set amount of points in a given field to have access to private parts of the forum without their main usergroup being effected.

also the ability to promote on the acheivement of multiple fields would be very helpful

stwan 11-05-2010 06:33 AM

6 errors xhtml 1.0 in the profile due vBExperience:
  1. HTML Code:

    <style type="text/css">
    <!--

    #xperience-tab, #xperience-tab a:hover
    {
            height:25px;
            display:inline;
            background-color:transparent;
            margin:0px;
            padding:0px;
            text-align:center;
            border:none;
           
    }

    a:hover#xperience-tab {
            background:transparent;
    }

    #view-xperience .blockbody .stats dt
    {
            width: 250px;
    }
    -->

    </style>

    must be enclosed in <head></head>

    And the remaining 5 bugs of the same type:
  2. HTML Code:

    <div title="{vb:raw block_data.xperience_gfx_activity7}" style="width:102px; height:11px; margin-bottom:2px; background-image:url({vb:raw vboptions.bburl}/xperience/progress/{vb:raw vboptions.xperience_bar_colour_activity}_faded.png);">
    document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

samdret 11-05-2010 01:11 PM

I'm trying to give the vBExperience information the same look as the rest of the template, but when I try to edit postbit_legacy and enter

HTML Code:

<div class="post_field">{vb:raw xperience_postbit}</div>
the result (view source) is:

HTML Code:

<div class="post_field"></div>

<dt>Points</dt> <dd>86</dd> <dt>Level</dt> <dd>1</dd>

Am I missing something here? Also, xperience_awards_postbit and xperience_achievements_postbit turn up nothing, even though they are set like that in the settings.

DS MrSinister 11-05-2010 02:24 PM

Quote:

Originally Posted by samdret (Post 2118252)
I'm trying to give the vBExperience information the same look as the rest of the template, but when I try to edit postbit_legacy and enter

HTML Code:

<div class="post_field">{vb:raw xperience_postbit}</div>
the result (view source) is:

HTML Code:

<div class="post_field"></div>

<dt>Points</dt> <dd>86</dd> <dt>Level</dt> <dd>1</dd>

Am I missing something here? Also, xperience_awards_postbit and xperience_achievements_postbit turn up nothing, even though they are set like that in the settings.

replace xperience_level_postbit template with this. hope this helps

Code:

<div class="post_field"><dt>{vb:rawphrase xperience_level}</dt> <dd>{vb:raw xperience.level}</dd></div>

samdret 11-05-2010 03:10 PM

Quote:

Originally Posted by DS MrSinister (Post 2118293)
replace xperience_level_postbit template with this. hope this helps

Code:

<div class="post_field"><dt>{vb:rawphrase xperience_level}</dt> <dd>{vb:raw xperience.level}</dd></div>

Still didn't work as expected. http://grab.by/7fqO

I added

HTML Code:

<div class="post_field"><dt>{vb:rawphrase xperience_level}</dt> <dd>{vb:raw xperience.level}</dd></div>

<div class="post_field"><dt>{vb:rawphrase xperience_points}</dt> <dd>{vb:raw xperience.points}</dd></div>

and result is

HTML Code:

<div class="post_field"><dt>Level</dt> <dd></dd></div>

<div class="post_field"><dt>Points</dt> <dd></dd></div>

<dt>Points</dt> <dd>34</dd> <dt>Level</dt> <dd>1</dd>


DS MrSinister 11-05-2010 04:55 PM

1 Attachment(s)
Are you trying to do something like this? see the attachment.


All times are GMT. The time now is 08:53 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.02492 seconds
  • Memory Usage 1,755KB
  • 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_code_printable
  • (8)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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