I'm not sure where exactly this process takes place, but apparently there is a process which looks for URLs included in a post, and then creates linked text from the URL.
The original link becomes the linked text (truncated in some cases), and the actual URL is then applied using the [url= method.
What I want to do is to have posted URLs which direct to certain web-sites modified from the original posted URL format to include my affiliate IDs.
We are using version 6.5.
Is this functionality covered in one of the editable templates?
If not, can you direct me to the code which currently conducts the evaluation of post contents?
I'm reasonably sure I am not using the correct vernacular, but please ask if my quest is not understandable.
Essentially, I want to:
1. Discover included URLs (as already designed)
2. Read the URL looking for specified attributes
3. In the case the specified attributes are discovered I want to reconstruct the URL with a predefined content and structure.
As it is now, I have to manually edit each post containing these links, and then run a SQL update query to remove the Edited by info (unless the post was previously edited in which case it is more work to capture the existing edited by info and restore it after I edit it).
Any help will be deeply appreciated!!!