View Full Version : Major Additions - Living Avatars
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
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
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
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
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
By using the crop tool.
Doh! I didn't even see that there, lol. Thanks :)
subduck
05-26-2007, 07:50 PM
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
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
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:
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
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
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.
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
RaceJunkie
06-03-2007, 02:26 PM
How do you get this to show up on vBadvanced CMPS?
o0Hubba0o
06-03-2007, 06:35 PM
Definitely something I'm keeping an eye on for future updates and features. Not to sure about the point system, guess I don't mind the based on posts part so much, but I would rather it start from scratch at the time of install. But still, not a big issue with me.
I'm going to start making some packs for my gaming site to use, I foresee a lot of my time in the near future creating monsters and weapons and bg's like the blood moor or avalon. ;)
This is a very, very cool hack. I cannot wait to see what other things come of this. It reminds me a lot of the Gia (or however that very busy forum is called). Thanks for all your hard work.
RaceJunkie
06-05-2007, 02:41 AM
I have two above posts that have been here for about 24hrs.. Never mind the 2nd, I need to get it to show on the forums before I do CMPS.. When does the coder get back in town?
RaceJunkie
06-06-2007, 01:52 AM
UnInstalled
pspcrazy
06-06-2007, 05:37 AM
I can't wait until we can have transparent backgrounds as defaults :) Any updates :)
subduck
06-06-2007, 04:36 PM
I can't wait until we can have transparent backgrounds as defaults :) Any updates :)
I just got back from vacation, you can expect transparent backgrounds soon :)
I just got back from vacation, you can expect transparent backgrounds soon :)
Hey quacky! :)
Can you tell me what template or plugin i edit to adjust the image path? I have www.alchemist-team.net and my forums are in /vb/ so avatars that use your mod wont show on the root. I want to make it direct location image :)
subduck
06-06-2007, 06:32 PM
Hey quacky! :)
Can you tell me what template or plugin i edit to adjust the image path? I have www.alchemist-team.net and my forums are in /vb/ so avatars that use your mod wont show on the root. I want to make it direct location image :)
I'm not sure what portal you are using, but I haven't tested Living Avatars with portals etc so I don't know the solution for your website yet.
There isn't some sort of path to edit, you would probably have to modify the code in your portal to get the avatars to display.
vJoomla! The code is displayed in my navbar. It is showing the avatar code, its impossible for it to not be an editible path, somewhere, you must have the hook.
solong2
06-10-2007, 12:45 PM
nice hack
thanks alo
mpikounis
06-10-2007, 12:54 PM
I tried to install this great mod but I couldn't. I am getting an error from mysql (as if the pwd is wrong). I read through this thread, so I just want to make sure I understand this right: This is a known issue that will be resolved in a future release - correct?
Inescia
06-10-2007, 01:15 PM
I too had some trouble, if using the mod check to see if all file folders are properly formatted and named. Same with the images otherwise the pngs will not appear nor work properly.
Inescia.
LPH2004
06-11-2007, 02:03 AM
I forgot to mention that you can edit each item and customize how much an item costs and how many times that item can be purchased. That way you can have an expensive limited edition item!
Check it out:
https://vborg.vbsupport.ru/external/2007/06/28.gif
How do you get to this page?
Update: I figured it out. You need to drill down to through the view packs.
subduck
06-14-2007, 03:22 AM
I just launched an avatar pack release system:
http://www.livingavatars.com/avatar_packs
I hope to have over 40+ user avatar packs moved to that page soon.
For more information about the new avatar pack section:
http://www.livingavatars.com/forum/showthread.php?t=384
Day Dreamer
06-15-2007, 04:21 AM
what if I wanted this as like a profile picture instead of the avatar....?
Then you modify the plugin, hook and file edits =/
pantherson
06-15-2007, 05:32 PM
I've installed this MOD. Great.
I purchased items and created avatar with ease. But when I edited it, press "Save avatar", I got this:
-----------------------
Warning: imagepng() [function.imagepng]: Unable to open '../avatars/la_1.png' for writing in absolute path on the HDD that hosts my site\forum\living_avatars\includes\saveavatar.php on line 176
Avatar Saved
-----------------------
- I use Windows host, not Linux
- I changed the permission with Cute FTP for the folder "/forum/living_avatars/avatars" by: right click >> Properties/CHMOD >> set the permission from 666 to 777 (read, write, execute for all owner, group, public). However, when I check it again, it still stay 666.
- The report said that "avatar saved", but in fact my avatar didn't change at all.
Would you please help. This is an urgent situation, and I'm not quite good at technical work. Promptly and detailed replies are highly appreciated.
subduck
06-15-2007, 05:56 PM
You need to chmod the avatars folder to 777. It's really annoying to chmod folders when it comes to sites being hosted on windows servers. If you can't get it done via FTP then contact your server admin.
Day Dreamer
06-16-2007, 04:13 AM
Then you modify the plugin, hook and file edits =/
so basicly not something i could do myself.
pantherson
06-16-2007, 04:41 AM
Thank you, the server's admin has just changed the permission of the folder and it now works well.
However, there's another problem of displaying avatars. Admin's avatar (mine) is displayed in the user CP page, user profile page, and in all the post. But user's avatars are not. I can see their avatars in Admin Control Panel > User Manager, but those avatars are not display in either user profile page nor in their posts. They still can see their own avatar on their own user CP page, but that's all.
Please help! I use VBB 3.6.7 PL (latest version). Thank you very much.
PinkLiquorice
06-16-2007, 08:52 AM
Brilliant Installed great thanks!
subduck
06-16-2007, 04:55 PM
Thank you, the server's admin has just changed the permission of the folder and it now works well.
However, there's another problem of displaying avatars. Admin's avatar (mine) is displayed in the user CP page, user profile page, and in all the post. But user's avatars are not. I can see their avatars in Admin Control Panel > User Manager, but those avatars are not display in either user profile page nor in their posts. They still can see their own avatar on their own user CP page, but that's all.
Please help! I use VBB 3.6.7 PL (latest version). Thank you very much.
That's strange, post a link to a user's profile that is currently having this trouble and I'll look into it when I get some free time.
subduck
06-17-2007, 03:59 PM
The avatar packs page has been updated:
http://www.livingavatars.com/avatar_packs
ringleader
06-20-2007, 07:43 AM
My God that's excellent. I've never seen anything like it in my life.
*installs*
*nominates*
animate
06-23-2007, 10:11 PM
is the best mod i ever been see!
For future Release would be cool a Sell(Auction) Function or Trade Function with other users!
DeiseHost
06-25-2007, 02:11 AM
Fantastic. Just what I needed.
Thank you Thank you Thank you!!!!
SkyCatcher
06-25-2007, 01:23 PM
Installed. Love it!
I went through the index.php, forumlink.php and editavatar.php and translated it into German. It would be really really really nice to add phrases to your next release so we don't have hardcoded messages :)
ERuiz
06-25-2007, 03:17 PM
This is AWESOME! I have a question though. It seems that the script looks at a user's TOTAL POSTS count in order to determine how many points that user has earned.
Can it be setup so that we can have the script look at another field to determine this value? See, I run a Virtual Airline website and our pilots have a custom profile field which shows how many flight hours a pilot has. And depending on how many hours a user has, it determines this user's rank.
So, if I can get LA to use this custom profile field, then my users will be able to dress their avatar with the right uniform depending on their hours (points).
I am guessing that it is hardcoded... Is this correct?
If so, can it be made so that it gives us the option to change the field LA uses to determine how many "points" a user will be awarded?
Another thing... Is this mod compatible with VB 3.6.7 PL1?
SkyCatcher
06-25-2007, 05:05 PM
This is AWESOME! I have a question though. It seems that the script looks at a user's TOTAL POSTS count in order to determine how many points that user has earned.
Can it be setup so that we can have the script look at another field to determine this value? See, I run a Virtual Airline website and our pilots have a custom profile field which shows how many flight hours a pilot has. And depending on how many hours a user has, it determines this user's rank.
So, if I can get LA to use this custom profile field, then my users will be able to dress their avatar with the right uniform depending on their hours (points).
I am guessing that it is hardcoded... Is this correct?
If so, can it be made so that it gives us the option to change the field LA uses to determine how many "points" a user will be awarded?
Another thing... Is this mod compatible with VB 3.6.7 PL1?
I ran across that query somewhere while translating. Yeah it's a hard-coded query, it would probably be easy just to change the table field it's querying. Right now it's using Total Post Count - points spent = Points remaining (available).
I'm using 3.6.7 PL1 and it works fine.
The bug that was fixed still remained on installation of 1.0.2 though where the items would re-center themselves after clicking enter.
Editing the la_position(s) table and setting x y z to unsigned fixed that problem, as per authors website.
subduck
06-25-2007, 06:05 PM
Thanks for the help SkyCatcher, that was a great post.
tillcat5
06-25-2007, 08:22 PM
i found the question but couldnt find the answer.. can this be integrated with an already running vbplaza points program
jagari
06-26-2007, 07:52 AM
Do you have ANY idea when the next update will be?
DeiseHost
06-26-2007, 02:03 PM
It would be great to have the members points displayed in the postbit
subduck
06-26-2007, 04:18 PM
Do you have ANY idea when the next update will be?
Very soon.
MajorFm.com
06-30-2007, 11:03 AM
suggestion for future versions, the ability to feed them, walk them etc so they don't die, this would increase people coming back to the forum alot! Maybe even getting special treats for your avatar depending on thread/post count...
SkyCatcher
06-30-2007, 04:01 PM
I'd be happy if we could "discard" or maybe even sell items we own.
It takes forever to scroll down if you have hundreds of items in your possession :p
aberg
06-30-2007, 05:35 PM
My suggestion for future versions is that it not only work with post only.
I prefer use for some usergroups.
It give now a lot of messages what is not useful on the forum , only to get points to use living Avatar
subduck
07-01-2007, 12:05 AM
The next version will be available in the next couple of days and will have some really great new features. You can expect some amazing updates during this summer that will include many suggestions posted in this thread.
So happy that summer is here! :)
ShawnV
07-02-2007, 11:59 AM
ETA on the update, what new features will it have?
Cheers,
_V
military-space
07-03-2007, 03:37 AM
Wow, excellent mod! I have to say this has been something I have been waiting for! Excellent Job at coding, very clean and very well produced.
rjmjr69
07-03-2007, 10:55 PM
Can't wait to see the updates
subduck
07-04-2007, 06:42 PM
Yeah the update is going very well, I've redesigned the admin panel and have added a few nice options such as being able to move items into different groups etc.
Cloudrunner
07-05-2007, 01:19 AM
SubDuck
I've been looking for this, even tried an attempt at writing it, for well into two years now. I am SO FREAKIN HAPPY that someone suceeded at it finally :D
I cannot tell you the beatings I am gonna get now that my users are able to "chibi" their way through the forums. That is a good thing btw :D.
Where do I send donations bro. You've single handedly impressed me on this one. That takes alot, as such I'd like to show my gratitude and assist where I can, which at this point is monetarily as my time is at a premium at this point, and my php skills have sank greatly in the last couple of years (getting old blows).
majorvbuser
07-06-2007, 05:20 PM
Have to say, this really is superb, found it entirely by accident. Really , really damm clever.
My only complaint, if you can call it that, is that it has the potential to cause spammage being based purely on post count.
Personally I would love to see this being based on reputation or reputation + post count perhaps.
Getting really flashy would be some kind of integration with the Ajax thanks mod.
Rep + thanks etc would tend to be better indicator of good posters who deserve to improve their character rather than simply post count.
Other than that, this is simply superb - a massive thumbs up.
PS Is there an ETA on your new version?
subduck
07-07-2007, 01:47 AM
PS Is there an ETA on your new version?
At first I was just fixing a few bugs, but I've went ahead and changed a lot of the database logic that was bothering me. I've been updating it each day and it's getting so damn sweet now. I can't give an ETA, but it should be very soon.
Right now as I write this, I'm adding in a new option to add new groups. So much is being improved, the admin panel already looks 100 times nicer.
I've also added in new options to mass move groups & items.
It will be worth the wait :)
majorvbuser
07-07-2007, 07:14 AM
Sounds good. Will be getting my coder guy to hit the install button as soon as the new version is released.
I'm not a techie but if there is anyway at all you could implement another way of accruing points rather than total posts , for example "reputation" that would be fantastic.
Best of luck with this, you've created something really original.
Red Blaze
07-07-2007, 08:29 PM
I've installed it just now and works great. Except for one thing: everytime I try to update the avatar, all the items and accessories are all out of place. That's about the only complaint I have. ^^"
Thanks for working on this. :)
StarBuG
07-07-2007, 10:41 PM
Hi
First I want to thank you for this great hack.
I have posted this in your forum as well but what the heck ;)
When I add items to my avatar, then save it and go back to edit the avatar always one items is not where I put it.
Instead it moved to the center of the figure.
EDIT: It seems that shoes and bottom garments are effected
See screenshot
Any ideas?
One more thing:
Is there any way you could make the text you use as phrases?
That would make translation and upgrading sooooo much easier then now ;)
StarBuG
ps: I translated your mod to german ;)
subduck
07-07-2007, 11:00 PM
I've replied to your question on our forum.
Red Blaze
07-08-2007, 06:10 PM
I had the same issue as him, but I don't know where that post is at. I'd like to know. Thank you.
subduck
07-08-2007, 06:55 PM
<a href="http://www.livingavatars.com/forum/showthread.php?t=415" target="_blank">http://www.livingavatars.com/forum/showthread.php?t=415</a>
Ba$im
07-08-2007, 07:38 PM
hello
i think my question not very clear i mean use 2 avatar
one for living avatars and second for vbulletin avatars system
and postbit will be like here
http://www.christianforums.com/showp...00&postcount=2
can i do that? plz i really liked this and hope i can dp that
thanks a lot
subduck
07-09-2007, 11:43 PM
New update coming out in the next 20 minutes!
subduck
07-10-2007, 12:11 AM
The new update has been released on our site, I will release it here after a few people test it out and make sure it's working perfectly.
subduck
07-10-2007, 01:31 AM
Okay, everything is going very smoothly so I've released the update here.
Just please make sure to back up the LA tables.
Enjoy!
TOGUIMASTER
07-10-2007, 01:33 AM
Okay, everything is going very smoothly so I've released the update here.
Just please make sure to back up the LA tables.
Enjoy!
Thanks men goin to install
TOGUIMASTER
07-10-2007, 01:40 AM
this this very good already was hoping it that it left something new for the Living Avatars thanks friend
PoetJA-1975
07-10-2007, 01:58 AM
Thanx for the upgrade ;)
Jacquii.
whoooaaaa! you made my today Ziad!
Shukran. :)
subduck
07-10-2007, 06:14 AM
whoooaaaa! you made my today Ziad!
Shukran. :)
You're welcome!
Kohhal
07-10-2007, 06:31 AM
Upgrade worked perfect, thanks for all the hard work! :D
Robru
07-10-2007, 07:23 AM
Thanks for your upgrade :)
Can you help me with this error?
Living Avatars Database Error
Invalid SQL: INSERT INTO la_groups (groupid, parentgroupid, packid, title, foldername, displayorder)
VALUES (NULL, 0, 0, 'Chibi Life', 'chibi_life', 1)
Error: Field 'folderpath' doesn't have a default value
Error number: 1364
Date: Tuesday 10th of July 2007 08:20:04 AM
File: http://www.domain.com/forums/living_avatars/install/upgrade.php
iamspookysdaddy
07-10-2007, 02:33 PM
Hi
I installed living avatars and everything seemed ok on install. I deleted the install directory and chmod the avatars folder to 777.
I can access the living avatars control panel no problem and can create an avatar. However the avatar is not visable on the forum.
When I go to the user cp and click save changes I receive the message.
Quote:
Upload of file failed.
In any event I can not seem to get this working correctly.
Any information is appreciated. I have zoints installed and some welcome headers but not much more than that.
The living avatar forum is saying that the problem is not with the living avatars
thanks
Brian
subduck
07-10-2007, 03:56 PM
Brian I've already answered your question on my forum, please don't restart the topic here.
Robru what version of mysql are you running?
subduck
07-10-2007, 04:23 PM
Thanks for your upgrade :)
Can you help me with this error?
Restore your backup, redownload Living Avatars 110 & try again please.
Robru
07-10-2007, 05:00 PM
Robru what version of mysql are you running?
mySQL Server version: 5.0.37
Restore your backup, redownload Living Avatars 110 & try again please.
Ok?, I restored my backup, and redownload the new? (1 downloads) Living Avatars 1.10 version.
Installed without errors and it runs now like a charm ...
Thank you for your support :)
subduck
07-10-2007, 05:05 PM
mySQL Server version: 5.0.37
Ok?, I restored my backup, and redownload the new? (1 downloads) Living Avatars 1.10 version.
Installed without errors and it runs now like a charm ...
Thank you for your support :)
I just made a very small change (added DEFAULT '' to the folderpath column), no need for anyone else to update.
I'm so happy you backed up! Makes it a lot easier to fix :)
Nice Mod!
I have problems with editing the avatar using the crop tool, I can add the crop but not remove it. All other items I can add and remove. Is it a bug or do I something wrong? I'm using Firefox.
TNX
subduck
07-10-2007, 07:24 PM
You're right, something in the last update screwed up the crop tool. I'll look into it and release a fix asap.
Robru
07-10-2007, 07:35 PM
Sorry Ziad, a couple of users get this error...
I think, if the username contains a character like ' you get a mysql error.
Invalid SQL: INSERT INTO session (sessionhash, userid, host, useragent, idhash, lastactivity)
VALUES ('5fb73f164e93f02fb7431faae7c35160', 1910, '80.xxx.xxx.xxx',
'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Media Center PC 3.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)', 'c7733830b6352df765f6b422387f37e0', 1184096131)
Error: Data too long for column 'useragent' at row 1
Error number: 1406
Date: Tuesday 10th of July 2007 07:35:31 PM
Usernames: Inge's Galerie or bianca and lady
subduck
07-10-2007, 07:37 PM
Actually I think that error is because:
"Data too long for column 'useragent' "
You seem to be running a really strict version of mysql.
Robru
07-10-2007, 07:42 PM
Do you know how I can resolve this error?
subduck
07-10-2007, 07:46 PM
I would try to do some google searches on that error.
I found this right away:
http://www.vbulletin.com/forum/project.php?issueid=12439
Robru
07-10-2007, 08:04 PM
This is mine ...
// ****** FORCE EMPTY SQL MODE ******
// New versions of MySQL (4.1+) have introduced some behaviors that are
// incompatible with vBulletin. Setting this value to "true" disables those
// behaviors. You only need to modify this value if vBulletin recommends it.
$config['Database']['force_sql_mode'] = true;
subduck
07-11-2007, 08:23 AM
LA 111 Released
+ Added phpBB3 Integration.
+ Fixed Crop Tool.
+ Better LA link integration for phpBB2.
+ Fixed a bug that caused avatars not to show up in the forum.
PoetJA-1975
07-11-2007, 09:10 AM
Thanx ;)
Jacquii.
Robru
07-11-2007, 10:57 AM
Ziad, I think that I'am (also you) resolve this issue in mySQl's my.ini !
I changed:
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_ SUBSTITUTION"
in:
#sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_ SUBSTITUTION"
Censtudios
07-11-2007, 06:34 PM
can I have a normal avatar + living avatars? that would be more fun I think.
subduck
07-12-2007, 05:35 PM
can I have a normal avatar + living avatars? that would be more fun I think.
That option is not available.
ShawnV
07-15-2007, 01:44 PM
I posted this on the LA site but it seems to be ignored, so..
1) Is there a branding free option, one site we work on is totally branding free?
2) Is there a way to set a default background besides the white box, at least until you roll out the transparent background version?
3) If and when is a sell back item option going to be implemented, if you have multiple sets of an item for the user to keep upgrading to this is a necessity?
cheers,
_V
Hornstar
07-16-2007, 10:29 AM
Has anyone contributed any avatars to this yet?
Kohhal
07-16-2007, 10:43 AM
You don't contribute avatars, though you can create packs to make avatars which is maybe what you mean? If so, lots on livingavatars.com
subduck
07-16-2007, 03:47 PM
I posted this on the LA site but it seems to be ignored, so..
1) Is there a branding free option, one site we work on is totally branding free?
2) Is there a way to set a default background besides the white box, at least until you roll out the transparent background version?
3) If and when is a sell back item option going to be implemented, if you have multiple sets of an item for the user to keep upgrading to this is a necessity?
cheers,
_V
1) No.
2) Not yet.
3a) This option might be available in the future, if so I can't say when.
3b) I don't understand what you mean, could you give some more detail?
Madmp3zz
07-16-2007, 03:52 PM
I'm getting this error when trying to install...
Living Avatars Database Error
Invalid SQL: INSERT INTO session (sessionhash, userid, host, useragent, idhash, lastactivity)
VALUES ('a61ea90608a15382248227f4fe455777', 0, '127.0.0.1',
'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)', '914f9c1bc15465cb259ef0b15c79109c', 1184604544)
Error: Field 'profileupdate' doesn't have a default value
Error number: 1364
Date: Monday 16th 2007f July 2007 04:49:04 PM
File: http://localhost/living_avatars/install/install.php
wizard11
07-16-2007, 08:43 PM
Very cool mod. Well done!
BeatificFaith
07-17-2007, 04:39 AM
I have been using Living Avatars for a while and have one problem. The avatars do not show up in member profiles, but they do show up in administrator profiles. I just ran the upgrade and that did not correct it. When looking at the link for the member profiles avatars it just displays my forum's homepage URL. For my own profile it of course displays the image URL. What can I do to correct this?
subduck
07-17-2007, 04:49 AM
Maybe you need to allow custom avatars for your members?
I think that's what someone else did to fix a similar problem.
Madmp3zz
07-17-2007, 10:27 AM
Does this mean I have a unrecognised table or edited template?
Wondering if it has something to with the mood manager hack.
Living Avatars Database Error
Invalid SQL: INSERT INTO session (sessionhash, userid, host, useragent, idhash, lastactivity)
VALUES ('a61ea90608a15382248227f4fe455777', 0, '127.0.0.1',
'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)', '914f9c1bc15465cb259ef0b15c79109c', 1184604544)
Error: Field 'profileupdate' doesn't have a default value
Error number: 1364
Date: Monday 16th 2007f July 2007 04:49:04 PM
File: http://localhost/living_avatars/install/install.php
ShawnV
07-17-2007, 11:48 AM
1) No.
2) Not yet.
3a) This option might be available in the future, if so I can't say when.
3b) I don't understand what you mean, could you give some more detail?
3b)
ergo: if anyone has a group of items that start off as basic, then progress to standard and then advanced, then not having a sell item back option doesn't really make since. They would want to sell back there items to upgrade to the next level of that item.
_V
edit: Question 1, is that option going to be avalible at some point in time?
ssslippy
07-18-2007, 05:48 AM
I have been using Living Avatars for a while and have one problem. The avatars do not show up in member profiles, but they do show up in administrator profiles. I just ran the upgrade and that did not correct it. When looking at the link for the member profiles avatars it just displays my forum's homepage URL. For my own profile it of course displays the image URL. What can I do to correct this?
Custom Avatars are disabled for your users.
subduck
07-18-2007, 07:54 AM
Wondering if it has something to with the mood manager hack.
Most likely.
Darkwaltz4
07-19-2007, 01:02 AM
For those of you looking to tie this into a DIFFERENT points system than what is built in (which is based off of post count), I have posted the instructions to integrate my points system into it (there is also a converter from vbbux/plaza for those who use that instead)
The post with the modification instructions are here (https://vborg.vbsupport.ru/showthread.php?p=1295175#post1295175). Enjoy!
midirtrider
07-19-2007, 05:19 AM
I thought this was kinda silly when I first seen it.. but now Im thinking its kinda cool..
only wish there was more GOTH type styles.. or METAL, skater, tattoo's stuff like that
AdmiralGeek
07-25-2007, 11:07 AM
ever since installing this mod, i get the following error when my users try to uplaod a regular avatar from their computer, or even when an admin tries to upload an avator.
Warning: move_uploaded_file() [function.move-uploaded-file]: open_basedir restriction in effect. File(/tmp/7c0d8328e2a1be6fd3de993f7bb9f052) is not within the allowed path(s): (/usr/share/pear/:/usr/local/apache2/:/misc/35/000/134/065/6/) in /includes/class_upload.php on line 413
somekind of user permissions conflict is going on. Even does the same on my test board with a fresh installation of VB.
when i drop the tables from the database, all is okay....
It is worth looking into
The class_upload.php is not damaged or corrupted in any way, Line 413 of the specific file, has to do with the permissions set for the usergroups upon uploading.
line 413
$moveresult = $this->registry->userinfo['permissions']['adminpermissions'] & $this->registry->bf_ugp_adminpermissions['cancontrolpanel'] ? move_uploaded_file($this->upload['location'], $temppath) : @move_uploaded_file($this->upload['location'], $temppath);
subduck
07-25-2007, 06:33 PM
That error doesn't have anything to do with Living Avatars.
Living Avatard doesn't use the move_upload_file function, neither does it alter any of vBulletin's files.
Neal-UK
07-25-2007, 07:19 PM
How can I remove this modification please. I'm sure there was an unistall option before.
subduck
07-25-2007, 11:31 PM
Read the first post.
HangingClowns
07-26-2007, 12:27 AM
Read the first post.
I uninstalled the hack, in the way that you said, but it's givnig me a database error about the user.avatars. How can i fix that?
Database error in vBulletin 3.6.7:
Invalid SQL:
SELECT user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline,
customavatar.width, customavatar.height
FROM user AS user
LEFT JOIN avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN customavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.userid = 1;
subduck
08-04-2007, 06:03 PM
Are you still getting that error?
Also, to anyone who is interested, a World of Worldcraft pack is being created:
http://www.livingavatars.com/forum/showthread.php?t=560
teamsupra
08-04-2007, 06:11 PM
ANyone have Harry Potter Avatars? Id love to install this, but really need some HP avatars:)
paulmjno
08-04-2007, 06:46 PM
I don't understand. There is no 'Forum Integration' link...
acquiesce
08-04-2007, 09:48 PM
If only every install was this simple! THANKYOU.
My teenage members are going to LOVE this. xD
jauhari
08-06-2007, 01:40 AM
Cute and love it ;)
hertzweb
08-06-2007, 03:11 AM
Awesome installing now ^_^
Murty
08-08-2007, 04:57 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
Set the cost of items to 0 and everything will be free.
Hey, I have just upgraded to the latest version, and I forgot how/where I changed it so everything was free. All the items cost '0' points, so theoretically everything should be free, but i still get a box saying "You do not have enough points to purchase this item."
Any thoughts?
skrazydogz
08-08-2007, 12:14 PM
I have Error after Install
Premature end of script headers: index.php
Error 500
help!
blogtorank
08-08-2007, 01:45 PM
I have Error after Install
Premature end of script headers: index.php
Error 500
help!
That's your server has nothing to do with the script. That's a sign of server misconfiguration! ;)
http://httpd.apache.org/docs/1.3/misc/FAQ-F.html#premature-script-headers
Hope this helps.
blogtorank
08-08-2007, 01:46 PM
Excellent MOD and will Install this evening, thank you for taking your time on releasing this!
Murty
08-08-2007, 11:42 PM
Hey, I have just upgraded to the latest version, and I forgot how/where I changed it so everything was free. All the items cost '0' points, so theoretically everything should be free, but i still get a box saying "You do not have enough points to purchase this item."
Any thoughts?
Bump.
fusiongoddess
08-09-2007, 08:13 PM
Can a plugin be made for this that allows setting usergroups to be able to access living avatars? I want to offer this to my premium members only. Thanks!
hobsdv
08-12-2007, 03:09 PM
fantastic mod installed looks great
profanitytalker
08-16-2007, 07:52 AM
This is such a cute mod. Thanks alot. :D
Centrix
08-23-2007, 05:32 AM
That option is not available.
but isnt it possible to insert the $livingavatar (or whatever the code is, i havent downloaded it yet) line that inserts the avatar underneath the normal avatar?
GNeRaL
08-23-2007, 01:11 PM
Thats a great!
Mad Woman
08-24-2007, 12:03 AM
I can't log into the Admin panel. I've tried both my username and password for this forum, and my Admin username andpassword that I use for my own forum. Can someone tell me what I've done wrong?
Thanks!
Mad Woman
08-24-2007, 12:18 AM
Ok, funnily enough it shows, at times, that I'm logged in as "Admin", but it's denying me access to all the admin functions. :(
Digital Jedi
08-26-2007, 05:50 AM
I didn't see this posted yet. I really like the option to add your own CSS. I was able to mimic the style of our site nicely. But I notice the editing areas remain white. Is there a way to affect the colors of those areas?
I should note, that I'm not talking about the avatar background itself. I'm talking about the areas around the buttons and controls.
Fredrik_Arvid
08-26-2007, 08:58 AM
Can I use Living Avatars with vBulletin 3.6.2?
Zerovb
08-27-2007, 04:54 AM
Gooood Hack Thank You
Iskib
08-28-2007, 11:55 PM
If this fix has already been posted forgive me, but I searched and could not find it. Maybe I was searching for the wrong things.
Everything is work great except for when I goto to living_avatars/index.php
The avatar preview picture does not display (broken Images).
I check the properties on the images and it is doing this for the url:
http://mydomain.com/forums//forums/customavatars/avatar1_1.gif?time=1188348662
I have searched everywhere and cannot find what I doing wrong here the other links (urls) on the same page are correct and go where there suposed to.
Anyone have any idea how to fix this problem?
I am thinking it has to do with this code in the index.php lol but I am not that great at php...
$current_avatar_path = ForumAvatar($userinfo[userid], $userinfo['username']);
if(strlen($current_avatar_path))
{
$current_avatar_path = str_replace('living_avatars/', '', $current_avatar_path);
$current_avatar_path = str_replace('.gif', '.gif?time=' . time(), $current_avatar_path);
echo '<img name="user_avatar_preview" src="' . $current_avatar_path . '" />';
Oh yeah forgot to give vb version 3.6.8
Is this mod even supported anymore??????
Anyways any help would be great!
thepub
08-30-2007, 02:18 AM
forgive my ignorance but can someone explain (detailed) how to change my chmod 777 or whatever?
Digital Jedi
08-30-2007, 06:57 AM
forgive my ignorance but can someone explain (detailed) how to change my chmod 777 or whatever?
You would do it though whatever FTP program you used to upload the files and folders, like Filezilla or whatever your prefered program is. They all have different ways of doing it, I believe, but in something like Filezilla, you right click on a folder and select File Attributes. Then you enter in 777 or 0777. This makes the folder readable AND writable. Look around in your controls for something along those lines.
Kinneas
08-30-2007, 09:58 AM
Well now, this looks interesting :)
Tagged; For now.
thepub
08-30-2007, 03:41 PM
thank you! I use filezilla and will try what you said.
thepub
08-30-2007, 04:01 PM
how do I "run the install.php"? I've put everything in my ftp but don't know how to "run" something. I'm using filezilla if that makes a difference
Kinneas
08-30-2007, 11:54 PM
how do I "run the install.php"? I've put everything in my ftp but don't know how to "run" something. I'm using filezilla if that makes a difference
Upload everything then run the install.php file in your browser. Point it to www.yourforumname.com/living_avatars/install/install.php
thepub
08-31-2007, 12:02 AM
oh man I feel incredibly stupid because I cannot get it to work *smacks head* I typed everything you just put in my browser window (put my forum name of course) and I got a page not found message. What am I doing wrong???
Kinneas
08-31-2007, 12:19 AM
oh man I feel incredibly stupid because I cannot get it to work *smacks head* I typed everything you just put in my browser window (put my forum name of course) and I got a page not found message. What am I doing wrong???
You need to replace "yourforumname" with the actual address of your forum mate.
thepub
08-31-2007, 12:22 AM
I did just that. I pasted what you put in a new browser window and edited my forum name in and got a 404 not found error. :(
Kinneas
08-31-2007, 12:24 AM
I did just that. I pasted what you put in a new browser window and edited my forum name in and got a 404 not found error. :(
All I can suggest is you may have uploaded the folder to the wrong place. Check again to make sure you have uploaded the folder "living_avatars" to your forum root.
On another note, changed from Tagged to Installed. Brilliant looking mod, extremely professionally done as well :)
thepub
08-31-2007, 12:28 AM
I got it to work!!! I figured out where my error was and now it is installed! TY for you help!
Kinneas
08-31-2007, 01:01 AM
I got it to work!!! I figured out where my error was and now it is installed! TY for you help!
You're welcome :)
AKapadia
09-01-2007, 05:08 PM
i have install this mod but also i have install Default avatars so when user register they get their default avatar and after when they make this avatar it seems not replacing it. can you help me out please
Freesteyelz
09-07-2007, 07:29 AM
Yup. This error still exists. There are ways to get around it but still a DB error is never good to have. I hope it's addressed soon.
Anyway, sweet mod. :up:
I get this error when i click on the edit avatar link
Living Avatars Database Error
Invalid SQL: INSERT INTO vb_session (sessionhash, userid, host, useragent, idhash, lastactivity)
VALUES ('405dd24c0cf08cdd7cb132e02e4c7822', 1, '67.161.144.196',
'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3', '9b52c29a0a0895f699093940386d30c5', 1178139342)
Error: Duplicate entry '405dd24c0cf08cdd7cb132e02e4c7822' for key 1
Error number: 1062
Date: Wednesday 02nd of May 2007 08:55:42 PM
File: http://site.com/lounge/living_avatars/includes/editavatar.php
Freesteyelz
09-08-2007, 09:31 PM
The new Living Avatar release is version 1.1.3 (August 17, 2007). Since the version here is 1.1.1 click here to the official site for version 1.1.3 (http://www.livingavatars.com/download). :)
xandizitxu
09-10-2007, 02:42 AM
Looks like a cool mod! Installing now!!! Thanks!
subduck
09-10-2007, 06:50 PM
I haven't posted the new version here, because the new version 1.1.3 only features additional forum integration (SMF & IPB).
Freesteyelz
09-13-2007, 08:10 PM
Ooops.
AbuSaud
09-16-2007, 02:54 AM
Installed and removed later :)
nice but I don't need it :rolleyes:
Ziroc
09-16-2007, 05:58 AM
This will ROCK for making Roleplaying Forums neater--like earn points to 'buy' a shield, a sword--which could have tons of different kinds of swords--glowing ones would cost more. :D
I am not into anime, but I can draw, and making a Warrior is easy--I wonder, instead of just choosing male or female, could you have male and female wizards, priests, warriors etc?
THAT would rock. Like making your own RPG Character. :)
baby41
09-16-2007, 06:16 PM
Thanks for this Hack.
towermatt
09-17-2007, 04:12 PM
This will ROCK for making Roleplaying Forums neater--like earn points to 'buy' a shield, a sword--which could have tons of different kinds of swords--glowing ones would cost more. :D
I am not into anime, but I can draw, and making a Warrior is easy--I wonder, instead of just choosing male or female, could you have male and female wizards, priests, warriors etc?
THAT would rock. Like making your own RPG Character. :)
Very much so and there is a tutorial on how to make your own in the first post.
nickypoooo
09-18-2007, 11:20 PM
nice, installed
HarryBO
09-25-2007, 07:18 PM
I´ve already a file called index.php. What can I do now?
Centrix
09-26-2007, 08:33 AM
Is it possible to have both normal avatar and living avatars?
Or is it possible for the member to choose wether he/she uses the living avatars or his own (uploadable picture)
HarryBO
09-27-2007, 07:26 PM
Hello?!?!
Can nobody help? See 2 post over this one!
Freesteyelz
09-28-2007, 04:14 AM
I?ve already a file called index.php. What can I do now?
There should be only one "index.php" file in the living_avatars folder. Just upload the entire "living_avatar" folder in your Forum directory to make the installation process simple.
Centrix
09-28-2007, 08:23 AM
I was hoping to see this hack integrated within vbulletin. and it has its own point system? hmm not such a good add-on as i thought
1) I already have a point system, using an other one just for LA? no ty
2) its not integrated into vbulletin...
3) I get errors...
Kohhal
09-28-2007, 08:44 AM
1) There's a mod to use other points systems, see livingavatars.com
2) It is integrated
3) What errors? This is working extremely well for a large number of people.
It's very easy to be critical, this is a great mod and the work involved in creating it should be respected.
Fury Diamond
09-29-2007, 03:17 PM
Can the user have the option to the Living Avatar as well as their own custom avatar or does it replace the avatar system?
StarBuG
10-03-2007, 09:43 AM
Hi
I run a German forum and I really like living avatars but upgrading is such a pain in the ass because I have to manually search all files for English text and translate it every time.
PLEASE PLEASE PLEASE use phrases in the next release.
I do the German translation for you for free then.
Thank you in advance
StarBuG
Ignicoccus
10-03-2007, 11:32 AM
Hi
I run a German forum and I really like living avatars but upgrading is such a pain in the ass because I have to manually search all files for English text and translate it every time.
PLEASE PLEASE PLEASE use phrases in the next release.
I do the German translation for you for free then.
Thank you in advance
StarBuG
I second that request :up:
towermatt
10-03-2007, 07:30 PM
Can the user have the option to the Living Avatar as well as their own custom avatar or does it replace the avatar system?
You can have either or. This adds an addition to the avatar system, it does not replace it.
irfreedownload
10-04-2007, 07:29 PM
hi
test on local . when upgrade it see this error
Living Avatars Database Error
Invalid SQL: SELECT value FROM la_settings WHERE varname = 'version'
Error: Table 'forum.la_settings' doesn't exist
Error number: 1146
Date: Thursday 04th of October 2007 08:28:17 PM
File: http://127.0.0.1/vb/living_avatars/install/upgrade.php
Digital Jedi
10-05-2007, 12:26 PM
I was hoping to see this hack integrated within vbulletin. and it has its own point system? hmm not such a good add-on as i thought
1) I already have a point system, using an other one just for LA? no ty
2) its not integrated into vbulletin...
3) I get errors...
I'm not sure why you figure that.
1. The point system can be easily converted with a simple file edit.
2. Um, yes it is.
3. That's not the mod's fault, since it's apparent that it's working for most folk. You likely have another mod that's interfering.
irfreedownload
10-05-2007, 02:17 PM
hi
test on local . when upgrade it see this error
Living Avatars Database Error
Invalid SQL: SELECT value FROM la_settings WHERE varname = 'version'
Error: Table 'forum.la_settings' doesn't exist
Error number: 1146
Date: Thursday 04th of October 2007 08:28:17 PM
File: http://127.0.0.1/vb/living_avatars/install/upgrade.php
testin in my host . see this error too:(
OnyxChase
10-06-2007, 03:22 AM
Hi! First I would like to thank you for your wonderful mod! It is great, and I can see it growing much bigger with many many addition packs users will make :)
However I have one problem using the mod with my website, my forum is currently behind an aMember user authentification script and your mod does not play nicely with the cookies generated with it. vBulletin is compatible with it.
Here are the cookies created by aMember:
_amember_ru
webbys
www.dogtrickacademy.com/
1024
154988032
29898483
414570752
29886413
*
_amember_rp
d8578edf8458ce06fbc5bb76a58c5ca4
www.dogtrickacademy.com/
1024
154988032
29898483
414570752
29886413
*
Here are the cookies created by vBulletin:
bblastvisit
1191643103
www.dogtrickacademy.com/
1024
2626541952
29959838
604730752
29886413
*
bblastactivity
0
www.dogtrickacademy.com/
1024
2626541952
29959838
604730752
29886413
*
And the cookies created by your mod:
bbuserid
4
www.dogtrickacademy.com/
1024
4226607360
29959840
2202606160
29886415
*
bbpassword
7e3137e1a79632329d14b91e63d6b5be
www.dogtrickacademy.com/
1024
4226607360
29959840
2202606160
29886415
*
Is there any way to modify the mod cookies handling so that it can use the cookies created by aMember? The user login and password are both stored in aMember and vBulletin.
Any help would be greatly appreciated,
Thank you!
Jean
TeamDevotion
10-06-2007, 06:11 AM
could you do this with cars??
Preferably the acura integra and rsx.
Diff paint colors, spoiler options, rims.
katilkuzu
10-06-2007, 06:28 PM
could you do this with cars??
Preferably the acura integra and rsx.
Diff paint colors, spoiler options, rims.
yes if you add more char (car, animals, populer people ect.) we will be glad ... :)
Thanx for good hack
installed and waitng upgrade soon... I am sure this hack will be Premium Modifications...
RichieBoy67
10-21-2007, 09:13 PM
I am sorry if anyone asked this already but can it be integrated with the credits mod instead of using points?
I was also wondering what people have done as far as editing. Does anyone have any examples??
Thanks
Freesteyelz
10-22-2007, 06:00 AM
Some people have mentioned that they're using vBCredits. In the "addon" folder for vBCredits there are instructions for Living Avatar integration. :)
Update: I just added vBCredits integration with Living Avatars and it works nicely. So far, after testing just a few, there are no errors. I don't have any examples (screenshots), however. :)
thetopday21122
10-22-2007, 01:46 PM
I'm not sure is this question has been asked, and I apologized if it has, but can you set the points to count in only a couple of forums that I want my members to post in?
thepub
10-22-2007, 05:36 PM
for some reason it's not charging the right amount. It is only chargin one point per item when I have it set to charge 100 points per item.
Spank
10-22-2007, 06:39 PM
It's nice, though there's not as much control as I would like. I would like the ability to edit user's points and also to have the living avatars be displayed in certain forums only, andh ave have normal avatars displayed elsewhere. But this is a fun mod, swell done =D
Also a system where you can't have item B unless you have item A would be great.
RichieBoy67
10-23-2007, 11:50 PM
Some people have mentioned that they're using vBCredits. In the "addon" folder for vBCredits there are instructions for Living Avatar integration. :)
Update: I just added vBCredits integration with Living Avatars and it works nicely. So far, after testing just a few, there are no errors. I don't have any examples (screenshots), however. :)
Thanks,
I will have to do this as well...
yashua
10-24-2007, 08:36 PM
Is there anyway to use this mod without chmoding anything to 777 on my server that means that anyone will have access to edit it.
Digital Jedi
10-29-2007, 05:30 AM
Is there anyway to use this mod without chmoding anything to 777 on my server that means that anyone will have access to edit it.
The avatars folder is protected by a index.html page. All anyone navigating to that page will get is a blank page. And I'm willing to bet it will be real hard for anyone to edit their avatar if the folder it's in isn't 777ed. >.<
Sunray2
10-31-2007, 04:16 PM
I do not see the LA drop down in my control panel. I did the install and did the manual editing.
Any ideas what could be causing this?
Thanks,
C.
Queball_Beast
10-31-2007, 08:45 PM
Has there been a way for this to run without doing the 777 permissions?
Having folders with 777 permissions on a shared server is a problem since folders with 777 permissions gets hit with phishing files.
If there is a way to do it i`m so looking forward to it.
Thanks
towermatt
10-31-2007, 08:53 PM
This was answered on the last page I think.
The avatars folder is protected by a index.html page. All anyone navigating to that page will get is a blank page. And I'm willing to bet it will be real hard for anyone to edit their avatar if the folder it's in isn't 777ed. >.<
Sunray2
10-31-2007, 09:17 PM
I need some help on this. I still do not have the LA cp on my admin cp in vB.
Is there anyone out here who knows of the possible reason for this?
Also, with regard to the 777, I've run into this issue twice already with no solution. A litter for this would be greatly appreciated.:erm:
Thanks,
C.
neopet001
11-03-2007, 11:52 AM
This mod and the livingavatars.com site is so great!
Super great work!
thepub
11-03-2007, 01:09 PM
for some reason it's not charging the right amount. It is only chargin one point per item when I have it set to charge 100 points per item.
just wanted to bump this again because I'm still having the issue. :)
neopet001
11-06-2007, 04:52 AM
I'm meeting the serious problem :
- I logged in with my account on the forum.
- Then move to Edit avatar -> Living avatar.
- Then I logged in the Living Avatar zone.
- But, from now on : it always force me to log in again and again at every click I did on the living avatars pages!!!
- Then I back to my forum, but now I can't login my account any more, I tried many times but it always returned as not logged in!
I must clear all cookies then login again.
Please help me fix this problem, if not I must remove Living Avatars althought it's a very nice hack!
Thank you!
Sunray2
11-26-2007, 03:31 PM
Ziad,
I could use a little help. Please see my previous posts above.
I like the mod, however I cannot use it. I've installed twice with no success.
If anyone has had this problem and have successfully fixed the problem, please post what you did in detail. It would be greatly appreciated.
Thanks,
C.
gettingbetter
11-26-2007, 07:12 PM
I haven't installed this mod, and I don't know if I will, but I just had to comment - wow! Nice job! Lots of creativity and dedication went into this! Bravissimo!
onehost
11-27-2007, 09:46 PM
Will this be updated for the future VB 3.7 ??
Thanks
DPtheGod
12-01-2007, 10:58 PM
Hi, one of my forum's administrators installed this mod today and when I got home from work he told me that he is getting this error when trying to install the avatar frames:
Living Avatars Database Error
Invalid SQL: INSERT INTO la_groups (groupid, parentgroupid, packid, title, foldername, folderpath, online, displayorder)
VALUES (NULL, 228, 40, 'Dj's Frameborders', 'DJ's Frameborders', 'Avatar_Frames/DJ's Frameborders', 1, 1)
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's Frameborders', 'DJ's Frameborders', 'Avatar_Frames/DJ's Frameborders', 1, 1)' at line 2
Error number: 1064
Date: Sunday 02nd of December 2007 12:56:17 AM
File: http://www.rpanime.com/forums/living_avatars/admin/installpack.php
Do you have any ideas on how to fix this? I have no idea what happened or what steps were taken to install this, so I don't know the nature of the problem.
Freesteyelz
12-26-2007, 11:29 AM
I'm not sure if subduck is making good progess on some of the bugs; I haven't heard from him in a while. Though, the current version is working in 3.7 Beta 3. :)
gforce75
12-26-2007, 03:47 PM
I reinstalled this mod, but it says I do not have admin access to it. I'm using my super admin account :(
subduck
01-01-2008, 06:56 PM
Yikes, haven't checked this thread in a while.
So here's a small update, I'm working on a newer version of Living Avatars and before releasing it I will make sure to go through this thread and fix any bugs that are posted in here.
Happy new years :)
Freesteyelz
01-03-2008, 02:06 AM
Post updates on your site as well. People have been logging in hoping to hear from you. I understand that you can't address every post but making an appearance every now and then would boost morale. :)
Happy New Years to you too. :)
Glitch0r
01-27-2008, 10:18 AM
Somehow I'm getting a 500 error page, I guess the problem is on my host's side, if you know what causes this problem of have a solution reply to my post, by the way, great mod!
Queball_Beast
01-30-2008, 07:47 PM
Is there anyway to run this without leaving a 777 permission on this folder?
/living_avatars/avatars/
thanks
Digital Jedi
01-31-2008, 02:30 PM
Is there anyway to run this without leaving a 777 permission on this folder?
thanks
Not at the moment.
ChaosBurnt
02-06-2008, 05:44 PM
What a totally brilliant mod', I love it ;-)
lordtopcat
02-06-2008, 06:29 PM
Hiya,
May I suggest integration with other point systems?
Cheers
LTC
Digital Jedi
02-07-2008, 03:41 AM
Hiya,
May I suggest integration with other point systems?
Cheers
LTC
Depending on what you use, vBCredits does already.
subduck
02-08-2008, 05:13 AM
Just released version 114, enjoy :)
lordtopcat
02-16-2008, 09:26 PM
Just to let everyone know, I have successfully installed this on vBulletin 3.7 Beta5. Everything is working 100%.
Thanks for the great mod.
/me hits install!
Devil Woman
03-03-2008, 08:26 PM
Hi I recently had this installed on my forum last year but due to it not being used I got rid of it, but I am having membrs wanting it back, I have just tried reinstalling it but when I do I am getting an error saying I am not down as an admin for living avatars when I go to the living avatars admin panel I get the error You do not have access to this area.
Any help is greatly appreciated.
csalbuchi
04-01-2008, 05:16 PM
Hi there! I was using living avatars till yesterday. I upgraded to vbulletin 3.6.9 and my avatars stops to work well. My problem here is that users dont see anymore the "living avatars" button in the userCP.
Any little help please?
Ps: I´ve tryed to post a new pack that my community made in your forum, but i dont have permission to post.
toucan42
04-10-2008, 04:03 PM
I upgraded to 3.7 rc2 and also lost living avatars in cp panel - anyone?
Nubulin
04-10-2008, 04:42 PM
This is great! I installed and everything seems to be working great, except when I try and save the new avatar... I get this error:
Fatal error: Call to undefined function: imagecreatetruecolor() in /var/www/virtual/adultinsider/adultinsider.com/web/living_avatars/includes/saveavatar.php on line 68
am I just missing something obvious?
toucan42
04-12-2008, 08:27 PM
I am now on vB 3.7 RC3 and have updated LA to 1.1.4 but no longer have the Living Avatar option in the usercp - has anyone fixed this or experienced this besides me?
toucan42
04-12-2008, 08:39 PM
ok this was totally stupid on my part - simply log into the admin and follow instructions as though you were INSATLLING not upgrading - add the forum link via admin LA page and it works on 3.7RC3
Is there away to modify the living avatars points system, it uses its own points sytem, and I want to have it to deduct points from my forums points system why is "Vbcredits". Is there away to do this?
Digital Jedi
04-14-2008, 10:56 PM
Is there away to modify the living avatars points system, it uses its own points sytem, and I want to have it to deduct points from my forums points system why is "Vbcredits". Is there away to do this?
vBcredits.com has the instructions on how to do that on their site.
credenscel
04-17-2008, 04:59 PM
Someone please help!!!
I put the living avatars folder on my server and did the install thing but after that i cant log on to my own forum!!!
i deleted the folder form my server to see if that will help but it didnt help!! :-( Now i just cant log back on. Please help!!
bada_bing
04-18-2008, 01:57 AM
This looks coollllllllllllll I want to install this on my vb 3.5.x site will it work????
mustangt562
04-18-2008, 04:24 AM
go to the admin panel of Living Avatars and click the 'Forum Integration' link
Please help me cause I cannot find this "forum integration" LINK anywhere. I looked in the living avatars admin panel settings and its not there. Plese instruct me on where to find this elusive link. Thanks :(
Digital Jedi
04-18-2008, 05:49 AM
go to the admin panel of Living Avatars and click the 'Forum Integration' link
Please help me cause I cannot find this "forum integration" LINK anywhere. I looked in the living avatars admin panel settings and its not there. Plese instruct me on where to find this elusive link. Thanks :(
It's under Settings in your Living Avatars Admin Panel. The very first box on the page is called Forum Integration with two buttons that say Add Forum Link and Remove Forum Link.
RedeemedWarrior
04-20-2008, 09:42 AM
amazing product. Installed it in seconds and runs like a charm!
bada_bing
04-21-2008, 03:36 PM
I really like this mod and want to install it on my vb 3.5.x board. I tried to perform the install but I get this database message and wondering if and how I can get this working on my vb 3.5.x site. Any help would be greatly appreciated.
Living Avatars Database Error
Invalid SQL: SELECT value FROM la_settings WHERE varname = 'version'
Error: Table 'nameofthedable.la_settings' doesn't exist
Error number: 1146
Date: Monday 21st of April 2008 04:34:14 PM
File: http://www.mysite.com/forums/living_avatars/install/upgrade.php
Digital Jedi
04-22-2008, 01:00 PM
I really like this mod and want to install it on my vb 3.5.x board. I tried to perform the install but I get this database message and wondering if and how I can get this working on my vb 3.5.x site. Any help would be greatly appreciated.
Living Avatars Database Error
Invalid SQL: SELECT value FROM la_settings WHERE varname = 'version'
Error: Table 'nameofthedable.la_settings' doesn't exist
Error number: 1146
Date: Monday 21st of April 2008 04:34:14 PM
File: http://www.mysite.com/forums/living_avatars/install/upgrade.php
I don't think this mod was designed to work on a version below 3.6.
bada_bing
04-22-2008, 01:16 PM
Yes but like most mods they can be crafted to work and I was looking for assistance in trying to get this working with an example of the database error.
fLoCkE
04-23-2008, 03:50 PM
Thank you :)
yunie_
04-23-2008, 05:04 PM
if this hack does not win MOTM or even MOT year i do not know wad else can.
please please provide support for this mod for as long as possible!
LisaJH
04-26-2008, 11:12 AM
its totaly stuffed my web site up :S
LisaJH
04-26-2008, 11:40 AM
I got no idea.. but i cant use my web site anymore...
www.wildmums.com is the url :S
Help
Digital Jedi
04-27-2008, 12:21 AM
I got no idea.. but i cant use my web site anymore...
www.wildmums.com (http://www.wildmums.com) is the url :S
Help
You've deleted your index.php page somehow.
bada_bing
04-27-2008, 02:32 AM
I could of swore there was a post reply by the author of this mod saying that they would download version 3.5 of vb and see if they can get this working on that version and now I dont see that post?
KMDPEPSI
04-28-2008, 03:36 AM
wow love it, It took only 5 mins to install the thing and integrate it with vbcredits. great mod
www.koomid.com
Ky Kiske
05-07-2008, 03:32 PM
Well this work on 3.7?
Robru
05-07-2008, 04:34 PM
Yes! it's works awsome in vB 3.7.0 :)
Ky Kiske
05-07-2008, 04:51 PM
Do you have it on your site?
Robru
05-07-2008, 05:04 PM
Yes, here (http://www.caviaforum.nl) :)
Ky Kiske
05-07-2008, 05:19 PM
Sweet stuff. Hamsters everywhere was alil scary but still sweet nonetheless.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.