MyBB Community Forums

Full Version: Large button - MyTabs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello , I'am new on those stuff so execuse my stupid question please Blush

I'am using MyTabs Plugin , works fine , but I want to make the button as my other buttons :

Default Tab Style
For the regular shown tabs. Use {$link} for the tab link, and {$name} for the tab name.
<a class="large_button" 
	<div>
		<a href="{$link}">{$name}</a>
	</div>
</a>


Results :


[Image: OZs3b.jpg]

Basically what I circled is the button & General Discussion is the Tab name Huh Huh

Thanks
Moved to Plugin Support.
im not sure about it , but i think that it didnt do the same effect because u didnt close a code its currently
<a class="large_button" 
    <div>
        <a href="{$link}">{$name}</a>
    </div>
</a> 
but it suppose to be
<a class="large_button">
    <div>
        <a href="{$link}">{$name}</a>
    </div>
</a> 
Tried that , not working ??? help please

Button works fine ,but Large button get bugged , i don't understand why
^ can we have your forum link ..
in general, <a class="large_button" href="{$link}">{$name}</a> should work
Worked :o I love you Heart thanks mate

EDIT : Something is wrong now , I have 3 MyTabs , I made order : 0,1,2 but only the last show on the page :confused: , help please