The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Living Avatars Details »» | |||||||||||||||||||||||||||
Introducing Living Avatars!
Today is a great day and I have something really cool that some of you are going to love! It's called Living Avatars, a new vBulletin addon that I've been working on for almost one year. This program will allow your users to customize their avatars by using the mouse to drag and move items around (items such as clothing pieces, etc). In order to collect items, you need to spend points, the more you post on a forum the more points you get! Thus, Grow your Forum with Living Avatars! Tour Click here for the tour movie. Here is how it works in detail: 1) Download and install Living Avatars to vBulletin (install instructions below). 2) Once installed, go to the Living Avatars admin panel and click 'forum integration'. 3) The user profiles of your members will now have an extra link: 4) Now, the more a user posts on your forum, the more points he or she will earn. If a user has posted 500 times, and then you install Living Avatars, then that user will start with 500 points. 5) Once users have a few points, they can then start spending their points to collect items: 6) Now that they have collected a few items, they can create their ultra cool avatar! Check it out: I highlighted the canvas in red, in that box (the canvas) you can use your mouse to drag items around. It seriously works beautifully. 7) Now, press the 'Save Avatar' button and your avatar on vBulletin will be updated: And that's it! Cool yeah?! Ok, so on with the install instructions: Installation Instructions Installation is very simple, just follow these steps and you shouldn't have any problems (if so, then I'm sorry and I'll try and help you out asap!). 1) Download & Extract living_avatars.zip 2) FTP the living_avatars folder to your forum Example: http://www.yoursite.com/forums/living_avatars/ 3) Run Setup: forum/living_avatars/setup/ 4) CHMOD the Living Avatars 'avatars' folder to 777 (this folder: /living_avatars/avatars/) 5) Delete the setup folder (/living_avatars/setup/) Now that Living Avatars is installed, go to the admin panel of Living Avatars and click the 'Forum Integration' link, from there you can press one link which will update the vBulletin modifyavatar template to insert the Living Avatars link. Upgrade Instructions 1) Download & Extract living_avatars.zip 2) FTP the living_avatars folder to your forum (overwriting previous Living Avatar files) Example: http://www.yoursite.com/forums/living_avatars/ 3) Run Setup: living_avatars/setup/ 4) Delete the setup folder (/living_avatars/setup/) Uninstall Instructions 1) If you enabled the forum integration link from the LA Admin Panel, then login to the LA Admin Panel and disable it. 2) Drop these tables: la_admins la_avatars la_groups la_items la_items_purchased la_packs la_points_spent la_positions la_settings 3) Delete the living_avatars/ folder. Why should I use Living Avatars? "Grow your forum with Living Avatars" - Simply that! Not only is Living Avatars a lot of fun to use but it's also addicting. Users will want to post on your site in order to gain enough 'points' to purchase a certain item (ex: Sword of Doom!). Imagine having certain items that are rare & expensive, such as "Dracula's Cape" which can only be purchased 3 times and costs 50 points (aka posts)...get it? Where can I download more Avatar Packs? You can download free user created avatar packs here: Avatar Packs How can I create Avatar Packs? Please read this tutorial if you are interested in creating avatar packs: http://www.livingavatars.com/help/p2_articleid/2 LA 120 Released + New Frontend & Backend + New theme editor LA 115 Released + Better vBulletin integration LA 114 Released + Online/Offline feature now works correctly. + LA admins can be deleted from the admin panel. + Fixed a positioning bug in the canvas. + Fixed IPB and SMF userid/avatarid conflict. + Fixed PHPBB3 download.php file change. LA 113 Released + SMF Support (1.1 -> 1.3) + Better Forum Link Integration. + Less Warning Messages. + 'Bring to Top' is now used. LA 112 Released + Added IPB 2.3 Integration. 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. LA 110 Released Updates & Fixed Bugs + Database changes, redid a lot of the LA Grouping logic. + You can only reinstall LA if logged in as admin. + Fixed 'Items Misplacement Issue'. + Fixed mysql error when adding admin with high userid value. + Items & groups an be moved around & deleted. + Removed admin/forumlinks.php file. + Add/Remove Forum link added to settings page. + New layout for admin panel. + New groups can be added. LA 102 Released + Avatar Packs can be upgraded. + Avatar Packs can be uninstalled. + Minor changes to the design layout of certain pages. + Fixed a points remaining calculation bug. + Fixed a mysql_connect() database warning for vB users. + Other small misc fixes. LA 101 Released + Better error checking when saving avatars. + Update to work with the vBulletin File System. + Fixed some vBulletin & phpBB integration issues Always Backup your Database before Upgrading Living Avatars might have database changes during the upgrade. Please, take the extra time and backup the living avatars tables (the tables that are prefixed with 'la_' in your forum database) before upgrading to new versions. I always do as much as testing as possible before releasing updates but it's still better to be cautious. Download Now
Show Your Support
|
Comments |
#252
|
||||
|
||||
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. |
#253
|
||||
|
||||
*edit* nevermind.
|
#254
|
||||
|
||||
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.
|
#255
|
||||
|
||||
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.
|
#256
|
||||
|
||||
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. |
#257
|
||||
|
||||
Set the cost of items to 0 and everything will be free.
|
#258
|
|||
|
|||
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. |
#259
|
||||
|
||||
Is there some way to embed the living avatar stuff into the '/profile.php?do=editavatar' section of the forum?
|
#260
|
||||
|
||||
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! |
#261
|
||||
|
||||
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|