Forgot?

buttons get chopped clipped

Reply Topic
Link to this post 24 Nov 10

See this page:
http://www.475th.org/beta/forums/forum/2-war-stories

look at the New Topic button. All the buttons (edit, etc) do this. Here's what's in my settings:

New Topic:

<p class="readon"><a href="$link" class="readmore">$title<span></span></a></p>

Create Topic:

<p class="readon"><a href="#" class="readmore">$title<span></span></a></p>

Link to this post 24 Nov 10

Hi brianpeat,

I just inspected the rt_zephyr template demo with Firebug and it looks like it uses this markup for readmore buttons:

New Topic:

<a href="$link" class="readon"><span>$title</span></a>

Create Topic:
<a href="$link" class="readon"><span>$title</span></a>

Hope that helps.

Link to this post 24 Nov 10

Heh, I guess I should have checked that. Thanks, it works fine now :)

Link to this post 24 Nov 10

Glad to hear it, Brian. Let us know if you have any further issues.

Cheers,
Mark

Home Forum Joomla Extension Support NinjaBoard buttons get chopped clipped