<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>YALD</title>
        <description></description>
        <link>http://www.yaldirectory.com/support/index.php</link>
        <lastBuildDate>Thu, 09 Sep 2010 01:05:01 -0500</lastBuildDate>
        <generator>Phorum 5.2.15a</generator>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,506,506#msg-506</guid>
            <title>Add Additional Fields? (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,506,506#msg-506</link>
            <description><![CDATA[ I would like to add additional fields to the link directory, specifically Address and telephone number.  I know how to add the fields to the database, but what files do I need to edit in order to add the fields to the submit and queries (catagory views)?  THANKS!]]></description>
            <dc:creator>washburn2010</dc:creator>
            <category>General</category>
            <pubDate>Sun, 18 Jul 2010 15:14:17 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,505,505#msg-505</guid>
            <title>Import Links (no replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,505,505#msg-505</link>
            <description><![CDATA[ Hi,<br />
<br />
very nice script. I installed it for personal use only on my webspace.<br />
<br />
Is it possible to import links in  netscape navigator format or any other format?]]></description>
            <dc:creator>chrislinks</dc:creator>
            <category>General</category>
            <pubDate>Sat, 26 Jun 2010 04:55:07 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?10,504,504#msg-504</guid>
            <title>Thank you- Border Collie Rescue National Directory (no replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?10,504,504#msg-504</link>
            <description><![CDATA[ I was looking for a simple link directory script to bring the National Border Collie Rescue directory into this millennia and your script did the job perfectly. We have been running it for a couple months and it has run seamlessly allowing  the tech savvy and not so tech savvy to update it removing some work/ pressure off myself. The only feature I wish the script had was the ability to have one record show in multiple directories since many regional rescues work in multiple states.<br />
<br />
[<a href="http://www.bcrnd.org/" rel="nofollow" >www.bcrnd.org</a>]<br />
<br />
Mike]]></description>
            <dc:creator>sickbxy</dc:creator>
            <category>Showcase</category>
            <pubDate>Mon, 26 Apr 2010 16:14:36 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?8,503,503#msg-503</guid>
            <title>Reciprocal links (no replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?8,503,503#msg-503</link>
            <description><![CDATA[ Hello,<br />
Would be nice if you add an option in the suggestion form to include Reciprocal links. With link check, If the link removed to suspend the listing.]]></description>
            <dc:creator>gpone</dc:creator>
            <category>Feedback</category>
            <pubDate>Tue, 30 Mar 2010 06:53:03 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,494,494#msg-494</guid>
            <title>htaccess not working *SOLVED* (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,494,494#msg-494</link>
            <description><![CDATA[ Smooth install, but when I tried to make the SEO Friendly URL's work, no dice (GoDaddy Hosting on *NIX server).... and you said you didn't like your .htaccess file anyway.. so I took matters into my own hands.<br />
<br />
Instructions for installing into a folder:  /yald/ <br />
<br />
==========================================================<br />
1. Install YALD (this guide assumes you installed in the folder /yald/ and you want the directory to come up when you go to that folder.)<br />
<br />
2. Rename directory.php to index.php<br />
	2a. Open your yald\inc\config.php file and add the following line before the closing ?&gt;<br />
	$settings['directory_index'] = 'index.php';<br />
<br />
3. Set the following settings in your admin panel under &quot;config&quot;:<br />
<br />
	Link Type: Direct Linking<br />
	Category URL Format: Basic search engine friendly<br />
	Rewrite URL: /yald/index.html/<br />
<br />
4. To fix the Suggest a Link:<br />
	Edit the index.php - go to line 178 and replace this:<br />
<br />
			$template-&gt;assign('suggest_url',$settings['mod_rewrite_url'].'suggest.php?category='.$category);<br />
	with this:<br />
<br />
			$template-&gt;assign('suggest_url','/yald/suggest.php?category='.$category);<br />
<br />
5. Use this as your .htaccess file IN THE YALD FOLDER - * NOT * IN THE ROOT.<br />
<br />
	RewriteEngine On<br />
	RewriteBase /yald/<br />
<br />
	# The Friendly URLs part<br />
	RewriteCond %{REQUEST_FILENAME} !-f<br />
	RewriteCond %{REQUEST_FILENAME} !-d<br />
<br />
	# this makes it so if you go to [<a href="http://www.YourDomain.com/yald/7_medical-supplies" rel="nofollow" >www.YourDomain.com</a>] it gives you [<a href="http://www.YourDomain.com/yald/directory.php?viewcat=7" rel="nofollow" >www.YourDomain.com</a>]<br />
<br />
	RewriteRule index.html/(.*)_(.*)?$ index.php?viewcat=$1 [L,QSA]<br />
<br />
<br />
	# this makes it so if you go to [<a href="http://www.YourDomain.com/yald/" rel="nofollow" >www.YourDomain.com</a>] *OR* [<a href="http://www.YourDomain.com/yald/index.html" rel="nofollow" >www.YourDomain.com</a>] it will actually work.<br />
<br />
	RewriteRule index.html/?$ index.php [L,QSA]<br />
<br />
<br />
<br />
===========================================<br />
Notes: For whatever reason if I tried to make the URL Rewrite work using something like &quot;yald/directory/&quot; it wouldn't work, but if I used &quot;yald/index.html&quot; it does.<br />
<br />
I'm just winging it here on the .htaccess stuff :-p<br />
<br />
You can see this installed here: [<a href="http://www.cpapdiscountstore.com/yald/" rel="nofollow" >www.cpapdiscountstore.com</a>]<br />
<br />
Nice product.]]></description>
            <dc:creator>Lars</dc:creator>
            <category>Install</category>
            <pubDate>Wed, 09 Dec 2009 00:39:43 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,493,493#msg-493</guid>
            <title>Category problem solved!! (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,493,493#msg-493</link>
            <description><![CDATA[ Hi all,<br />
<br />
I solved that problem from my last topic, and this is what i did.<br />
<br />
open inc/functions.php and edit line 434<br />
<br />
change:<br />
$category .= '/'.$categorypath[$i]['name'];<br />
<br />
to<br />
$category = '/'.$categorypath[$i]['name'];<br />
<br />
<br />
(remove the dot before '=')<br />
<br />
That's it... now all categories will show up like they should.<br />
<br />
Bye, Jeroen]]></description>
            <dc:creator>jdoppenberg</dc:creator>
            <category>General</category>
            <pubDate>Wed, 09 Dec 2009 00:34:26 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,490,490#msg-490</guid>
            <title>Parse error: syntax error, unexpected $end in inc/smarty/Smarty.class.php on line 1163 (2 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,490,490#msg-490</link>
            <description><![CDATA[ i get this error after installing <br />
i am able to get in to admin page<br />
how can i view or integrate yald in to my website]]></description>
            <dc:creator>vava</dc:creator>
            <category>Install</category>
            <pubDate>Wed, 09 Dec 2009 00:36:44 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,489,489#msg-489</guid>
            <title>Category problem... (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,489,489#msg-489</link>
            <description><![CDATA[ Hi all,<br />
<br />
I noticed a weird thing when I had submitted a new link.<br />
In the 'Approve link' tab I see my new links but the category discription is wrong.<br />
Both links I create in New Category1<br />
But in my screen it looks like this: (see the attachement).<br />
The first link is in:  Category: /New Category 1<br />
The second is:          Category: /New Category 1/New Category 1<br />
<br />
As you see the second one is wrong, because it is also in /New Category 1<br />
<br />
How can i correct this problem?<br />
<br />
(sorry for my english, I hope you can read it ;))<br />
<br />
Gr, Jeroen]]></description>
            <dc:creator>jdoppenberg</dc:creator>
            <category>General</category>
            <pubDate>Wed, 09 Dec 2009 00:33:02 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,485,485#msg-485</guid>
            <title>I'm getting warnings from mysql (3 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,485,485#msg-485</link>
            <description><![CDATA[ I'm getting these warnings, not sure why, everything looked ok.<br />
<br />
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/dirname/public_html/AnotherDirectory/inc/functions.php on line 379<br />
<br />
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/dirname/public_html/AnotherDirectory/inc/functions.php on line 238<br />
<br />
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/phatname/public_html/AnotherDirectory/directory.php on line 123<br />
<br />
also when I hit the home button, it gives me the directory structure, not the web page.<br />
<br />
shouldn't there be a place for my email so I get notified of a new link request?<br />
<br />
Thanks a lot.<br />
Dan<br />
<br />
PS... hope we get this working ok... .looks like a great product!]]></description>
            <dc:creator>PHATnames</dc:creator>
            <category>General</category>
            <pubDate>Tue, 13 Oct 2009 19:37:11 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,477,477#msg-477</guid>
            <title>Recursive Link Counting (2 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,477,477#msg-477</link>
            <description><![CDATA[ Hello,<br />
<br />
Here is my third issue: I enabled recursive link counting but behind the parent category appears in bracket 0 links although there are subcategories which contain links.<br />
<br />
This is probably a bug because I did only change the template files and didn't touch any core files.<br />
<br />
Can you help or do you have a solution to fix this?<br />
<br />
Many thanks!<br />
<br />
Philip]]></description>
            <dc:creator>flip</dc:creator>
            <category>General</category>
            <pubDate>Tue, 21 Jul 2009 15:10:22 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,476,476#msg-476</guid>
            <title>Search Engine Friendly Category URL Format didn't work (2 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,476,476#msg-476</link>
            <description><![CDATA[ Hello,<br />
<br />
I installed the directory and the basic Search Engine Friendly Category URL Format didn't work. I tried several settings but none worked.<br />
<br />
I have created the .htaccess file and uploaded it. Here are my current settings:<br />
<b>Index File Location:</b> /links/index.php<br />
<b>Category URL Format:</b> Basic Search Engine friendly<br />
<b>Rewrite URL:</b> /directory/<br />
<br />
Actually I have tried 5-10 different combinations within these fields and also uploaded updated .htaccess files and changed directory names. Problem is always that the rewritten link seems to doesn't exist and I'm redirected to an error page.<br />
<br />
I can give admin access if that helps.<br />
<br />
Philip]]></description>
            <dc:creator>flip</dc:creator>
            <category>General</category>
            <pubDate>Tue, 21 Jul 2009 15:26:15 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,475,475#msg-475</guid>
            <title>Change word &quot;Top&quot; in breadcrumb trail (2 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,475,475#msg-475</link>
            <description><![CDATA[ Hello,<br />
<br />
How can I change in the breadcrumb trail the word &quot;Top&quot;? I would like to change it to &quot;Forum Directory&quot;. Is it saved in any file? I wasn't able to find it.<br />
<br />
Philip]]></description>
            <dc:creator>flip</dc:creator>
            <category>General</category>
            <pubDate>Tue, 21 Jul 2009 15:25:14 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,467,467#msg-467</guid>
            <title>lft and rgt in the categorys table (7 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,467,467#msg-467</link>
            <description><![CDATA[ Hi Guys,<br />
I was wondering if anyone knows what the lft and rgt fields are in the categorys table, and how do they work?<br />
thanks!<br />
<br />
Nic]]></description>
            <dc:creator>oscillate</dc:creator>
            <category>General</category>
            <pubDate>Mon, 04 May 2009 07:59:02 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?8,465,465#msg-465</guid>
            <title>thank you!!!! (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?8,465,465#msg-465</link>
            <description><![CDATA[ thanks for the script. i've been looking for weeks to find a way to make a nice software file database that i can search. i'm a desktop support tech and needed an easy way to provide quick access to my install files. this did the trick.<br />
<br />
your script rules!!!!!!]]></description>
            <dc:creator>doug2168</dc:creator>
            <category>Feedback</category>
            <pubDate>Wed, 01 Apr 2009 22:16:37 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,463,463#msg-463</guid>
            <title>Search form doesn't work (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,463,463#msg-463</link>
            <description><![CDATA[ I've just installed YALD and works fine, it does exactly what I spected, but I have a problem:<br />
<br />
When I use the search text box a the top of directory.php page, it doesn't find any link, even if I search exactly the name that I introduced when adding the link.<br />
<br />
Do I have to execute any script to index the whole site (like it happens with many content management systems), so that the search engine could find the links??<br />
<br />
Thank you for your help.]]></description>
            <dc:creator>vidalmb</dc:creator>
            <category>Install</category>
            <pubDate>Mon, 16 Mar 2009 02:18:34 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,462,462#msg-462</guid>
            <title>Version 2.4.1 (no replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,462,462#msg-462</link>
            <description><![CDATA[ I just upgraded from version 2.4 to 2.4.1. Works great. Thanks for adding the hashing of the admin password.]]></description>
            <dc:creator>sherri</dc:creator>
            <category>General</category>
            <pubDate>Tue, 17 Feb 2009 14:08:20 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,458,458#msg-458</guid>
            <title>Can't delete links (3 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,458,458#msg-458</link>
            <description><![CDATA[ Hi<br />
<br />
I have been using YALD for a while now without any problems. However, I just tried to delete a link for the first time, and I get the following error:<br />
<br />
<b><i>Not Acceptable<br />
<br />
An appropriate representation of the requested resource /~splthstl/links/directory.php could not be found on this server.<br />
<br />
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.<br />
<br />
Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at host.qsoftdns.net Port 80</i></b><br />
<br />
I can edit links no problem. I noticed that YALD uses javascript to handle the deletion - would this be the problem? Is my server not allowing the javascript to function properly?<br />
<br />
Any help would be much appreciated, thanks!]]></description>
            <dc:creator>sammahoney</dc:creator>
            <category>General</category>
            <pubDate>Thu, 05 Feb 2009 20:51:40 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,454,454#msg-454</guid>
            <title>auto approve (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,454,454#msg-454</link>
            <description><![CDATA[ Hello,<br />
First of all: Thank you for this great script!<br />
i have only some short Question:<br />
is it possible to &quot;auto approve&quot; the sugested links?<br />
is there a way to receive a email after someone suggested a link?<br />
<br />
Thank You for Your response<br />
Olli]]></description>
            <dc:creator>olli</dc:creator>
            <category>General</category>
            <pubDate>Wed, 14 Jan 2009 21:15:07 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,452,452#msg-452</guid>
            <title>links dont redirect properly (3 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,452,452#msg-452</link>
            <description><![CDATA[ i have installed YALD properly and everything is working ok, but when i click on a link that has been added the URL structure is kinda messed up it looks like this: [<a href="http://www.my-domain.com/yald/www.added-link.com" rel="nofollow" >www.my-domain.com</a>]<br />
<br />
same happens when i use jump linking.... please help..]]></description>
            <dc:creator>jonde42</dc:creator>
            <category>General</category>
            <pubDate>Wed, 14 Jan 2009 21:17:16 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,449,449#msg-449</guid>
            <title>Search results pagination (2 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,449,449#msg-449</link>
            <description><![CDATA[ Hello,<br />
<br />
I'm trying to get pagination working on my search results using YALD.<br />
<br />
I used all the necessary pagination coding used in the list links function. The result is that search results are now restricted to my pagination results-per-page settings, but there is no page_navigation links at the bottom, (like &lt; 1 | 2 | 3 | 4 &gt;), and I did add the necessary if {$page_navigation} coding to the template for search.html<br />
<br />
Manually entering &amp;page=2 in the address bar for search results gets you to the second page of search results, this is how I know that the pagination itself is working.<br />
<br />
The only reference I could find to $page_navigation was in the index file, and that did not seem relevant to making the navigational links show up for pages other than catid=XX list_links pages.<br />
<br />
Thanks and Merry Christmas<br />
<br />
David]]></description>
            <dc:creator>Dave</dc:creator>
            <category>General</category>
            <pubDate>Mon, 05 Jan 2009 04:11:31 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,443,443#msg-443</guid>
            <title>Admin session/cookie timeout? (3 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,443,443#msg-443</link>
            <description><![CDATA[ Where can I change the time span for admin to be logged in longer, I keep getting logged out after a few minutes :(<br />
<br />
Thanks! :)]]></description>
            <dc:creator>soapintrucker</dc:creator>
            <category>General</category>
            <pubDate>Sun, 07 Dec 2008 14:43:27 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,436,436#msg-436</guid>
            <title>suggest a link problem (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,436,436#msg-436</link>
            <description><![CDATA[ hi guys,<br />
<br />
thanks for the simple and great script. i have a problem with suggest a link. when you click on it it wants to go to suggest.php.... it does not include the complete way where the file is. all other links work.<br />
<br />
thanks for help<br />
<br />
site is directory.garden01.com/directory.php]]></description>
            <dc:creator>valcs</dc:creator>
            <category>Install</category>
            <pubDate>Wed, 29 Oct 2008 21:48:19 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,433,433#msg-433</guid>
            <title>Change icon in address bar (2 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,433,433#msg-433</link>
            <description><![CDATA[ Hello,<br />
<br />
Could someone please let me know how i can change the icon in the address bar?<br />
(little red splat)]]></description>
            <dc:creator>Doodles</dc:creator>
            <category>General</category>
            <pubDate>Thu, 09 Oct 2008 03:11:18 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,416,416#msg-416</guid>
            <title>Warning: mysql_fetch_array() (14 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,416,416#msg-416</link>
            <description><![CDATA[ So, I just installed yald 2.4.1 (an upgrade actually from 2.3.1)<br />
<br />
Now, at the top of each page, I get the following error messages:<br />
<br />
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/www/users/taurus/gancao/yald2/inc/functions.php on line 238<br />
<br />
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/www/users/taurus/gancao/yald2/directory.php on line 123<br />
<br />
This does not happen on the &quot;top&quot; page nor on the admin pages.<br />
<br />
Any ideas?<br />
<br />
-al.]]></description>
            <dc:creator>allstone</dc:creator>
            <category>Install</category>
            <pubDate>Wed, 01 Oct 2008 22:06:54 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,414,414#msg-414</guid>
            <title>can't log in to admin (5 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,414,414#msg-414</link>
            <description><![CDATA[ Hello, trying out your script and installs great nice and easy found database etc.. BUT I can't log in to admin area it just keeps reloading page with no errors but goes nowhere.. I even tried a bad username/pass and i get an error bad username/pass.. Why won't it let me log into the admin area? any suggestions or help would be appreciated.<br />
<br />
zig]]></description>
            <dc:creator>ziggy64</dc:creator>
            <category>Install</category>
            <pubDate>Fri, 11 Dec 2009 18:18:44 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,401,401#msg-401</guid>
            <title>Help with utf-8 encoding (11 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,401,401#msg-401</link>
            <description><![CDATA[ I want to display links and categories in various languages, so I tried to use utf-8 encoding.<br />
<br />
I have changed &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=us-ascii&quot; /&gt; in admin/template.html to &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;; after I added a new category, the title does display correctly in admin/categories.php, but not in directory.php.<br />
<br />
Instead of getting the desired title in directory.php, the title in us-ascii format is displayed.<br />
<br />
What should I do to get the desired title to display in directory.php?:S<br />
<br />
Thanks in advance for helping.:)]]></description>
            <dc:creator>alicia</dc:creator>
            <category>General</category>
            <pubDate>Sat, 13 Sep 2008 06:05:28 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,399,399#msg-399</guid>
            <title>Rewrite said to have caused crash(?) (2 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,399,399#msg-399</link>
            <description><![CDATA[ I'm working in this file: [<a href="http://ufirstmoneymerge.com/yald/directory.php" rel="nofollow" >ufirstmoneymerge.com</a>] -- and have done the SEO admin choice, which required the rewrite. I installed this, and it worked for several days, rewriting things to the /directory/ apparent subfolder, rather than correct /yald/.  However, today, website crashed with this error anywhere in the domain:<br />
<br />
<br />
<hr class="bbcode"/>
<br />
Internal Server Error<br />
<br />
The server encountered an internal error or misconfiguration and was unable to complete your request.<br />
<br />
Please contact the server administrator, <a href="mailto:&#119;&#101;&#98;&#109;&#97;&#115;&#116;&#101;&#114;&#64;&#117;&#102;&#105;&#114;&#115;&#116;&#109;&#111;&#110;&#101;&#121;&#109;&#101;&#114;&#103;&#101;&#46;&#99;&#111;&#109;">&#119;&#101;&#98;&#109;&#97;&#115;&#116;&#101;&#114;&#64;&#117;&#102;&#105;&#114;&#115;&#116;&#109;&#111;&#110;&#101;&#121;&#109;&#101;&#114;&#103;&#101;&#46;&#99;&#111;&#109;</a> and inform them of the time the error occurred, and anything you might have done that may have caused the error.<br />
<br />
More information about this error may be available in the server error log.<br />
<br />
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.<br />
Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at ufirstmoneymerge.com Port 80<br />
<br />
<hr class="bbcode"/>
<br />
When I went into server logs, it read: <br />
<br />
[Fri Sep 05 20:15:50 2008] [alert] [client 207.45.190.13] /home/[user]public_html/.htaccess: RewriteRule: bad flag delimiters<br />
<br />
<br />
<hr class="bbcode"/>
<br />
So I wrote to my tech people who put in a blank .htaccess file, and everything worked. When I asked him about putting that code back in, he told me that... well, here's the cut/paste. <br />
<br />
Hello Don,<br />
<br />
Yes, I looked at it and I tried to fix it before I removed it. I'm guessing this code was written for Apache 1 instead of 2. If you submit support a request for the correct code and tell them error that it was showing on our server, they can give you the correct code to insert into your .htaccess file. Normally, when only some of the code is bad, the log file will state which line or command is incorrect, as you can see it didn't provide us much info in this exact case. I don't see any thing incorrect off hand by looking at it, but then again I'm not a total expert in .htaccess instructions.<br />
<br />
If I had to guess what line is wrong, I would say: RewriteRule ^directory/(.*)$ /yald/$1 [L,QSA]Options All -Indexes<br />
<br />
I'm sure there is probably only a few minor adjustments needed, but the module developer would know best what to change this info too.<br />
<br />
<hr class="bbcode"/>
<br />
As I'd said, the whole thing worked for days -- perfectly. Perhaps it's related, but it seemed to crash when I tried to &quot;Index Manager&quot; &quot;No Index&quot; the root public_html directory. (Whether this is even possible, I don't know.)   Here was the full .htaccess file, including entries from previously. Any thoughts? --Don<br />
<br />
&lt;Limit GET POST&gt;<br />
order deny,allow<br />
deny from all<br />
allow from all<br />
&lt;/Limit&gt;<br />
&lt;Limit PUT DELETE&gt;<br />
order deny,allow<br />
deny from all<br />
&lt;/Limit&gt;<br />
AuthName ufirstmoneymerge.com<br />
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*<br />
<br />
RewriteEngine on<br />
RewriteRule ^directory$ /directory/ [R]<br />
RewriteRule ^directory/([a-zA-Z1-9\-/\?=]*(\.html)?)?$ /yald/directory.php?viewcat=$1&amp;catname=0 [L,QSA]<br />
RewriteRule ^directory/([a-zA-Z1-9\-/\?=\.]*)?$ /yald/directory.php?viewcat=$1&amp;catname=0 [L,QSA]<br />
RewriteRule ^directory/((\d+)_(.*))?$ /yald/directory.php?viewcat=$2&amp;catname=$3<br />
RewriteRule ^directory/(.*)$ /yald/$1 [L,QSA]Options All -Indexes<br />
Options All]]></description>
            <dc:creator>donzo</dc:creator>
            <category>General</category>
            <pubDate>Mon, 08 Sep 2008 15:23:46 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?8,397,397#msg-397</guid>
            <title>ability to mass import bookmarks (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?8,397,397#msg-397</link>
            <description><![CDATA[ Hello newbie455 / admin@yald<br />
<br />
I would like to suggest a feature request.<br />
<br />
It would be handy to have the ability to mass import bookmarks.<br />
<br />
For instance:<br />
I upload a bookmark export from firefox and all the new links will come into an uncategorized category<br />
I as an admin can place all the links into the right categories.<br />
<br />
I create a .csv file where i have put all my bookmarks including category. I upload it to the website and it will start the import.<br />
<br />
I am trying to use my yald directory as a social bookmarking site and want to simplify the proces of adding links.<br />
<br />
Thanks in advance for your replies<br />
<br />
Sandert]]></description>
            <dc:creator>Sandert</dc:creator>
            <category>Feedback</category>
            <pubDate>Fri, 05 Sep 2008 17:23:11 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?4,395,395#msg-395</guid>
            <title>Search doesn't work (2 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?4,395,395#msg-395</link>
            <description><![CDATA[ Hi, I was just wondering what may be causing issues with searching.. A fresh install on my server, with a fresh db from the install, won't search. I have added in a link, and tried multiple different keywords, but no matter what the search does not work.]]></description>
            <dc:creator>Dave</dc:creator>
            <category>General</category>
            <pubDate>Sat, 06 Dec 2008 05:51:07 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?8,391,391#msg-391</guid>
            <title>somme sugg (2 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?8,391,391#msg-391</link>
            <description><![CDATA[ so i hopp that in the futur version<br />
<br />
first i hopp that visotor can suggest site in  the index home site note wait go to categorie<br />
<br />
1/can have multilangauge <br />
2/one icon for any categorie ( the admin can add in cp a icon to categorie lake icon off sport to sport-categorie blog icon to blog-categorie .....)<br />
<br />
3/adds i hopp that in admin cp can put code off adse (java or html) lake adsense and chose place where the adds wil be viewed<br />
<br />
4/thumbnail off any site was add (i find this in othere script just you put the link off site and you have information about is lake discription and thumbnail)<br />
<br />
5/new designe (i lake to but image in header not a letters)<br />
<br />
somme othere fonction lake sugg site(admin can sugg a site)<br />
site off the monthe-site off the week<br />
send site to friend]]></description>
            <dc:creator>lastleonidas</dc:creator>
            <category>Feedback</category>
            <pubDate>Sun, 31 Aug 2008 04:31:03 -0500</pubDate>
        </item>
    </channel>
</rss>
