How to use <button> tags within MyBB forms?
Destro Offline
Junior Member
**
Posts: 39
Joined: Nov 2012
Post: #7
RE: How to use <button> tags within MyBB forms?
(04-30-2013 02:42 AM)RateU Wrote:  The inlinecount "auto update" is related to the inline_moderation.js file. So maybe you need to look at (maybe you need to modify) the file.

Yes, I know and I checked it before I posted the previous post. The inlinecount will be set for the value attribute. But the button element don't need value attribute.

For example,

Old inlinecount will change the value attribute like this :

PHP Code:
<input value="Go (0)" />
When we tick to some threads
==> <input value="Go (1)" />


And now with the button it will look like this :

PHP Code:
<button>Go (0)</button>
When we tick to some threads
==> <button value="Go (1)">Go (0)</button>
instead of
==> <button>Go (1)</button>


How to do that? I have no idea with javascript Frown

05-04-2013 04:33 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: How to use <button> tags within MyBB forms? - Destro - 05-04-2013 04:33 AM

 Standard Tools
Forum Jump: