User talk:Technical 13/Scripts/OneClickArchiver/Archive 2
![]() | This is an archive of past discussions with User talk:Technical 13/Scripts/OneClickArchiver. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page. |
Archive 1 | Archive 2 |
OCA not appearing
Per your message yesterday to me, I upgraded to your version of the script. Now the archive links are not appearing on article pages. In particular I am trying to use it on Talk:Shooting_of_Michael_Brown This appears to be semi-intentional per the note "[Activates only on pages that] are in "Category:non-talk pages that are automatically signed". Is it truly intended that OCA not be usable on article talk pages any longer? Is there any way to configure this? Gaijin42 (talk) 15:42, 6 January 2015 (UTC)
- The links are showing up for me on that talk page. First, Gaijin42, which skin are you using? If you are using Vector, please click on the
More
dropdown betweenView history
and the search bar. Do you see1CA is on
or1CA is off
? If it is off, you need to click on1CA is off
or press Alt+⇧ Shift+o to turn it to1CA is on
. Also, on some pages there will be no archive links because there are no archive templates on that talk page. This will be indicated by there being an|Archive
right under1CA is on
. Clicking on that link will give a popup message telling you what parameters the script needs that are missing. I'm working on doing away with this in the future by adding some new features to the script that will allow users to request that user talk pages be archived with the script or to setup the archiving script on the page for them (if there is no reply because they are inactive or if they actively refuse and the page is causing conflicts). The new feature will also allow easy setup of archiving on article talk pages. If1CA is on
and there is no|Archive
in theMore
dropdown menu with it then I'll need to know what your userAgent string is. Thanks. :) — {{U|Technical 13}} (e • t • c) 15:58, 6 January 2015 (UTC)
- I am using Vector. When I click on More, the "arrow" icon floats downward (so the tip of the arrow almost touches the menu border), but no menu appears. When I click on the "Page" item just to the right of more, that menu appears correctly (and that arrow does not move). My UA is Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36.
- I figured out part of it, I had the "Add page and user options to drop down menus" gadget turned on. When I turn that off, the "more" link now opens correctly, but inside it are only the "move" link. I also tried turning off twinkle which also modifies the menu bar, but it did not make any change.
- I have confirmed that the script is in my common.js, and that the OneClickArciver.js appears in the scripts section of my page source (right next to Zhaofeng's reflinks)Gaijin42 (talk) 16:19, 6 January 2015 (UTC)
- I see what the issue is... You have:
importScript( 'Technical 13/Scripts/OneClickArchiver.js' );// Backlink: [[Technical 13/Scripts/OneClickArchiver]]
- in your common.js when you should have :
importScript( 'User:Technical 13/Scripts/OneClickArchiver.js' );// Backlink: [[User:Technical 13/Scripts/OneClickArchiver]]
- Make that change and everything should be better. You should also be able to turn that gadget back on. :) No worries, no harm done. :) — {{U|Technical 13}} (e • t • c) 17:26, 6 January 2015 (UTC)
Thanks. This did indeed resolve my issue. I'm very confused, I swear I copied an pasted the entire "subst" line straight out of the instructions so I don't know how that got mixed up. But in any case, thanks again. Gaijin42 (talk) 15:53, 16 January 2015 (UTC)
OCA archiving to wrong page

Hi Technical 13,
I was using OCA to archive a section in Wikipedia talk:WikiProject New York City Public Transportation/Unidentified locations. Instead of archiving to Wikipedia talk:WikiProject New York City Public Transportation/Unidentified locations/Archive 1, the first archive of this subpage, the section was archived to Wikipedia talk:WikiProject New York City Public Transportation/Archive 16, the 16th archive of the parent page. Is this an error, or are you working on this? Epicgenius (talk) 01:42, 13 January 2015 (UTC)
- I see it's a problem with the way the config is set up. Thanks for archiving that section. Epicgenius (talk) 02:04, 13 January 2015 (UTC)
- You're welcome. I've fixed the configuration, so you should be good to continue archiving from there. :) When stuff like this happens, it's best to always check that first. :) Happy archiving! — {{U|Technical 13}} (e • t • c) 14:43, 13 January 2015 (UTC)