Author |
Topic |
Bookie
Average Member
USA
856 Posts |
Posted - 29 June 2001 : 16:16:38
|
Does anyone have some Javascript code that I can insert on the form to post a link that counts the characters in the description and keywords fields? You'd be able to press a button next to the text box and it would tell you how many words you typed in.
Thanks in advance!
Bookie
"May the forces of evil become confused on the way to your home." - George Carlin |
|
|
Rob Poretti
Junior Member
Canada
435 Posts |
Posted - 01 July 2001 : 14:35:48
|
Hey Aznknight...
I've got an idea for the mod that would make it much easier for users to post new links.
In the form for doing this, you could add a button that when clicked, opens up a browser window, so that the user can go to any webpage. Once they are there. The form should read the url, the MetaData = "description", for the description field and the MetaData = "content", for the keywords.
This would automate the whole process of properly indexing a new link with a minimum of manual typing.
BTW, you should error trap the description field and keywords field for maximum characters -- which gives an ADO error if exceeded.
Great mod!
Cheers!
Rob
Rob Poretti Sascom Marketing Group ~ Toronto vox.905.825.5373 fax.905.825.5960 |
|
|
Jim Riley
New Member
United Kingdom
64 Posts |
Posted - 04 July 2001 : 07:18:33
|
Great Mod
Is it possible to add further "layers" of categories below the "sub-category level"?
|
|
|
RDoGG™
Junior Member
USA
329 Posts |
Posted - 04 July 2001 : 17:58:50
|
quote:
Great Mod
Is it possible to add further "layers" of categories below the "sub-category level"?
i don't think so.
RDoGG™ |
|
|
Aznknight
Senior Member
USA
1373 Posts |
Posted - 05 July 2001 : 13:53:37
|
it's hard coded for just categories and sub-categories. more layers would require alot of recoding.
- Alan www.iamviet.com www.calvsa.net Snitz Resource |
|
|
sogoth
New Member
United Kingdom
73 Posts |
Posted - 06 July 2001 : 04:42:17
|
I've just tried to install this onto a unix system with MySQL and hit a few problems. The system that I'm running on is case sensetive and some references to either table names or column names in the SQL is in lower case whereas the setup routine creates all the titles and names in block capitals.
One other problem... the column name "show" is a MySQL keyword, throwing up all sorts of errors in the install process as it fails abysmally to run the SQL command to build the LINKS table.
|
|
|
stwilson
Junior Member
USA
385 Posts |
Posted - 27 August 2001 : 19:04:54
|
Great MOD. I am having one small problem. My install does not show the Rate This Link option. How do I turn it on/off?
Shannon |
|
|
stwilson
Junior Member
USA
385 Posts |
Posted - 28 August 2001 : 03:52:20
|
I'm not sure what happened but the link name (not all) are disappearing from the links I've added to my links database. I cannot figure it out. There is no common theme to the ones that are missing. Some categories are working, some are not. Some links in a category are fine, others are not. The name of the link and the hyperlink are missing on the ones that are gone. I've checked my database and all of the data is there.
I haven't touched the code for some time and all of a sudden the hyperlinks/names are missing. The rest of the data for the links is fine and is being presented.
Can anyone point me in the right direction? Your help is appreciated. You can see my problem/site at: http://ridingarizona.com/forum/listings.asp
Shannon
Edited by - stwilson on 28 August 2001 04:07:02 |
|
|
stwilson
Junior Member
USA
385 Posts |
Posted - 28 August 2001 : 11:43:35
|
I put a copy of my showlink.asp (which is the culprit, I suppose) file here: http://www.ridingarizona.com/forum/showlink.txt
quote:
I'm not sure what happened but the link name (not all) are disappearing from the links I've added to my links database. I cannot figure it out. There is no common theme to the ones that are missing. Some categories are working, some are not. Some links in a category are fine, others are not. The name of the link and the hyperlink are missing on the ones that are gone. I've checked my database and all of the data is there.
I haven't touched the code for some time and all of a sudden the hyperlinks/names are missing. The rest of the data for the links is fine and is being presented.
Can anyone point me in the right direction? Your help is appreciated. You can see my problem/site at: http://ridingarizona.com/forum/listings.asp
Shannon
Edited by - stwilson on 28 August 2001 04:07:02
Shannon |
|
|
voo
Starting Member
4 Posts |
Posted - 29 August 2001 : 19:50:09
|
Im wondering how to change the table color that is white. My font is an orange, and the table is white and you cant read the text. Is there a way to change the color of the table?
Thanx in advance..
|
|
|
Korak
Starting Member
17 Posts |
Posted - 30 August 2001 : 08:30:20
|
Rick7165 posted some code to get Submit New Link Email that will send you a Email when someone submits a URL. The code:
my_Conn.Execute (strSQL) Body = "A new link has arrived for you to approve." Body = Body & vbCrLf & "go to http://www.yourdomain.com/forums/admin_links_main.asp to approve."
Set Mailer = Server.CreateObject("CDONTS.NewMail") Mailer.To = "links@yourdomain.com" Mailer.From = "links@yourdomain.com" Mailer.Subject = "New link to approve" Mailer.Body = Body
Mailer.Send Set Mailer = nothing %>
Now I'm wondering how I should do it if I'm using JMail instead? What should the code look like?
//Korak
|
|
|
stwilson
Junior Member
USA
385 Posts |
Posted - 02 September 2001 : 05:27:26
|
I figured out my problem. :)
Shannon
quote:
I put a copy of my showlink.asp (which is the culprit, I suppose) file here: http://www.ridingarizona.com/forum/showlink.txt
quote:
I'm not sure what happened but the link name (not all) are disappearing from the links I've added to my links database. I cannot figure it out. There is no common theme to the ones that are missing. Some categories are working, some are not. Some links in a category are fine, others are not. The name of the link and the hyperlink are missing on the ones that are gone. I've checked my database and all of the data is there.
I haven't touched the code for some time and all of a sudden the hyperlinks/names are missing. The rest of the data for the links is fine and is being presented.
Can anyone point me in the right direction? Your help is appreciated. You can see my problem/site at: http://ridingarizona.com/forum/listings.asp
Shannon
Edited by - stwilson on 28 August 2001 04:07:02
Shannon
|
|
|
Topic |
|