is someone willing to help port Glossify to Drupal 7?

CommentFileSizeAuthor
#1 glossify.zip18.78 KBkrisjansen

Comments

krisjansen’s picture

StatusFileSize
new18.78 KB

I tried to port it yesterday.
It's definetely not complete but I needed it urgently so it's an "ugly" port.
It works for what I need...

So handle with care because I don't take any responsibility for the result.

To get it working, here's a simple manual:
- copy to your modules folder
- enable module
- browse to admin/config/glossify (not integrated yet in the config tab)
- apply settings (links and reference should be working)
- update your text formats and add the glossify filter as first priority
- perform an update of all your nodes so the titles get parsed
- clear your caches
- check the result

Don't forget to add in your themed node.tpl.php

print render( $content['glossify_reference']['#value']);

in case you want to see the Referenced pages on the bottom of your node

not functional:
- taxonomy-linking
- hovertips (it needs a port as well)
- ... (and others)

Good luck,
Kris

cesareaugusto’s picture

which is the status of the official port to drupal 7?

Ivo.Radulovski’s picture

@krisjansen

Thanks for the efforts till now!

Will check the code soon and see how we can go on!

Thanks again.

@cesareaugusto

You can test the zip file by Kris Jansen and seewhat the state is.

Regards!
Ivo

kansaj’s picture

port was tested, but without successes to make it work, some problem appeared:

- on node view
Notice: Trying to get property of non-object in glossify_node_load() (line 226 of /users/planiram/public_html/planiram/sites/all/modules/glossify/glossify.module).
Notice: Trying to get property of non-object in glossify_node_load() (line 227 of /users/planiram/public_html/planiram/sites/all/modules/glossify/glossify.module).

-on node list

Notice: Use of undefined constant bundle - assumed 'bundle' in _glossify_process() (line 454 of .../sites/all/modules/glossify/glossify.module)
Notice: Use of undefined constant entity_id - assumed 'entity_id' in _glossify_process() (line 452 of .../sites/all/modules/glossify/glossify.module).
Notice: Trying to get property of non-object in glossify_node_load() (line 226 of .../sites/all/modules/glossify/glossify.module).
Notice: Trying to get property of non-object in glossify_node_load() (line 227 of .../sites/all/modules/glossify/glossify.module).

gberm’s picture

subscribing

gberm’s picture

Any word on this?

lishevita’s picture

Did you base the port off of the version 2 or version 3? Just wonderin' since I have a friend who needs this like RIGHT NOW, and so I'm going to get hacking on it, too, I guess.

anton-staroverov’s picture

subscribing

himagarwal’s picture

subscribing, does anyone know similar module in drupal 7?

myfarmertan’s picture

sub

sachbearbeiter’s picture

sub

clashar’s picture

+1

Jb33’s picture

I think it is a very useful module, so porting it to Drupal 7 would be good! +1

Ivo.Radulovski’s picture

I'm trying to get some funds so we can assure the further development...maybe at Drupalcon there will be progress...

Canadaka’s picture

subscribing

basicmagic.net’s picture

subscribe

kaztur’s picture

+1

Starminder’s picture

Title: Drupal 7 port » Port Glossify Internal Links Auto SEO to D7

sub

Ivo.Radulovski’s picture

Hi, Ive got a few replies but no commitment for potential financial support. I'll estimate now how many hours of development it will take and then we can see where the funds will come from.

I need it myself soon so the chances are now higher of having a D7 version sometimes soon.

Thanks,
Ivo

anybody’s picture

+1

dockstaderj’s picture

Subscribe

marcoka’s picture

for the future...take a look at the BIG green button on the top right to follow issues.

daniorama’s picture

Adding bulk operations and international stemmer would be really great!

kingdee40’s picture

D7 port, any update? You can create a chip-in if you need $ to get the ball rolling.

Ivo.Radulovski’s picture

hi we are starting again with Glossify

the goal is to fix issues, port it to D7 and extend functionality for what we need about 5k all in all:

http://glossify.chipin.com/glossify

We will fix some current issues first in any case. At 2000$ we will port it to Drupal7. At 4000 we will add several new functionality and at 5000 we will make sure that it stays up to date for some time!

Thanks,
Ivo

danielnolde’s picture

Ivo, what's the status on this regarding...
1. Fix of the security issue
2. D7 port - there's Kris' approach, can we take it as basis
?

Kris, does your port also fix the security issue? What about the status of your port, what needs to be done for it to be glossify-7.x-?.x?

Ivo.Radulovski’s picture

Hi Daniel,

the fix is not inside 2.5 - it's a small issue I think

we have now a working version of Glossify 2.5 for Drupal 7 - you might want to help and co-maintain the module?

Ivo

danielnolde’s picture

we could help in porting or security-fixing, but since we use the module only sporadically, i might not be the right person to co-maintain.

How, specifically, can we help best?
Where exactly is what work to be done for fixing the security issue?

1mundus’s picture

Thank you for porting this module to D7. Ivo, can we expect to see the final version soon? This is one of the best modules I have used in Drupal, absolutely great for SEO! It always worked fine for me and I am disappointed that there is not a single alternative neither for D6 nor D7. Another reason to (impatiently) wait for the next official release.

danielnolde’s picture

Hey Ivo,

how can we help to fix the security hole in the D7 version?

cheers,

daniel

WorldFallz’s picture

Status: Active » Postponed

I've just recently taken over maintainership of this module and the first order of business will be to get the 6.x-3.x version republished and officially released. Then I'll work on the upgrade to d7. So hang tight for now.

It anyone wants to help, patches for d7 rolled against the 6.x-3.x dev branch is the best way to contribute.

jamesbisset’s picture

With the resurrection of the project and the beta at v11 (2012-Jul-31) are we still invited to patch against the dev branch (2011-Feb-25)?

And is the patch by krisjansen at #1 good enough to kick things off?

WorldFallz’s picture

The beta11 release is just a tag on the current dev. The previous maintainer had actually fixed the security issue but never followed up to get it republished. So yes, patches should be against the current dev.

And the file in #1 isnt a patch but i'll take a look at though the d7 version will likely be an entity based rewrite.

WorldFallz’s picture

Status: Postponed » Fixed

done. D7 snapshot is now available.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.