MyBB Community Forums

Full Version: I don't have quick reply??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2

Hello,

I'm having some troubles with my forums.

As I see mybb have quick reply in all threads to make a quick answer. But I don't know why I haven't it..

How can I enable or solve this?

I installed all quick reply plugins at mods.mybb but no result.

Here I attatch an screen.

ACP > Configurations > Showthread Options > Show Quick Reply Form > ON.
Quick reply is a default feature, so plugins needed.
Make sure that the setting "Show Quick Reply Form" is enabled in the "Show Thread Options".
And also that {$quickreply} is in your 'showthread' template. It should be above {$threadexbox}.
I have both enabled.

And it doesn't work.

btw I have this code in showthread.css :

ul.thread_tools, ul.thread_tools li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.thread_tools li {
	padding-left: 26px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 11px;
}

ul.thread_tools li.printable {
	background: url('images/printable.gif') no-repeat 0px 0px;
}

ul.thread_tools li.sendthread {
	background: url('images/send.gif') no-repeat 0px 0px;
}

ul.thread_tools li.subscription_add {
	background: url('images/subscribe.gif') no-repeat 0px 0px;
}

ul.thread_tools li.subscription_remove {
	background: url('images/unsubscribe.gif') no-repeat 0px 0px;
}

I think I miss something..

Thanks!
The showthread.css looks okay.

Do you have posting privileges on that forum? Can you post with full reply?
Yeah sure I can, I'm the admin, I created user without privileges and still having the same issue Sad
ACP > Tools and maintenance > File Verification Tool > Run

Does it say any file changed ?
(2011-06-02, 10:51 AM)Yaldaram Wrote: [ -> ]ACP > Tools and maintenance > File Verification Tool > Run

Does it say any file changed ?

That will not work for MyBB 1.6.3 because the file verifications are wrong in the MyBB code itself.
LOL, yeah, all files changed as I see...


Anyways maybe I don't have the CSS code... anyone has it?
(2011-06-02, 11:02 AM)lesone Wrote: [ -> ]LOL, yeah, all files changed as I see...

That's just a bug in MyBB 1.6.3 so that tool can't be used for that version.

Make sure your /inc/settings.php is mode 666 . If that was not the case chmod it to 666 and resave your settings via AdminCP.
Pages: 1 2