vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How to get the javascript edit for profile field on another page? (https://vborg.vbsupport.ru/showthread.php?t=209233)

TNCclubman 03-23-2009 09:05 PM

How to get the javascript edit for profile field on another page?
 
1 Attachment(s)
I want to set up a vB powered page and have the ability for the user to edit a field in their ABOUT ME section, from this new page. Ive got the following code all done (see below) and attached screenshot. The edit pencil links to the edit your details page which is a temp work around. What I want is to do the javascript instant inline editing like it does in their profile about me section. Can you have a look at my coding and let me know where (and what) to place in so that when I click on the pencil, you can instantly edit the profile field?

Thanks!!

Code:

<!-- ########## WHATS ON YOUR MIND ######### -->

    <tr><td class="alt1" nowrap align="left">

<fieldset>
<a href="/profile.php?do=editprofile"><img src="/image.php?u=$bbuserinfo[userid]" alt="Some avatar" border="0" /></a>
<b>What's On Your Mind?:</b><br>
$bbuserinfo[field15]<a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile"> <img class="inlineimg" border="0" src="/board/images/misc/userfield_edit.gif"/></a> </fieldset></td>
  </tr>

<!-- ########## /WHATS ON YOUR MIND ######### -->


Lynne 03-23-2009 09:11 PM

Did you read my post here about this?

TNCclubman 03-24-2009 03:18 AM

yep, read it, tried the code you placed but nothing showed up.

Im not as advanced with this as I look, looking for someone with experience to help me get past the final loop and post the solution (code) to get it to work.

Anyone know the code to use?

TigerC10 03-24-2009 04:01 AM

She's saying you should be doing this:

Code:

<!-- ########## WHATS ON YOUR MIND ######### -->

    <tr><td class="alt1" nowrap align="left">

<fieldset>
    <a href="/profile.php?do=editprofile"><img src="/image.php?u=$bbuserinfo[userid]" alt="Some avatar" border="0" /></a>
    <dt class="shade" id="profilefield_title_15">What's On Your Mind?:</dt>
    <dd id="profilefield_value_15">
        $bbuserinfo[field15]
        <script type="text/javascript">
        <!--
        vBulletin.register_control("vB_ProfilefieldEditor", "15");
        //-->
        </script>
    </dd>
</fieldset>

    </td></tr>

<!-- ########## /WHATS ON YOUR MIND ######### -->

Is that the code you tried?

TNCclubman 03-24-2009 04:12 AM

actually that disabled the pencil I had there...and the javascript one isnt there either...

--------------- Added [DATE]1237872370[/DATE] at [TIME]1237872370[/TIME] ---------------

also this in your code
vBulletin.register_control("vB_ProfilefieldEditor" , "1");

I changed to
vBulletin.register_control("vB_ProfilefieldEditor" , "12");

and still no edit pencil...

TigerC10 03-24-2009 04:35 AM

You should be sure to add in the .js includes... I thought you had done that already.

Code:

<script type="text/javascript" src="clientscript/vbulletin_profilefield_edit.js?v=$vboptions[simpleversion]"></script>

<!-- ########## WHATS ON YOUR MIND ######### -->

    <tr><td class="alt1" nowrap align="left">

<fieldset>
    <a href="/profile.php?do=editprofile"><img src="/image.php?u=$bbuserinfo[userid]" alt="Some avatar" border="0" /></a>
    <dt class="shade" id="profilefield_title_15">What's On Your Mind?:</dt>
    <dd id="profilefield_value_15">
        $bbuserinfo[field15]
        <script type="text/javascript">
        <!--
        vBulletin.register_control("vB_ProfilefieldEditor", "15");
        //-->
        </script>
    </dd>
</fieldset>

    </td></tr>

<!-- ########## /WHATS ON YOUR MIND ######### -->


TNCclubman 03-24-2009 04:40 AM

wow, that worked you rock !!!!

TigerC10 03-24-2009 04:43 AM

Use the variable $vboptions[simpleversion] instead of 381. You can put it anywhere above where you call it, the head is fine.

TNCclubman 03-24-2009 04:52 AM

Thanks Tiger and Lynne!

Solution reached!

TNCclubman 03-24-2009 12:54 PM

1 Attachment(s)
Actually, 1 more question...

The layout is taking up to much space by putting the text UNDER the avatar...

How can I put the text to the right of the avatar?

I've tried putting the avatar in the left cell of a table, and the text on the right, but the table structure breaks up the tables bad on the page Im using...

Is there another way to do it without tables?
(Ive attached a screenshot of the way it looks now, and how I want the layout to look...


All times are GMT. The time now is 10:10 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.01140 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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