|
|
|
|
|
admin
Joined: 07/25/2008
posts:
Location:
|
|
Posted: 04/12/2001 10:40:00 PM
|
|
Welcome to the new In-Link support forum. Please register and use this forum as much as possible. The old forum will be phased out in two months.
The old forum is still accesible at http://www.intechnic.com/forum
If you recently posted to the old forum, please repost your message here. Thank you.
<font size=-1>[ This Message was edited by: David on 2001-04-13 17:17 ]</font>
|
|
|
|
Ian Conza
Member
Joined: 04/12/2001
posts: 505
Location: New Zealand
|
|
Posted: 04/13/2001 3:00:00 AM
|
|
I am here :smile: Look forward to using the forum.
_________________
New Zealand Christian Internet Directory
<font size=-1>[ This Message was edited by: Ian Conza on 2001-04-13 03:02 ]</font>
|
|
|
|
Ian Conza
Member
Joined: 04/12/2001
posts: 505
Location: New Zealand
|
|
Posted: 04/13/2001 3:13:00 AM
|
|
I not sure whether your themes for the user are working. I changed my theme to Ocean and the theme has not changed. Logging off and back has made no difference. :smile:
The font being used is rather large as well - Great work team..
_________________
New Zealand Christian Internet Directory
<font size=-1>[ This Message was edited by: Ian Conza on 2001-04-13 03:24 ]</font>
|
|
|
|
Websnow
Member
Joined: 04/11/2001
posts: 282
Location:
|
|
Posted: 04/13/2001 2:47:00 PM
|
|
from old forum
http://www.intechnic.com/forum/UltraBoard.cgi?action=Read&BID=5&TID=73&SID=2592
it would be great if search can remember last word search. then visitors will remember what did they search
haha acually i copy idea from Google
<input type="text" name="query" size="40" value="$query">
---------------------
In-Link Support Team
Good idea. Do you mean by storing the query in a cookie?
---------------------
<font size=-1>[ This Message was edited by: Websnow on 2001-04-13 14:49 ]</font>
|
|
|
|
Websnow
Member
Joined: 04/11/2001
posts: 282
Location:
|
|
Posted: 04/13/2001 3:13:00 PM
|
|
When you search for something in google or yahoo, after search you will see your last word print in search box
no cookie
or something like below ( what i meant)
read me
1 .save as test.htm
2. save as search.php
3. run it.. then will see, it will remember last word search( print in to search box)
1. ### save this as test.htm
<html>
<p align="center">
<form method="GET" action="search.php">
<font size="2" color="#000000"><b>Search for: </b></font>
<input type="text" name="query" size="40" ><input type="submit" value="Search">
</form>
</p>
</html>
2. ## save below as search.php
### line 5 ===> something like this value="$query" will print last search
<?php
echo "<html>
<form method="GET" action="search.php">
<font size="2" color="#000000"><b>Search for: </b></font>
<input type="text" name="query" size="40" value="$query"><input type="submit" value="Search">
</form>
<html>";
$file1 = fopen("http://www.google.com/search?q=$query", "r" ;
$rf1 = fread($file1, 40000);
fclose($file1);
$grab1 = ereg("<p> .*)<div class=nav>", $rf1, $printing1);
$printing1[1] = str_replace("<A HREF=/", "<A HREF=http://www.google.com/", $printing1[1]);
$printing1[1] = str_replace("<a href=/", "<A HREF=http://www.google.com/", $printing1[1]);
if ($printing1[1] == "" {
echo " <b><font size="2" color="#FF0000">No Results</font></b>";
} else {
echo $printing1[1];
}
?>
<font size=-1>[ This Message was edited by: Websnow on 2001-04-13 15:17 ]</font>
|
|
|
|
David
Member
Joined: 04/11/2001
posts: 163
Location: IL
|
|
Posted: 04/13/2001 3:29:00 PM
|
|
We disabled the custom themes for users because we wanted to keep the in-link theme for all users.
|
|
|
|
Websnow
Member
Joined: 04/11/2001
posts: 282
Location:
|
|
Posted: 04/13/2001 3:41:00 PM
|
|
Since Inlink 1.6 has this feature
- Custom template for each category by placing x.txt in the templates folder where x is the category number.
this is GREAT!...
[img:73324c2129]http://www.intechnic.net/inlink/images/10.gif[/img:73324c2129]
<font size=-1>[ This Message was edited by: Websnow on 2001-04-13 15:44 ]</font>
|
|
|
|
Websnow
Member
Joined: 04/11/2001
posts: 282
Location:
|
|
Posted: 04/13/2001 4:00:00 PM
|
|
would be great if near search box have this feature
- Search only in this category - Search All
|
|
|
|
Websnow
Member
Joined: 04/11/2001
posts: 282
Location:
|
|
Posted: 04/13/2001 4:40:00 PM
|
|
search.php
would be good
for example
visitors type mouse and press search
then search result page will print mouse (bold)
|
|
|
|
David
Member
Joined: 04/11/2001
posts: 163
Location: IL
|
|
Posted: 04/13/2001 5:03:00 PM
|
|
Thanks for the suggestion. We'll add it to our list of to-do features.
|
|
|
|
David
Member
Joined: 04/11/2001
posts: 163
Location: IL
|
|
Posted: 04/13/2001 5:04:00 PM
|
|
Thanks. We thought it would give much more flexibility for customizing the layout of In-Link.
|
|
|
|
David
Member
Joined: 04/11/2001
posts: 163
Location: IL
|
|
Posted: 04/13/2001 5:11:00 PM
|
|
Hi, we begun to think about our next major version of In-Link, 2.0. I want to start this thread to hear some feedback on what kind of features people would like to see in 2.0.
Currently slated for 2.0 will be the following:
User database. e.g. Users can login and edit links.
Custom fields. the ability to add whatever fields you want to your in-link directories.
We are also working on an import script from gossamer threads Links which should be released soon.
Hope to hear your input :smile:
|
|
|
|
jsternoff
Member
Joined: 04/12/2001
posts: 11
Location:
|
|
Posted: 04/13/2001 5:22:00 PM
|
|
I just started using your great software but I have several suggestions for future upgrades.
1) Allow the ability to feature certain listings on the front page as well as in the inner categories. Currently if they want to be listed in both places that have to be submitted twice. I want to feature different sites each week with front page exposure.
2) Sub-categories (at least the top 3) listed blow the main category on the front page...as in:
Music
classic | mp3 | pop
more...
3) Allow users to edit their posts post submission.
4) Add a global search capability. After they have gained their initial results, have a link that says, "Didn't find what you were looking for...click here to seach outside search engines" and have it automatically use their initial search parameters. I have seen this plugin around on other search engine databases.
5) Easy to add more templates beyond what is already there. I would like to create more pages but I am not sure where to add the information to list and make another template editable (one that didn't come with the initial package).
6) Ranking info for site members on their site. As other members have stated, it would be nice if their was some code given out when folks sign up, that they could add to their site that displays either a ranking graphic or their current rank. This would help in promotion.
Thanks about all I can think of currently...will probably be back with more later...
|
|
|
|
David
Member
Joined: 04/11/2001
posts: 163
Location: IL
|
|
Posted: 04/13/2001 6:03:00 PM
|
|
Hi,
Some of those suggestion have already been completed and will be available when 1.7.0 is released. 1.7.0 will display sub-categories below the category name just like in suggestion #2. Concerning template, In-Link can have custom templates for each single category. For example, if you wanted a special layout for category id #5, you would place 5.txt into the templates folder and that category will use 5.txt as its template instead of the default one. We are working on multiple categories for one link right now. If it is completed soon, it will be included in 1.7.0, if not, look for it soon in an update.
|
|
|
|
Websnow
Member
Joined: 04/11/2001
posts: 282
Location:
|
|
Posted: 04/13/2001 6:29:00 PM
|
|
i don't know is this good idea nor not
when visitors search and put this below
to give visitors more options to search.
i don't where to put in In-Link to make it work on search.php
here some code 12 search engines
to see real code you need to click [img:9538060429]http://www.intechnic.net/forum/images/quote.gif[/img:9538060429]
echo "<html>
<hr>
Search more
<a href="http://www.alltheweb.com/cgi-bin/search?type=all&query=$query">All the Web</a> -
<a href="http://www.altavista.com/cgi-bin/query?q=$query">AltaVista</a> -
<a href="http://search.excite.com/search.gw?c=web&showSummary=true&lang=en&s=$query">Excite</a> -
<a href="http://www.bos2.alltheweb.com/cgi-bin/search?exec=FAST+Search&type=all&query=$query">FastSearch</a> -
<a href="http://www.google.com/search?num=10&query=$query">Google</a> -
<a href="http://www.goto.com/d/search/p/go/?Partner=go_home&Keywords=$query">Goto</a> -
<a href="http://hotbot.lycos.com/?MT=$query&SM=MC&DV=0&LG=any&DC=10&DE=2">HotBot</a> -
<a href="http://www.lycos.com/srch/?lpv=1&loc=searchhp&query=$query">Lycos</a> -
<a href="http://www.northernlight.com/nlquery.fcg?qr=$query">Northern Light</a> -
<a href="http://go2net.thunderstone.com/texis/websearch/?q=$query">Thunderstone</a> -
<a href="http://search.excite.com/search.gw?lk=webcrawler&s=$query">WebCrawler</a> -
<a href="http://search.yahoo.com/bin/search?p=$query">Yahoo</a>
<html>";
<font size=-1>[ This Message was edited by: Websnow on 2001-04-13 18:35 ]</font>
|