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 03-27-2008 12:41 PM

This is not a bug, you simply didn't copied the images to the correct folders to your style.

7lanet 03-27-2008 08:15 PM

When lifting the product does not work Forum

I Bmraselt hosting company


Quote:

Hello,

We have uncommented the following line from the .htaccess file inside the vb directory.

===============
AddHandler application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml
===============

Now the URL http://www.7lanet.com/vb/ is pulling up fine without any error. We are attaching the snapshot for your reference. Please verify this at your end.

Phalynx 03-28-2008 07:22 AM

Quote:

Originally Posted by 7lanet (Post 1476182)
When lifting the product does not work Forum

I Bmraselt hosting company

What are you trying to say me? I don't understand any of that.

vBExperience does not touch .htaccess or similar.

GrendelKhan{TSU 03-28-2008 03:48 PM

Installed... love it!!

small bugs:
-- ignore users/group doesn't seem to work for awards (ie: an igored user still has one of the awards :()
EDIT: nvm... I see you have to click "generate awards" again after setting ignored users. :)

-- typo in the admincp:

Quote:

Ignore Users
List all UserID's that should not be taken into calculation, seperate them by a colon, e.g. 4,5,8. This is useful for Bots.
you meant "seperate them with a COMMA", correct? ;)

rinkrat 03-28-2008 11:05 PM

Everybody is at 100% on the points (top orange) bar. How can I change this?

Otto123 03-29-2008 04:59 AM

Import a level file?

Nice mod btw! Thanks.

Acido 03-29-2008 07:20 AM

Hi Phalynx

Can you explain me better how work the Points for "thread votes" ?
I give XX points for each vote of a thread to the owner, or it multiply the total vote value as in the infractions case?

I'll appreciate your clarification.
Thanks in advance.

Southernphuk 03-29-2008 07:46 AM

Very cool and quick and easy to install. Just installed it tonight and announced it on the site and hope to see something fun come from it as well as increased posts and activity.

The promotion system interests me and I'm currently looking into how to implement it in a smart fashion. Anyone have a good system that they've come up with and care to share? I'm also curious how ya'll go about the shadows and highlights (remember a mod that did that, vbshop or something I'm thinking, been a long, long while).

Anyhow, installed, and top job!

Southernphuk 03-29-2008 07:51 AM

OOoh, did run into one problem (think its the only one). When I go to xperience.php and click on 'see all rewards' I get this.

Fatal error: Call to undefined function: fetch_avatar_from_userinfo() in /home/wyrd/public_html/xperience.php on line 89

Not a huge problem but any help would be appreciated.

Best,
Nathan

ScottRowan 03-29-2008 01:53 PM

Hi Phalynx,

I upgraded my forum to vB 3.7.0 RC1 and upgraded the Xperience to the latest version..

I hit Recount and done what the README says, but its still doing that thing when your on 100% it shows an extra little section.

Im using it in Firefox, ive tried it in IE and it looks fine.

How can I fix the problem with Firefox?

crashys 03-29-2008 02:30 PM

I want to place the medals on a different place... what variable shall i use to invoke the medals to be displayed as they are on the postbit??

Phalynx 03-29-2008 10:14 PM

Quote:

Originally Posted by rinkrat (Post 1477206)
Everybody is at 100% on the points (top orange) bar. How can I change this?

Simply: Take a higher level product and recount.

Quote:

Originally Posted by Acido (Post 1477435)
Can you explain me better how work the Points for "thread votes" ?
I give XX points for each vote of a thread to the owner, or it multiply the total vote value as in the infractions case?

It multiplies it.

Quote:

Originally Posted by Southernphuk (Post 1477449)
The promotion system interests me and I'm currently looking into how to implement it in a smart fashion. Anyone have a good system that they've come up with and care to share? I'm also curious how ya'll go about the shadows and highlights (remember a mod that did that, vbshop or something I'm thinking, been a long, long while).

I'm using it on my Demo site. Have 9 Usergroups and defined a level system where the user get's more possibilities when he reached a defined level, e.g. more pictures, more space, etc...


Quote:

Originally Posted by Southernphuk (Post 1477452)
OOoh, did run into one problem (think its the only one). When I go to xperience.php and click on 'see all rewards' I get this.

Fatal error: Call to undefined function: fetch_avatar_from_userinfo() in /home/wyrd/public_html/xperience.php on line 89

Not a huge problem but any help would be appreciated.

You are using vBulletin 3.6? If yes, please download the vB3.6-version of this hack.

Quote:

Originally Posted by ScottRowan (Post 1477616)
Hi Phalynx,

I upgraded my forum to vB 3.7.0 RC1 and upgraded the Xperience to the latest version..

I hit Recount and done what the README says, but its still doing that thing when your on 100% it shows an extra little section.

Im using it in Firefox, ive tried it in IE and it looks fine.

How can I fix the problem with Firefox?

This has been reported many times, I fixed this in 3.7.11

Quote:

Originally Posted by crashys (Post 1477629)
I want to place the medals on a different place... what variable shall i use to invoke the medals to be displayed as they are on the postbit??

That depends on the location you are in. If you see the awards somewhere on the page you can use $awards - if not, they are likely not parsed in that specific location.

Acido 03-31-2008 05:34 AM

I can't see how users are promoted reaching a new xperience level. It is done by recalculation of the xperience points (maintenance >> update counters) ?
If so, it's a server intensive process really hard to run in medium/large boards. :o

If i'm not wrong, do you think rewrite the mod to let it work with the VB internal promotions sistem by adding a new variable to the promotion strategy? (Promotion Strategy = vxperience points)

Thanks.

Phalynx 03-31-2008 07:17 AM

Quote:

Originally Posted by Acido (Post 1478866)
I can't see how users are promoted reaching a new xperience level. It is done by recalculation of the xperience points (maintenance >> update counters) ?
If so, it's a server intensive process really hard to run in medium/large boards.

There is a cron running that calculates every 10 minutes the experience points for every user that has made a new posting. By doing recounters it checks also for promotions. No extra recount is needed.

Ah`Monk 03-31-2008 01:11 PM

where do i actually upload the folder to ?
and i have an error now, i couldn't access my admin..

Phalynx 03-31-2008 01:28 PM

Copy all files from /upload/includes to your server /includes
Copy all files from /upload/admincp to your server /admincp

etc...

Ah`Monk 03-31-2008 01:31 PM

Quote:

Originally Posted by Phalynx (Post 1479048)
Copy all files from /upload/includes to your server /includes
Copy all files from /upload/admincp to your server /admincp

etc...

Omg! That is easy!
I'm new to this. Thanks for your prompt help! :up:

Phalynx 03-31-2008 01:55 PM

There is a new version ready for a beta test.

Install this version only if you want to test it! This 3.7.11-RC *can* be installed on live systems.

Upgrade Instructions
1. Copy ALL files from /upload/ to the server. Take care of the images, copy them to your style misc folder if you use a customized style
2. ReImport product_vbexperience3711.xml, allow overwrite
3. If you modified any of the vBExperience templates, revert them ALL
4. Run Maintenance Tools/Recount

Preliminary changelog for 3.7.11:
- No limitation in levels anymore. You can now freely define levels, e.g. 70 levels for WoW, or 500 levels. If you have modified your max level, you will have to change setting "Max Level".
- Bars of ignored Users are not shown anymore
- Custom Points are now fully supported via AdminCP. They appear on "Misc"
- Redone code for bars. No more overlapping images on 100% activity. Please keep in mind: On very dark layouts the borders of the bars is not always visible. Check "extras/gfx bars for dark backgrounds"
- Added: A new gfx for right end of bars
- Added option for PNG instead GIF
- Fully translated AdminCP
- Fixed Avatars in Awards
- Fixed uncached xperience_musername
- Fully support for ignore Usergroups
- Support for GOLD, SILVER, etc.. Awards with new Limit function. Not defined by default.
- Added new xperience: vBulletin Blog. A new setting has been introduced to control it. Additional, this xperience is taking settings for views, votes and comments from thread settings.
- Added new gfx, see "extras/gfx awards alternate"
- Ignored Forums are not counted in activity count anymore
- Smaller fixes/changes

RvG2 03-31-2008 03:24 PM

weeeeeeeeeeeeeeeee thank you so much. testing now. :)

RvG2 03-31-2008 03:54 PM

can't find this:

- Custom Points are now fully supported via AdminCP. They appear on "Misc"

does this means that I can use my own points system complemented with vbxperience?

:)

Phalynx 03-31-2008 07:13 PM

You can assign users additional points, f.e. for special thanks...

RvG2 04-01-2008 02:39 AM

ok i got it.

i can see you are using points system on your own. can we combine it with other points system?

Phalynx 04-01-2008 06:26 AM

Not without additional programming.

arco 04-02-2008 01:07 AM

With 3.7.11 I'm getting a database error when running recount. Tried a total reinstall of the mod and gets the samme error still.

Code:

Database error in vBulletin 3.7.0 Release Candidate 1:

Invalid SQL:
SELECT COUNT(p.postid) AS own_ppd
        FROM post AS p
        INNER JOIN thread AS t ON (p.threadid = t.threadid)
        WHERE p.visible=1 AND p.dateline>1205291040 AND p.userid=1;

MySQL Error  : Table 'forum.post' doesn't exist
Error Number  : 1146

Edit: A couple TABLE_PREFIX was missing from class_xperience.php. Manually added them and all good.
Can also confirm that the problem with 100% bars are fixed. :)

arco 04-02-2008 05:23 AM

Using PNG instead of GIF doesn't work. The GIF images are still being used if PNG is selected in options.

Phalynx 04-02-2008 10:05 AM

I'm proudly to announce that vBExperience won the MOD OF THE MONTH Award for March 2008. Thanks for all people who voted for vBExperience.




Quote:

Originally Posted by arco (Post 1480562)
Edit: A couple TABLE_PREFIX was missing from class_xperience.php. Manually added them and all good.

Fixed in next release.

Quote:

Originally Posted by arco (Post 1480562)
Can also confirm that the problem with 100% bars are fixed. :)

Great, thanks.

Quote:

Originally Posted by arco (Post 1480653)
Using PNG instead of GIF doesn't work. The GIF images are still being used if PNG is selected in options.

PNG is currently for awards only.

Pod 04-02-2008 11:07 AM

Congratulations on the mod of the month! Very deserved.

I've been translating the mod to spanish, and in the phrase setting_ xperience_ use_ promotions_ desc the closing </font> is missing :p At least in 3.7.10 :p

Also, it'd be very helpful if the phrase xperience_points_needed used arguments, i.e, "{1} Points needed". It'd be very helpful 'cause the correct spanish translations would be "Necesita {1} puntos m?s".

Phalynx 04-02-2008 11:10 AM

Right, will be fixed in next version. Thanks.

ScottRowan 04-02-2008 11:12 AM

Dont want to rush anything I know you have alot to do but is there any rough estimate on when 3.7.11 will be released?

Phalynx 04-02-2008 11:13 AM

Yes: Shortly after the final release of vBulletin 3.7 has arrived. Shortly can mean few days.

KURTZ 04-02-2008 11:45 AM

Quote:

Originally Posted by Phalynx (Post 1480742)
I'm proudly to announce that vBExperience won the MOD OF THE MONTH Award for March 2008. Thanks for all people who voted for vBExperience.

congrats ;)

PS. remember the darker skins users :D

Phalynx 04-02-2008 11:48 AM

In the 3.7.11-Beta there are Bars for darker skins. Also, a second 3.7.11-Beta will be released soon.

KURTZ 04-02-2008 11:51 AM

Quote:

Originally Posted by Phalynx (Post 1480839)
In the 3.7.11-Beta there are Bars for darker skins. Also, a second 3.7.11-Beta will be released soon.

and the awards? :):o

ScottRowan 04-02-2008 11:52 AM

Quote:

Originally Posted by Phalynx (Post 1480799)
Yes: Shortly after the final release of vBulletin 3.7 has arrived. Shortly can mean few days.

Thanks m8, and congratz on winnings MOTM, you got my vote :)

Phalynx 04-02-2008 11:55 AM

Quote:

Originally Posted by KURTZ (Post 1480843)
and the awards? :):o

Use the PNG version.

Phalynx 04-02-2008 12:05 PM

Second beta of 3.7.11 arrived. This version is near the final, we can speak about release candidate to it.

Fixed not showing correct levelbar in postbit, vBBlog's query and missing table_prefix in one query.

I would be happy to receive more feedback to eliminate all (unknown) bugs.

Changelog 3.7.10 -> 3.7.11 is here:
https://vborg.vbsupport.ru/showpost....&postcount=458

KURTZ 04-02-2008 01:24 PM

Marius, i settled the png version into vBEx dropdown menu, after that (cuz the awards wasn't showed) i generated the award ... it runs ... BUT after that i'm gone into the 'http://www.mysite.net/board/xperience.php?go=awards' and i got this error ....

'Fatal error: Cannot instantiate non-existent class: xperience in /web/htdocs/www.nowhine.net/home/board/xperience.php on line 89'

if you need an admin account to check my board contact me via PM ... :)

Leo Brazil 04-02-2008 01:25 PM

Quote:

Originally Posted by Phalynx (Post 1480742)
I'm proudly to announce that vBExperience won the MOD OF THE MONTH Award for March 2008. Thanks for all people who voted for vBExperience.

I told you that since the begging. Congratulations. Not only for the mod it self but for your support here that's one of the fastest here.

KURTZ 04-02-2008 01:31 PM

Quote:

Originally Posted by KURTZ (Post 1480897)
Marius, i settled the png version into vBEx dropdown menu, after that (cuz the awards wasn't showed) i generated the award ... it runs ... BUT after that i'm gone into the 'http://www.mysite.net/board/xperience.php?go=awards' and i got this error ....

'Fatal error: Cannot instantiate non-existent class: xperience in /web/htdocs/www.nowhine.net/home/board/xperience.php on line 89'

if you need an admin account to check my board contact me via PM ... :)

OK, i tried to delete all the previous stats and now ALL runs correctly ... :)

anyway, CHECK HERE the final box is blank ... also the title of the awards are lefty, maybe is better if you can set them in the center of the box ... :) and the first box is smaller than the others ...

Phalynx 04-02-2008 01:42 PM

There was an error in xperience.php. I fixed it and re-uploaded the zip here:
https://vborg.vbsupport.ru/showpost....&postcount=476

Please overwrite xperience.php and try the thing with the awards.


All times are GMT. The time now is 06:34 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.03337 seconds
  • Memory Usage 1,845KB
  • 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
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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