'this page' on profile page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • karlm
    Senior Member
    • Jun 2006
    • 826
    • 5.3.x

    'this page' on profile page

    Can I have a hint as to where I might change the information on 'this page' link supplied on the 'contact' tab for a users profile?

    VB 5.4.1 - PHP 7..2.4 - MySQL 5.5.56
    No Addons - none at all.
  • Jerz
    Senior Member
    • Apr 2007
    • 398
    • 3.8.x

    #2
    The memberinfo_block_contactinfo template. The default value is saved to a variable, so to edit it you'd have to remove that variable.

    Comment

    • karlm
      Senior Member
      • Jun 2006
      • 826
      • 5.3.x

      #3
      PHP Code:
      <!-- $id -->
      <
      div id="$idclass="tborder content_block">
          <
      h4 class="thead block_title">
              <
      a href="#top" class="collapse_gadget" onclick="return toggle_collapse('$id')"><img id="collapseimg_$idsrc="$stylevar[imgdir_button]/collapse_generic{$vbcollapse['collapseimg_'.$id]}.gif" alt="" border="0" /></a>
              <
      a name="$id"></a>
              <
      span class="block_name">$title</span>
          </
      h4>
          <
      div class="block_content" id="collapseobj_$idstyle="{$vbcollapse['collapseobj_'.$id]}">$html</div>
      </
      div>
      <!-- / 
      $id --> 
      ermmmm?
      VB 5.4.1 - PHP 7..2.4 - MySQL 5.5.56
      No Addons - none at all.

      Comment

      • Jerz
        Senior Member
        • Apr 2007
        • 398
        • 3.8.x

        #4
        You opened your member info templates, and then went to the memberinfo_block_contactinfo template??

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...