Looking for an Addon/Advice

Eoj Nawoh

Active member
I hope this is the right section. I'm wondering if anyone has created an addon that allowed for easy creation of a testimonial page.

I'm trying to add one on our site. And I can't see to be able to find one, other than find threads where people ask for Testimonials for Xenforo.

On a slightly related note, is there anyone to make the tabs themselves smaller? I'm running out of room. (See image)

http://puu.sh/1YScl
 
I suppose this could be cone by modifying Kier's scratchpad demo?

for the tabs...you can try adding the following to your extra.css for that style :

Code:
.navTabs .publicTabs .navLink {
    padding: 0 8px !important;
}

there is other things you can do however this should give you enough room for a couple more buttons at any rate
 
I suppose this could be cone by modifying Kier's scratchpad demo?
I was considering using one of the wiki addons or some sort of page, but it didn't give as much functionality as I'd hoped.

for the tabs...you can try adding the following to your extra.css for that style :

Code:
.navTabs .publicTabs .navLink {
    padding: 0 8px !important;
}

there is other things you can do however this should give you enough room for a couple more buttons at any rate
That's exactly what I was looking for, thank you!
 
Top Bottom