|
|
| Allegro.cc site tour |
|
bamccaig
Member #7,536
July 2006
|
CGamesPlay said: Test this one out, let me know if anybody has any bugs.
Thomas Fjellstrom said: Does nothing. No error, no tour. Js is in my user js just fine as well (viewed source, and took a look at "/js/user.js/476"). The tour came up for me fine, but I didn't actually go through it. I assume if it came up fine it should still function as before. -- acc.js | al4anim - Allegro 4 Animation library | Allegro 5 VS/NuGet Guide | Allegro.cc Mockup | Allegro.cc <code> Tag | Allegro 4 Timer Example (w/ Semaphores) | Allegro 5 "Winpkg" (MSVC readme) | Bambot | Blog | C++ STL Container Flowchart | Castopulence Software | Check Return Values | Derail? | Is This A Discussion? Flow Chart | Filesystem Hierarchy Standard | Clean Code Talks - Global State and Singletons | How To Use Header Files | GNU/Linux (Debian, Fedora, Gentoo) | rot (rot13, rot47, rotN) | Streaming |
|
Thomas Fjellstrom
Member #476
June 2000
|
Quote: The tour came up for me fine, but I didn't actually go through it. In konqueror? -- |
|
bamccaig
Member #7,536
July 2006
|
Thomas Fjellstrom said:
In konqueror?
The only browsers I ever use are IE and FF. -- acc.js | al4anim - Allegro 4 Animation library | Allegro 5 VS/NuGet Guide | Allegro.cc Mockup | Allegro.cc <code> Tag | Allegro 4 Timer Example (w/ Semaphores) | Allegro 5 "Winpkg" (MSVC readme) | Bambot | Blog | C++ STL Container Flowchart | Castopulence Software | Check Return Values | Derail? | Is This A Discussion? Flow Chart | Filesystem Hierarchy Standard | Clean Code Talks - Global State and Singletons | How To Use Header Files | GNU/Linux (Debian, Fedora, Gentoo) | rot (rot13, rot47, rotN) | Streaming |
|
Thomas Fjellstrom
Member #476
June 2000
|
CGamesPlay said: Tomasu, does it work in Konqueror?
bamccaig said:
The only browsers I ever use are IE and FF. And therein lies the rub. -- |
|
bamccaig
Member #7,536
July 2006
|
Thomas Fjellstrom said: And therein lies the rub.
Wha? -- acc.js | al4anim - Allegro 4 Animation library | Allegro 5 VS/NuGet Guide | Allegro.cc Mockup | Allegro.cc <code> Tag | Allegro 4 Timer Example (w/ Semaphores) | Allegro 5 "Winpkg" (MSVC readme) | Bambot | Blog | C++ STL Container Flowchart | Castopulence Software | Check Return Values | Derail? | Is This A Discussion? Flow Chart | Filesystem Hierarchy Standard | Clean Code Talks - Global State and Singletons | How To Use Header Files | GNU/Linux (Debian, Fedora, Gentoo) | rot (rot13, rot47, rotN) | Streaming |
|
CGamesPlay
Member #2,559
July 2002
|
Konqueror is dumb. I can't use it as both a file manager and a web browser. So I chose to use it as a file manager. Now, whenever I click a link in a web page, it opens it up in KWrite -- Ryan Patterson - <http://cgamesplay.com/> |
|
Matthew Leverton
Supreme Loser
January 1999
|
Quote: balloon.setMessage(" Handy Controls<p>This is the Subscribe button. Pressing it will cause Allegro.cc to automatically email you whenever someone replies to the thread.</p><p><a href=\"#\" onclick=\"tour.gotoStep('c3s44'); return false;\">Next</a></p>"); Technically it only e-mails you the first response after last viewing the thread. So if you subscribe, and ten people respond, you'll only get the first one. After reading the thread, the flag is reset and you'll get the next message. As the e-mail says: "You will not receive another notification until you read the thread. The first post is listed below. There may be more replies that follow it." Quote: balloon.setMessage(" Handy Controls<p>This is the Send to Top button. I'll explain this one with an example.</p><p>Say you create a thread asking for help and you get a reply and it seems to fix the problem, so you post to say thank you. The next day, you find out that the reply didn't really help you and your problem is still there. Because you are the last person to reply, you can't add an additional reply. Starting a new thread for the same problem would be a bad idea, so what should you do?</p><p>Well, you should edit your last post to explain that the reply didn't really help you, and then you should use the Send to Top button.</p><p>That will put your thread at the top of the thread list and mark it as unread, as if you had posted a new reply! The only restrictions are that you have to be the last poster in the thread, and you have to wait a full day before using the Send to Top button.</p><p><a href=\"#\" onclick=\"tour.gotoStep('c3s45'); return false;\">Next</a></p>"); You must be either the first or last poster, and the time limit is one hour. Quote: balloon.setMessage(" Handy Controls<p>Finally, we have the Hide Thread button. This will cause the thread to be removed from your thread lists until a new reply is made. You can use this to keep your thread list more organized.</p><p><a href=\"#\" onclick=\"tour.gotoStep('c3s46'); return false;\">Next</a></p>"); Hide Thread (formally known as Kill Thread) is permanent. |
|
Thomas Fjellstrom
Member #476
June 2000
|
AHah, you did something wrong. Somehow you set your text/html mime to kwrite instead of embedded khtml. So basically, you must have set it to do that so html files on disk show up in kwrite? how silly. -- |
|
CGamesPlay
Member #2,559
July 2002
|
Matthew: Thanks for the review. I'll correct those points. Quote: So basically, you must have set it to do that so html files on disk show up in kwrite? how silly. Yes, exactly. It got so annoying having Konqi open up my HTML files, XML files, and PHP files as HTML. I suppose I will switch back to get this script working, though. -- Ryan Patterson - <http://cgamesplay.com/> |
|
bamccaig
Member #7,536
July 2006
|
Matthew Leverton said: You must be either the first or last poster, and the time limit is one hour. In recent usage I've found it to only work when you're the last poster and at least one hour has passed since the post (or last Send To Top operation). I just tested it out by trying to send my Extending Built-In Object With prototype Property (JavaScript) thread to the top, but it resulted in a blank/white page and the thread's position (timestamp) never changed; I assume because Dustin Dettmer was the last to respond.
-- acc.js | al4anim - Allegro 4 Animation library | Allegro 5 VS/NuGet Guide | Allegro.cc Mockup | Allegro.cc <code> Tag | Allegro 4 Timer Example (w/ Semaphores) | Allegro 5 "Winpkg" (MSVC readme) | Bambot | Blog | C++ STL Container Flowchart | Castopulence Software | Check Return Values | Derail? | Is This A Discussion? Flow Chart | Filesystem Hierarchy Standard | Clean Code Talks - Global State and Singletons | How To Use Header Files | GNU/Linux (Debian, Fedora, Gentoo) | rot (rot13, rot47, rotN) | Streaming |
|
Matthew Leverton
Supreme Loser
January 1999
|
A typo was preventing that from working. |
|
bamccaig
Member #7,536
July 2006
|
Matthew Leverton said: A typo was preventing that from working.
Ah, I see. -- acc.js | al4anim - Allegro 4 Animation library | Allegro 5 VS/NuGet Guide | Allegro.cc Mockup | Allegro.cc <code> Tag | Allegro 4 Timer Example (w/ Semaphores) | Allegro 5 "Winpkg" (MSVC readme) | Bambot | Blog | C++ STL Container Flowchart | Castopulence Software | Check Return Values | Derail? | Is This A Discussion? Flow Chart | Filesystem Hierarchy Standard | Clean Code Talks - Global State and Singletons | How To Use Header Files | GNU/Linux (Debian, Fedora, Gentoo) | rot (rot13, rot47, rotN) | Streaming |
|
|
|