"by post username" instead of avatar in sidebar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lpspider
    Senior Member
    • Oct 2005
    • 295
    • 3.6.x

    [vB4] "by post username" instead of avatar in sidebar

    I'm trying to change my sidebar to show time by "threadstarter."

    I'm having no luck. I've already removed avatars by setting their size to zero, and have the time displayed. I just need a phrase or phrases that will call the latest poster of each post displayed. Any tips?

    For my blog sidebar I've edit this, and it shows "time by blog author" below the blog title.

    Code:
    				<div class="meta">
    
    	{vb:raw entry.date}<vb:if condition="!$show['detailedtime']">, <span class="time">{vb:raw entry.time}</span></vb:if>
    						{vb:stylevar dirmark}by <a href="{vb:link member, {vb:raw entry}, null, 'postedby_userid', 'postedby_username'}">{vb:raw entry.postedby_username}</a> 
    					</div>
    Looking to edit similar to latest posts in sidebar.

    - Also: How can I prevent the same thread from being listed multiple times in the sidebar? I only want each recent thread title displayed once. I have a few super active threads that dominate the recent threads list.
    Last edited by Lpspider; Fri 4 Jan '13, 4:45pm.
    Check out my creative writing forum.
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    For help with modifying code, you should ask for help over on vbulletin.org, the modification site.

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools &lt;- awesome site for html/css help

    Comment

    • Lpspider
      Senior Member
      • Oct 2005
      • 295
      • 3.6.x

      #3
      Okay... well why is there a templates/graphics/style forum here then?
      Check out my creative writing forum.

      Comment

      • Lynne
        Former vBulletin Support
        • Oct 2004
        • 26255

        #4
        This forum isn't for discussing modifying them, it's more for discussion about them - how to find something, how to change a color, etc.

        Please don't PM or VM me for support - I only help out in the threads.
        vBulletin Manual & vBulletin 4.0 Code Documentation (API)
        Want help modifying your vbulletin forum? Head on over to vbulletin.org
        If I post CSS and you don't know where it goes, throw it into the additional.css template.

        W3Schools &lt;- awesome site for html/css help

        Comment

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