bbPress Plugin Browser »

Easy Mentions (0.2)

Download

Version: 0.2

Other Versions

Last Updated: 2010-2-9

Requires bbPress Version: 1.0 or higher

Compatible up to: 1.1

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(4)

Your Rating

Author: Gautam Gupta


  1. @Tom
    Change the reply.js code to this:

    jQuery(document).ready(function(){jQuery(".reply_link").click(function(){var a=jQuery("#post_content").val();if(a!="")a+="\n\n";jQuery("#post_content").val(a+'<em>@<a href="'+jQuery(this).parent("div").prev().children("a").get(0)+'">'+jQuery(this).parents(".threadpost").siblings().children("p").children("strong").text()+"</a></em>\n\n").focus()})});

    Posted: 2 years ago #
  2. Ok, now I have completely removed dependency on external Javascript. Now each author and post link value is loaded with onclick attribute in the link. If anyone is interested to test the version, he/she can download it from here - http://bbpress.org/plugins/topic/easy-mentions/easy-mentions.zip

    The changes can be seen here.

    Posted: 2 years ago #
  3. Tomcraft1980

    Member

    The new version still doesn't work for me or do I have to make the modification in reply.js as well?

    When clicking the reply-link it pops me to the reply form where nothing is filled out, just some blank lines.

    Tom

    Posted: 2 years ago #
  4. @Tom
    That shouldn't happen. The trunk version also doesn't have a javascript file in it because it doesn't need it now.

    Posted: 2 years ago #
  5. Also do not forget to click the save changes button in the settings page when you have installed the dev version.

    Posted: 2 years ago #
  6. Tomcraft1980

    Member

    Still doesn't work for me, same as before after saving "easy mentions" options.

    Posted: 2 years ago #
  7. @Tom
    I have further more improvised the plugin. Please download the development version again, upload, go to settings page and click save changes button (with reply option checked). Changes can be seen here.

    Posted: 2 years ago #
  8. 0.2 version released! Changes:

    * Now the plugin can also link tags (use #tag)
    * Added option to let the user to choose whether to link tags/users or not
    * Added option to choose reply format
    * Removed the Javascript file for public section, hard-coded the reply values
    * Removed the use of jQuery from public section
    * Updated Hindi Translation
    * Updated Screenshots

    Posted: 2 years ago #
  9. Tomcraft1980

    Member

    Also the new version doesn't work for me... the "reply-link" is completely dead without any function.

    Kind regards

    Tom

    Posted: 2 years ago #
  10. @Tom
    That's strange. Isn't the plugin doing something as shown here in the screenshots - http://bbpress.org/plugins/topic/easy-mentions/screenshots/

    You must also see the question #1 in FAQ before enabling reply feature option. You need to display the reply post box on each page of topic.

    Posted: 2 years ago #
  11. Tomcraft1980

    Member

    Of course I checked the FAQs and changed the post_form on testing. ;-)

    Clickling the link doesn't do anything.

    Posted: 1 year ago #
  12. Hmm.... Can you make the user "gautam" admin on your forums for a while and send me ftp credentials via email? I will then check the problem.

    Posted: 1 year ago #
  13. Tomcraft1980

    Member

    Ahhh... is there an incompatibility with Ajaxed Quote?

    Tom

    Posted: 1 year ago #
  14. @Tom
    I would recommend switching off Ajaxed Quote because what it does it almost same what the reply feature does in Easy Mentions.

    Posted: 1 year ago #
  15. @Tom
    I have fixed the reply feature on your forums. The post count plus plugin was conflicting with Easy Mentions. By the way can you help translating this plugin to German?

    Posted: 1 year ago #
  16. Tomcraft1980

    Member

    Sure, I'll send you later this day...

    Tom

    Posted: 1 year ago #
  17. Tomcraft1980

    Member

    Hi Gautam,

    can you make the plugin work without the need to have the post-form on each post page?

    "Ajaxed Quote" doesn't need this. ;-)

    Tom

    Posted: 1 year ago #
  18. @Tom
    Hmm.. I'll check its code, but it will also cause the user to load another page just to see that reply box with reply text.

    Posted: 1 year ago #
  19. EXCELLENT!! works great...

    Posted: 1 year ago #
  20. Tomcraft1980

    Member

    @Gautamn
    Can you explain this a little more?

    Posted: 1 year ago #

RSS feed for this topic

Add a Comment »

You must log in to post.