I now have almost 30 Alinks and seems to be running well.

I have a table with 2 columns and sevral rows. If the link word appears in both colums Alink provides a link for each case. Not a biggie problem but thought you may like to know.

Rows do not appear affected

Comments

Anonymous’s picture

Further information the string has to be in both columns and the same row, if it is different rows, the second occasion does not get linked

tic2000’s picture

Does this problem persist in the latest version of alinks?

Anonymous’s picture

Version: 5.x-1.2 » 5.x-1.4-1

Still existing in 1.4-1 will give 1.4-3 a try later today

see http://www.crydee.com/?q=node/1722

Anonymous’s picture

Version: 5.x-1.4-1 » 5.x-1.4-3

Verified bug still exists with 5.x 1.4-3

tic2000’s picture

Status: Active » Postponed (maintainer needs more info)

I need more info. You have set alinks to change only the first occurrence of the word?

Anonymous’s picture

alinks limit is set to 1

I created a basic page using the following code

<table border="0"><tbody><tr>
<td style="width: 100px">Magician</td>
<td style="width: 100px">Magician</td>
<td style="width: 100px">Magician</td>
<td style="width: 100px">Magician</td>
</tr></tbody></table>

I ran a few tests for second and following columns but not all combinations - see below
If there is 0 space before the word 'Magician' and 0 space after - it links
If there is 1 space before the word 'Magician' and 0 space after - it links
If there is 1 space before the word 'Magician' and 1 space after - NO links
If there is 0 space before the word 'Magician' and 1 space after - NO links

If i have the following code

<table border="0"><tbody><tr>
<td style="width: 100px">Magician </td>
<td style="width: 100px">Magician</td>
<td style="width: 100px">Magician </td>
<td style="width: 100px">Magician</td>
</tr></tbody></table>

First and Third occurence link

If i have the following code

<table border="0"><tbody><tr>
<td style="width: 100px">Magician</td>
<td style="width: 100px">Magician </td>
<td style="width: 100px">Magician</td>
<td style="width: 100px">Magician </td>
</tr></tbody></table>

First and Third occurence link

if i have this code

<table border="0"><tbody><tr>
<td style="width: 100px">Magician </td>
<td style="width: 100px">Magician </td>
<td style="width: 100px">Magician</td>
<td style="width: 100px">Magician </td>
</tr></tbody></table>

First Second and Fourth occurences link

So its something to do with the spaces but i know not what

BTW preview shows two rows not one, incase this is relevant

imacache’s picture

Assigned: Unassigned » imacache
Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (fixed)