Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Comment Links
Comment Links
0
Comments
Posted: Monday, 5 March 2007 at 7:05PM (AEDT)
1. I click the menu, copy as text, (or do nothing) works fine.
2. I click again ('cos I want HTML) nothing happens, not even a page refresh.
It will work on the other comments but again, once only.
And yes, Firefox is OK.
I have CommentLinks 1.2 installed on my forum, it used to work but now has the symptoms described above with Vanilla 1.1
Posted: Tuesday, 6 March 2007 at 8:07AM (AEDT)
One thing: Shouldn't it say 'Click to copy...' instead of 'Double click to copy...'?
Its probably bad form to put shortcut instructions in a tooltip rather than the intended traditional label... but I can't think of a better way. Double-clicking on the web is not very intuitive.
$Context->SetDefinition('CommentLinks_DblClk', 'Click to select link format or double click to copy as current format (//1)');
Found a typo on the extensions page - 'copy to cipboard'
And for some reason 1.3.1 doesn't display the menu in my test forum Immediately after I click the link, I get the following error in FireBug's error console:
FormatType.toLowerCase is not a function http://exhibitq.com/talk/extensions/CommentLinks/CopyMenu.js Line 15
Just to make sure, I disabled the extension, downloaded a fresh copy, uploaded it and enabled the fresh one.
Stash: Good find, it seems there is a conflict with JQ ThickBox. It strikes me as really odd, since .toLowerCase() is a built-in javascript function.
Also, I'm going to ensure that I release the uncompressed JS code with the next release of JQThickbox, just for this reason - apologies.
This doesn't fix the JQ Thickbox or Userinfo Tooltip conflicts that I am still researching.
[-Stash-]: I am all for saving bandwidth, storage, and electricity, as long as uncompressed versions are easily obtained, so I wouldn't worry about releasing it uncompressed.
I'm not sure which is breaking which at the moment.
Also, I only get one option in my "Copy URL as" menu: text. No HTML option or anything else. I confirmed this problem in Firefox 2.x (Mac). I didn't see anything about this in default.php, so I'm not sure what the problem is here.
Wanderer, you were really able to see an HTML option?
If you have the HTML (or any other) formatter installed, those options should automatically appear in the menu. For example, my site has text, HTML and Markdown options.
With no mac anywhere that I can get my hands on, I am really working in the dark when it comes to Safari. Unfortunately it works fine in Konqueror or that bug would have been solved by now.