| Author |
Topic Search Topic Options
|
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 31 May 2005 at 4:59pm |
|
Quite a bit of work has been done over the past few weeks on version 8.
I have now re-written nearly all the main pages within the forum to use
arrays instead of recordset paging, this has improved perfomance
greatly. I have also used better SQL to cut down on the number of
database quiries.
The feature for moderators and admins to check and approve posts before
they are displayed within the forum is also complete, with improvements
from the test version seen
presently on this site. The person who created a post can now view and
edit the post before it is approved by a moderator and/or forum admin.
A quick reply box has also been added instead of the full editor seen at the bottom of pages displaying the posts.
Edited by -boRg- - 31 May 2005 at 5:00pm
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 21 September 2005 at 4:27am |
A few poeple have been complaining about where the next version of Web
Wiz Forums is, so I thought I had better post this message.
Version 8 is still being writen but every single one of the aprox.
200 files is being re-writen, so far I have spent around 1500 hours
re-writing files, and I'm afraid that it will take more time to
complete the rest then add new features that people have been asking
for.
Also the new Web Wiz RTE v3 to be included in Web Wiz Forums version 8
took me over 1000 hours and 7 to 8 months to develop and fully test which has delayed
things slightly more for Web Wiz Forums.
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 21 September 2005 at 4:30am |
|
Because of problems with the use of security images in the present
version and it not working on some systems I am planning on re-writing
this part of the code and releasing a version 7.94 within the next few
weeks.
But I can see it taking around 40 to 50 hours to complete and test
properly, so if I get allot of emails from the site it may take a
little longer than the predicted 2 weeks.
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 11 November 2005 at 8:47am |
|
The new permissions system for Web Wiz Forums version 8 is now complete, with almost every file needing to be re-written.
All recordset paging has now been removed and instead arrays are used
using 'GetRows()'. This has improved performance by over 200% on all
pages that were using recordset paging.
The next part will be to re-design and re-write the search feature of
Web Wiz Forums. The idea is to make the search feature more flexible
and powerful and at the same time improve performance and security.
Edited by -boRg- - 11 November 2005 at 8:48am
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 14 November 2005 at 4:26am |
|
After upsetting my girlfriend this weekend, by spending the entire
weekend in front of the computer from 8am till 11pm, I've now finished
the new search engine for Web Wiz Forums.
The plan was to make Web Wiz Forums search engine more powerful, with
more options and at the same time make it more secure, improve
performance and lower database hits.
To achieve this the search engine was completely re-written, now only 1
SQL query is run to complete a search and permissions are also included.
To improve performance further the search results are then stored in the
web servers memory till 20 minutes after the search was last viewed.
This has added benefit of not needing to run the search every time the
results page is looked at and/or moving between pages if the results go
over multiple pages.
To improve performance further and take the strain off the database, IP
addresses are now logged so that users have to wait 20 seconds between
new searches, search word lengths have to be 4 characters or above, and
there is a maximum of 1000 results returned.
However, to add to the flexibility of searches, you can now select to
search by date, and to return results by particular users.
Multiple forums can also be selected.
The next step in the development of version 8, is to work on a mySQL
version and use CSS throughout for skins to make skins simpler to
implelment.
Edited by -boRg- - 15 November 2005 at 4:07am
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 02 December 2005 at 12:09pm |
|
Finally after 2 weeks of solid work late into the night (most nights about 1am and starting again by 9am), I have
re-written all public viewable HTML pages by hand to add in the new CSS.
This has a few benefits, because old browsers like Netscape 4 are
no-loner a basis for compatibility all the tables, colours, fonts, etc.
are done through 1 CSS file.
This means that HTML file sizes are much smaller and render faster in browsers, and by updating the HTML
by hand it is much cleaner and I've converted it to XHTML.
New skins should be simpler to implement by just editing 1 CSS file,
however, I am still deciding whether to make it so that new skins can be
implemented from the admin area, with an option to allow users to
choose their own skins within the forum. Please comment on this in the
version 8 suggestion post.
The look of the forum has also been changed at the same time, with a
more uniformed look and new features like changing the order of lists
(topics, posts, etc.) and page links between multiple pages is done at
the top and bottom of pages.
For now, from feedback from yourselves I am going back to the new
search tool and am going to make it so that results can be displayed also as
posts, rather then just the topic headings. This should make searching
for a particular post easier.
I hope to have the new search fully finished by the end of this weekend
as I don't think it should take more than 20 hours to implement and test.
Edited by -boRg- - 02 December 2005 at 12:17pm
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 06 December 2005 at 11:49am |
|
Implementing the the new search to display results as posts was a
little more difficult than I thought, but after a late night Friday and
Saturday coding I finished it by Sunday lunchtime.
After this on Sunday I decided to give it ago at porting the new forum
engine to work with mySQL, this went allot easier than I thought and I
was determined to finish which I did do, by 4am Monday morning!!
Anyway, apart from more testing to make sure there are no more surprise
bugs, Web Wiz Forums version 8 will have a mySQL version.
As progress is going better than I thought I hope to have a beta version available by the end of this month.
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 27 December 2005 at 1:54pm |
|
A beta release of version 8 is still planned for the beginning of January, and progress on version 8 is still continuing.
As an updated, I spent most of Christmas Eve and Christmas day re-writing the file and image upload tool in Web Wiz Forums.
The new upload tool now places uploads into a 'temp' folder, they are
then only moved to their final position when the post is posted and
their file names placed into the database.
This allows for uploads to be associated with posts so that they can be removed when the post is deleted.
Any orphaned files left in the 'temp' folder can be deleted without
fear of removing a file or image from a post. At the moment this will
have to be done by FTP, but I plan on witting an online tool to do
this.
|
|
|
 |