MrValentine wrote:
Quote: "Hopefully it explains enough for now..."
Yes, it is now clear that my current news reader has been hiding some posts from me. It was only showing the first message of each thread. It propably considered replies to be duplicates of the original, because they contained the same "From" and "Subject" fields. Which goes to say how bad that reader is.. (ok, it was the RSS feed reader built into the Opera browser.)
So, it's time to look for a "real" RSS feed reader. (Preferably one that is open source.)
Phaelax wrote:
Mm'yea, those are the same search results you would get from the "View User Profile" page, which I already commented on.
FORUM CUSTOMIZATION
While we're discussing these much needed updates to the forum software, why don't we also consider how much we can tweak the forum by ourselves using content modifying proxies and custom CSS. I think this philosophy is very much in line with "Geek Culture".
I've implemented a multi-level forum modification (mainly for myself), that is based on the following:
-
Firefox browser with the following extensions:
*
Stylish
*
Stylish-Custom
*
NoScript
-
Privoxy
HOW IT WORKS
Privoxy sits between Firefox and the web. When Firefox makes a page request, Privoxy captures it and processes it according to a set of user-specified rules (actions/filters), which may block the request, change the request headers, or modify content of the server response.
I'm using privoxy to filter the following from TGC forums:
- Block all third party banner sites and adverts (including google)
- Strip all TGC adverts
- Strip all profile images (avatars and badges)
- Strip all profile signatures
- Strip all web request for image resources related to page decorations.
- Add custom CSS classes to elements which didn't have them (for use by the Stylish CSS definitions).
- Rearranges columns in some tables, such as the thread list and search results.
- Highlights nicknames of my "favorite" forum members (multiple levels of highlighting according to my perceived importance of these members).
- Replaces button images with button CSS.
With the following modifications, I get an
average block rate of about 60% on the TGC Forums. Which also means, that the forum pages load about 60% faster too!!!
Once the modified page reaches Firefox, I'm using additional "user CSS" via the Stylish extension - which allows me to finetune and toggle several CSS options on the fly, as needed. These are all user defined, user created CSS.
SOME SCREENSHOTS OF THE RESULTS (click links for fullsize image)
This is what the modified output looks like in the thread list:
This is what the modified output looks like in the message view mode, using my custom "coffee" color-theme:
These are my custom CSS options, defined in Stylish:
This is the Privoxy log-output, showing blocked requests:
SUMMARY
There's quite a lot we can do to change the forum experience by ourselves. But it's a bit more difficult to add completely new features, such as the posting history, because we don't have access to the underlying MySQL database.
If there's sufficient demand, I might make these customizations public.
(The only reason why I haven't already, is because it's not exactly simple. There isn't a one single file to distribute. This solution ties together multiple technologies and requires multiple configuration files. And, I guess, making it public would also imply that I am willing to take on the responsibility of updating it based on user requests. Which I'm not.)
Cheers,
AgentSam