[Release] Support Forums Special Header Links - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Support Forum Information (https://www.supportforums.net/forumdisplay.php?fid=1) +--- Forum: Site News and Feedback (https://www.supportforums.net/forumdisplay.php?fid=2) +--- Thread: [Release] Support Forums Special Header Links (/showthread.php?tid=23892) |
RE: [Release] Support Forums Special Header Links - AceInfinity - 01-13-2012 I've already seen those links though from the previous version, never updated, but they've always been there for me for some reason. RE: [Release] Support Forums Special Header Links - m4dh4ck3r - 01-14-2012 Going to try this now ! Lets see how this is . RE: [Release] Support Forums Special Header Links - NekoChan - 01-20-2012 That's nice, but are you people actually so lazy to skip 2 clicks ? RE: [Release] Support Forums Special Header Links - D3xus - 01-20-2012 Things like Bans and Statistics aren't necessarily a click away. You have to manually type them in. RE: [Release] Support Forums Special Header Links - AceInfinity - 01-20-2012 (01-20-2012, 04:12 AM)NekoChan Wrote: That's nice, but are you people actually so lazy to skip 2 clicks ? lol some of the links are available on the board index too, but some are easier to use from his script. I use the forum a lot so every little bit over time does save quite a bit of time for me. Even though greasemonkey is a huge hog on memory, i've got enough RAM to spare, so it's really no big burden on me. RE: [Release] Support Forums Special Header Links - RDCA - 01-20-2012 (01-13-2012, 03:46 PM)AceInfinity Wrote: I've already seen those links though from the previous version, never updated, but they've always been there for me for some reason. It's actually the way Xerotic does his scripts. It looks for it on every single page, and since these are both MyBB's with the same named Divs with the same ID's it treats them the same. So your extra links are coming from the HF one, but still work on here. RE: [Release] Support Forums Special Header Links - xerotic - 01-20-2012 (01-20-2012, 06:14 PM)RDCA Wrote: It's actually the way Xerotic does his scripts. It looks for it on every single page, and since these are both MyBB's with the same named Divs with the same ID's it treats them the same. So your extra links are coming from the HF one, but still work on here. Actually you are wrong. Code: // ==UserScript== Mine are always site specific. Please research before you make false allegations upon my scripts RE: [Release] Support Forums Special Header Links - RDCA - 01-20-2012 (01-20-2012, 07:49 PM)xerotic Wrote: Actually you are wrong. Actually they do work on other sites, even with that. As I was tweaking your script for my friend and playing around with it a bit, when I posted on another forum I went to, (which isn't even MyBB), the mycode appeared there as well. RE: [Release] Support Forums Special Header Links - AceInfinity - 01-20-2012 It wasn't intentional though I don't think RDCA, as for what I can remember at least, he uses regex to find the part on the page with the user's PM's. And replaces that with an additional set of links. Note, that all forums have a PM system somewhere on the page, and possibly in the same format as MyBB, whether forum software copies each other's ideas, I'm not sure. RE: [Release] Support Forums Special Header Links - RDCA - 01-20-2012 (01-20-2012, 11:13 PM)AceInfinity Wrote: It wasn't intentional though I don't think RDCA, as for what I can remember at least, he uses regex to find the part on the page with the user's PM's. And replaces that with an additional set of links. I wasn't referring to that plugin when I was talking about another forum, I was talking about the auto mycode one, where it appends your current text wrapped with some mycode. |