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)

gag girl 08-15-2008 12:00 PM

Would this work on 3.6.2?

masons_mum 08-19-2008 05:54 PM

i have added this mod, and it works great...except i have to manually go to avatars in the admin panel and Move Items from File System into Database...for the avatars to show up. Any ideas how to fix this?

lsatblu 09-18-2008 10:09 PM

Hi,

Is this mod still being worked on? It is awesome~ I am making all my own icons and this is pretty cool.

Any chance members will be able to sell and trade items? Please?

Thank you for this great mod!

Blackhat 10-04-2008 09:55 AM

is it only me or does it not work when you save your avatars in the directory rather than the database ?

Digital Jedi 10-04-2008 06:25 PM

Quote:

Originally Posted by Blackhat (Post 1637038)
is it only me or does it not work when you save your avatars in the directory rather than the database ?

My avatars are in the directory and it works okay for me.

Blackhat 10-09-2008 08:18 PM

after I moved them from the database to the directory it stopped working. They can make avatars but when they save them they end up with no avatar

akoj 10-23-2008 02:34 AM

I see this has been asked several times by other members but there has not been an answer posted yet as to what could be the issue here. Everything worked great on my forum for over a year now until today when I got a "You do not have access to this area" message. Nothing has been changed on the forum so I am not sure what could have caused this. Reinstalled and still do not have access.

darkblade25 10-28-2008 01:23 AM

Is it normal that when going to living avatar page, you have to login again?

And once I login, i cant logout through my forums.

Anyone have a solution to this? I am using VB 3.7.3.

dataman 11-16-2008 10:07 PM

For some reason, certain items can be viewed when editing a Living Avatar, but when the user clicks "Save Avatar", the new Living Avatar image is missing the item! I've examined all attributes of the items image. Sometimes they are items I've created, though other items I've created work perfectly. Sometimes they're savable in Internet Explorer, but not Firefox. Anybody else had this problem?

UncoderMom 11-18-2008 06:57 PM

Come back to us subduck!!

I'm ready to make some new packs! hehe

Your forum is offline :(

weetabx 11-23-2008 06:39 PM

cant get this to install on vb3.74 just keeps coming up with mysql error :(

akoj 11-24-2008 03:47 AM

Quote:

Originally Posted by akoj (Post 1650870)
I see this has been asked several times by other members but there has not been an answer posted yet as to what could be the issue here. Everything worked great on my forum for over a year now until today when I got a "You do not have access to this area" message. Nothing has been changed on the forum so I am not sure what could have caused this. Reinstalled and still do not have access.

OK, I fixed this. I am going to attempt to explain how I did it. I am sure that there is a much easier way but I am not very good at db stuff so it was a lot of trial and error for me.

I dropped the table la_admin
Rebuilt it manually using the MYSQL operatons to recreate the table using 3 fields. Using MYSQL insert I recreated the field values using the info that I found in the install.php file.
Code:

  $DB->query("CREATE TABLE " . TABLE_PREFIX . "admins (
  userid    TINYINT(3)  UNSIGNED NOT NULL DEFAULT 0,
  username  VARCHAR(64)          NOT NULL DEFAULT '',
  email      VARCHAR(64)          NOT NULL DEFAULT '',
  PRIMARY KEY (userid)
  ) " );

Then I just inserted myself and the other admins in the values. I had to go about creating the table manually because I kept getting syntax errors with the code above.

Anyway, I now have access back and I hope that helps someone else out with the same problem

akoj 01-03-2009 04:53 PM

Quote:

Originally Posted by UncoderMom (Post 1668244)
Come back to us subduck!!

I'm ready to make some new packs! hehe

Your forum is offline :(

If subduck is no longer supporting this, is there a way to have another coder expand on it? I am willing to pay at this point.

UncoderMom 01-03-2009 05:34 PM

Quote:

Originally Posted by akoj (Post 1700460)
If subduck is no longer supporting this, is there a way to have another coder expand on it? I am willing to pay at this point.

If you are operating on your DB rebuild, what exactly is it that you need help with?

subduck 01-03-2009 06:15 PM

The site will be opening again this month :)

UncoderMom 01-03-2009 06:17 PM

Yay!!!!

akoj 01-03-2009 06:18 PM

I am concerned about it breaking again when we upgrade to 3.8. Anyone done this yet with LA? My members have also suggested several enhancements such as the ability to return and trade limited edition items. I use it in conjunction with vbcredits. I have a great graphics person who has extended our collection of items considerably and it is an integral part of our forums.

akoj 01-03-2009 06:19 PM

Quote:

Originally Posted by subduck (Post 1700554)
The site will be opening again this month :)

THANK YOU!!!! I am happy to help support this mod. Do you plan to have it compatible with 3.8? Will you be working on trading or returning items?

ToyotaDiesel 01-04-2009 03:43 AM

TOO COOL

Installed!

Working fine so far on 3.8.0 RC2

Digital Jedi 01-04-2009 04:28 AM

Quote:

Originally Posted by subduck (Post 1700554)
The site will be opening again this month :)

Good to know. I've been wanting to do a major series of packs for the next version.

edytwinky 01-04-2009 06:28 PM

Looking forward to the livingavatars.com site opening back up to give it a try before adding it on my forums

Vaupell 01-04-2009 11:18 PM

sweet i used to have this, would love it on 3.8 board.. alot of fun..

not sure ill be going through this again --> https://vborg.vbsupport.ru/showthread.php?t=183171

but its still fun..

NoKSouLz 01-13-2009 06:18 PM

HELP!

Installed easily, deleted install folder, chmod'd avatar folder..

Everytime i try and go on admin panel says: You do not have access!

Everytime i try and create an avatar it logs you out..

how do you fix?

*EDIT: Now logged in but cannot find Forum Intergration link?

akoj 01-23-2009 03:27 AM

Anyone running this on 3.8?

UncoderMom 01-23-2009 01:16 PM

Still waiting... patiently. LOL

If you need help, let me know!!

jackey666 01-31-2009 05:33 PM

1 Attachment(s)
For everyone's information, I was able to install Living Avatars 1.1.5 on vBulletin 3.8.1 successfully using this how-to.

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

Note that I didn't install vbCredit.

Attached is the version 1.1.5.

mortydot 02-07-2009 09:33 PM

The forum is still not online :( Hopefull there will be soon a new update off the mod.. Because the only reason i dont use it is because you cant choose between Living avatars and normal avatar..

subduck 02-08-2009 03:09 AM

I know it's taking a while, I hope to have the site back online this month.

Si... 02-11-2009 12:05 AM

Quote:

Originally Posted by mortydot (Post 1737342)
The forum is still not online :( Hopefull there will be soon a new update off the mod.. Because the only reason i dont use it is because you cant choose between Living avatars and normal avatar..

I agree. Is there anyway we can switch from being a Living Avatar to Living Profile Picture. So people can select this as their profile picture INSTEAD of it being an avatar....

Cheers.

subduck 02-11-2009 12:40 AM

I've been working on a huge rewrite of the entire system so that releasing new features will be much easier for me to do in the future. The new system if complete and will be available later this month. The site goes back up as soon as it's finished.

Si... 02-11-2009 01:37 AM

Well this feature would most certainly be welcomed.

Also can we have a bit more to choose from, in terms of pre-set items, if possible.

I'll let the other administrators on my forums know there is an update lurking.

RedeemedWarrior 02-13-2009 06:46 AM

awesome stuff glad to hear of the updates

subduck 02-14-2009 01:35 AM

Site is back online, update coming soon.

subduck 02-27-2009 07:10 AM

1.2.0 Beta available on the livingavatars.com/forum
I'll upload it here once it's final.

http://www.livingavatars.com/forum/s...=9686#post9686

subduck 03-02-2009 04:27 AM

Version 1.2.0 has been released!

Cyn 03-02-2009 05:01 AM

Thanks. We've been awaiting an upgrade so this is great news.

Does your new release make LA compatible with vB 3.7? 3.8?

Vaupell 03-02-2009 05:10 AM

Thank you, lovely.

subduck 03-02-2009 06:23 AM

Quote:

Originally Posted by Cyn (Post 1758212)
Thanks. We've been awaiting an upgrade so this is great news.

Does your new release make LA compatible with vB 3.7? 3.8?

Yes.

ArchangelX 03-02-2009 02:57 PM

Great stuff! Glad to see it! Thanks for all the hard work and for not dropping this great mod!

Bounce 03-02-2009 10:31 PM

I get this when tryin to upgrade :(
Quote:

Living Avatars Upgrade 1.2.0
Living Avatars did not upgrade successfully to version: 1.2.0
/living_avatars/setup/upgrade.php


All times are GMT. The time now is 04:23 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.01893 seconds
  • Memory Usage 1,814KB
  • 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
  • (9)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