vb.org Archive

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

Revan 10-25-2009 06:00 PM

First of all, it uses the absolute post count, rather than the user table's posts field.
Secondly, it is actually faster to manually add achievements to the database via SQL than it is to use the interface.
Thirdly, when clicking "add new" (award, achievement) it actually saves a default award/achievement then opens the editor. When someone clicks "add new achievement" they want to see blank fields for a new achievement.

grtony 10-26-2009 01:27 AM

thank you ..

DarkArmada 10-26-2009 01:55 AM

Phalynx - just want to say great work, this latest BETA is leaps and bounds ahead of the previous one. Just one question regarding promotions.

Is there a line of code that controls the "Display Usergroup" field for promotions? I have many groups on my forum that are set as Additional Groups and that I'd like to keep as the displayed group, however everytime a user is promoted, this field changes back to "Default".

I looked myself but nothing jumps out at me. Even if someone with some vB coding experience knows what to look for, it'd be appreciated and I'll just make the change myself. Thanks

DarkArmada 10-26-2009 02:08 AM

Actually would I just need to omit the usertitle commands?

PHP Code:

    $userdata->set_usertitle(
        
$user['customtitle'] ? $user['usertitle'] : '',
        
false,
        
$vbulletin->usergroupcache[$user[usergroupid]],
        (
$vbulletin->usergroupcache['2']['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canusecustomtitle']) ? 


Mysterious2207 10-26-2009 05:49 AM

Hey guys, I need some help with this mod.

I've got it installed, but all my users are on level 1, and this wont increase?

For example, my accounts has 5000+ points, and is still on level 1? Everyone's "Level Up %" is on 99%, and every single user is on level 1. How would I fix this, is it a setting somewhere?

Phalynx 10-26-2009 08:59 AM

Quote:

Originally Posted by MandachuvA (Post 1901394)
vBExperience installed plus all my members are on level 1, as recounted points several times and they left the level 1, can someone help fix this:confused:

http://img390.imageshack.us/img390/2403/vbexp.png

Install a higher level xml.

Quote:

Originally Posted by snappy1313 (Post 1901544)
If it's in beta, should I have downloaded the previous version?

As you like. With the newest beta you can try new feature. If you prefer the last stable release, install it.

Quote:

Originally Posted by snappy1313 (Post 1901544)
1: The Experience link on my navbar is going to a 404 page not found. Everything else looks to be running fine. Doublechecked each and every folder/file in the upload folder as well. Any suggestions?

Are you using a subfolder? Can you try to call the xperience.php?

Quote:

Originally Posted by snappy1313 (Post 1901544)
2. db error
Database error in vBulletin 3.8.4:

Invalid SQL:
SELECT
COUNT(id) as cnt_images,
SUM(views) as sum_views
FROM pp6_photos
WHERE userid=1
GROUP BY userid;

MySQL Error : Table 'pnoo_forum.pp6_photos' doesn't exist
Error Number : 1146


Love this mod and can't wait to work these issues out!

Do you have the plugin for photopost installed? Please check the XML and replace the DB prefix with your own.

Quote:

Originally Posted by doubleclick (Post 1901832)
Hello -

I just finished reading the first 33 pages to find this, and still not luck. I hope you haven't already answered this.

1. I've been fiddling with a lot of point values to get to adjust point values. As a result, many of my members are wondering why they lost 45,000 points, 2600 points, etc. Is there a way for me to clear history of these wild fluctuations and set them to start on a particular day?

Check activities, details. There you have a detailed list of what happened. You cannot re-start with 0 points.

Quote:

Originally Posted by doubleclick (Post 1901832)
2. I don't have any Infractions to keep track of. How can I remove the "Infractions" Tab on their profile page?

Thanks,
dc

Disable the infractions system. It's not part of vBExperience.

Quote:

Originally Posted by DarkArmada (Post 1901851)
I gotta say, nice work. I tried the Beta 2 and it failed on my board terribly. Installed the latest Beta and so far so good. I can see the differences in the promotion system and although I had to hit recount multiple times to push people up the promotions ladder, it worked flawlessly.

Nice work :D

Nice to hear :)

Quote:

Originally Posted by BWJ (Post 1902556)
Regarding the setting: Latest achievements
In the admin panel: Displays only the last x Achievements of the user (postbit, profile). Lets say we choose = 5.

Problem: If you have a user having 6 or more achievements - the software will:

In the profile navbar -> latest news = correct result -> the system shows the achievements in a rolling fashion.

In the postbit and profile block -> latest achievements = not correct result -> the system shows the achievements according to how their parent achievement category is positioned (display order).

Suggestion: Besides making it rolling for postbit and profile block: In the profile block make a 'view more/all' setting. It is nice to see them all together at one place - but not if it fills up the whole profile window. So e.g. show the latest 5 and then a "view more".

Noted on todo list.

Phalynx 10-26-2009 09:03 AM

Quote:

Originally Posted by Cfreyna (Post 1903462)
How would I get those bars to not show up in users posts?

To get support, you will need to click "Mark as Installed".

Quote:

Originally Posted by reddyink (Post 1903962)
Just installed this wonderful MOD. However, I am not seeing any point under the user name while in expanded mod and expierence tab, I am seeing points.

How to get points show below username as shown in the atttachment on MOD post. Where do I need to enable it?

Many Thanks

https://vborg.vbsupport.ru/attachmen...3&d=1249986518

Check settings, Experience, Bars.

Quote:

Originally Posted by MikalMirkas (Post 1905640)
Will you plan on releasing this for vBulletin 4?

Yes, as stated already multiple times.

Phalynx 10-26-2009 09:16 AM

Quote:

Originally Posted by Revan (Post 1906038)
First of all, it uses the absolute post count, rather than the user table's posts field.
Secondly, it is actually faster to manually add achievements to the database via SQL than it is to use the interface.
Thirdly, when clicking "add new" (award, achievement) it actually saves a default award/achievement then opens the editor. When someone clicks "add new achievement" they want to see blank fields for a new achievement.

Great. Why are you using this, as it's so bad? Or you just want to complain?

>> First of all, it uses the absolute post count, rather than the user table's posts field.
Before you start to criticize, read the source and try to understand this. Doing it, you would see that you can exclude forums like offtopic from the post count before calculation.

>> Secondly, it is actually faster to manually add achievements to the database via SQL than it is to use the interface.
Sure, if you are working like a SQL guru and know all columns from your mind, you can do it that way. But I think most people are not SQL nerds sitting on their SQL console and not knowing the SQL Scheme.

>> Thirdly, when clicking "add new" (award, achievement) it actually saves a default award/achievement then opens the editor.
What is bad on that fact that it is prefilled? Every coder is free to do things like he want. I prefer to have it prefilled. And it seems you prefer to make trouble.


Quote:

Originally Posted by DarkArmada (Post 1906224)
Phalynx - just want to say great work, this latest BETA is leaps and bounds ahead of the previous one. Just one question regarding promotions.

Is there a line of code that controls the "Display Usergroup" field for promotions? I have many groups on my forum that are set as Additional Groups and that I'd like to keep as the displayed group, however everytime a user is promoted, this field changes back to "Default".

I looked myself but nothing jumps out at me. Even if someone with some vB coding experience knows what to look for, it'd be appreciated and I'll just make the change myself. Thanks

Will change this in next beta.

Quote:

Originally Posted by Mysterious2207 (Post 1906293)
Hey guys, I need some help with this mod.

I've got it installed, but all my users are on level 1, and this wont increase?

For example, my accounts has 5000+ points, and is still on level 1? Everyone's "Level Up %" is on 99%, and every single user is on level 1. How would I fix this, is it a setting somewhere?

Install a higher level xml.

Whatah 10-26-2009 08:41 PM

first off thanks a million for creating and supporting this. I installed it on friday and consider what a big change it is I am amazing that so many members have had nothing but positive feedback about it! (some of our members are resistant to change lol)

before posting i read the first 36 pages then jumped back to the last 5. i see that i have installed the (vBExperience_385_Beta3) beta version so am not complaining at all :)

i installed the system
loaded correct level file (i think highest level is 85ish)
calculated points
calculated achievements
tweaked some values
disabled "vent" forum from calculations
added some achievements
recalculated points
recalculated achievements

i have disabled the activity bar on our default skin

i have disabled activity and level bar on one skin (black)



some error 404 issues: (tested these on all skins)

just plain
http://www.yugiohforums.com/xperience.php
Goes to 404

Ranking goes to 404

Shop goes to 404

see all rewards goes to 404


Give away points goes to 404



some achievement issues:

https://vborg.vbsupport.ru/external/2009/10/5.png

i set a "5 years" achivement to "days since registering > 1826" but it seems to have given the achievement to many members who have registered in 2005, 2006 and 2007.

also i was given the 10k post award (posts > 10000) when i have 9,300 posts listed and probably at least 2000 of those have been fully deleted from the forum. (or are in the excluded vent forum)

https://vborg.vbsupport.ru/external/2009/10/6.png

this member is showing the silver circle "first 1000 points" achievement twice in his postbit_legacy.

this member only has 7 friends but has been given the "friends > 30" achievement

this member signed up june 09 but has the one year (days since registering > 364) achievement. also in his profile, under "Achievements" it is not displaying any icons.

thanks again for your time and effort on this amazing mod!

reddyink 10-27-2009 01:37 PM

I would like add custom points for a specific forum

FOrum ID: 4
Submit Threads: 150 points
Posts: 100 points

How can I do that?

Thanks


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.03110 seconds
  • Memory Usage 1,795KB
  • 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_php_printable
  • (14)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