Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Andrew Bartel

    (@andrew-bartel)

    Hey Jimbo,

    Yes, you are correct, tight spacing shows the url instead of the post title. If you’d like, I can send you a custom version of the file that shows the title, or, if you’re comfortable editing the file, I can show you what to change, it would be only a single character.

    Thread Starter jimbofoxman

    (@jimbofoxman)

    Thanks for the reply Andrew. I have no problem editing the file, just wasn’t quite sure what I was looking for.

    Plugin Author Andrew Bartel

    (@andrew-bartel)

    Ok, cool. So, it’s line 451, and the surrounding code block looks like this:

    }elseif($style_params['markup_style'] == 'nospacing') {
    					$comment_html_format = '
    					<li class="disqus_rcw_single_nospacing">
    						<img class="disqus_rcw_avatar_nospacing" src="%1$s" alt="%2$s">
    						<a href="%3$s">
    							<span class="disqus_rcw_author">%2$s</span>
    						</a>
    						said, "%8$s" about
    						<a class="disqus_rcw_thread_title" href="%5$s">%5$s</a>
    						<br />
    						on <time datetime="%4$s" class="disqus_rcw_post_time_nospacing">%4$s</time>
    					</li>';
    				}

    On the <a class="disqus_rcw_thread_title" href="%5$s">%5$s</a> you want to change the second %5$s to %6$s

    Let me know if that works for you.

    Thread Starter jimbofoxman

    (@jimbofoxman)

    Awesome, that did the trick!

    Thanks Andrew!

    Plugin Author Andrew Bartel

    (@andrew-bartel)

    Great, glad it worked and was a quick fix, thanks for using the plugin and happy holidays.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Tight spacing showing URL not Title?’ is closed to new replies.