Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

New features & Bug fixes needed

Quote Reply
New features & Bug fixes needed
Hi,
This is for LinkSQL 3.2.0

Fixes needed:
1. when validating links the fields are to small to see the entire url link or title or description. Either these fields should be configurable or at least bigger size so to see most or all of the contains. Btw, I tried looking through the code for admin.cgi?do=page&page=tools_validate.html & unable to see anything that I can modify in source code all the stuff is in <%output%>.

New features needed:
1. After validating, suppose 2 links their is no way to build new detail pages or pages related/linked to these new additions. Only option I see is build changed, which takes long time & does not work either as server times out & I am left with build stagger mode. I hope their was quick way to just build those new pages for new links without going through all this.

2. Option to allow to add some users as trusted, so that their link are auto-validated. Rest all require approval.

3. Anytime a link is found problem eg: 404 or 500 by Verify Links, it should email the owner informing to correct it. It should be automatically done so If your verify runs in cron job & after checking it should make a list of new problem links & email their owners as next step.

4. To easy maintain links database, option should be their in LinkSQL that allows links still in problem after suppose one month OR last 3 checks listed the link still problem it should be removed from database automatically (cron job)

5. (may be in a major release, as this may require radical change in LinkSQL). Easy Web GUI way to use LinkSQL as custom database & break free from links driven search directory. I have notice some advance users may have added custom fields, but most non-programmers will not find it easy to do that. It would be a win-win situation for both Gossamer & users, as Gossamer will enter bigger market catering to sites who wants to run lets say Movie database site with custom fields to search or real-estate etc where you can make custom fields searchable according to your need. To make it easy & GUI friendly all this has to be wizard like, so LinkSQL ask how many fields to create & what type etc & at the end for wizard creates LinkSQL site based on that. I personally thinks it's time for LinkSQL to break away from Links driven search directory as it's old/out of fashion & it's already saturated.


Thanks, I hope these suggestions will be taken positively for the development of LinkSQL.Smile
Quote Reply
Re: [jasy007] New features & Bug fixes needed In reply to
I like to add one more thing...
(mighty be security issue)
when verifying links, their should be indirect link instead of direct link next to "Validate (View |...."
"View" should contain something like
http://www.YOURSITE.com/redirect/link.cgi?http://www.newsite.com

if you click on direct link from your admin page which is...

http://www.YOURSITE.com/Hidden_directory/admin/admin.cgi

this info gets passed on as refer link to the new site & gets logged into their web logs... exposing your hidden private folder to outsider. I know the folder is protected (.htaccess), still I was hacked few times till I changed admin path.

So linksql should create temp cgi page when clicking on the link & either let you click on the temp page with direct link or just redirects from their w/o exposing your admin path.



Please comment Smile
Quote Reply
Re: [jasy007] New features & Bug fixes needed In reply to
Hi,

You can change how fields appear in the admin screen.

Go to Database, then from the drop-downs select Links table, and Properties action, then click Go button.

Now click on the link for the field you want to modify, and change the details in the Form Information section.

If you want to make the field longer in the admin screen, just increase the value of Form Size and click the Update Table button at the bottom.

(Note: If you want to make the field really big, you can use the Form Type: TEXTAREA and in the Form Size field put something like 66,3 [66 characters wide, by 3 lines deep]).

Now when you validate/modify links your field will be longer/bigger.

Hope this helps Smile

Cheers,
Shaun
Quote Reply
Re: [qango] New features & Bug fixes needed In reply to
qango wrote:
Hi,

You can change how fields appear in the admin screen.

Go to Database, then from the drop-downs select Links table, and Properties action, then click Go button.

Now click on the link for the field you want to modify, and change the details in the Form Information section.

If you want to make the field longer in the admin screen, just increase the value of Form Size and click the Update Table button at the bottom.

(Note: If you want to make the field really big, you can use the Form Type: TEXTAREA and in the Form Size field put something like 66,3 [66 characters wide, by 3 lines deep]).

Now when you validate/modify links your field will be longer/bigger.

Hope this helps Smile

Cheers,
Shaun


Thanks ShaunCool!
It works, I didn't find that in manual or anywhere else. I am bit surprise no one bothered to reply back considering I posted a month ago Unsure.

Iet's hope my other points are also considered as well.