Solved Topic Button BBCode

User submitted BBCodes
Let us see what You have
There is no support here! Only Read Access!
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.
Remember that it is not allowed to use {TEXT} inside the html tags!!!
It causes a serious security risk to your board and users.
Like this: <div style="{TEXT}">{TEXT}</div>
Green = OK - Red = forbidden
Locked
User avatar
Hikaru_K
BBCoder II
BBCoder II
Posts: 6
Joined: 16 May 2010, 21:09
Contact:

Solved Topic Button BBCode

Post 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
Attachments
solved.zip
copy solved.css to styles/prosilver/theme/solved.css
(697 Bytes) Downloaded 224 times
Rick Strife Music
http://rickstrife.ath.cx (phpBB stuff and my BBCodes)
Locked