Posted by dahacouk on May 19, 2008 at 3:59pm
2 followers
Jump to:
| Project: | freelinking |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Take a look at the source at http://groups.drupal.org/node/11092/edit and look at all the links like [[http://drupal.org/node/102679|the issue thread]]. Notice that to get them to work at all I had to put spaces in various places so that no 2 links were exactly the same. This has got to be a big bug!
Cheers Daniel
Comments
#1
This is a bug in Freelinking rather than OG.
#2
Take a look at the very bottom of http://groups.drupal.org/node/11092 and you'll see what I mean. Some links work and some don't.
For those that can't see the code here it is the relevant code lines (note the spaces in the square brackets]?!?!?!:
* [[http://drupal.org/node/102679| the issue thread ]]
* [[http://drupal.org/node/102679|the issue thread]]
* [[http://drupal.org/node/102679| the issue thread]]
* [[http://drupal.org/node/102679 |the issue thread]]
* [[http://drupal.org/node/102679 |the issue thread ]]
* [[http://drupal.org/node/102679 |the issue thread ]]
Notice I had to make each link slightly different for it to work? And notice that duplicates don't work?
#3
#4
#5
If this problem is gone, please mark the ticket fixed. Otherwise, this will not get attention any time soon without a community-submitted patch.
#6
No the problem is not gone. Did you take a look at the wiki page I mentioned in #2? The problem is still there. Thanks.