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)

Phalynx 03-01-2009 03:39 PM

Quote:

Originally Posted by veenuisthebest (Post 1757301)
hii.. before i install, I was just concerned about its load on forum. I have read optimization.txt file.

Just wanted to know, if it adds any global queries and does it affect any other page than profile, at all.

It does NOT add any global query, beside the profile. It stores it's info in the user table, which is cached at the beginning.

Quote:

Originally Posted by jetgaming (Post 1757529)
i added some custom points to my account but now my levels and points dont show in a thread but everybody else does..how do i fix this?

i also recounted again..

Quote:

Originally Posted by jetgaming (Post 1757529)
EDIT:

im totally of the rankings aswell..

Did you added negative points? If you are below 0 you would be not shown.

Quote:

Originally Posted by veenuisthebest (Post 1757599)
1. Awards: phrase in profile under Experience tab still display when a user has no awards.

Right. In earlier version it showed a link to the awards ("See all awards"), I have to check why it disappeared.

Quote:

Originally Posted by veenuisthebest (Post 1757599)
2. On xperience.php?go=awards, the user avatar size scales to a larger size. For example, the original size of an avatar is 80x60 but it displays scaled to 107x80 for some reason. I tried on both avatar storage types. This does not seem to be happening on your demo link though.

Right, I'm using a fixed height to avoid bad looking page. See template "xperience_awards_awardbit". Just remove the height="80" from it

Quote:

Originally Posted by veenuisthebest (Post 1757599)
Also, I think a <br /> would look good after award description to leave some descent space between the text and the avatar within the fieldset.

It is already: <span class="shade">$myawards[awarddesc]</span><br/>

Quote:

Originally Posted by veenuisthebest (Post 1757599)
3. When I Add a new Award, an award is created immediately and added to the list. It would be much better if the award is created/saved only after we click Save button on Edit Award page. Same thing happens with Manage Shop and Manage Custom Points.

Right, I don't see a chance to change this.

Quote:

Originally Posted by veenuisthebest (Post 1757599)
4. On what basis are the awards automatically given? It seems to be favoring admins. I did a Recount twice.

It favours people with the most points of the fields an award has. If in your case this users are admins, then you need to use the query position and also the award limitation.

Quote:

Originally Posted by veenuisthebest (Post 1757599)
5. I understand the issue that the award images would display linked besides rich username text in postbit, but then how are user_online/offline.gif images display fine.

on/off is builtin, awards are not and must be "hooked" somewhere. It would require to touch original PHP files or at least templates.

Quote:

Originally Posted by veenuisthebest (Post 1757599)
6. Is there a way to see a detailed list of points of a user as I am surprised to see few user's points even after recounting twice or thrice. This would be a nice feature.
For example, for a specific user, it shows "Points for User: 148". Can I see some kind of details/breakup as to how he earned 148 points.

Of course, check Statistics.

Quote:

Originally Posted by veenuisthebest (Post 1757599)
7. If "Only Active Users" is opted, the pagination does not display correct results in Ranking (xperience.php). It still takes all users into account, thus making all other sub-pages (page2,3,4) display empty results. The pagination should also adjust itself according to the number of active users.

Will be fixed in next version.

Quote:

Originally Posted by veenuisthebest (Post 1757599)
Thanks a lot for this lovely addon. I had been playing with this for some time now.

Thanks for your feedback. Such feedbacks helps me a lot.

veenuisthebest 03-01-2009 04:24 PM

1 Attachment(s)
Quote:

It is already: <span class="shade">$myawards[awarddesc]</span><br/>
I meant adding another <br /> , don't you think they look too close currently?

https://vborg.vbsupport.ru/external/2009/03/134.jpg

8. There seems to be few minor xhtml errors in various templates that mainly includes closing of img tag without the slash /> and using <br/></br> instead of just one <br /> (which validates properly)

9. On the Statistics page:-

Points for Threads: Total points display as 15 = 8 (Threads) + 2 (SG Discussions) + 4 (Replies) + 1 (Views)

.. which is fine. Similarly, Points for Posts is fine.

But, in Points for Users: 378 = 40 (Filled Profile) + 324 (Per Day) + 5 (SG) + 9 (Pictures) + 99 (Activity)

Shouldn't Activity points be added in total count too?

Thanks.

820Media 03-01-2009 05:10 PM

Did you added negative points? If you are below 0 you would be not shown.

Thanks, added some points then recounted and im back there.

820Media 03-01-2009 05:19 PM

Show items on postbit? = 5

Position of Shopitems = Below Rep..

it doesn't show on the default Vb skin or on my other skin.

its working now, but there showing up large, anyway to automaticly resize them?

Phalynx 03-01-2009 05:31 PM

Quote:

Originally Posted by veenuisthebest (Post 1757663)
I meant adding another <br /> , don't you think they look too close currently?

https://vborg.vbsupport.ru/attachmen...1&d=1235930350

This seems to depend on the browser. With IE I got a space between description and avatar. Check for yourself with the IE. Will do a work around for all browsers.

Quote:

Originally Posted by veenuisthebest (Post 1757663)
8. There seems to be few minor xhtml errors in various templates that mainly includes closing of img tag without the slash /> and using <br/></br> instead of just one <br /> (which validates properly)

Will fix for next version.

Quote:

Originally Posted by veenuisthebest (Post 1757663)
9. On the Statistics page:-

Points for Threads: Total points display as 15 = 8 (Threads) + 2 (SG Discussions) + 4 (Replies) + 1 (Views)

.. which is fine. Similarly, Points for Posts is fine.

But, in Points for Users: 378 = 40 (Filled Profile) + 324 (Per Day) + 5 (SG) + 9 (Pictures) + 99 (Activity)

Shouldn't Activity points be added in total count too?

Thanks.

No, as activity is a 100%-based value, not points.

Quote:

Originally Posted by jetgaming (Post 1757701)
Did you added negative points? If you are below 0 you would be not shown.


Thanks, added some points then recounted and im back there.

Glad to hear that you got it working.


Quote:

Originally Posted by jetgaming (Post 1757707)
Show items on postbit? = 5

Position of Shopitems = Below Rep..

it doesn't show on the default Vb skin or on my other skin.

its working now, but there showing up large, anyway to automaticly resize them?

You need to define 2 types of shop items: small and big one. The smaller one should not be larger than 16x16, otherwise they are too big for postbit.

Phalynx 03-01-2009 08:00 PM

I've added to the first post the updated french translation for 3.8.2.

Thanks goes out to mitch84!

Teresa 03-02-2009 01:25 AM

Any chance you could include this mod?: https://vborg.vbsupport.ru/showthread.php?t=203801

Code Monkey 03-02-2009 04:51 AM

Trying this out for the first time as it seems kind of cool. One question I have is why is everyone at level 1?

EDIT: oh never mind I found the text file.

Phalynx 03-02-2009 07:03 AM

Quote:

Originally Posted by Teresa (Post 1758133)
Any chance you could include this mod?: https://vborg.vbsupport.ru/showthread.php?t=203801

Please ask the author of the modification to include it via Addon/CDP (Custom Data Provider).

KURTZ 03-02-2009 08:39 AM

@ Marius: just updated your mod, but i don't see the award's images for the addons ... how i can fix this?


All times are GMT. The time now is 05:59 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.02820 seconds
  • Memory Usage 1,765KB
  • 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
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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