Impressive module. When do you plan on porting it to Drupal 7?

Since D7 uses entities, will this module be able to auto-link content, terms, and USERS?
Furthermore since D6 taxonomy had synonyms, and now taxonomy is an entity -> so it should be easy to have synonyms for other types of entities. Do you plan on having Link Intelligence support all types of Entity Synonyms?

Comments

TomDude48’s picture

I am still getting my mind around the changes in D7. Probably my first attempt will be a fairly literal port then I will start to look at feature upgrades to take advantage of D7 features.

easyRider’s picture

When will we have a drupal 7 version to test it?
Thank you

jherencia’s picture

ranm’s picture

I'll gladly give a hand or two to port this module! (-:
Is there any version for now I can start with?

BrilliantMkting’s picture

This is the Best inline & related content links module, I've ever seen! You've done a really great job on it...
It would be a shame not to port it to Drupal 7 (*and one day D8).

How much funding do you think that would require?

TomDude48’s picture

Just want to give a status update. Right now I am working on porting the rest of the SEO Tools modules to D7. Link Intelligence is lowest on my list of priorities but I do want to revisit it as it is a vital component for the engagement marketing system we are building. It will likely be a few months before I can look at it again.

In all honesty, there is a bug in the D6 version that is kicking my @%$. I want to get it fixed before porting to D7. If anyone can help with this it would be much appreciated.

Basically the problem we need the linkintel_remove_unlinkable_text() to be able to replace all html tag innards with tokens. I am not an expert using DOMDocument objects and can't find a recipe for doing this.

Anyone interested in helping with this please ping me.

Tom

Stan Turyn’s picture

Right now I am working on porting the rest of the SEO Tools modules to D7

+1 and big thanks for your work on D6.

sam6’s picture

+1 for this wonderful module ported to Drupal 7.

TechNikh’s picture

+1 Awesome module!
Looking forward for this module to be ported to D7

shadialian’s picture

Any news about D7 port. do you need help porting.

Barrett’s picture

I've started working on 7.x version. It's still very raw, but you can track the work (and make pull requests <hint /><hint />) on my github: https://github.com/ba66e77/linkintel7x/tree/7.x-1.x

DrewMathers’s picture

Basically the problem we need the linkintel_remove_unlinkable_text() to be able to replace all html tag innards with tokens. I am not an expert using DOMDocument objects and can't find a recipe for doing this.

Would the simplehtmldom API or QueryPath make this easier?