Web Wiz Forums 7.5 beta 1 released
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=5942
Printed Date: 03 April 2026 at 9:37am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Web Wiz Forums 7.5 beta 1 released
Posted By: WebWiz-Bruce
Subject: Web Wiz Forums 7.5 beta 1 released
Date Posted: 24 September 2003 at 9:42am
Web Wiz Forums version 7.5 beta 1 has now been released.
You can download this new version from:-
http://www.webwiz.net/web_wiz_forums/forum_download.asp - http://www.webwiz.net/web_wiz_forums/forum_download.as p
The new version includes improved security, new multi-browser WYSIWYG
post editor, bug fixes, and many other features including:-
- Lots of bug fixes
- Extra security
- New forum codes such as [Quote], [Code], and also the use of hex colours ie [color=#000000]
- Simpler to set group permisisons over multiple forums
- Shorter registration form
- Image security code on registration and login pages
- Next and previous links on posts over multiple pages
- WYSIWYG Editor now supported under multiple platforms and browsers including IE5+, Mozilla 1.3+, Netscape 7.1+
- Post spell checker for IE
- Improved browser and OS detection for Active Topics page
- Login test to see if the user has cookies enabled and display a message if not
- Long text strings in messages now wrap at the 60th character to
keep the formatting of tables correct to prevent left and right
scrolling in a browser window
- Uploaded files now placed in a folder in the uploads director named after the users username
- View topics that you have subscribed to email notification on from the page you edit your profile on
- Only once users are registered may they upload avatars
- Flash files in signatures
- Compact and repair access database from the admin area (Access only)
- SQL server stats from admin area (SQL Server only)
- View the first 100 characters of a post by placing the mouse over
the topic title in the topic page, also shows date started by placing
the mouse over the topic starter name
- Forward PM to your email address so you can have a copy of the PM locally
- PM percentage bar in your inbox indicating how many more PM's you can receive
- PM inbox, delete all button
- Support fro Flash files in PM's
- Resend activation email function
- More options when deleting or locking topics from the admin area
- Choose if you wish to display a moved icon in old forum when moving topic between forums
- Topic admin can be bought up from active topics page
- Buddy list now indicates if a buddy is online in the forum at that time
- and loads of other changes
You can download this new version from:-
http://www.webwiz.net/web_wiz_forums/forum_download.asp - http://www.webwiz.net/web_wiz_forums/forum_download.as p
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Replies:
Posted By: blueangel
Date Posted: 24 September 2003 at 2:48pm
|
I haven't downloaded this yet -- but thanks for all your hard work! I've learned more about ASP from you logical and well documented products!
Job well done!
Kita
|
Posted By: Y.C.Rake
Date Posted: 24 September 2003 at 7:01pm
|
Thanks for all your hard work!
Wait for the formal edition......
------------- http://www.51now.com/weblog - Y.C.Rake's WebLog
In the face of life, we are all persons who beg, the way that is just begged is different.
|
Posted By: Phat
Date Posted: 24 September 2003 at 8:29pm
|
Just testing 7.5 and have found that when I click on my subscriptions link in the control panel i get the following error. http://www.otrader.com.au/forum1/forum_posts.asp?TID= -
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/forum1/email_notify_subscriptions.asp, line 318
But when I go to the asp page and view line # 318 it just says
'Get the row number
which can not casue the error. The error looks like there is a field missing in the database. I have checked the version history and there is no mention of new fields in the database.
I am using access version.
And a minor thing it says in the member control panel
Make changed to the information on yourself held in your forum profile
should say Make changes to the information on yourself held in your forum profile.
New forum looks excellent well done.
James
------------- http://buildit.sitesell.com/sitebuildithome.html - Get a website that sells
|
Posted By: fernan82
Date Posted: 24 September 2003 at 8:44pm
|
Line 318 is not a comment, it calls the fields Subject and Topic_ID and both fields are selected on the SQL query so I don't see how you could get that error unless you modified the file.
<edit> that comment is on line 314 on the files i just downloaded.
|
Posted By: Phat
Date Posted: 24 September 2003 at 9:05pm
|
I have used Dreamweaver to check line number and that commet line is on line 319 and 318 in Frontpage.
I have not modified the file and have uploaded it twice to make sure it was not an upload error.
What program are you using to check your line number?
------------- http://buildit.sitesell.com/sitebuildithome.html - Get a website that sells
|
Posted By: fernan82
Date Posted: 24 September 2003 at 11:34pm
|
I used notepad, probably Dreamweaver or Frontpage messed your code as they tend to do that... but then again I just looked over the code real quick and it just doesn't looks like there's anything wrong with it to me but there could be so just wait for borg to reply, I haven't even tested the forum yet...
|
Posted By: WebWiz-Bruce
Date Posted: 25 September 2003 at 4:11am
Sounds like a corrupted file if the line numbers are wrong. Try reuploading.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: WebWiz-Bruce
Date Posted: 25 September 2003 at 5:25am
There is a problem with teh SQL query when run on an Access database.
From the two queries in the HTML part of the page, email_notify_subscriptions.asp, remove the following:-
" & strDbTable & "Forum.Forum_ID,
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: fireau
Date Posted: 25 September 2003 at 4:11pm
|
There is another issue. in the sql statement above line 318 around line 289, the Select statement calls fields from 2 tables. tblTopic & tblEmailNotify as below.
strSQL = "SELECT " & strDbTable & "Topic.Topic_ID, " & strDbTable & "Topic.Subject, " & strDbTable & "Topic.Last_entry_date, " & strDbTable & "EmailNotify.Topic_ID, " & strDbTable & "EmailNotify.Watch_ID " strSQL = strSQL & "FROM " & strDbTable & "Topic, " & strDbTable & "EmailNotify " strSQL = strSQL & "WHERE " & strDbTable & "Topic.Topic_ID=" & strDbTable & "EmailNotify.Topic_ID AND " & strDbTable & "EmailNotify.Author_ID=" & lngEmailUserID & " " strSQL = strSQL & "ORDER BY " & strDbTable & "Topic.Last_entry_date DESC;"
I'm not running MSSQL Server so I dont know how it behaves with it, but if you are using Access you will have a problem. As you see from the red color fields we are trying to get 2 fields with the same name from 2 different tables. That will generate an error with asp/access. What I did to get it to work was simply to change
"EmailNotify.Topic_ID, " to "EmailNotify.Topic_ID As eTopic_ID, "
That will give the fields 2 distinctive names. And you wont have any ambiguity in the call.
Note: If you were to run the query from access and not asp, it will also work as is and you dont need to change it. But with ASP calling access you will get that error.
|
Posted By: nickg
Date Posted: 26 September 2003 at 3:23pm
Thanks a lot for this release
I downloaded it
to update it should I just replace old files 7.0 with files 7.5 ?
|
Posted By: xeerex
Date Posted: 26 September 2003 at 10:19pm
|
Good job -borg-!
I didn't think the forum could get much better, but your new additions are awesome!
------------- http://webspacegeeks.com - Need Hosting, Domains, Dedicated Servers?
http://www.smartergeek.com - web design | pc support | training | podcasts | video production
|
Posted By: nickg
Date Posted: 27 September 2003 at 6:18am
|
I am testing 7.5 (access) on local with WinMe
When clic on "search" or "new topic" I get a white web page 
why
|
Posted By: WebWiz-Bruce
Date Posted: 27 September 2003 at 6:31am
It's not supported under WinME, you need a windows server OS or Win XP Pro
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: nickg
Date Posted: 27 September 2003 at 7:30am
|
I do not have any problems with 7.0 on WinMe
|
Posted By: ctscott
Date Posted: 27 September 2003 at 9:19am
|
i'm unable to open the sql version zip file. winzip tells me it's not a valid zip file. never had this problem before. tried the us mirror, uk mirror and the original link. any ideas anyone?
i like the new security number on the log in. i'm curious as to what prompted that new feature.
|
Posted By: Corobori
Date Posted: 27 September 2003 at 2:57pm
|
In this release will the Active Topics and the Search show only forum corresponding to the user's definition ? In another words so far when clicking on "Active Users" my users see forums which are "hidden" for them.
jean-luc
|
Posted By: T313C0mun1s7
Date Posted: 27 September 2003 at 9:17pm
|
I am also having a problem with the database. I am running the SQL version. the error I get is this.
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/forum_topics.asp, line 424
best I can tell it is because you have added strFirstPostMsg = Mid(rsTopic("Message"), 1, 275) and dtmFirstEntryDate = CDate(rsTopic("Message_date"))
so it is looking for fields I do not currently have in my 7.01 version database.
I maybe totally wrong in that, but that looks like it the best I can tell. I am guessing this is going to come up in other pages as well. What is the best way to fix this. Thank you.
|
Posted By: DragonFist
Date Posted: 28 September 2003 at 3:45am
|
Sweet -borg-!!...Very Nice!
can you tell when the FINAL version will be out? i cant wait!!
-------------
Legends Live Forever
|
Posted By: WebWiz-Bruce
Date Posted: 28 September 2003 at 2:42pm
ctscott wrote:
i'm unable to open the sql version zip file. winzip
tells me it's not a valid zip file. never had this problem before.
tried the us mirror, uk mirror and the original link. any ideas anyone?
i like the new security number on the log in. i'm curious as to what prompted that new feature. | Use winRAR it's much better than WinZip which is very dated now. You can get it from http://www.rarlab.com/ - http://www.rarlab.com/
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: WebWiz-Bruce
Date Posted: 28 September 2003 at 2:44pm
T313C0mun1s7 wrote:
I am also having a problem with the database. I am running the SQL version. the error I get is this.
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/forum_topics.asp, line 424
best I can tell it is because you have added strFirstPostMsg = Mid(rsTopic("Message"), 1, 275) and dtmFirstEntryDate = CDate(rsTopic("Message_date"))
so it is looking for fields I do not currently have in my 7.01 version database.
I maybe totally wrong in that, but that looks like it the best I can
tell. I am guessing this is going to come up in other pages as well.
What is the best way to fix this. Thank you. |
You need to change the stored procedure for the SQL server version on
this page. It should be mentioned in the version.txt file what the
change was as I can not remember. Also you need to create a new stored
procedure for the SQL server statistics in the admin area.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: MadDog
Date Posted: 28 September 2003 at 2:44pm
WinRar is the best, i even bought a copy
------------- http://www.iportalx.net" rel="nofollow">
|
Posted By: T313C0mun1s7
Date Posted: 28 September 2003 at 3:23pm
|
-boRg- wrote:
You need to change the stored procedure for the SQL server version on this page. It should be mentioned in the version.txt file what the change was as I can not remember. Also you need to create a new stored procedure for the SQL server statistics in the admin area.
|
As always you are both helpful and timely. Thanks again boRg. I will try this.
|
Posted By: ctscott
Date Posted: 29 September 2003 at 8:05am
-boRg- wrote:
ctscott wrote:
i'm unable to open the sql version zip file. winzip tells me it's not a valid zip file. never had this problem before. tried the us mirror, uk mirror and the original link. any ideas anyone?
i like the new security number on the log in. i'm curious as to what prompted that new feature.
| Use winRAR it's much better than WinZip which is very dated now. You can get it from http://www.rarlab.com/ - http://www.rarlab.com/
|
i'm good to go. thanks.
|
Posted By: T313C0mun1s7
Date Posted: 29 September 2003 at 10:16am
T313C0mun1s7 wrote:
-boRg- wrote:
You need to change the stored procedure for the SQL server version on this page. It should be mentioned in the version.txt file what the change was as I can not remember. Also you need to create a new stored procedure for the SQL server statistics in the admin area.
|
As always you are both helpful and timely. Thanks again boRg. I will try this.
|
OK, so I am clueless as how to do this. I have been attempting to get somewhere for about 4 hours now. At least I understand somewhat what a stored procedure is now. I also understand the why for the strBdTable = "tbl" and strDbProc = "wwfSp" in the msSQL_server_Setup.asp page. I just don't know how to go about making the changes.
Is it safe to run the msSQL_server_Setup.asp script to do an upgrade? I am guessing it is not. If not would it be possible to get a script that would do the upgrade?
Thank you in advance for any assistance you can provide.
|
Posted By: Tegwin
Date Posted: 29 September 2003 at 11:51am
|
Hey Borg, very nice. well done on 7.5.. I have installed this and had a quick play. What I have noticed at first glance is that when you administer user groups all the groups appear to appear twice. Is this by design or some other error. See below.
| User Group |
Stars |
Minimum Num of Posts (for Ladder Groups only) |
Starting Group |
Delete |
| http://localhost:8081/wwf75/admin/group_details.asp?mode=edit&GID=1 - Admin Group |
 |
Non Ladder Group |
|
|
| http://localhost:8081/wwf75/admin/group_details.asp?mode=edit&GID=2 - Guest Group |
 |
Non Ladder Group |
|
|
| http://localhost:8081/wwf75/admin/group_details.asp?mode=edit&GID=3 - Moderator Group |
 |
Non Ladder Group |
< = value=3 name=start> |
|
| http://localhost:8081/wwf75/admin/group_details.asp?mode=edit&GID=4 - Newbie |
 |
0 |
< = value=4 name=start> |
|
| http://localhost:8081/wwf75/admin/group_details.asp?mode=edit&GID=5 - Groupie |
 |
40 |
< = value=5 name=start> |
|
| http://localhost:8081/wwf75/admin/group_details.asp?mode=edit&GID=6 - Senior Member |
 |
100 |
< = value=6 name=start> |
|
| http://localhost:8081/wwf75/admin/group_details.asp?mode=edit&GID=7 - Admin Group |
 |
Non Ladder Group |
< = value=7 name=start> |
|
| http://localhost:8081/wwf75/admin/group_details.asp?mode=edit&GID=8 - Guest Group |
 |
Non Ladder Group |
< = value=8 name=start> |
|
| http://localhost:8081/wwf75/admin/group_details.asp?mode=edit&GID=9 - Moderator Group |
 |
Non Ladder Group |
< = value=9 name=start> |
|
| http://localhost:8081/wwf75/admin/group_details.asp?mode=edit&GID=10 - Newbie |
 |
0 |
< = value=10 name=start> |
|
| http://localhost:8081/wwf75/admin/group_details.asp?mode=edit&GID=11 - Groupie |
 |
40 |
< = value=11 name=start> |
------------- If you dont want my peaches, dont shake my tree
|
Posted By: WebWiz-Bruce
Date Posted: 29 September 2003 at 11:58am
You must have run the MS SQL server setup file twice, you need to delete the secound entries.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: T313C0mun1s7
Date Posted: 29 September 2003 at 1:08pm
T313C0mun1s7 wrote:
Is it safe to run the msSQL_server_Setup.asp script to do an upgrade? I am guessing it is not. If not would it be possible to get a script that would do the upgrade?
Thank you in advance for any assistance you can provide.
|
Looking at the thread above I would say - Don't run the script again.
I found the two sections in the script that creates the stored procedures in question. I just can not decipher them. I also have access to my database through a Access Data Project. Could you just post or PM me a screenshot of what it should look like in design mode? I could then replicate it from there. Thank you again.
P.S. I am running a temp forum in a different webspace on the same server using the same database. This way I can just change my host headers on the server to roll it over once I have it running right. I am guessing that when I make the change to the LastAndFirstThreadAuthor procedure it will break the old version forum and therefore I should lock it first. I know how to log into the admin area of a locked forum. If there is anything else I should also be aware of please let me know.
|
Posted By: Tegwin
Date Posted: 29 September 2003 at 1:52pm
|
-boRg- wrote:
You must have run the MS SQL server setup file twice, you need to delete the secound entries. |
OOps yes, I think thats what I did come to think of it.. 
------------- If you dont want my peaches, dont shake my tree
|
Posted By: T313C0mun1s7
Date Posted: 29 September 2003 at 1:57pm
T313C0mun1s7 wrote:
T313C0mun1s7 wrote:
Is it safe to run the msSQL_server_Setup.asp script to do an upgrade? I am guessing it is not. If not would it be possible to get a script that would do the upgrade?
Thank you in advance for any assistance you can provide.
|
Looking at the thread above I would say - Don't run the script again.
I found the two sections in the script that creates the stored procedures in question. I just can not decipher them. I also have access to my database through a Access Data Project. Could you just post or PM me a screenshot of what it should look like in design mode? I could then replicate it from there. Thank you again.
P.S. I am running a temp forum in a different webspace on the same server using the same database. This way I can just change my host headers on the server to roll it over once I have it running right. I am guessing that when I make the change to the LastAndFirstThreadAuthor procedure it will break the old version forum and therefore I should lock it first. I know how to log into the admin area of a locked forum. If there is anything else I should also be aware of please let me know.
|
I am SO sorry to be taking up so much of this thread, but I need to get this working. I really appreciate your time boRg as I know it is valuable. I added "Message" to the output and both forums seem to work now. The old one is not broke -YEA! -
However, am still going to need assistance to get the "DBinfo" procedure entered manually. I almost popped my gourd figuring out all I had to do was add one thing to the output on the last one, this procedure looks much more involved.
|
Posted By: WebWiz-Bruce
Date Posted: 29 September 2003 at 2:18pm
For the dbInfo stored procedure in the SQL server Enterprise manager go
to the stored procedures for the database containing the forums, right
click on stored procedures and select new stored procedure.
From the new stored procedure dialog box clear what is in there and copy and paste the following:-
CREATE PROCEDURE [dbo].[wwfSpDBinfo] As
Declare @low int
Declare @dbsize dec(10,2)
Declare @dbpath nvarchar(100)
Declare @logpath nvarchar(100)
Declare @dbfilesize dec(10,2)
Declare @logfilesize dec(10,2)
Declare @maxdbfilesize dec(10,2)
Declare @maxlogfilesize dec(10,2)
--Minimum Database Size
select @low = low from master.dbo.spt_values
where type = N'E' and number = 1
--Calculation of current Database Size in MB
select @dbsize = (convert(dec(15),sum(size)) * @low / 1048576)
from [sysfiles]
--Actual File Size of Log and Data File
Select TOP 1 @dbpath = [filename] from [sysfiles] where groupid = 1
Select TOP 1 @logpath = [filename] from [sysfiles] where groupid = 0
Select @dbfilesize = convert(dec(10,2),sum([size]))/128 from
[sysfiles] where [filename] = @dbpath --in MB
Select @logfilesize = convert(dec(10,2),sum([size]))/128 from [sysfiles] where [filename] = @logpath --in MB
Select TOP 1 @maxdbfilesize = convert(dec(10,2),[maxsize])/128 from [sysfiles] where [filename] = @dbpath
Select TOP 1 @maxlogfilesize = convert(dec(10,2),[maxsize])/128 from [sysfiles] where [filename] = @logpath
If @maxdbfilesize = (-.01) Set @maxdbfilesize = -1
If @maxlogfilesize = (-.01) Set @maxlogfilesize = -1
---Creating Output Table
select @dbsize Databasesize, @dbpath DataLocation , @logpath LogLocation,
@dbfilesize DatabaseFileSize, @logfilesize Logfilesize,
@maxdbfilesize MaxDBSize, @maxlogfilesize MazLogSize,
ServerProperty('edition') Edition,
CASE ServerProperty('IsCluster')
WHEN 0 THEN 'No Cluster'
WHEN 1 THEN 'Cluster'
ELSE 'No Cluster/Unknown'
END Cluster,
CASE ServerProperty('License_Type')
WHEN 'PER_SEAT' THEN 'Seat Licensing (' + Convert(nvarchar(5),ServerProperty('NumLicenses')) + ')'
WHEN 'Per_Processor' THEN 'Processor Licensing
(' + Convert(nvarchar(5),ServerProperty('NumLicenses')) + ')'
ELSE 'Licensing Disabled / Unknown'
END Licensing,
ServerProperty('ProductLevel') PLevel
GO
|
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: T313C0mun1s7
Date Posted: 29 September 2003 at 2:32pm
|
-boRg- wrote:
For the dbInfo stored procedure in the SQL server Enterprise manager go to the stored procedures for the database containing the forums, right click on stored procedures and select new stored procedure.
From the new stored procedure dialog box clear what is in there and copy and paste the following:-
|
As always boRg you are absolutely awesome. Thank you again.
|
Posted By: k6irk
Date Posted: 29 September 2003 at 2:59pm
|
I have some questions:
1 - Is there a way to add required fields to what the user fills out in the registration page?
2 - I noticed with this new beta that the profile does not come up like in the 7.01 (?) version. I am missing something here, a switch or ???
3 - Is there anyway to add more fields in the non-required Profile section as well?
basically, I am thinking of using this for a Martial Arts school, thus will need to know which school the user is from and maybe what rank they are currently. Maybe some other fields I might want to add if I can add them aok or not.
Thank you for your help,
Rob
|
Posted By: ripcurlsurf
Date Posted: 29 September 2003 at 3:20pm
|
Sorry your right.
Great work though.
Ripcurlsurf
|
Posted By: WebWiz-Bruce
Date Posted: 29 September 2003 at 3:23pm
ripcurlsurf this has
been posted on a number of times and a fix to this known problem with
the subscriptions page in the access version.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: k6irk
Date Posted: 29 September 2003 at 4:10pm
|
-boRg- wrote:
ripcurlsurf this has been posted on a number of times and a fix to this known problem with the subscriptions page in the access version. |
I'm not sure if this was in answer to my question regarding the subscriptions page problem. I've been attempting to find the fix, but must be searching wrong. Is there a link (or a way that I am not doing for the search)?
Thanks,
Rob
|
Posted By: WebWiz-Bruce
Date Posted: 30 September 2003 at 7:43am
No ripcurlsurf edited the his post so my reply to him doesn't make sense so his account is now suspended.
Unless yopu are good with databases and ASP addding more fileds will be
difficult, you could try changing the names on some of the fields
aready there.
Version 7.5 has a shorter reg form, you need to regsiter first then you
get the option to add profile info from the users control panel menu.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: ctscott
Date Posted: 30 September 2003 at 9:27am
|
quality work, but one question, is active users still based on IP?
edit: just for the record to everyone the "quality work" phrase needs a little more explanation. i ain't no rookie. i've been programming computers for a living since 1976. i evaluated multiple open source forums. WWF came out on top. My question should not be construed as critisism but just what it is...a question. Borg does most excellent work IMHO.
|
Posted By: RonStrong
Date Posted: 01 October 2003 at 2:23am
|
Just installed Version 7.5b1 (access)
I moved the database from the old version (7.whatever) backup to the new version.
Will this cause me any problems - is there a 'proper' way of upgrading?
|
Posted By: RonStrong
Date Posted: 01 October 2003 at 3:44am
|
When you have used autologin on 7.5b1 and click a link on an e-mail notifiying you of a new post, clicking the link doesn't log you in.
Is this because of the new security code feature?
Also is it possible to disable the security code feature - it's very nice but a little over the top for my requirements (the forum is behind ssl anyway)
Ron
|
Posted By: WebWiz-Bruce
Date Posted: 01 October 2003 at 4:08am
The auto login uses cookies so should work when clicking an email link unless you have cleaned your cookie cache.
The security will be able to be turned off in the next version by chaging a boolean value in the common.asp file.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: RonStrong
Date Posted: 01 October 2003 at 4:38am
|
-boRg- wrote:
The auto login uses cookies so should work when clicking an email link unless you have cleaned your cookie cache.
|
Hmm. It works on your forum but on mine I get...
Sorry, only members with sufficient permission can access this page.
-boRg- wrote:
The security will be able to be turned off in the next version by chaging a boolean value in the common.asp file.
|
That would be good - I do like it but I think it is over egging the cake in my circumstances.
|
Posted By: RonStrong
Date Posted: 01 October 2003 at 5:13am
|
Bug - on the printable version link at the end. if you have a bullet point
you get this:
Microsoft VBScript runtime error '800a005e'
Invalid use of Null: 'Replace'
/forum/functions/functions_format_post.asp, line 843
|
Posted By: RonStrong
Date Posted: 01 October 2003 at 5:30am
|
Obviously not that type of bullet then
I'll try and replicate it - perhaps it was not from the rtf editor
|
|
Print Page | Close Window
Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net
|
|