dingomick
Member
From: Gifu_Japan
Registered: 2006-12-16
Posts: 233
I, of course, use Firefox. When I study I leave several tabs open so I can cross reference stories. Things get a little confusing since stories require the Frame # and not just the word enclosed in {}. So, it would be crazy awesome if the page title displayed the keyword and frame #, the kanji itself. Instead of,
"Reviewing the Kanji | Study"
it would say,
"Reviewing the Kanji | Study | branch off 772 岐".
Hope to see it!
dingomick
Member
From: Gifu_Japan
Registered: 2006-12-16
Posts: 233
Woelpad, could you make the info more compact by removing the quotes and the second keyword. For example, instead of
俊 "sagacious" | sagacious 1014
Could it just be:
俊 sagacious 1014
Even better:
1014 sagacious 俊
The last option is most ideal; it orders the info by usefulness. The reason I thought this tweak would be useful is because stories require {##} to reference the word. So a quick glance at my tab to see the number and word is best.
The hover option works fine, but defeats the purpose of displaying the info to avoid extra clicks in the first place.
BTW, I use Tab Mix Plus for all my tabbing needs. It's the extension Firefox based all their 1.5 tab browsing updates on. It includes an option for minimum and maximum tab widths. I've adjusted it to better accomodate the info.
Last edited by dingomick (2006 December 29, 4:19 am)
woelpad
Member
From: Chiba
Registered: 2006-11-07
Posts: 425
Ah, you're catching up 
From the Very minor forum rendering issue thread, dealing with the pencil problem:
ファブリス wrote:
Okay, that's fixed. Actually it needed fixing in the forum code.
One thing I can throw out then, although there's no need to redownload the script, as the fix is no longer triggered (it looks for "postedit" elements, not for "icon postedit"). Remains inverting and extending the forum title and I can throw the whole script out.
ファブリス wrote:
Just checked with the awesome web developer extension Firebug.
Looks a lot cooler than the DOM inspector I was (hardly) using up to now. Thanks for the tip.
woelpad
Member
From: Chiba
Registered: 2006-11-07
Posts: 425
One thing that had bugged me a little for far too long is that in order to reference to another forum message you need to find the corresponding pid, normally by viewing the page source and browsing for the correct message. All too cumbersome, so I've adapted the Tag forum title script to do the hard work for me.
The msg tag accepts as its parameter 2 numbers separated by a dot. The first is the thread id, which corresponds to the id parameter in a thread's url. The second is the reply number of the message you want to refer to. You can omit the first number, in which case the id for the current thread is taken; or the second number in which case the link will point to the end of the thread. Filling in 0 for the reply number will simply display the thread's first page.
On clicking Preview or Submit, the msg tags are replaced by url tags. If you made an error (a non-existent reply# for example), the tag will remain as is, though the ending tag will be replaced by /url (no need to change it back).
Example:
which translates to:
or when displayed:
Smart move, Thora.
woelpad
Member
From: Chiba
Registered: 2006-11-07
Posts: 425
I see, the blue time stamp next to the reply# is actually an anchor containing the url for that message. Not the most obvious place, but still embarassing. I'll purge the script, but would suggest that you add a comment in something like the BBCode help page to make people aware of this feature.
Last edited by woelpad (2008 March 31, 10:23 pm)
Thora
Member
From: Canada
Registered: 2007-02-23
Posts: 1659
It seems I led you astray, Woelpad. So mine wasn't a smart move at all. I shall call it ignorance-derived creativity. yeah, that's it.
Thx for the tip, Fabrice.
While we're on the topic of forum pages....I've wondered why selecting a thread from Recent Topics doesn't take us to the last post in the thread? Similarly, is it possible for the search result to take us to the first message, or page, that contains the keyword? Relocating info by scrolling through each long thread can take time. And if I've missed a feature again, well....idc.
ファブリス
Administrator
From: Belgium
Registered: 2006-06-14
Posts: 3699
Website
I know it's not very clear.
I prefer not to change the forum codebase, as it's really a secondary project. Whenever PunBB has a security update I have to manually add changes because my version is modified. The more I change it the more work in updates. At the same time PunBB 1.3 is currently in beta so like I said before, I'm hopeful that they've addressed the obvious things that were mentioned like tracking of new posts. Unfortunately the PunBB site itself is not well documented, I've just spent 20 min trying to find a feature list for the 1.3 version without luck.
Thora wrote:
I've wondered why selecting a thread from Recent Topics doesn't take us to the last post in the thread?
Same here, you have to click the small time stamp to get to the last post.