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)

bkerensa 07-20-2008 09:16 PM

Quote:

Originally Posted by Phalynx (Post 1580159)
YOU are referencing the images in item properties as you have to fill the full name to the image. If you name a GIF, a GIF will be displayed (if available), if you name a file on another server, vBExperience will display this.

To make sure you are doing all correct, just erase all 3 graphic fields so the default image will be shown.


If the image is in a local path I just to put like /images/misc/level/itemexample.gif ?
or do I need to put a full URL like http://www.myserver.com/forums/image...emexample.gif?

What do I put for paths?

I have it set to the local path now and images are not displaying at all

Phalynx 07-20-2008 09:17 PM

Please PM me a temporary Admin account so I can take a look.

bkerensa 07-20-2008 09:48 PM

Quote:

Originally Posted by Phalynx (Post 1580168)
Please PM me a temporary Admin account so I can take a look.

Sent

Phalynx 07-20-2008 09:52 PM

You are referencing image "/images/misc/pineapple/Pineapple.png", but it should be "/forums/images/misc/pineapple/Pineapple.png"

bkerensa 07-20-2008 10:00 PM

Quote:

Originally Posted by Phalynx (Post 1580196)
You are referencing image "/images/misc/pineapple/Pineapple.png", but it should be "/forums/images/misc/pineapple/Pineapple.png"

So that was the problem?

bkerensa 07-20-2008 10:02 PM

I just changed it and still the Pineapple item wont display in postbit or the store.... =/

Phalynx 07-20-2008 10:06 PM

And why do I see it?

Dr. Bantham 07-20-2008 11:36 PM

Quote:

Originally Posted by Phalynx (Post 1580156)
Thanks for sharing. Will add this in next package.

You are quite welcome. Thank you for the outstanding mod. I am attaching the final version of the script for QuoteIt! integration, in case anyone is interested.

bluej 07-21-2008 01:09 AM

Quote:

Originally Posted by Phalynx (Post 1580196)
You are referencing image "/images/misc/pineapple/Pineapple.png", but it should be "/forums/images/misc/pineapple/Pineapple.png"

shouldn't it be

/images/misc/level/pinapple.png (if the image is in the level folder?)

Phalynx 07-21-2008 07:33 AM

Quote:

Originally Posted by Dr. Bantham (Post 1580239)
You are quite welcome. Thank you for the outstanding mod. I am attaching the final version of the script for QuoteIt! integration, in case anyone is interested.

Quote:

Originally Posted by bluej (Post 1580274)
shouldn't it be

/images/misc/level/pinapple.png (if the image is in the level folder?)

No, as he uploaded the image to that place. You can even reference https://vborg.vbsupport.ru/images/smilies/wink.gif as an image. (But this is stealing bandwidth from this site ;))

BucWiLd 07-21-2008 10:49 AM

very nice.. i installed. thanks

Phalynx 07-21-2008 11:06 AM

vBExperience has been updated to 3.7.17
This is just a small release containing a fix for the shop is you have more than 32k users. Additionally, I added a lot of icons that can be used for awards and shop items. All known seven addons are now part of the package, same for a french language pack.

3.7.17, 21th July 2008
- Shop: Fixed purchase for users with a userid higher than 32.000
- Shop: New setting Row break. Define after how many items a "<br/>" will be added
- Added three addons: Thread Necromancer, Scrupulous Poster, Deletion Addicted. All addons are stored in extras/addons and must be manually installed as a product
- Added graphics that can be used for Awards and Shop Items
- Added language: French

BucWiLd 07-21-2008 11:34 AM

i received an email saying that this has been updated. how do i go about updating it? sorry if i sound dumb, but i am :(

Phalynx 07-21-2008 11:43 AM

Upgrade Instructions
1. Copy ALL (I mean ALL - That is a common error!) files from /upload/ to the server. Espacially take care of the images, copy them to your style misc folder if you use a customized style.
2. ReImport product_vbexperience3717.xml, allow overwrite

Stryker412 07-21-2008 11:44 AM

Quote:

Originally Posted by BuCwIld (Post 1580517)
i received an email saying that this has been updated. how do i go about updating it? sorry if i sound dumb, but i am :(

Read the upgrade readme.txt, it's pretty self explanatory.

Phalynx do you have a section somewhere about the new add ons?

maestrodamuz 07-21-2008 11:55 AM

Do the extra icons in the upgrade be uploaded to the levels folder on the server?

Phalynx 07-21-2008 12:10 PM

Quote:

Originally Posted by Stryker412 (Post 1580527)
Phalynx do you have a section somewhere about the new add ons?

Section for ...?

Quote:

Originally Posted by maestrodamuz (Post 1580532)
Do the extra icons in the upgrade be uploaded to the levels folder on the server?

You can upload these icons whereever you want. Keep in mind that you can enter any image url as an picture/thumb/icon for shop items.

Mazinger 07-21-2008 01:02 PM

Quote:

Originally Posted by Phalynx (Post 1580156)
What do you want to reach with that condition?

I want to display the items in a table (if any) I dislike the nested icons look.

Phalynx 07-21-2008 01:15 PM

You would need to change the template xperience_shop_item_p to do this.

Mazinger 07-21-2008 01:49 PM

But that's a template for each item (item_bit) and not a container, right?

Phalynx 07-21-2008 01:51 PM

Right. There is no container at all, you would need to modify postbit/postbit_legacy and build a container around the template hook you defined for the items.

Stryker412 07-21-2008 02:22 PM

Quote:

Originally Posted by Phalynx (Post 1580540)
Section for ...?


Sorry, I meant in the readme to describe what they are.

Also, would it be difficult to restrict admins from receiving awards but still use the vbexperience? I have to post quite frequently so I had all the awards, but I'd like to restrict it to our other members.

Mazinger 07-21-2008 02:30 PM

Quote:

Originally Posted by Phalynx (Post 1580588)
Right. There is no container at all, you would need to modify postbit/postbit_legacy and build a container around the template hook you defined for the items.

But in case there are not items, the container will still appear. That's a problem for me.

Matais 07-21-2008 02:36 PM

ive installed the latest version (i think) but it still says vBExperience 3.7.16 on the awards and rank page :S

Subah 07-21-2008 02:48 PM

thanks for the update :)

nascartr 07-21-2008 02:51 PM

I was wondering how to get my awards page to show in 4 columns across instead of 3? I want to keep it to two rows if possible when I add more awards.

http://www.diecastnuts.com/community....php?go=awards

Subah 07-21-2008 03:20 PM

Why is still writen down every colom in page xperience.php 3.7.16 ?

nightbloom 07-21-2008 06:09 PM

My moderators of course have the most posts, the most edits, the most deletions, the most profile comments, the most friend invites. The field that limits the number of awards per person doesnt work and I cant seem to figure out how to remove someone from the awards system alone.

I had to remove myself from the whole vb experience system or I would have EVERY award which isnt much fun for anyone. Id like to be able to keep the bars that show experience but just be excluded and have my mods excluded from the awards or at least limited.

Is there a way to fix this?

Stryker412 07-21-2008 07:25 PM

Quote:

Originally Posted by nightbloom (Post 1580780)
My moderators of course have the most posts, the most edits, the most deletions, the most profile comments, the most friend invites. The field that limits the number of awards per person doesnt work and I cant seem to figure out how to remove someone from the awards system alone.

I had to remove myself from the whole vb experience system or I would have EVERY award which isnt much fun for anyone. Id like to be able to keep the bars that show experience but just be excluded and have my mods excluded from the awards or at least limited.

Is there a way to fix this?

Pretty much what I asked for too.

seanm07 07-21-2008 08:06 PM

Is there a way to move the bars to right of the user name or the medals?
I mean when using Use Legacy (Vertical) Postbit Template set to NO

bluej 07-21-2008 08:20 PM

Quote:

Originally Posted by Phalynx (Post 1580501)
vBExperience has been updated to 3.7.17
This is just a small release containing a fix for the shop is you have more than 32k users. Additionally, I added a lot of icons that can be used for awards and shop items. All known seven addons are now part of the package, same for a french language pack.

3.7.17, 21th July 2008
- Shop: Fixed purchase for users with a userid higher than 32.000
- Shop: New setting Row break. Define after how many items a "<br/>" will be added
- Added three addons: Thread Necromancer, Scrupulous Poster, Deletion Addicted. All addons are stored in extras/addons and must be manually installed as a product
- Added graphics that can be used for Awards and Shop Items
- Added language: French

thanks for adding the row break, will be a big help

in testing it out, i am finding that the row did break after the number i set "12" but every item added after that started a new row...i updated counters and it still appears like this

http://img140.imageshack.us/img140/8528/79639702em4.png

BucWiLd 07-21-2008 10:07 PM

i did what it said for the update.. everything i guess went well. it is functioning but now instead of the items showing up from left right in postbit they are up to down... how can i change it back? thanks

bluej 07-21-2008 11:08 PM

Quote:

Originally Posted by BuCwIld (Post 1580940)
i did what it said for the update.. everything i guess went well. it is functioning but now instead of the items showing up from left right in postbit they are up to down... how can i change it back? thanks

just update your counter

KevinL 07-21-2008 11:29 PM

Are there any plans to expand the shop further? Like items in the other 'shop' mods (username color and the such)?

Thank you and great work!

BucWiLd 07-21-2008 11:54 PM

Quote:

Originally Posted by bluej (Post 1580977)
just update your counter

you mean do a recount, i tried that..its so annoying..lol

nascartr 07-22-2008 02:30 AM

Quote:

Originally Posted by nascartr (Post 1580633)
I was wondering how to get my awards page to show in 4 columns across instead of 3? I want to keep it to two rows if possible when I add more awards.

http://www.diecastnuts.com/community....php?go=awards

There has to be a way. You preview screenshot shows the award split into 4 columns instead of 3.

cynthetiq 07-22-2008 02:34 AM

Is it possible that the experience information can only be viewed by staff and not the general public?

seanm07 07-22-2008 05:33 AM

Is there a way to move the bars to right of the user name or the medals?
I mean when using Use Legacy (Vertical) Postbit Template set to NO

Phalynx 07-22-2008 07:53 AM

Quote:

Originally Posted by Mazinger (Post 1580615)
But in case there are not items, the container will still appear. That's a problem for me.

It cannot be handled correctly. You will check to the template hook if it contains a string and handle this correctly.

Quote:

Originally Posted by Matais (Post 1580623)
ive installed the latest version (i think) but it still says vBExperience 3.7.16 on the awards and rank page :S

Package refreshed, please download and update \xperience.php and \includes\functions_xperience.php

Quote:

Originally Posted by nascartr (Post 1580633)
I was wondering how to get my awards page to show in 4 columns across instead of 3? I want to keep it to two rows if possible when I add more awards.

That would need to recode the code for displaying them

Quote:

Originally Posted by seanm07 (Post 1580867)
Is there a way to move the bars to right of the user name or the medals?
I mean when using Use Legacy (Vertical) Postbit Template set to NO

No, as there is no hook.

Quote:

Originally Posted by bluej (Post 1580877)
in testing it out, i am finding that the row did break after the number i set "12" but every item added after that started a new row...i updated counters and it still appears like this

Package refreshed, please download and update \xperience.php and \includes\functions_xperience.php

cykelmyggen 07-22-2008 07:53 AM

Just a small question: I've been trying to translate the bars showing "Categories" and "Items" in the shop. I've been searching the Phrase Text and Phrase Variable Names but haven't been able to find the ones concerning these bars!? Everything else has been easy to translate!
See attached file.


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