View Full Version : feature request (2)
towsonu2003
February 4th, 2006, 01:29 AM
I'm using dial up (as appearant from my signature...) and to search the forum and to post a new thread, I need to wait for the full page to load (takes from 5 to 25 seconds depending on how many other connections I have, and if apt-get is updating / upgrading, it takes 2-3 minutes for the full load of the page). That's due to heavy use of javascript in this forum's code I believe.
I would like to request 2 features:
1. a search box on top of the main forum page (ubuntuforums.org) that works without having to wait for the full page to load,
2. "Post new thread" and a similar search box on top of every forum section (this would also be kinda nice for newcomers who don't know that "post new thread" is under "forum tools")
hopefully these are possible w/out major tweak...
thanks.
imagine
February 4th, 2006, 01:32 PM
I'm using dial up (as appearant from my signature...) and to search the forum and to post a new thread, I need to wait for the full page to load (takes from 5 to 25 seconds depending on how many other connections I have, and if apt-get is updating / upgrading, it takes 2-3 minutes for the full load of the page). That's due to heavy use of javascript in this forum's code I believe.
That's the joy of table based design. The administrators can't do much about it (except changing the forum software or rewriting vBulletin).
If you worry about Javascript: vBulletin runs fine without Javascript, you can turn it off. Have a look at NoScript (http://www.noscript.net) if you're using Firefox.
You could also make an Ubuntuforums search plugin for your browser of choice (maybe there already is one), so you can enter the search string in the search field of your browser without waiting for a page to load.
towsonu2003
February 4th, 2006, 08:06 PM
You could also make an Ubuntuforums search plugin for your browser of choice
any help with that? this forum doesn't exactly use the .html?keywords format, so I have no clue how to write one...
I'm using firefox 1.5.0.1
towsonu2003
February 4th, 2006, 08:13 PM
never mind, found it here: http://mycroft.mozdev.org/download.html?name=ubuntuforums&submitform=Search
but my requests are still here...
imagine
February 5th, 2006, 06:10 AM
any help with that? this forum doesn't exactly use the .html?keywords format, so I have no clue how to write one...
I'm using firefox 1.5.0.1
The search form uses the POST-method by default, but it also works with the GET-method.
Have a look: http://www.vbulletin.com/forum/showthread.php?t=107955
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.