I am looking for a module which can provide twitter/ facebook like comment feature in drupal site. What i need to achieve is when an user enter a comment say "I will be in @drupalconf tomorrow". The text @drupalconf should turn into a link, if a node with similar title exists in the site. I may have to extend this to other CCK textarea fields also in future. I found glossify [1] modules does something similar to what i need. I am trying to understand and customize this module. I would like to know your suggests on achieving this. I will be happy to contribute the code to drupal community if required. [1] http://drupal.org/project/glossify -- Thanks Sivaji
Would recommend doing this with a custom filter. Check out the freelinking module as an example. It turns all occurrances of [[title]] to turn into a link to a node of the same title. Dave ________________________________ From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of sivaji j.g Sent: Wednesday, September 30, 2009 11:44 AM To: support@drupal.org Subject: [support] twitter/ facebook like comment feature I am looking for a module which can provide twitter/ facebook like comment feature in drupal site. What i need to achieve is when an user enter a comment say "I will be in @drupalconf tomorrow". The text @drupalconf should turn into a link, if a node with similar title exists in the site. I may have to extend this to other CCK textarea fields also in future. I found glossify [1] modules does something similar to what i need. I am trying to understand and customize this module. I would like to know your suggests on achieving this. I will be happy to contribute the code to drupal community if required. [1] http://drupal.org/project/glossify -- Thanks Sivaji
i have a recent problem, result wich the Add Comment Links was disapear for some content types, for example, blog and forum... the $links array is it, but the comment indexes, there is not, why can happend this? thks in advanced.
Aldo Martinez Selleras ha scritto:
i have a recent problem, result wich the Add Comment Links was disapear for some content types, for example, blog and forum...
the $links array is it, but the comment indexes, there is not, why can happend this?
thks in advanced.
Comments are closed/disactivated ? Try to see in the blog and forum content type edit page. M. -- Michel 'ZioBudda' Morelli michel@ziobuddalabs.net Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@ziobuddalabs.it
participants (4)
-
Aldo Martinez Selleras -
Metzler, David -
Michel Morelli -
sivaji j.g