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)
 Meta Tag Generator 1.0
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 3

weeweeslap
Senior Member

USA
1077 Posts

Posted - 25 March 2003 :  22:18:47  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message
yes and yes the folder has read/write and change the path to locate the proper path

coaster crazy
Go to Top of Page

c1sissy
New Member

85 Posts

Posted - 17 April 2003 :  22:10:58  Show Profile  Visit c1sissy's Homepage
Hi, I'm trying to install this mod, and I'm not having much luck. I added the line at Step 2 to about line 161 of code in admin_home.asp. However when I log into the admin_home.asp section and click on the "mod setup" I don't get a choice of forum meta tag generator. If anyone could help me I would really appreciate it. Thanks in advance.

c1sissy

Can I hypnotise myself to learn faster??!!!
http://rienfam.tripod.com
Go to Top of Page

c1sissy
New Member

85 Posts

Posted - 18 April 2003 :  00:23:43  Show Profile  Visit c1sissy's Homepage
Ok, I don't know what I did, however, now I can't even get my forum open at all!

I could really use some help. Please.

c1sissy

Can I hypnotise myself to learn faster??!!!
http://rienfam.tripod.com
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 18 April 2003 :  03:28:27  Show Profile
c1sissy,

to get the forum back just delete the lines you have added! Normally one should have a test forum set up, so that the original version does not get tampered with!

have you added the files in the zip file to the forum folder? If yes, then the dbs file which installs the table should be seen!

May I suggest that you tell me your site and I would give you an hour via a chat programm (yahoo messanger) to guide you through the installation process!?

Let me know via email if you need personal help!

Robert

Internet should be OPENSOURCEd!
Go to Top of Page

c1sissy
New Member

85 Posts

Posted - 18 April 2003 :  08:17:51  Show Profile  Visit c1sissy's Homepage
Hi Robert:
The forum is runing right now. I think maybe last night it was the server that is hosting it .

Anyhow, I don't think that I have done this correctly, though you can see the meta tags through view source. If I try to log into the site from the admin_home.asp, I get an error in regards to line 74, that something isn't right. (yes, I should have written down the complete error which I didn't do,)

I think that also one of the problems is that when I go to the administration and to mods, I dont have a drop down box in there. What I have is a Large box, that has SnitzForms 2000 Mod Database Setup, Then it says, Database Type: Microsoft Access 97/2000/2002 Then it says code, with a large white open area.


c1sissy

Can I hypnotise myself to learn faster??!!!
http://rienfam.tripod.com

Edited by - c1sissy on 18 April 2003 08:55:03
Go to Top of Page

c1sissy
New Member

85 Posts

Posted - 23 April 2003 :  06:46:21  Show Profile  Visit c1sissy's Homepage
Hi, back again, with a different problem.

I have entered the code in administrative_home.asp at the recomended line 161, when I save changes and try to log into the administrative_home.asp the following error is what I keep getting
Microsoft VBScript compilation error '800a0400'

Expected statement

/fibrom/admin_home.asp, line 161

" <LI><span class="spnMessageText"">
^

I have typed and retyped and looked at it and unless I'm missing something the code that I typed is exactly as the code on the instructions!

Any ideas? Suggestions?
Thanks in advance!

c1sissy

Can I hypnotise myself to learn faster??!!!
http://rienfam.tripod.com
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 24 April 2003 :  04:01:24  Show Profile
Hi c1sissy,

even though this is not a faluit nor an error from this MOD.

the line should read " <LI><span class=""spnMessageText"">

Robert

Internet should be OPENSOURCEd!
Go to Top of Page

c1sissy
New Member

85 Posts

Posted - 24 April 2003 :  06:27:06  Show Profile  Visit c1sissy's Homepage
Thanks Robert. I'll enter it in and see what happens. appreciate the help.

I thought that I had everything in ok, but I can't see the meta tags in view source.

c1sissy

Can I hypnotise myself to learn faster??!!!
http://rienfam.tripod.com
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 24 April 2003 :  14:00:41  Show Profile
c1sissy,

most likely the metatag.asp file is still within your database folder. the include which links up to the metatag.asp is within your forum folder. Just copy the metatag.asp file from your database folder to the forum folder.

This is still a modification to the script I have to do.

robert

Internet should be OPENSOURCEd!
Go to Top of Page

c1sissy
New Member

85 Posts

Posted - 26 April 2003 :  07:53:13  Show Profile  Visit c1sissy's Homepage
Hi Robert:
Somehow I have the metatags working. Not sure how I did it, but it works. grin. Now....on to the next mod! lol! Maybe this one will be a bit easier to do. The mod thing showed up that is mentioned somewhere in here in regards to the metatag mod being in the forum. However, adding the meta tags this way didn't work. I had to do it differenlty.
Thanks again for allyour help! I'll be looking forward to upgrades of this one.

c1sissy

Can I hypnotise myself to learn faster??!!!
http://rienfam.tripod.com
Go to Top of Page

Ryan
Average Member

USA
858 Posts

Posted - 05 July 2003 :  17:47:08  Show Profile  Visit Ryan's Homepage
I got an error when installing this MOD:
Microsoft VBScript compilation error '800a0400'

Expected statement

/admin_metatag.asp, line 37

## 0 = Use the Storage Place of the Snitz Database
^

I get this when I click on the link from the admin_home to admin_metatag
You may view a txt doc of admin_metatag.asp here:
http://www.thepoultrylink.com/admin_metatag.txt

The Poultry Link - "Serving the best of the fancy with the best of the web"
Forum Setup Help
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 07 July 2003 :  02:34:46  Show Profile
Hi reducks,

if the line 37 hods the following code, look into the file,

## 0 = Use the Storage Place of the Snitz Database

then replace it with this

'## 0 = Use the Storage Place of the Snitz Database

the ' was missing.

Bob

Internet should be OPENSOURCEd!
Go to Top of Page

Ryan
Average Member

USA
858 Posts

Posted - 07 July 2003 :  10:36:09  Show Profile  Visit Ryan's Homepage
I am having a problem. I hve tried to generate some tags and I get this error:
There has been a problem!
You must enter only one field for language!

It was something like that. Problem is I select en and leave the other field blank and I get that error, or I select Select Language in one and fill in other with en and I get the same error. What should I do?

The Poultry Link - "Serving the best of the fancy with the best of the web"
Forum Setup Help
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07