By default when no URL is supplied when adding a listing from the Control Panel it will be accepted and treated as a link without a URL. When viewing the listing, it will automatically not be linked because the scripts recognizes that it does not have a URL.
When adding a link without a URL from the Control Panel just leave the 'http://' text as is where you normally supply a URL.
Important Note:
If you accept new submissions where the addition of URL's is optional you will need to do the following:
Go to the Control Panel >> Settings >> Global Engine Settings. Go to the '5. New Submission Settings' section. Look for an option that reads 'Check that a URL is present when submitting a new listing:' - Set this to 'No' so that users are not required to supply a URL when doing a new submission.
11.3.1 What it is / used for:
The 'new' graphics next to your directories indicate that there are new links {urls} inside categories or it's sub-categories. Different colortypes indicate different levels of “newness”.
Popular links are indicated in the same way, but with their own graphic.
11.3.2 Settings
Various settings about the 'new' graphics can be set when you go into the ‘Control Panel >> Settings >> Global Engine Settings >> 9. New & Popular Indication Settings
11.3.3 Implementation
For categories:
To have the 'new' graphics displayed next to categories, you need to include the necessary variable inside the template HTML code. For example, by including the variable, !!new!! into the directories1.html template will result in the ‘new’ graphics being displayed next to categories where new links has been added.
For Links
To have 'new' and 'pop' graphics displayed next to links that are considered to be new or popular, you need to include the necessary variable inside of the template HTML code. For example, by including the variable, !!new!! and !!pop!! into the tmplsearch.html template will result in the ‘new’ and 'pop' graphics being displayed next to links - if link listings are considered to be new or popular.
Eg.
<li><font face="Arial" size="2">!!title_with_link!! !!new!! !!pop!!</font></li>
Templates where the !!new!! & !!pop!! variable words can be used in, are:
-
Category link style templates: tmplsearch.html, tmplsearch_prem.html
-
Search results templates: lsearchres_loc.html, lsearchres_loc_prem.html,
-
Link information templates: linkinfo.html, linkinfop.html
-
The what’s new template whatsnew_lists.html, whatsnew_lists_prem.html
-
The popular hits template tophits_listings.html, tophits_listings_prem.html
11.3.4 Customizing the 'new' & 'pop' graphics.
The 'new' and 'pop' graphics can be customized to your liking by editing and/or overwriting the following files:
new1.gif
new2.gif
new3.gif
pop.gif
The above files are located in your PowerSeek 'html' directory. This directory is explained in the PowerSeek installation instructions.
All web site owners including Search Engine owners normally want as much traffic as possible. This is one of the vital things when it comes to owning a successful Search Engine. Promoting your Search Engine is one of the most important things you can do.
PowerSeek provides you with the ability to provide custom page titles and meta descriptions and keywords for generated category pages. The title of the page will normally play a large role in gaining a good position in the search results of other Search Engines. There are other Engines out there where Meta tags also plays a large role.
To provide custom page titles and meta descriptions and keywords for generated (static) category pages add an additional title to each category. Also add meta descriptions and keywords. This can be done when adding or editing a category from the Dir Manager. It will be best to supply the key words or phrases in the title on what the specific category is about. Note that the title you supply will also show in the search results of other Search Engines that people browse when they are searching. Ensure that you create a readable title that makes sense.
Also make sure that the description describes what the page/category is about. Ensure that the meta keywords you supply in the meta keywords box is available throughout the category page and is relevant to what is provided in the specific category.
After supplying custom titles, meta descriptions and keywords to categories, edit the template that is used to display categories with. This can be done by going to the Control Panel >> Template Manager >> 1. Default Category/Directory Templates >> Main Category/Directory (defdir.html)
Make sure that the template contains the following between the <title> tags. For example:
<title>%%custom_pagetitle%%</title>
Make sure that the template contains the following between the <head> tags. For example:
<!-- Hide %%metadescription%% // End Hide -->
<!-- Hide %%metakeywords%% // End Hide -->
Note that if you are using custom templates for categories that you will need to edit the custom category display template instead of the default category template.