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/O Code)
 Automatic linking of specific terms...
 New Topic  Reply to Topic
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

cripto9t
Average Member

USA
881 Posts

Posted - 26 May 2008 :  16:20:36  Show Profile  Reply with Quote
If you don't mind editing files You can use an xml file to store your keywords.
I use one for my sports pool to store the team names and cities.
I thought about using a table at first, but decided it would be easier to use xml instead of writing a program to add and remove teams or update the db manually.

sample
<sitekeys>
   <key id="1">
       <phrase>Morgan Dollar</phrase>
       <link>Link</link>
   </key>
   <key id="2">
       <phrase>Large Cent</phrase>
       <link>Link</link>
   </key>
</sitekeys>

Just a thought <

    _-/Cripto9t\-_
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 26 May 2008 :  17:12:48  Show Profile  Visit leatherlips's Homepage  Reply with Quote
I have a thread that uses a dictionary script. I have a question on there that if answered could possibly do what you want very easily. I need to know if the Snitz search page can search through the URL. If it can, then this may do what you want.

Here is the thread I am referring to:

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=67086

What it could potentially do is allow you to double click any word in your forum and have it list the search results of that term. However, the snitz search uses a DoIt and I can not figure out how to add the search term to the url and have it search. It either just goes to the search page itself or it says no keywords entered.

For example, if you use Google to search you could enter in the URL:

http://www.google.com/search?hl=en&q=

Then enter your search term like this (shown in red):

http://www.google.com/search?hl=en&q=snitz

This would let google show all the search result for snitz. If snitz could be used the same way then the dictionary script could be pointed to the snitz search url.<

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD

Edited by - leatherlips on 26 May 2008 17:25:58
Go to Top of Page

weeweeslap
Senior Member

USA
1077 Posts

Posted - 27 May 2008 :  13:31:43  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message  Reply with Quote
cripto9t, that's all it would take? I would like include the page into the inc_header.asp file? I don't mind editing files <

coaster crazy
Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 27 May 2008 :  14:33:16  Show Profile  Reply with Quote
No, it would take more than that . You don't use the xml as an include. there's code to access it just like a db. And you would still need a function to loop the text and do the replacing.

What I meant was, when you want to add or remove a phrase or word, you would just need to edit the xml file instead of the db.

Give me a little time to bone up on my xml and I'll see if I can come up with something.<

    _-/Cripto9t\-_
Go to Top of Page

weeweeslap
Senior Member

USA
1077 Posts

Posted - 27 May 2008 :  18:26:05  Show Profile  Visit weeweeslap's Homepage  Send weeweeslap an AOL message  Send weeweeslap a Yahoo! Message  Reply with Quote
okie dokie
Thanks!<

coaster crazy
Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 28 May 2008 :  17:13:20  Show Profile  Reply with Quote
I posted my code for this in the mods w/code forum.
Uses a xml file that you edit manually instead of the db, so its not the most user friendly.
But for you hands on types there should be no problems .

Very easy install<

    _-/Cripto9t\-_
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous 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.39 seconds. Powered By: Snitz Forums 2000 Version 3.4.07