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)

sweetguy2004 05-09-2007 02:46 PM

very nice indeed thanks bro

subduck 05-09-2007 08:04 PM

Quote:

Originally Posted by sweetguy2004 (Post 1244389)
very nice indeed thanks bro

:)

I'll be releasing a new update soon that will add more cool functionality.

jderouen 05-09-2007 10:16 PM

This may be a silly question, but can users still choose to use regular avatars instead of the living avatars? It all looks very cool, but I don't want to force my users to use it. If it's a choice, however, that would be great.

4x4 Mecca 05-10-2007 12:09 AM

Yes. It's a choice.

seangworld 05-10-2007 12:51 AM

uninstalled.

shaynehammy 05-10-2007 03:02 AM

Is this intergrated with Vbux?

Scathmere 05-10-2007 07:27 AM

Quote:

Originally Posted by shaynehammy (Post 1244751)
Is this intergrated with Vbux?

Or the iCash system?

succo 05-10-2007 10:48 AM

Quote:

Originally Posted by shaynehammy (Post 1244751)
Is this intergrated with Vbux?

Quote:

Originally Posted by Scathmere (Post 1244829)
Or the iCash system?

as i said in the official forum, no, but it could be with an effort to completely rewrite the internal point system to read and write from/to vbux/icash points, or mirroring the icash/vbux value somewhere else and making la read/write it, but it would need a complete rewrite of how the point system works in la, as right now it's done reading the post count and subtracting from it the total price of the bought items.
it could be done as a 'phisical' mod to the core files, but as this is a young product being actively worked on it could be an hell to update the la modifying the files every time, so i guess i'll wait til this will be directly available by the developers :)

btw, i saw that someone else is having troubles with cookies being modified by la system and made unusable by vb... i didn't try out with 1.02 but i had serious problems with someone not being able to log anymore to the forum when trying 1.01. has this been fixed?

odinzu 05-10-2007 12:03 PM

Wow, very nice mod man. Seriously =) Very nice. This improves the quality of the forums by so much. It makes me even want to post more =D

Murty 05-17-2007 03:07 AM

I would be very interested and would install this if there were some way to disable the points system. Is this possible, if not are you looking to do this in the next upgrade?

Cheers

Calash 05-17-2007 11:17 AM

It does not look that hard to disable the point system....From a quick browse of the code it looks like you could make an edit in session.php around like 182. Instead of the $userinfo[points] field being dynamic it could be set to a static number (say, 10000).

Again, this is a quick skimming of the code so I may have missed stuff...just tested and it seems to work ok, the number does go down but is reset each purchase. For an actual integration to another point system I thin you would have to make an edit to this section..have it look at the point table of whatever system to populate this system. Then you would have to edit the purchase function to subtract from this table.

Roxie 05-17-2007 01:03 PM

*edit* nevermind. :D

Murty 05-17-2007 01:09 PM

Thanks for that calash, i just want to make it so users can do what ever they want with the character. My experience with have awards and points systems based on posting has created alot of spamming and stuff just to reach goals. So it would be nice if this could work with out it or any other points systems.

DiSpy 05-17-2007 01:20 PM

Someone has posted a mod on the homepage (forum) of the author of this topic, to make it work with a points system, but it's not a complete fix... if you guys check over there maybe we can all collaborate to make it work better.

Calash 05-17-2007 03:04 PM

Took a look at the post. It seems like it is taking the longer way of doing it, going through core.php instead of modifying session.php.

I will post over there, I may be missing something that he spotted when doing his code.

subduck 05-17-2007 04:12 PM

Quote:

Originally Posted by Murty (Post 1249229)
I would be very interested and would install this if there were some way to disable the points system. Is this possible, if not are you looking to do this in the next upgrade?

Cheers

Set the cost of items to 0 and everything will be free.

erinys 05-20-2007 08:58 AM

like many others suggested, it would be very cool if this could integrate with "any" other point system out there.

p3tz has a similar function, and its actually extremely easy, it just has 2 extra fields in the settings called table and row.

these are filled in like "user" and "vbux" or something similar, depenings wich is the correct row with points.

Murty 05-20-2007 11:31 AM

Is there some way to embed the living avatar stuff into the '/profile.php?do=editavatar' section of the forum?

PoetJA-1975 05-21-2007 07:33 AM

possible issue...
I've read most of this thread and don't think anyone has mentioned this - but on my forum when going to the Living Avatar (http://jpicforum.info/living_avatars/index.php) - everytime seems to log me out of the main forum and require username/password be used to gain entry to the Living Avatar interface...

Any way to bypass that step. Seems like since both are on the same database it should be more of an integrated type system.

Thanx,

Jacquii.

BTW- My Members are enjoying the hell out of the Living Avatar system!
I love it to! = Thanx for the sharing! Really really nice!

Calash 05-21-2007 11:33 AM

I have seen some posts on this on the official site...a cookie problem from what I have read. Not sure if there is a solution out there yet.

My members are not getting as much of a kick out of the system as I am...but I am hoping that once I get more packs and have it integrated into another point system this will change :)

tobybird 05-23-2007 08:47 PM

Quote:

Originally Posted by PoetJA-1975 (Post 1251927)
possible issue...
I've read most of this thread and don't think anyone has mentioned this - but on my forum when going to the Living Avatar (http://jpicforum.info/living_avatars/index.php) - everytime seems to log me out of the main forum and require username/password be used to gain entry to the Living Avatar interface...

Any way to bypass that step. Seems like since both are on the same database it should be more of an integrated type system.

Thanx,

Jacquii.

BTW- My Members are enjoying the hell out of the Living Avatar system!
I love it to! = Thanx for the sharing! Really really nice!

Try this...

vboptions - Cookies and HTTP Header Options - Cookie Domain

Change Suggested Settings to .yourdomain.com

:)


ETA: and installing now. nice job!

ssslippy 05-24-2007 12:34 AM

Quote:

Originally Posted by PoetJA-1975 (Post 1251927)
possible issue...
I've read most of this thread and don't think anyone has mentioned this - but on my forum when going to the Living Avatar (http://jpicforum.info/living_avatars/index.php) - everytime seems to log me out of the main forum and require username/password be used to gain entry to the Living Avatar interface...

Any way to bypass that step. Seems like since both are on the same database it should be more of an integrated type system.

Thanx,

Jacquii.

BTW- My Members are enjoying the hell out of the Living Avatar system!
I love it to! = Thanx for the sharing! Really really nice!


I had this issue and had to clear the vbulletin cache system. Dont ask me why but it worked.

PoetJA-1975 05-24-2007 01:47 AM

I tried both clearing the vB cache AND changing the cookie setting...
Same issue o_O --- Thanx CALASH for info on the main LivingAvatars.com site
Posted and subscribed to threads there as well ;)

Jacquii.

ps - I cleared the post cache actually
Any other way to clear the vB cache?

audis3 05-24-2007 06:37 PM

Wow!!!Pretty Cool!!
Can i do this with car images?And how?

tobybird 05-24-2007 08:36 PM

Integrated it an hour ago and my members are having an absolute blast! subduck, fantastic mod!

slyreptile 05-24-2007 09:20 PM

Sweet mod! My members will love this one. Thanks!

wolf32 05-24-2007 10:50 PM

Genius Mod! Easy install, no problems at all. One quick question though, How are you able to get a closer picture of the face rather than the standard whole body view?

basketmen 05-25-2007 12:30 AM

Suggestion and question

any way to get the item to the center by default? so user no need to go it to center manually

its always go to left by default

subduck 05-25-2007 05:33 AM

Quote:

Originally Posted by wolf32 (Post 1254110)
Genius Mod! Easy install, no problems at all. One quick question though, How are you able to get a closer picture of the face rather than the standard whole body view?

By using the crop tool.

wolf32 05-25-2007 07:33 PM

Quote:

Originally Posted by subduck (Post 1254284)
By using the crop tool.

Doh! I didn't even see that there, lol. Thanks :)

subduck 05-26-2007 07:50 PM

Quote:

Originally Posted by wolf32 (Post 1254631)
Doh! I didn't even see that there, lol. Thanks :)

If you hold down the shift button you can increase/decrease the size of the crop tool.

wolf32 05-28-2007 04:45 AM

Quote:

Originally Posted by subduck (Post 1255156)
If you hold down the shift button you can increase/decrease the size of the crop tool.

Genius, sheer genius! Thanks.

Queball_Beast 05-30-2007 09:49 AM

Is there a way to run this script without having to CHMOD folders to 777?

Thanks

subduck 05-30-2007 06:22 PM

Quote:

Originally Posted by Queball_Beast (Post 1257470)
Is there a way to run this script without having to CHMOD folders to 777?

Thanks

No, the avatars folder has to be chmod to 777. In the future I'll try to create a setting that will add avatars to the database so that you won't have to worry about chmod issues.

Queball_Beast 05-30-2007 08:35 PM

Thankyou,

I will look forward to it, I told my members all about the living avatars and now they are hungry for it.

Great hack
I nominated it :up:

Quote:

Originally Posted by subduck (Post 1257806)
No, the avatars folder has to be chmod to 777. In the future I'll try to create a setting that will add avatars to the database so that you won't have to worry about chmod issues.


subduck 05-30-2007 11:02 PM

Quote:

Originally Posted by Queball_Beast (Post 1257908)
Thankyou,

I will look forward to it, I told my members all about the living avatars and now they are hungry for it.

Great hack
I nominated it :up:

Well I can't promise that feature anytime soon.

pcoskat 05-31-2007 07:08 PM

Oh, this is TOO CUTE!!!

I only read through the first 5 pages, or so, so forgive me if i'm repeating, but an 'international' pack of people would be great. My big board has women from all countries.

My members are gonna LUV this (once I have people of all races ;) )

Snake 06-01-2007 12:20 PM

Thanks for this! :)

reismarktq2 06-03-2007 03:53 AM

Quote:

Originally Posted by subduck (Post 1249580)
Set the cost of items to 0 and everything will be free.

True, but the mere mention of a points system (even if it's not being used) would still be distracting. Like the other person, I would be more interested in this hack if there were a way to wipe out any mention of the points system (or to install it without the points system).

RaceJunkie 06-03-2007 05:45 AM

Error when saving Avatar.

Code:

Warning: imagegif(): Unable to open '../..//home/localrac/public_html/forums/customavatars/avatar2_58.gif' for writing in /home/localrac/public_html/forums/living_avatars/includes/saveavatar.php on line 222


All times are GMT. The time now is 02:41 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.01775 seconds
  • Memory Usage 1,825KB
  • 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_code_printable
  • (15)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