AutoHotkey Community

It is currently May 27th, 2012, 7:25 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 78 posts ]  Go to page 1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: Forum Improvements
PostPosted: June 15th, 2006, 2:36 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 15th, 2006, 2:56 am 
Offline
User avatar

Joined: December 29th, 2004, 1:28 pm
Posts: 2545
Thanks :!: :D . Very nice additions, improvements :D

FeedReader


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum Improvements
PostPosted: June 15th, 2006, 9:11 am 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
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.

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 15th, 2006, 11:04 am 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
very good.

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 15th, 2006, 1:19 pm 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
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.

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 15th, 2006, 1:40 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
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.

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 15th, 2006, 3:45 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
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.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 15th, 2006, 4:46 pm 
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


Top
  
Reply with quote  
 Post subject:
PostPosted: June 15th, 2006, 8:49 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
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.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 15th, 2006, 10:51 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 16th, 2006, 9:06 am 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
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.

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 16th, 2006, 10:27 am 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
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. :-P

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 16th, 2006, 11:48 am 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
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


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 16th, 2006, 8:24 pm 
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:
:arrow: Syntaxhighlighter for AHK Code for phpbb
_____________________________
Cheers
AGU


Top
  
Reply with quote  
 Post subject:
PostPosted: June 17th, 2006, 3:22 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 78 posts ]  Go to page 1, 2, 3, 4, 5, 6  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group