Reply to thread

I just figured out how to make a normal button by reading threads in xenforo.  I was using a jpg with html before. It looked pretty bad because it didn't act or look like a button.


But now i know a simple code to add a "Upload Media" button


[ATTACH=full]105606[/ATTACH]


Here's the code if anyone wants it:


   <a class="button" href="media/add" target="_blank"><span>Upload Media</span></a>


It works great.  Put it in the 3 tempaltes.  It acts and looks like a normal button and takes you to the upload page.  Very useful. Now it's easier to upload Media. (y)


Back
Top Bottom