XF 1.1 Posting Problem

JABRONI

Well-known member
Some of my members (not all, only like 2) are having a problem with the quick reply on 1.1 where it won't show up. Is this a known problem or is it just me? Seems like the members who have this problem are using FireFox btw.

Sq429.png
 
I was looking through that file and what the poster was telling me to correct wasn't what was in my file.

My file has this,

console.info("Title Element: %o",b)

He said to change this,

console.info('Title Element: %o', this.$title);
 
Top Bottom