Author |
Topic |
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
n8pbm
Junior Member
USA
212 Posts |
Posted - 12 August 2003 : 20:57:37
|
In the administrators screen (Links administration - links.asp) I added a new subcategory then went to a link added earlier and edited it. Just changed Category to the new subcategory and got this error:
There Was A Problem With Your Details
You must enter a website description. There is a description in the website description box but the characters show 0. This is using your last updated files.< |
Mike Great Lakes Pop Up Club Camping |
Edited by - n8pbm on 12 August 2003 20:58:20 |
|
|
n8pbm
Junior Member
USA
212 Posts |
Posted - 12 August 2003 : 21:05:52
|
I also get an error when I submit a new link:
Error Type: Server object, ASP 0177 (0x800401F3) Invalid class string /glpuc/forum/inc_mail.asp, line 73
It worked on the old links.asp.
< |
Mike Great Lakes Pop Up Club Camping |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
n8pbm
Junior Member
USA
212 Posts |
Posted - 13 August 2003 : 17:57:20
|
The last one is partly my fault. I never set the email server up. However when I do set it up the link is submitted correctly but it does send an email to an invalid address. This should be an option to turn on or off the email notification.
In links.asp you have on line 917:
'Send email notifying admin link has been added
strRecipientsName = "Mike"
strRecipients = "whatever@wherever.com"
strFrom = "Mike"
strFromName = strForumTitle
strsubject = strForumTitle & "- A link has been added "
strMessage = strMessage & strForumURL & "admin_home.asp" & vbNewLine & vbNewLine
%>
<!--#INCLUDE FILE="inc_mail.asp" -->
<%
strRecipientsName, strRecipients and strFrom need to be changed to a variable?< |
Mike Great Lakes Pop Up Club Camping |
|
|
n8pbm
Junior Member
USA
212 Posts |
Posted - 13 August 2003 : 18:12:00
|
I want to suggest another option . I would like to be able to set the language to a default language.< |
Mike Great Lakes Pop Up Club Camping |
|
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
Posted - 13 August 2003 : 19:32:40
|
Never noticed the email functionality but yeah I agree it should be configurable, from address could just be the admin email a/c but I think the 'to' and 'recipients name' should be set in LM3 admin as it could be different from forum admin< |
The UK MkIVs Forum |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
Posted - 17 August 2003 : 20:19:38
|
quote: I want to suggest another option . I would like to be able to set the language to a default language.
Sounds useful, will be added.
quote: Never noticed the email functionality but yeah I agree it should be configurable, from address could just be the admin email a/c but I think the 'to' and 'recipients name' should be set in LM3 admin as it could be different from forum admin
I will add email support in the next update, allowing - send an email to forum admin on link submission (admin option on/off) - send an email to link sumbitter on approval (admin option on/off)
If you have ideas/thoughts regarding the email features, let me know. I also plan on adding PM support (sending PM on submission/approval), let me know wht you think about this.
Also, the next update will include full (default) support for MySQL.< |
My MODs: Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch
Useful stuff: Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
|
|
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
Posted - 18 August 2003 : 04:58:34
|
quote: Originally posted by OneWayMule
- send an email to forum admin on link submission (admin option on/off)
I think it would be better to specify the email address in LM3 admin rather than use the forum admin email address< |
The UK MkIVs Forum |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
ftropea
Starting Member
16 Posts |
Posted - 20 August 2003 : 22:34:40
|
I've been getting this error recently..
"There Was A Problem With Your Details
You must enter a website description."
I haven't installed any mods since the Links manager. It *was* working just fine..
So I can't approve links... or even edit them. Any suggestions? < |
Regards,
Frank A. Tropea www.SegwayChat.com |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
ftropea
Starting Member
16 Posts |
Posted - 21 August 2003 : 22:31:22
|
It happens for both submissions and approve/edit.
I did have Descriptions set for Required... but I just turned that off and it worked. These links did have descriptions - yet I got that error message.
Weird?< |
Regards,
Frank A. Tropea www.SegwayChat.com |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
imotep
Starting Member
23 Posts |
Posted - 22 August 2003 : 06:27:39
|
Frank, not to ask a dumb question, but have you made this fix:
quote: imotep, line 1166 is correct, but line 1325 is not: Change
" <textarea rows=""5"" name=""desc"" cols=""35"" onKeyDown=""DescriptionCharCount();"">" & lrs("DESCRIPTION") & "</textarea>" & vbNewLine & _
to
" <textarea rows=""5"" name=""Message"" cols=""35"" onKeyDown=""DescriptionCharCount();"">" & lrs("DESCRIPTION") & "</textarea>" & vbNewLine & _
I was having the same issues until making this change.< |
|
|
Topic |
|