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)

Meghwar 02-20-2008 08:48 PM

Phalynx :
:) thanx let me test

Meghwar 02-20-2008 08:51 PM

Quote:

Originally Posted by Phalynx (Post 1447647)
Just allow overwrite.

The level products were not touched, no need to reimport.

INSTALLED:

Phalynx

Fantastic Work bro, Imazing :) they like it on site
Great, now can i have the Inset for the membersinfo i will add that manualy to my STYLE!!! i hope you understand me what i meant!

Regards

Phalynx 02-20-2008 08:58 PM

You're welcome!

Take a look at the template xperience_memberinfo_block

I have no clue if this will work as I'm going via plugin/hook to that place.

Sofia 02-20-2008 09:52 PM

Quote:

Originally Posted by Sofia (Post 1447591)
How I can add total Points and Level in postbit ?

Would it be possible that in the Postbit , it's displayed the total of points and the levle ?

Code:

Points: 12508
Level: 38


Quote:

Originally Posted by Phalynx (Post 1447633)
I've uploaded the update!

Updates
3.7.1, 20th Feb 2008: Fixed errors with missing prefix and case sensitivity in SQL queries, stats are now with correct user sum, handling correct user ignore

Download the file vbexperience371.zip, copy includes\class_xperience.php and includes\cron\xperience.php to the server, reimport the product and run recount.


Thanks for the update, works fine now :)

everydayforums 02-21-2008 12:24 AM

im getting this, it just repeats itself.

https://vborg.vbsupport.ru/external/2008/06/18.jpg

Phalynx 02-21-2008 05:55 AM

Quote:

Originally Posted by Sofia (Post 1447709)
Would it be possible that in the Postbit , it's displayed the total of points and the levle ?

Code:

Points: 12508
Level: 38


You will need this to print that:

Points:
$vbphrase[xperience_points]: $xperience[points]

Level:
$vbphrase[xperience_level]: $xperience[level]

Level Up (%)
$vbphrase[xperience_level_up]: $xperience[level_up]

Activity (%)
$vbphrase[xperience_activity]: $xperience[ppd]

Just copy it where you will have that in your postbit.



Quote:

Originally Posted by Ufgy.com (Post 1447792)
im getting this, it just repeats itself.

Uhh, did you copied that for yourself into the postbit? It does not print the images, only it's descriptions.

Hornstar 02-21-2008 07:38 AM

sounds very awesome, look forward to keeping an eye on this as it progresses and will install it as soon as 3.7 goes gold :)

Sofia 02-21-2008 09:02 AM

Quote:

Originally Posted by Phalynx (Post 1447915)
You will need this to print that:

Points:
$vbphrase[xperience_points]: $xperience[points]

Level:
$vbphrase[xperience_level]: $xperience[level]

Level Up (%)
$vbphrase[xperience_level_up]: $xperience[level_up]

Activity (%)
$vbphrase[xperience_activity]: $xperience[ppd]

Just copy it where you will have that in your postbit.

ok, good ! thank you, Phalynx ;)

Phalynx 02-21-2008 10:43 AM

vBExperience has been updated!

Changelog:
- Added new xperience: Social Groups. A new setting has been introduced to control it
- Added new xperience: Visitor messages. A new setting has been introduced to control it
- Added new xperience: Attachement views. A new setting has been introduced to control it
- Added new xperience: Thread tags. A new setting has been introduced to control it
- Removed "Use thanks" and "Use infractions" - they can now be disabled by setting their value to 0
- Cron adjusted from 15 to 10 minutes

Installation:
Download "vbexperience372.zip", upload all files from directory "upload" and re-import the product "product_vbexperience372.xml", allow overwrite.

That's it, have fun.

malluroses 02-21-2008 11:06 AM

Quote:

Originally Posted by Phalynx (Post 1448021)
vBExperience has been updated!

Changelog:
- Added new xperience: Social Groups. A new setting has been introduced to control it
- Added new xperience: Visitor messages. A new setting has been introduced to control it
- Added new xperience: Attachement views. A new setting has been introduced to control it
- Added new xperience: Thread tags. A new setting has been introduced to control it
- Removed "Use thanks" and "Use infractions" - they can now be disabled by setting their value to 0
- Cron adjusted from 15 to 10 minutes

Installation:
Download "vbexperience372.zip", upload all files from directory "upload" and re-import the product "product_vbexperience372.xml", allow overwrite.

That's it, have fun.


dose this now work for vb 3.6.7 version plz make this wrk for this version

Phalynx 02-21-2008 11:14 AM

No, it will not work with 3.6.x as it uses too many of the new vB3.7 features.
Let's see if I get some spare time after the GOLD release of vB3.7 to reduce the functionality and get it running with 3.6

IvyKeepMommy 02-21-2008 11:20 AM

*installed* Thanks!

How can I increase the levels -- a couple of my very active users are already at level 100!

jluerken 02-21-2008 11:21 AM

Hi Phalynx,

I will try to install your product later on but I already made a level file for it.
It is for all World of Warcraft Guild cause it contains the Experience Points from the game from Level 0 to 70.

Please check!

IvyKeepMommy 02-21-2008 11:25 AM

Points for posts
Sum: 63,764
Posts: 63,680
Attachements: 84
Thanks: 0

Attachments is spelled incorrectly here -- where do I go to fix?

Phalynx 02-21-2008 11:32 AM

Quote:

Originally Posted by IvyKeepMommy (Post 1448034)
How can I increase the levels -- a couple of my very active users are already at level 100!

Are you already using vbexperience_level_3_big.xml? If yes, read the chapter "Levels", there is a description with the Excel Sheet.

Quote:

Originally Posted by jluerken (Post 1448035)
I will try to install your product later on but I already made a level file for it.
It is for all World of Warcraft Guild cause it contains the Experience Points from the game from Level 0 to 70.

Thanks for sharing. The Level 70 is missing - 69 is the last. You are doing very big steps from level to level - do you have such a big board?

Quote:

Originally Posted by IvyKeepMommy (Post 1448037)
Attachments is spelled incorrectly here -- where do I go to fix?

It's the phrase "xperience_points_post_attachement" - this will be fixed in next version.

jluerken 02-21-2008 11:58 AM

Quote:

Originally Posted by Phalynx (Post 1448041)
Thanks for sharing. The Level 70 is missing - 69 is the last. You are doing very big steps from level to level - do you have such a big board?

No I don't have such a big board. Maybe I increase the points a lot or I will reduce this in future. The list contains the exact experience points you earn with a char in World of Warcraft, thats why the steps are so high. I will try to remap this to a pointsystem which will work for my board.
Btw. there are 70 steps in the file. Level 0 - 1 is also one :-)

I found out a small issue with your product. On the users profile page I can see that the users Reputation is used to calculate the points a user have. On my board the reputation system is disable. Your product should not use and show this line if the reputation system is off.

Regards
jluerken

jluerken 02-21-2008 12:12 PM

Hi Phalynx,

I have seen another issue.
When I delete threads and posts from a user the points are not decreased, they stay the same. User can get a lot of points by writing threads, wait 15 minutes and deleten them then or thank to a posts and afterwards remove the thank and give it later on again.
The point system should reflect this.

Phalynx 02-21-2008 12:18 PM

Quote:

Originally Posted by jluerken (Post 1448055)
I found out a small issue with your product. On the users profile page I can see that the users Reputation is used to calculate the points a user have. On my board the reputation system is disable. Your product should not use and show this line if the reputation system is off.

That's a thing that will be implemented in next version.

Quote:

Originally Posted by jluerken (Post 1448067)
When I delete threads and posts from a user the points are not decreased, they stay the same. User can get a lot of points by writing threads, wait 15 minutes and deleten them then or thank to a posts and afterwards remove the thank and give it later on again.
The point system should reflect this.

The point system does only count posts and threads that are not marked as deleted. But it does not refresh as soon as the post is getting deleted. It calculates only every 10 minute the data for users that created a new post. At the latest the xperience get's corrected downside.

Meghwar 02-21-2008 12:35 PM

Installed ( Great Work)

I just need help on the attached not showing on my Style:

IvyKeepMommy 02-21-2008 12:38 PM

Quote:

Originally Posted by IvyKeepMommy (Post 1448034)
*installed* Thanks!

How can I increase the levels -- a couple of my very active users are already at level 100!

I did figure out how to add levels in the excel file and then copy that to the xml level file (yay! me... I'm a complete xml newbie)... now can you tell me how to change the bars so that it reflects the new upper levels?

Phalynx 02-21-2008 12:38 PM

Quote:

Originally Posted by Meghwar (Post 1448085)
I just need help on the attached not showing on my Style:

Do you have the template hook named "postbit_userinfo_left" in "postbit"/"postbit_legacy" your style?

IvyKeepMommy 02-21-2008 12:45 PM

our board is not that big (we have 288 members and growing), but we are active (55K in posts in less than six months), some of my members were already at level 100 from the start, so I did edit t he excel file so that our board will have 1000 levels (some of my members are SUPER competitive).

The bars still show a percentage of 100... WHERE would I go change that figure so it displays a percentage of 1000?

Phalynx 02-21-2008 12:53 PM

Quote:

Originally Posted by IvyKeepMommy (Post 1448094)
The bars still show a percentage of 100... WHERE would I go change that figure so it displays a percentage of 1000?

Currently only levels up to 100 are supported. You have to adjust your level ranges to fit into 100. Or just minimize some settings, e.g. less points for postings.

jluerken 02-21-2008 12:58 PM

Quote:

Originally Posted by Phalynx (Post 1448072)
That's a thing that will be implemented in next version.

Great news, thanks for that

Quote:

Originally Posted by Phalynx (Post 1448072)
The point system does only count posts and threads that are not marked as deleted. But it does not refresh as soon as the post is getting deleted. It calculates only every 10 minute the data for users that created a new post. At the latest the xperience get's corrected downside.

Hi Phalynx, this is what I've done.
I create 5 new threads and ran the cron tasks manually.
I checked the points and they increased correctly.
Then I hard deleted the threads and ran every vBulletin clean up cron.
To be sure that everything is correct, I also used the vb maintenance functions for recount threads, userstats and so on.
Afterwards I started the points systems cron tasks again manually.
Then I checked the Points system on the user profile page but I don't see that the users points decreased, its still the same.

Phalynx 02-21-2008 01:02 PM

Quote:

Originally Posted by jluerken (Post 1448105)
Then I checked the Points system on the user profile page but I don't see that the users points decreased, its still the same.

You have to go to maintenance and do a xperience recount. In the cron only people with fresh posts will be calculated.

jluerken 02-21-2008 02:29 PM

Quote:

Originally Posted by Phalynx (Post 1448108)
You have to go to maintenance and do a xperience recount. In the cron only people with fresh posts will be calculated.

Oh, I did not know that this even exists :-)
It works very well.
I hope to see 3.7.3 coming soon to be able to disable the reputation system :D

Jhonnyf 02-21-2008 02:39 PM

Quote:

Originally Posted by Phalynx (Post 1448021)
vBExperience has been updated!

Changelog:
- Added new xperience: Social Groups. A new setting has been introduced to control it
- Added new xperience: Visitor messages. A new setting has been introduced to control it
- Added new xperience: Attachement views. A new setting has been introduced to control it
- Added new xperience: Thread tags. A new setting has been introduced to control it
- Removed "Use thanks" and "Use infractions" - they can now be disabled by setting their value to 0
- Cron adjusted from 15 to 10 minutes

Installation:
Download "vbexperience372.zip", upload all files from directory "upload" and re-import the product "product_vbexperience372.xml", allow overwrite.

That's it, have fun.

:D you make a litle mistake on xperience_gfx Templare

You put
$vbphrase[points]: $xperience[xperience_points]

The correct is

$vbphrase[xperience_points]: $xperience[points]

In Postbit the red dark zone is not say the Correct Level (but yes on the light red)

IvyKeepMommy 02-21-2008 04:09 PM

Quote:

Originally Posted by Phalynx (Post 1448100)
Currently only levels up to 100 are supported. You have to adjust your level ranges to fit into 100. Or just minimize some settings, e.g. less points for postings.

Thanks :) I made it fit into 100 :)

everydayforums 02-21-2008 05:05 PM

Quote:

Uhh, did you copied that for yourself into the postbit? It does not print the images, only it's descriptions.
What do you mean did I copy that myself into the postbit, I just followed the install instructions and thats what I got...

TheProphet 02-21-2008 05:10 PM

Quote:

Originally Posted by Meghwar (Post 1448085)
Installed ( Great Work)


I just need help on the attached not showing on my Style:

You need to copy the images to the installed style dir/misc and not the default misc dir.

Meghwar 02-21-2008 09:34 PM

Quote:

Originally Posted by Phalynx (Post 1448088)
Do you have the template hook named "postbit_userinfo_left" in "postbit"/"postbit_legacy" your style?


hi

thanx again

i open my postbit"/"postbit_legacy, as on the attached image; i search for postbit_userinfo_left, Negative !!!

big_joe 02-21-2008 09:42 PM

Quote:

Originally Posted by Ufgy.com (Post 1447792)
im getting this, it just repeats itself.

https://vborg.vbsupport.ru/external/2008/06/18.jpg


Im having the same problem, files are upload where they have to be.
/forums/images/misc/level
/forums/includes/cron
/forums/includes/ class......file

please help

Meghwar 02-21-2008 09:47 PM

Quote:

Originally Posted by big_joe (Post 1448373)
Im having the same problem, files are upload where they have to be.
/forums/images/misc/level
/forums/includes/cron
/forums/includes/ class......file

please help

make sure to UPLOAD your images to proper Images files for that style, some times styles be like this /forum/stylesname/images/misc/ OR /forum/stylesname/misc/

i'm sure its like that for your style

big_joe 02-21-2008 09:48 PM

i just found my problem, images goes over my theme im using not the default dir. just read it from another post in these thread

big_joe 02-21-2008 09:52 PM

Quote:

Originally Posted by Meghwar (Post 1448376)
make sure to UPLOAD your images to proper Images files for that style, some times styles be like this /forum/stylesname/images/misc/ OR /forum/stylesname/misc/

i'm sure its like that for your style


thanks alot

Phalynx 02-22-2008 06:58 AM

Is there a native english speaker that could take a look at the phrases and the readme to correct it?

Quote:

Originally Posted by Meghwar (Post 1448368)
i open my postbit"/"postbit_legacy, as on the attached image; i search for postbit_userinfo_left, Negative !!!

You have a template that is not fully vB3.7 compatible. Just do an upgrade...
Try also this:
Paste
Code:

$template_hook[postbit_userinfo_left]

directly under
Code:

<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>

Phalynx 02-22-2008 07:48 AM

vBExperience has been updated to 3.7.3!

Updates
3.7.3, 22th Feb 2008:
- Post Thanks and Reputation are only shown if they are enabled
- Smaller fixes

Installation:
Download "vbexperience373.zip", upload all files from directory "upload" and re-import the product "product_vbexperience373.xml", allow overwrite.

That's it, have fun.

Meghwar 02-22-2008 11:27 AM

Quote:

Originally Posted by Phalynx (Post 1448547)
Is there a native english speaker that could take a look at the phrases and the readme to correct it?



You have a template that is not fully vB3.7 compatible. Just do an upgrade...
Try also this:
Paste
Code:

$template_hook[postbit_userinfo_left]

directly under
Code:

<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>

Hi

works like a charm :)
thanks Great Addon

(vbexperience373 Installed)

hubba 02-22-2008 05:20 PM

It seems, Activity is set to 0 at every member... all have a Zero

Phalynx 02-22-2008 05:22 PM

Run the Cron vBExperience Activity - it will run once a day at 2 am.


All times are GMT. The time now is 09:10 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.03188 seconds
  • Memory Usage 1,859KB
  • 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
  • (6)bbcode_code_printable
  • (30)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (2)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