View Single Post
  #3  
Old 02-01-2015, 11:22 AM
matt_ matt_ is offline
 
Join Date: Feb 2008
Location: London
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We've decided to drop the functionality we wanted, but here's an example:

Create a couple of single-line textbox userfields, IDs 59 and 60.

Modify memberinfo_profilefield, adding vb:if condition to userfield 60:

PHP Code:
<vb:if condition="$show['profilefield_edit']">
    <
dl>
    <
dt id="profilefield_title_{vb:raw profilefield.profilefieldid}" class="aboutme_left">{vb:raw profilefield.title}</dt>
    <
dd id="profilefield_value_{vb:raw profilefield.profilefieldid}" class="aboutme_right">
    <
vb:if condition="$profilefield[profilefieldid] == 60">
        
XXX: {vb:raw profilefield.value}
    <
vb:else />
        {
vb:raw profilefield.value}
    </
vb:if>
    <
script type="text/javascript">
    <!--
    
vBulletin.register_control("vB_ProfilefieldEditor""{vb:raw profilefield.profilefieldid}");
    
//-->
    
</script>
    </
dd>
<
vb:else />
    <
dl class="stats agerow">
    <
dt>{vb:raw profilefield.title}</dt>
    <
vb:if condition="$profilefield[profilefieldid] == 60">
        <
dd>XXX: {vb:raw profilefield.value}</dd>
    <
vb:else />
        <
dd>{vb:raw profilefield.value}</dd>
    </
vb:if>
</
vb:if>
</
dl
Attachments 1-5 shows editing UPF 59 and 60, after 60 is edited the XXX isn't shown but when the page is refreshed, the XXX shows again.


Inspect element of UPF 60 on display:
HTML Code:
<dd id="profilefield_value_60" class="aboutme_right">
	
		XXX: N/A
	
	<script type="text/javascript">
	<!--
	vBulletin.register_control("vB_ProfilefieldEditor", "60");
	//-->
	</script>
	</dd>

Inspect element of UPF 60 after edit:
HTML Code:
<dd id="profilefield_value_60" class="aboutme_right">Edited 60</dd>

Inspect element of UPF 60 after refresh:
HTML Code:
<dd id="profilefield_value_60" class="aboutme_right">
	
		XXX: Edited 60
	
	<script type="text/javascript">
	<!--
	vBulletin.register_control("vB_ProfilefieldEditor", "60");
	//-->
	</script>
	</dd>
It looks like VB reverts to a standard field display template after Ajax edit, ignoring the modified template.
Attached Images
File Type: jpg 1 Edit UPF 59, 60 shows XXX.JPG (14.2 KB, 0 views)
File Type: jpg 2 Edited 59 OK, 60 shows XXX.JPG (12.6 KB, 0 views)
File Type: jpg 3 Edit UPF 60.JPG (14.5 KB, 0 views)
File Type: jpg 4 Edited 60 not showing XXX.JPG (11.9 KB, 0 views)
File Type: jpg 5 Page refresh correctly shows XXX.JPG (11.9 KB, 0 views)
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01275 seconds
  • Memory Usage 1,818KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_html
  • (1)bbcode_php
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (5)postbit_attachment
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete