Page 1 of 1

Solved Topic Button BBCode

Posted: 26 Jul 2010, 03:32
by Hikaru_K
Solved Topic Button BBCode
(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
to

/styles/prosilver/theme/solved.css

Open:

/styles/prosilver/theme/stylesheet.css

Find:

Code: Select all

@import url("colours.css");
Add After:

Code: Select all

@import url("solved.css");
Copy:

Code: Select all

solved.png
to

images/solved.png

Save as: solved.png
English: Image
EspaƱol: Image

BBCode usage:

Code: Select all

[solved][/solved]
HTML replacement:

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>
Help line:

Code: Select all

Solved: [solved][/solved]
[hil]Remember to purge your forum and browser cache. Refresh your Theme[/hil]

Example: (Move your mouse over the solved button **Check the demo link to see it in action)

Demo 1:
Image
Demo 2:
http://rickstrife1.ath.cx:8000/testbb/v ... hp?f=3&t=2