Insert custom link in wf_widget_visitor_panel

Discussion in '[bd] Widget Framework' started by anto74, Mar 19, 2014.

  1. anto74

    anto74 Member

    Hi @xfrocks
    there is a way to insert custom link in wf_widget_visitor_panel ?
    Example: i would insert this link
    Code:
    <a href="{xen:link 'gallery/authors/photos', $visitor}" </a>
    In navigation template it's ok, but in wf_widget_visitor_panel this link not show.
    The syntax is wrong?
    Thanks :)
    Antonio
     
  2. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    Should be like this...

    PHP:
    <a href="{xen:link 'gallery/authors/photos', $visitor}">Photos</a>
     
    anto74 likes this.
    1. anto74

      anto74 Member

      anto74 @xfrocks Thanks, it works! :)
      Antonio
       
      xfrocks likes this.
      1
Loading...