Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Clicking Quote link doesn't put text in text area (continued thread)

UnderDogUnderDog MVP
edited January 2012 in Vanilla 2.0 - 2.8
This discussion was created from comments split from: Clicking Quote link doesn't put text in text area.

There was an error rendering this rich post.

Comments

  • it used to work and now it doesnt anymore so i wonder what i did wrong too.

  • edited January 2012

    same problem here, checked the console, no error. :/

  • You use a custom theme, don't you?
    Check the default.master.tpl (in view folder) for {asset name="Foot"}
    If don't have it, insert it in your footer then.. done :D
    Regard my friend.

  • bh8vn said:
    You use a custom theme, don't you?
    Check the default.master.tpl (in view folder) for {asset name="Foot"}
    If don't have it, insert it in your footer then.. done :D
    Regard my friend.

    Hello thanks for your support

    i am using the default theme, which has no default.master.tpl or view folder

  • So you are enable minify, don't you?

  • bh8vn said:
    So you are enable minify, don't you?

    It works fine with minify...

  • I dont know with domos123 but minify now having trouble with .js in 2.0.18, someone there told that

  • Obfuscation of javascript is not a full proof method. You cannot, prevent it causing errors.

    The reason why people put up with it, is once your resources are stable, and you know it works, then you go on using in confidence it with serve the same. If your resources are updated it causes an error (or doesn't work) then you have to disable it until it works.

    Take the benefit or disable it, is the name of the game. There is also other minifiers like PageSpeed. try your luck.

    grep is your friend.

Sign In or Register to comment.