Announcement

Collapse
No announcement yet.

View Conversation text overlaps

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [Forum] View Conversation text overlaps

    Hi there,

    Could a kind person give me some advice on fixing this problem with View Conversation. I'd be happy to move it somewhere else, or even remove it altogether.

    Thanks a lot.

    Click image for larger version

Name:	viewconv.JPG
Views:	1
Size:	35.0 KB
ID:	3721902

  • #2
    One of your mods is doing this. I'd start there.

    Comment


    • #3
      Originally posted by Infopro View Post
      One of your mods is doing this. I'd start there.
      Okay thanks Infopro.

      I would be quite happy to remove the whole view conversation section if someone could point me in that direction.

      Comment


      • #4
        Well, you probably could, but the mod whatever it is thats added the extra tabs is at fault here. That should be fixed, IMO. Short of that, if you search templates for the word conversation, you come up with several templates, ignore the css templates, check the others. You'll find these pieces of code:

        memberinfo_block_visitormessaging
        Code:
                <vb:if condition="$show['view_conversation']">
                        <div class="subsectionhead border">
                    <a href="converse.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}&amp;u2={vb:raw bbuserinfo.userid}" id="view_my_conversation_link" class="textcontrol">{vb:rawphrase view_your_conversation_with_x, {vb:raw userinfo.username}}</a>
            </div>
                </vb:if>

        memberinfo_visitormessage

        Code:
                        <vb:if condition="$show['converse']">
                            <span class="userprof_postbititem">
                                <a href="converse.php?{vb:raw session.sessionurl}u={vb:raw message.hostuserid}&amp;u2={vb:raw message.guestuserid}" title="{vb:raw message.converse_description_phrase}">{vb:rawphrase view_conversation}</a>
                            </span>
                        </vb:if>
        That you could kill if you wanted, but I can't suggest that, editing things is to be talked about at vbulletin.org IIRC.. Or, you could simply turn off vistor messaging. I think that would do it.

        Personally I'd go after the mods and fix those and leave this be.

        Comment


        • #5
          Thanks again Inforpro. I don't really want to remove the extra tabs, as they're quite useful.

          Comment

          Related Topics

          Collapse

          Working...
          X