Closed (duplicate)
Project:
Alinks
Version:
5.x-1.4-3
Component:
User interface
Priority:
Critical
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2008 at 11:59 UTC
Updated:
12 Aug 2010 at 17:21 UTC
I have a drupal site which hs all the content in the side content (which is in the right side bar) and images in the actual content (body) space. I desperately need to have alinks work for me in the side content. Is there anybody who has cracked this issue? I do know this is a duplicate request but I did not want to change the version in the previous request. Thanks in advance
Jaya
Comments
Comment #1
j4 commentedPlease let me know if there is any progress on this. I would also like to be able to use alinks in CCK fields
Thank you
Warm regards
Jaya
Comment #2
cssd commentedI have a solution for Drupal 6.x (which may be applicable to 5.x?) - I think... that allows any CCK field with a field type of 'text' to be included in the areas that are searched - to insert links into.
alinks.module modified to change the 'alinks_nodeapi' function as follows;
It is dependent upon the fieldnames being prefixed with 'field_' - which is the way with CCK as far as I can gather.
The only thing I am not sure about is whether the 'format' == 2 will always equate to 'text' field types or if this is dependent upon the installation/configuration of the CCK module.
Perhaps others can give feedback regarding this...?
Hope it is useful.
Comment #3
j4 commentedHi, Thanks for the detailed reply. will certainly try this out and let you know.
jaya
Comment #4
Stephen Scholtz commentedMarking duplicate of #144953: Alink with CCK field?