Announcement
Collapse
No announcement yet.
View Conversation text overlaps
Collapse
X
-
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}&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}&u2={vb:raw message.guestuserid}" title="{vb:raw message.converse_description_phrase}">{vb:rawphrase view_conversation}</a> </span> </vb:if>
Personally I'd go after the mods and fix those and leave this be.
Comment
Related Topics
Collapse
-
After upgrade I got to links to the section. Look at the picture.1 Photo
-
Channel: Support Issues & Questions
Sun 3 Dec '17, 2:50am -
-
i can't remove anything from my page (GM Apps)
this error pops up
and my Online User Module is not working good, it doesn't show all online users
//...-
Channel: Support Issues & Questions
Fri 25 Apr '14, 6:11am -
Comment