View Single Post
  #6  
Old 08-26-2009, 06:36 AM
Vangelis Vangelis is offline
Senior Member
 
Join Date: Jun 2009
Posts: 185
Default

Quote:
Originally Posted by AdAstra2009 View Post
Alright, I messed around with a duplicate template and I got rid of the capcha.

just use "{{incompletepage}}" instead of "{{incomplete}}"
and there should be no capcha.
The capcha only happens because the incompete template includes a link to the article's own 'edit' function. I bought that up when I first made the template because it shouldn't happen; apparently the Wiki has difficulty distinguishing between internal and external links. It's something a sysop [or someone with access to the LocalSettings.php file for reCapcha, at any rate] would need to look at. The command that makes it happen is

Code:
<span class="plainlinks">[{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|action=edit}} expanding it]</span>.
The external link filtering really shouldn't pick that up as an external link, and it ought to be fixed since it severely limits the functions that can be included in a template without it throwing up capchas.

Last edited by Vangelis; 08-26-2009 at 06:56 AM.
Reply With Quote