(The quickest way to register)

Forum

  1. User picture
    • Link. on Thu 06 Aug 2009
    • 06:17:16 PM UTC

    WOT Integration with SMF!

    With the WOT API, I made a simple mod for SMF that rates text links in posts.The first reply on this blog entry suggested it, so hopefully some people will be interested in it. :)
    The mod and full description is located here: http://tr.im/SMF_WOT

    -Link
    The Ninja's Hideout

    -Link The Ninja's Hideout

Comments:

  1. User picture
    • Creastery on Fri 07 Aug 2009
    • 02:11:12 AM UTC

    Link.

    Nice integration. Was about to integrate.
    Maybe you could edit some stuff.
    Tip: It would also appear for the entire site, even it is their own site.
    Eg. http://www.mywot.com - All the links of http://www.mywot.com will have the icon beside.
    Try integrating by editing the code.
    PS> I wanted to do this for my forum but i forgot...

    Thank you and best regards,

    Creastery
    Developer of TechAirlines

    I have currently retired from WOT.

    • User picture
      • Link. on Fri 07 Aug 2009
      • 04:36:55 AM UTC

      Integration edits

      I already did edit it so that only the links in posts are rated. If you want all links rated no matter the location, you can just take the selector option out from index.template.php.
      As for rating internal links, I saw no options for that. :S If you can find some way to do that, let me know, please. In my honest opinion, though, if someone's browsing your site, they don't need to see ratings for internal links; they probably already trust it or they're evaluating it.
      Thanks for the comment. :)

      -Link
      The Ninja's Hideout

      • User picture
        • g7w on Fri 07 Aug 2009
        • 05:18:42 AM UTC

        curious

        See if your WOT Settings->Searching [tick] Show only negative ratings works in your forum post links; only low rated WOT icons.
        -------
        Against Intuition - gives us safety through Web of Trust.
        WOT Community - gives us security through unity.
        Thank you all
        - G7W

        • User picture
          • Link. on Fri 07 Aug 2009
          • 05:30:51 AM UTC

          umm...

          This isn't meant to be a part of the actual add-on; it works with or without it. The settings you apply to the add-on have no effect on the javascript API. I think I'm misunderstanding the comments or vice-versa. FYI: I ticked only show negative anyway; all ratings except internal links still show with the integration.

          -Link
          The Ninja's Hideout

  2. User picture
    • Creastery on Tue 01 Sep 2009
    • 01:59:29 PM UTC

    Coding error...

    By the way, on the site itself :
    http://custom.simplemachines.org/mods/index.php?mo...

    The code below is not closed:

    var wot_rating_options = {
    selector: ".post a[href]"
    };

    (Close tag is missing)

    Thank you and best regards,

    Creastery
    Developer of TechAirlines

    I have currently retired from WOT.