vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Mini Mods - Integrating Living Avatars with vBulletin (https://vborg.vbsupport.ru/showthread.php?t=183171)

tokenyank 07-13-2008 12:16 PM

Nice release... I did this last year (with exception of integration with vBcredits) and never thought of putting it here either. Very nice indeed.

Quote:

Originally Posted by iogames (Post 1555627)
First!

Hey! When did vB.org turn into perezhilton? ;)

Quote:

Originally Posted by Captain Tycoon (Post 1556771)
Installed and Marked! I think Ziad has stopped giving support for this mod and stopped the development

Sounds like LA is getting the same treatment as Subdreamer! :p

Soliloquy 07-19-2008 01:56 AM

The good news is that the Living Avatars forum is accepting registrations again, and has apparently been updated to vB 3.7.2, which means they still care about it.
Using this tutorial/mod, is there any way to restrict access to certain usergroups? I've been needing that option but couldn't get the conditional to work on the modifyavatar page.

Digital Jedi 07-19-2008 02:38 AM

Search the Gary King tutorial linked in the first post, and you'll find a couple of ways to make those pages usergroup permission based.

Toupsx 08-19-2008 10:35 PM

Nevermind, found the issue!

TimberFloorAu 08-20-2008 02:12 AM

In ModifyAvatar I cannot find the edits you say are needed.

Quote:

Step 6: Modify the "modifyavatar" template
Look for 2 references to
Code:

living_avatars/index.php

and replace it with
Code:

LivingAvatars_vb.php

Have the files changed?

Added this the modifyavatar template

Code:

<script type="text/javascript">
<!--
function check_yes(objid)
{
        yes = fetch_object(objid);
        if (yes)
        {
                yes.checked = true;
        }
}

<if condition="$show['categories']">
function switch_avatar_category()
{
        selobj = fetch_object("avatar_category_select");
        window.location = "profile.php?$session[sessionurl_js]do=editavatar&categoryid=" + selobj.options[selobj.selectedIndex].value;
}
</if>
//-->
</script>

<form enctype="multipart/form-data" action="profile.php?do=updateavatar" method="post">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="updateavatar" />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat">$vbphrase[edit_avatar]</td>
</tr>
<tr>
        <td class="panelsurround" align="center">
        <div class="panel">
                <div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">

                        <fieldset class="fieldset">
                                <legend>$vbphrase[your_current_avatar]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <tr valign="top">
                                        $currentavatar
                                        <td class="smallfont">
                                                <div style="margin-bottom:$stylevar[formspacer]px">$vbphrase[avatars_small_graphics_short]</div>
                                                <div style="margin-bottom:$stylevar[formspacer]px"><label for="rb_avatarid_no"><input type="radio" name="avatarid" value="-1" id="rb_avatarid_no" $nouseavatarchecked />$vbphrase[do_not_use_an_avatar]</label></div>
                                                <div>$vbphrase[note_have_custom_avatar_delete]</div>
                                        </td>
                                </tr>
                                </table>
                        </fieldset>

                        <if condition="$show['forumavatars']">
                        <fieldset class="fieldset">
                                <legend><phrase 1="$categoryname">$vbphrase[predefined_x]</phrase></legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
                                <tr>
                                        <td colspan="$cols">
                                                <if condition="$show['categories']">
                                                $vbphrase[avatar_category]:<br />
                                                <select name="categoryid" id="avatar_category_select" onchange="switch_avatar_category()">$categorybits</select>
                                                <input type="button" value="$vbphrase[go]" class="button" onclick="switch_avatar_category()" />
                                                </if>
                                        </td>
                                </tr>
                                <tr>
                                        <td colspan="$cols">$vbphrase[may_select_predefined_as_avatar]</td>
                                </tr>
                                $avatarlist
                                <if condition="$show['pagenav']">
                                <tr valign="bottom">
                                        <td colspan="$cols">
                                                $pagenav
                                        </td>
                                </tr>
                                </if>
                                </table>
                        </fieldset>
                        </if>

                        <if condition="$show['customavatar']">
                        <fieldset class="fieldset">
                                <legend>$vbphrase[custom_avatar]</legend>

                                <div style="padding:$stylevar[formspacer]px">
                                <div class="fieldset">

                                $vbphrase[have_custom_avatar_want_as_is]<br /><br />

                                <label for="avatar_yes"><input type="radio" name="avatarid" value="0" id="avatar_yes" $avatarchecked[0] />$vbphrase[use_custom_avatar]</label><br /><br />

                                $vbphrase[may_upload_custom_image_controls]<br /><br />

                                <if condition="$show['customavatar_url']">
                                $vbphrase[enter_url_to_image]

                                <div style="padding:$stylevar[formspacer]px">
                                        <input type="text" class="bginput" name="avatarurl" value="http://www." onchange="check_yes('avatar_yes')" size="45" dir="ltr" />
                                        <input type="hidden" name="MAX_FILE_SIZE" value="$inimaxattach" />
                                </div>
                                </if>

                                <if condition="$show['customavatar_url']">$vbphrase[option_2_upload_image_from_computer]<else />$vbphrase[upload_image_from_computer]</if>
                                <div style="padding:$stylevar[formspacer]px">
                                        <input type="file" class="bginput" name="upload" onchange="check_yes('avatar_yes')" size="45" />
                                </div>

                                <if condition="$show['maxnote']">
                                        $maxnote
                                </if>

                                </div>
                                </div>
                        </fieldset>
                        </if>

                </div>
        </div>

        <div style="margin-top:$stylevar[cellpadding]px">
                <input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />
                <input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />
        </div>
        </td>
</tr>
</table>

</form>


Digital Jedi 08-20-2008 02:43 AM

That probably won't be in there until you activate the Integration link in your Living Avatar's Admin CP.

TimberFloorAu 08-20-2008 03:50 AM

Cheers DJ.

That did the trick.

Do you know where we can directly get rid of that Hideous turquoise blue?

STRIKE that found the CSS is Settings

RvG2 08-24-2008 04:06 PM

works perfectly with 3.7.2! :)

thank you so much guys.

Saint_ago 08-27-2008 10:24 PM

Didn't worked on Opera 9.52 (and in MSIE 6.0 also):

What can i do?

ArchangelX 08-31-2008 04:06 AM

Great work!


All times are GMT. The time now is 04:07 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01067 seconds
  • Memory Usage 1,770KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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