Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Links Manager v3.0 Beta (Snitz v3.4)
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 19

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 12 August 2003 :  16:53:09  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message  Reply with Quote
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 & _


Fixed.
quote:
I noticed that when I first installed it I went to manually configure catagories and the screen did not look right. IT took me a while to figure out how to create a catagory. Once I created one catagory the screen looked OK.

Fixed.

Zip updated.<

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
Go to Top of Page

n8pbm
Junior Member

USA
212 Posts

Posted - 12 August 2003 :  20:57:37  Show Profile  Visit n8pbm's Homepage  Reply with Quote
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
Go to Top of Page

n8pbm
Junior Member

USA
212 Posts

Posted - 12 August 2003 :  21:05:52  Show Profile  Visit n8pbm's Homepage  Reply with Quote
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
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 13 August 2003 :  02:43:13  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message  Reply with Quote
quote:
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.

Fixed.
quote:
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.

I cannot reproduce this error; what are your settings (whhich fields are required/displayed which not?)

Zip updated.<

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
Go to Top of Page

n8pbm
Junior Member

USA
212 Posts

Posted - 13 August 2003 :  17:57:20  Show Profile  Visit n8pbm's Homepage  Reply with Quote
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
Go to Top of Page

n8pbm
Junior Member

USA
212 Posts

Posted - 13 August 2003 :  18:12:00  Show Profile  Visit n8pbm's Homepage  Reply with Quote
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
Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 13 August 2003 :  19:32:40  Show Profile  Reply with 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<

The UK MkIVs Forum
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 17 August 2003 :  20:19:38  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message  Reply with Quote
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
Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 18 August 2003 :  04:58:34  Show Profile  Reply with Quote
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
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 18 August 2003 :  05:57:53  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message  Reply with Quote
You're probable right, I will think about that.<

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
Go to Top of Page

ftropea
Starting Member

16 Posts

Posted - 20 August 2003 :  22:34:40  Show Profile  Visit ftropea's Homepage  Reply with Quote
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
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 21 August 2003 :  04:39:28  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message  Reply with Quote
Does it happen when you try to approve/edit a link only or does it also happen on link submission?
Have you set Description - required?<

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
Go to Top of Page

ftropea
Starting Member

16 Posts

Posted - 21 August 2003 :  22:31:22  Show Profile  Visit ftropea's Homepage  Reply with Quote
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
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 22 August 2003 :  03:19:40  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message  Reply with Quote
OK, thank you for the info, I will take a look at this.<

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
Go to Top of Page

imotep
Starting Member

23 Posts

Posted - 22 August 2003 :  06:27:39  Show Profile  Reply with Quote
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.<
Go to Top of Page
Page: of 19 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07