On our site, we have a select list of external links that we want to place a rel="follow" on, but would want the rest of the external links to get nofollow added automatically via the module.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | interdiff-6-10.txt | 150 bytes | prashant.c |
| #10 | config_follow_no_override-2870492-10.patch | 4.76 KB | prashant.c |
| #6 | interdiff-2-6.txt | 10.23 KB | prashant.c |
| #6 | config_follow_no_override-2870492-6.patch | 4.76 KB | prashant.c |
| #2 | config_follow_no_override-2870492-2.patch | 10.49 KB | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedrsmylski created an issue. See original summary.
Comment #2
Anonymous (not verified) commentedI've created a patch to add this functionality.
Comment #3
elachlan commentedIf you can re-roll it I'll add it in.
Comment #4
elachlan commentedComment #6
prashant.c@elachlan
Re-rolling the patch but i could not figure out what changes #2 has made in
extlink.min.js. So adding without without changing theextlink.min.jsfile.@elachlan if you can figure out what needs to changed in min file as well i will add the same in the patch as well.
Thanks.
Comment #8
elachlan commentedThe min js was removed in #2929552: Remove minified js file
Comment #9
prashant.c@elachlan
I don't know why the test is throwing the error for
As the field
"extlink_follow_no_override"is defined asBooleanin schema file and also ascheckboxtype infile.
Comment #10
prashant.cI think i got it the error was due to the integer value in
Re-submitting the patch.
Comment #12
elachlan commentedCommitted. Thanks for your work.
We will add tests for it in #2961572: Expand Javascript Functional Tests.
Comment #14
elachlan commentedI found a small issue while testing.