MyBB Hacks

Full Version: custom button images tools at the special room. (Xthreads)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to make a (custom button) display of different styles for a special room. For example, I created a special room download Mp3. at room download Mp3, when making a post, either in or on the Quick Reply/Newrelpy will appear a tool that does not exist in another room and only in that room Biggrin .
.


as an illustration:
Room : Download Mp3

[attachment=755]

The following picture, just as an example only. that my first priority, how to add images such as the "only" (custom button) and just being in a special room has been set by Xthreads.


sorry if my english bad Tongue.
Yeah I don't understand you.

XThreads will not give the ability to upload to external hosts, or do virus scans.
thanks for reply, master Yes.

it could be a problem of language differences as well. : D
okay. The following picture is the explanation.

at ordinary room, Quick editor / New Reply, just like the following will appear
[attachment=756]

whereas if the room Download Mp3, Quick editor / New Reply, will appear like the following. that which is different from the "categories" in the other room.

[attachment=757]

in other words, there is a "custom button" which is different from (categories) in the other room. and it is only in the download Mp3.


Can "Xthreads" do such a thing? Yipi

once again sorry if my English messed up. because I could just use Google Translate to divert my language, Indonesia to the UK: D
Just use a template conditional

Code:
<if $fid == 5 then>
put html here
</if>

thank for reply Tongue

btw, Can you teach me the details, master? Tongue
I am not too familiar with php language (etc).

section where the code is added? add or remove (if possible) what code to code anything, so what I mean it would work?

sorry in advance if I bother you. however, I am very grateful if you would help solve my problem that has long been a question.

guidance please Yipi
(03-27-2012 01:43 PM)terzier Wrote: [ -> ]section where the code is added?

(03-27-2012 12:33 PM)ZiNgA BuRgA Wrote: [ -> ]Just use a template conditional
Reference URL's