Closed (fixed)
Project:
Alinks
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2008 at 17:28 UTC
Updated:
31 Dec 2013 at 00:51 UTC
Jump to comment: Most recent
Hello!
I'v found al little solution for prevent the linked page to be linked with alink.
Simply replace the
<?php print $content ?>
in the node.tpl.php
<?php
$content = ereg_replace( "<a href=\"".$node_url."\"([^>]*)>([^<]*)(</a>)" , "\\2",$content);
print $content ?>
e voila! it disappears.
Comments
Comment #1
aren cambre commentedLooks like the patch is defined above?
Comment #2
aren cambre commentedIs this still relevant?
Comment #3
Anonymous (not verified) commentedThe feature is still a good idea, though IIRC I tried the above in the theme I was using at the time without success. Ideally it should be accomodated in the module
Comment #4
blecheimer commentedthe html code changed, so use this
but it should be managed by the module itself...
Comment #5
Ivo.Radulovski commentedHello!
use http://drupal.org/project/glossify for extended functionalities & support
It was rewritten by the www.segments.at team.
Comment #6
greg boggsComment #7
greg boggs