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)
-   -   Major Additions - Living Avatars (https://vborg.vbsupport.ru/showthread.php?t=146200)

vidan 03-18-2009 05:36 AM

in the new version of LA 1.2.0
there is no more session.php in include.php
thats why error occurred.

this is how to integrate living avatar with vbcredit(on living avatar previous version)

PHP Code:

================================
Fileliving_avatars/index.php
================================
FIND:
--------------------------------
    
$points_remaining $userinfo['points'] - $item[cost];
--------------------------------
ADD BELOW:
--------------------------------
    
$DB->query("UPDATE " $GLOBALS['tableprefix'] . "user SET credits = " $points_remaining " WHERE userid = " $userinfo['userid']);


================================
Fileliving_avatars/includes/session.php
================================
FIND:
--------------------------------
    
$userpostcount $DB->query_first("SELECT posts AS value FROM " $foruminfo['table_prefix'] . "user WHERE userid = $userinfo[userid]");
--------------------------------
REPLACE WITH:
--------------------------------
    
$userpostcount $DB->query_first("SELECT credits AS value FROM " $foruminfo['table_prefix'] . "user WHERE userid = $userinfo[userid]");
--------------------------------
FIND:
--------------------------------
  
$userinfo['points'] = $userpostcount['value'] - $userinfo['points_spent'];
--------------------------------
REPLACE WITH:
--------------------------------
  
$userinfo['points'] = $userpostcount['value'];


================================ 

can you try to update it subduck?

asking 03-19-2009 03:32 AM

Please subduck?

vidan 03-19-2009 04:11 AM

yes pls subduck

JoyceBabu 03-19-2009 05:08 AM

This is simply superb :). Thanks a lot for a cool addon like this

codervietnam 03-19-2009 05:30 AM

how do I integrate..... this with vBCredits :(
the tutorials at http://www.vbcredits.com/forum/showthread.php?t=17 is not work with LA's new verison
Plz subduck
sry, my english is not good https://vborg.vbsupport.ru/external/2009/04/123.jpg
http://hsnsl.net

RvG2 03-19-2009 02:43 PM

1.2.1 has been released??

Mahar 03-19-2009 07:17 PM

This seems like a very very cool idea....but I need to know some things first.
  1. Does it have to be both the boy and girl together?
  2. Can my users change the name of their avatar aside from Claire and Tyler?
  3. Are there video game related packs for clothing?
  4. Can I edit how many point my users should get per post, thread etc?
  5. Can I edit the price of the items I'm selling?

Those are just a few...if all of those are possible, you definitely have another download.

Adromir 03-19-2009 07:22 PM

1. No
2. Dont know
3. If not, you can make them on zour own
4. Yes
5. Yes

Habtopia 03-19-2009 08:35 PM

1 Attachment(s)
Awesome mod!, all though i dont have it turned on yet until i have finished making my packs (which takes a while :( ).

Heres the avatar i made while testing :)

jellykelly 03-21-2009 03:13 AM

Ok, it must be the medication, but I am having issues installing this or finding out if I installed this.
I downloaded it, unzipped it, uploaded the folder, ran the setup, deleted the setup folder. I went to the admin panal to click the link button and that's where I stall out. Any help would be greatly appreciated. This is such a great idea. I know the moms on my site will have a great deal of fun with that. Thank you so much.

Jelly

subduck 03-21-2009 03:22 AM

Quote:

Originally Posted by jellykelly (Post 1773108)
Ok, it must be the medication, but I am having issues installing this or finding out if I installed this.
I downloaded it, unzipped it, uploaded the folder, ran the setup, deleted the setup folder. I went to the admin panal to click the link button and that's where I stall out. Any help would be greatly appreciated. This is such a great idea. I know the moms on my site will have a great deal of fun with that. Thank you so much.


Jelly

Link to site?

jellykelly 03-21-2009 01:11 PM

forum.in-it-together.com.

Sorry about that. Thank you!

It says that it was inserted successfully into vBulletin 3. Where is it though?

vidan 03-21-2009 03:13 PM

subduck: can you fix integration with vbcredits? also why dont release 1.2.1 in here/ thanks

subduck 03-21-2009 07:47 PM

Quote:

Originally Posted by jellykelly (Post 1773359)
forum.in-it-together.com.

Sorry about that. Thank you!

It says that it was inserted successfully into vBulletin 3. Where is it though?

It would be in the vBulletin User CP under avatar settings. It's where you would normally edit your avatar.

subduck 03-21-2009 07:48 PM

Quote:

Originally Posted by vidan (Post 1773407)
subduck: can you fix integration with vbcredits? also why dont release 1.2.1 in here/ thanks

1.2.1 is a minor update, right now I'm working on 1.2.2 which I will release here. I'm also working on a new version that will allow integration with vbcredits.

weetabx 03-21-2009 10:57 PM

or is it the admin your looking for which is here

http://www.******.**/forum/living_avatars/admin/

vidan 03-22-2009 04:21 AM

YES YES AND YES thanks subduck, you're the best, i will install it after you release the newone
thanks for it sub

Jebadiah04 03-22-2009 04:41 AM

i love this thing

jellykelly 03-22-2009 05:46 PM

Thank you so much. I apologize for my silly questions. My mind was hazy when I was attempting to install this. I had actually done all correctly and it's all there. Thank you again.

vidan 03-24-2009 04:04 PM

how's the update subduck?

subduck 03-25-2009 04:12 AM

Quote:

Originally Posted by vidan (Post 1775935)
how's the update subduck?

It's going great!

weetabx 03-25-2009 09:27 AM

lol :) keep up the good work bud

hexor 03-25-2009 10:48 AM

Awesome :D

vidan 03-29-2009 04:52 AM

i cantttt waittttttt >_< pls release it subduck, our 2500 members is waiting for you

codervietnam 03-29-2009 08:48 AM

let's waiting :( https://vborg.vbsupport.ru/external/2009/04/123.jpg
my site is too
http://hsnsl.net

forum4 03-30-2009 07:05 AM

This is really just the coolest mod.

I wouldn't wait for the update. It takes time to upload all of the item packs you'll want. Plus, the update is simple enough to do.

This really is fun. Everytime I look it seems like there is another avatar pack.

Thank you!

TheKdd 03-30-2009 04:24 PM

I absolutely love this mod!! Thank you so much! I could see this just growing and growing. I just installed this yesterday, and my users are having a great time with it. Now I just need to learn how to make some of my own unique stuff :)

Here is a question, or maybe could be an option in some upcoming release. (Sorry if this has been previously asked)... but how about if you could take the avatar you already have, and "enhance" it with living avatar stuff... like put a T-shirt or hair on a pic of yourself etc. etc. Is that possible?

drupy 04-03-2009 08:59 PM

Do check the Egg Avatar mod! With it, now you can add an image/item of your own upload onto someone else's living avatar! It is quite hilarious on my forum :D

ShawnV 04-04-2009 04:06 PM

Support for vBExperience 3.8 would be nice.

https://vborg.vbsupport.ru/showthread.php?t=199556

_V

vidan 04-05-2009 05:35 PM

hey i wonder your livingavatar is save a gif file instead of png? im not ie5/6 using ff3 and ie7
why it save to gif and leave a background instead of transparent ?
In livingavatars forum, avatar save as png, how to set save as png thanks

Saviour 04-05-2009 06:50 PM

Does anyone know how to remove the "Return to Forum" link?

Saviour 04-06-2009 04:22 AM

Never mind...

vidan 04-06-2009 09:51 PM

Quote:

Originally Posted by vidan (Post 1784426)
hey i wonder your livingavatar is save a gif file instead of png? im not ie5/6 using ff3 and ie7
why it save to gif and leave a background instead of transparent ?
In livingavatars forum, avatar save as png, how to set save as png thanks

my avatar is in filestorage not in database, is that why it save 'gif' instead png?

subduck 04-07-2009 08:50 PM

Quote:

Originally Posted by Saviour (Post 1784815)
Never mind...

In case other people want to know, this can be done form admin panel->theme->header

vidan 04-08-2009 06:32 AM

howabout my case?

codervietnam 04-08-2009 08:08 AM

pls release it subduck, our 2500 members is waiting for you :( https://vborg.vbsupport.ru/external/2009/04/123.jpg

subduck 04-08-2009 07:41 PM

Quote:

Originally Posted by vidan (Post 1786385)
howabout my case?

Living Avatars saves the images as gifs in the vbulletin filesystem, that is normal.

vidan 04-09-2009 07:28 PM

yes correct, but in that case, it will not go transparent background with a gif right? any solution?

subduck 04-09-2009 08:43 PM

The current version of Living Avatars does not support transparent backgrounds, but if it did, saving as a gif image would still be fine because gif supports transparency.

I am creating a version that already works with transparency:
http://www.livingavatars.com/forum/s...ead.php?t=1053

codervietnam 04-11-2009 03:56 AM

Living Avatars Pro 2.0 has been released but "vBCredits Integration" add on must be order to use :(


All times are GMT. The time now is 01:26 PM.

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.02182 seconds
  • Memory Usage 1,827KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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