MyBB Community Forums

Full Version: Who posted don't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Why "Who.posted" don't work for my forum?
Link: http://www.chaime.net/forum/forumdisplay.php?fid=22

What is minimum requirment for it work?
Can you reupload a fresh copy of /jscripts/general.js and misc.php ?


Edit ::
_______________

Link ::

http://www.chaime.net/forum/misc.php?act...ed&tid=152

That works, so should be something with your general.js
Yes, I'm sure. I already upload a fresh copy of V.1.2.9.

P.S. jscripts directory not in inc but it's in main directory?
chaime Wrote:Yes, I'm sure. I already upload a fresh copy of V.1.2.9.

P.S. jscripts directory not in inc but it's in main directory?

Uhu ... Is javascript enabled ? Does multiquote and such work ?
Yes, multiquote is working and no problem. But Who posted don't work.
Your who posted HTML looks like this:
<a href="javascript:MyBB.whoPosted(122);" target="_blank">
You'll need to remove the target="_blank" like this:
<a href="javascript:MyBB.whoPosted(122);">

It should work then.