(Solved Button BBCode)
Description: The user can mark his/her topic as Solved (in viewtopic), by placing a button that displays the message This topic has been marked as Solved by the author on mouse over.
Copy:
Code: Select all
solved.css
/styles/prosilver/theme/solved.css
Open:
/styles/prosilver/theme/stylesheet.css
Find:
Code: Select all
@import url("colours.css");
Code: Select all
@import url("solved.css");
Code: Select all
solved.png
images/solved.png
Save as: solved.png
English:
Español:
BBCode usage:
Code: Select all
[solved][/solved]
Code: Select all
<a class=solved href="#">
<img src="images/solved.png" alt="" />
<span>
This topic has been marked as Solved by the author
</span></a>
Code: Select all
Solved: [solved][/solved]
Example: (Move your mouse over the solved button **Check the demo link to see it in action)
Demo 1:
Demo 2:
http://rickstrife1.ath.cx:8000/testbb/v ... hp?f=3&t=2