MyBB Community Forums

Full Version: Quick Answer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I want to add thi s function like as below picture ? ? ?
How can I do?


[Image: adsz3ur.jpg]
hey alright
all my hosts are downConfused !! so this is not tested!!however try it


pls go to Admin CP > templates > Modify/ Delete > Expand > Show thread templates > showthread_quickreply

find

<td class="trow1"><textarea name="message" rows="7" cols="70" wrap="virtual" tabindex="1"></textarea></td>


above it add

$codebuttons

then open showthread.php

find

// Password protected forums

just above it add

if($mybb->settings['bbcodeinserter'] != "off" && $forum['allowmycode'] != "no" && (!$mybb->user['uid'] || $mybb->user['showcodebuttons'] != 0))
{
	$codebuttons = makebbcodeinsert();
}

regards
This works, but it looks ugly. See attached file.

Or, view this:

[Image: attachment.php?aid=2277]
That's exactly what I said in the previous post!
CAn u edit ? ? ?it looks ugly
ok nice Toungue i needed to check that, as i can't hereToungue

so i think do this
1st revert the template
find

<td class="trow1"><textarea name="message" rows="7" cols="70" wrap="virtual" tabindex="1"></textarea></td>

replace

<td class="trow1">$codebuttons<textarea name="message" rows="7" cols="70" wrap="virtual" tabindex="1"></textarea></td>
and sorry for the inconvenience, again my hosts are down Confused
regards
It's better, but it takes up a LOT of space:

[Image: attachment.php?aid=2278]

In this case, make it smaller and make the Quick Reply Box at the center of it, not the page.
thanks...
Also, I just noticed that it is upside-down. Big Grin
the screenshotis totally messed!!
faster poster Toungue!

pls one of u send me a pm with an admin login!!

Sad my 5 boards are down !! Sad

chaw
Pages: 1 2