 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10450
|
Posted: Thu Jun 15, 2006 2:36 am Post subject: Forum Improvements |
|
|
Some forum improvements have been made; thanks to all of you who suggested these great ideas:- Added RSS for both English and German forums (sorry it took so long). If you're using an RSS-aware browser like Firefox, it should display an RSS icon in the address bar. For other RSS software, the URLs are:
- Pre-focused fields on the following forms: Reply, New-Topic, Private Message, and Search. This cuts down on the number of mouse clicks you have to do before typing.
- Improved Search Form: It now defaults ALL rather than ANY (which seems far more popular). There's also a new option to search titles only.
- The "font color" option can now be used in [code] sections, which is useful to bring attention to certain words or lines.
- The inability to post messages containing chr(any number) has been fixed (it's apparently a server-specific issue).
- There is a link on the forum's main page to revert to your prior visit(s). This allows you to visit the forum briefly to read private messages, etc. Then you can come back hours/days later and click the "revert" link to so that features like "View posts since last visit" will ignore that brief visit. This feature remembers your two previous visit dates; that is, you can click the link twice before it disappears (until your next visit).
By the way, perhaps a German speaker could provide a better translation for the following:
English: revert to prior visit
German (crude): schalten Sie zum vorhergehenden Besuch um
More suggestions for the forum are welcome (though I prefer simple ones because these mods have to be researched, discovered, or written from scratch).
Thanks. |
|
| Back to top |
|
 |
corrupt
Joined: 29 Dec 2004 Posts: 2328
|
Posted: Thu Jun 15, 2006 2:56 am Post subject: |
|
|
Thanks . Very nice additions, improvements
FeedReader |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6702 Location: France (near Paris)
|
Posted: Thu Jun 15, 2006 9:11 am Post subject: Re: Forum Improvements |
|
|
| Chris wrote: | | Improved Search Form: It now defaults ALL rather than ANY (which seems far more popular). There's also a new option to search titles only. | YES! I asked it several times, and I immediately noticed the improvement. I wanted to thank you, that's the opportunity! The ALL default will give much improved results, because newbies are used to Google behavior (this one) and if they forget to set it, they are soaked with too much results...
| Chris wrote: | | The "font color" option can now be used in [code] sections, which is useful to bring attention to certain words or lines. | Excellent, very useful!
| Chris wrote: | | The inability to post messages containing chr(any number) has been fixed (it's apparently a server-specific issue). | Thanks again, it was annoying (and a recent problem, I think).
The other improvements are welcome too.
Thanks for your work. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3544 Location: Belgrade
|
Posted: Thu Jun 15, 2006 11:04 am Post subject: |
|
|
very good. _________________
 |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6702 Location: France (near Paris)
|
Posted: Thu Jun 15, 2006 1:19 pm Post subject: |
|
|
Oh, for Firefox users, there is another improvement I use: with the GreaseMonkey extension, which allow to change Web pages on the fly, I use a script named "PHPBB Redirect Remover" (found on UserScripts.org, there are other phpBB related scripts there).
So when I click Submit in the Reply page, I don't get that silly page that makes me clicking to or waiting for the updated topic. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3544 Location: Belgrade
|
Posted: Thu Jun 15, 2006 1:40 pm Post subject: |
|
|
You can do that with Opera also, witch is much much faster then FF. U can set per page if you want javascripts, custom javascripts, cookies, anything. _________________
 |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Thu Jun 15, 2006 3:45 pm Post subject: |
|
|
Great improvements! Code colouring and RSS are especially useful, thanks.
PhiLho, I also find the redirection page annoying. I think it should be totally removed because you get to see your message anyway. _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
AGU Guest
|
Posted: Thu Jun 15, 2006 4:46 pm Post subject: |
|
|
| Quote: | By the way, perhaps a German speaker could provide a better translation for the following:
| I would say:
English: revert to prior visit
German: Auf letzten Besuch zurücksetzen
__________________
Cheers
AGU |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Thu Jun 15, 2006 8:49 pm Post subject: |
|
|
These features would also be beneficial:
- Allow formatting in code blocks, e.g.
| Code: | | [b]bold[/b] / [i]italic[/i] / [u]underlined[/u] / [url=www.google.com]URL[/url] / [size=9]small font[/size] |
Automatic conversion of all command names to their docs reference | Example message wrote: | | MsgBox -> MsgBox | I guess I'm taking advantage of the updates, but I really think the first one is worth having. _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10450
|
Posted: Thu Jun 15, 2006 10:51 pm Post subject: |
|
|
Thanks AGU for the translation. I've applied it.
Concerning the redirect page that appears after you post a message, I wonder if anyone likes it. Although it may have some value as a confirmation page, it's probably not enough to offset the annoyance of its delay. Perhaps a poll is in order.
| Titan wrote: | Allow formatting in code blocks, e.g. | Code: | | [b]bold[/b] / [i]italic[/i] / [u]underlined[/u] |
| I can see where that would be nice, though there may be some drawbacks:
1) I haven't seen a mod exactly like this, so would have to find one or research how to write one.
2) It might create too much ambiguity in code sections. For example, if a posted script contains a formatting symbol anywhere (even inside a quoted/literal string), it might be misinterpreted by the forum and mess up the post. In other words, people tend to expect that a code section is like <PRE> in that it preserves exactly what gets pasted into it. If that becomes too uncertain, it might detract too much from it.
| Titan wrote: | Automatic conversion of all command names to their docs reference | Example message wrote: | | MsgBox -> MsgBox |
| Although that has a high coolness factor, I wonder if it would begin to become annoying. Clearly it would be great for new users, but frequent visitors might start to get eye-strain from it. But since I'm far from certain of that, I'm definitely adding this to the forum to-do list.
Thanks for the ideas. |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3544 Location: Belgrade
|
Posted: Fri Jun 16, 2006 9:06 am Post subject: |
|
|
| Quote: | | Automatic conversion of all command names to their docs reference |
I think this is excellent idea. You can make this optional via profile if you are concerned about annoyance. _________________
 |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6702 Location: France (near Paris)
|
Posted: Fri Jun 16, 2006 10:27 am Post subject: |
|
|
| Titan wrote: | These features would also be beneficial:
[list][*]Allow formatting in code blocks [...] URL / small font[/code] | NO!
Code blocks are designed to be copied/pasted and to use a fixed font.
URL is hidding information (the URL...), and size changes will break formatting. The color and styles changes are OK, thought.
It is just a vague project in my mind, but it would be cool to have special code blocks doing syntax highlighting of AutoHotkey code...
I have already downloaded a phpBB module doing PHP syntax coloring. It is "cheating", using a built-in function of PHP doing just that... But at least, it provides a framework, I "just" have to do the engine...
Vaporware! Don't expect it soon, I just have around 101 other projects to work on in the meanwhile.  _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
Micha
Joined: 15 Nov 2005 Posts: 429 Location: Germany
|
Posted: Fri Jun 16, 2006 11:48 am Post subject: |
|
|
Hi,
superb. I'm looking forward to use it.....
At another thread we discussed to add the links
View previous topic :: View next topic
at the end of the page.
If you have read the thread you have to scroll up (or press home) to see the links at the top of the page.
I would like to see this 3 lines changed in the php-code
Ciao
Micha |
|
| Back to top |
|
 |
AGU Guest
|
Posted: Fri Jun 16, 2006 8:24 pm Post subject: |
|
|
| Quote: | It is just a vague project in my mind, but it would be cool to have special code blocks doing syntax highlighting of AutoHotkey code...
I have already downloaded a phpBB module doing PHP syntax coloring. It is "cheating", using a built-in function of PHP doing just that... But at least, it provides a framework, I "just" have to do the engine... |
I proposed s.th like this some times ago:
Syntaxhighlighter for AHK Code for phpbb
_____________________________
Cheers
AGU |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10450
|
Posted: Sat Jun 17, 2006 3:22 am Post subject: |
|
|
| Micha wrote: | At another thread we discussed to add the links
View previous topic :: View next topic
at the end of the page. | Perhaps, but it's my impression that next/prev aren't as heavily used as other navigation links. One reason may be that next/prev don't take you directly to the latest post in a given topic like the other nav methods do. Another consideration is page-clutter: the more links that appear on a page, the harder it is to find things.
Perhaps we could have a poll to decide. Feel free to start one if you feel like it. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|