Jump to content
WebFlake
  • 0

UserinfoPane Help?


Fame

Question

10 answers to this question

Recommended Posts

  • 0
        <if test="$author['member_id']">
            <span itemprop="creator name" class="author vcard">{parse template="userHoverCard" group="global" params="$author"}</span>
        <else />
            {$author['members_display_name']}
        </if>

is the code you are wanting to place above the avatar code in the userinfopane template.

Link to comment
Share on other sites

  • 0
        <if test="$author['member_id']">
            <span itemprop="creator name" class="author vcard">{parse template="userHoverCard" group="global" params="$author"}</span>
        <else />
            {$author['members_display_name']}
        </if>

is the code you are wanting to place above the avatar code in the userinfopane template.

 

Thank you that did the Trick :)

 

 

although how would i delete this: 9361ff9ce0453cb0ff04b302301354fb.pnge039a5452cc34087a7a011adec98bb7c.png

also is it possible to get the on/offline circle next to the name above the avatar? :)

Link to comment
Share on other sites

  • 0

You can delete it from

ACP > Looks and Feel > Skin Name > TopicView > topicViewTemplate

and remove the same code from there, and just take the on/offline code from there and add it before the code provided above.

Thanks for the Help, appreciate it :)

Link to comment
Share on other sites

  • 0

this is going to sound stupid, but i can't seem to find the above code anywhere within "ACP > Looks and Feel > Skin Name > TopicView > topicViewTemplate" 

I am really new to IPB so i probably don't know exactly what I'm looking for.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...