Open Source SEO Friendly Directory?

Discussion in 'Directories' started by Deafwish_cVo, Oct 24, 2005.

  1. #1
    I'm looking for a good open source directory software, preferably in PHP.

    Can anyone recommend a good one?

    You can all share in the linking wealth once it's up (and worth it to do so)

    :)
     
    Deafwish_cVo, Oct 24, 2005 IP
  2. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I suppose most people like phplinkdirectory or Biz directory, although I have my beefs with both :) That's why I'll probably roll my own script. :)
     
    exam, Oct 25, 2005 IP
  3. larysmith711

    larysmith711 Notable Member

    Messages:
    3,374
    Likes Received:
    341
    Best Answers:
    0
    Trophy Points:
    215
    #3
    What beefs do you have??? I have heard a few with biz-dir but phplinkdir most people seem happy.
     
    larysmith711, Oct 25, 2005 IP
  4. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #4
    They both lack features that I would consider vital. Mainly, being able to edit/move/disable/delete listings and categories *inline* as opposed to going to the admin panel, searching for a listing or category and then editing it.

    I recently ran into an error in phplinkdir that breaks part of the admin panel. It may be fixed in RC2, but I don't want to upgrade, because of the hacks and re-design I have done. That's one big problem with just about every php application is if you customize the script, it makes upgrading a real pain.
     
    exam, Oct 25, 2005 IP
  5. dvduval

    dvduval Notable Member

    Messages:
    3,372
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #5
    If I can help, please let me know. I may be able to get you a little free support. With regard to the inline editing, if you will take the time to produce an html page showing exactly what you mean, I might be able to get it done for you.

    Thanks,
     
    dvduval, Oct 25, 2005 IP
  6. mdvaldosta

    mdvaldosta Peon

    Messages:
    4,079
    Likes Received:
    362
    Best Answers:
    0
    Trophy Points:
    0
    #6
    phplink is good, I use it.
     
    mdvaldosta, Oct 25, 2005 IP
  7. dpmis

    dpmis Peon

    Messages:
    60
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I'm a big fan of phplinkdir. Simple and easily customizable
     
    dpmis, Oct 26, 2005 IP
  8. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #8
    That sounds fair.

    1. The error I get is when I go to Directory -> Links and then click on any one of the column headers. It goes to dir_links.php and displays:

    Fatal error: Call to a member function on a non-object in /xxxx/xxxx/admin/dir_links.php on line 72

    Don't worry about this error, I am going to try upgrading to the current version of the script first.

    2. Inline editing. Instead of creating an HTML mock-up, I'll just try to describe it. When logged into the admin panel, you can then go browse the actual directory pages and by each category name it would have tiny links or images to [edit|move|delete] to modify the directory structure from where you are instead of going to the admin panel and going Directory -> Categories then searching for the cat and clicking edit. It would work the same way for actual links or listings in the directory. next to each on there would be some small links [edit|move|delete|disable] This would allow you to edit the text/description, move the listing to another category etc. In addition to these "inline editing links" there should be (on each page) a link to add a link and add a category. These would be different than the regular submission links in that you as an admin can control the status and make them instantly visible. In each cat, at the bottom, it could also show how many pending links there are for the cat with a link to approve/reject them right there. These inline links would only show up if the user is logged in as an Admin. For the regular user, they simply wouldn't be there. Also, these inline editing links probably shouldn't take the user to the control panel, they should either pop up a box to just edit what you want to edit, or even use AJAX to display an edit form right there and then save it without even reloading the page.

    3. A couple of requests for the admin panel would be

    A. when approving links, have check boxes by each row with the ability to approve multiple links at the same time. You can then look at the list of submissions, quickly open them all up in new Firefox tabs, and then go back tothe admin panel and approve them all with one click.

    B. In the listing of all links, where you can change the status, add "pending" to the options.

    C. At the "add a new category" screen, you need to add the newly created category to the DB before pulling the list of categories back out and displaying the drop-down box of categories. As it is now, if I create a category, and then want to create a sub-category for the newly created cat, I can't because the newly-created cat is not in the list.

    D. Have an option in configuration for how you want the drop-down list of categories to be displayed. 1) as it is now with the ASCII art to illustrate heierachy, or 2) as a simple alphabetically sorted list that lumps all categories together. I would choose 2 because I know what cats I have and then I could just hit the first letter on the keyboard of the category I want and It'll jump right to it.

    That's about all I can think of for the time being. I guess it'll keep ya busy for a while, but I honestly think these features would make your script really stand out amongst the crowd. :)

    Thanks. (Is that post long enough or what!)
     
    exam, Oct 28, 2005 IP
  9. dvduval

    dvduval Notable Member

    Messages:
    3,372
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #9
    better post that in the php link directory support forum.
    A donation would help get some of that done, and allow us to get paid as we keep busy. :)

    Even if you don't donate, you can bet we'll be making improvements over time. Thanks for your feedback.
     
    dvduval, Oct 28, 2005 IP
  10. etechsupport

    etechsupport Peon

    Messages:
    408
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Have you seen hotscripts ?
     
    etechsupport, Oct 29, 2005 IP
  11. Deafwish_cVo

    Deafwish_cVo Guest

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    I've been to hotscripts and a few other larger php script sites.

    I spent quite a lot of time looking through the options out there, but thought you guys might have some insight. I didn't want to be mocked for my choice if there was a better script out there.

    I'm installing phplinkdir this afternoon to try it out.
     
    Deafwish_cVo, Oct 30, 2005 IP
  12. honey

    honey Prominent Member

    Messages:
    15,555
    Likes Received:
    712
    Best Answers:
    0
    Trophy Points:
    325
    #12
    honey, Oct 30, 2005 IP
  13. seolion

    seolion Active Member

    Messages:
    1,495
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    90
    #13
    I would like to try this. But could you please tell me, the pages are dynamic or static? I mean something like a ?page=234 in the URL.
     
    seolion, Nov 11, 2005 IP
  14. daredashi

    daredashi Well-Known Member

    Messages:
    667
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    120
    #14
    script support mod_rewrite. all links are SEO friendly.
    i tried with even mod_rewrite disabled on one testing site and search engin are indexing even ?page=xyz kind of links
     
    daredashi, Nov 11, 2005 IP
  15. stylemafia

    stylemafia Peon

    Messages:
    24
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #15
    ive been hacking away at the biz directory script, its now semi seo friendly (links mostly). you can download it here >> www.searchstream.co.uk/bizhack.rar

    just remember to remove my links and google/bannerboxes stuff ;)
    im still listening to suggestions for feature changes in biz directory so let me hear them!
     
    stylemafia, Nov 16, 2005 IP
  16. dvduval

    dvduval Notable Member

    Messages:
    3,372
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #16
    Yes, it is compatible with mod rewrite. Here is an example:
    http://www.newstopica.com/directory/Top_News/
    And in 3.0, mod rewrite even supports multiple pages for one category:
    http://www.newstopica.com/directory/Top_News/page-9.html
    Even more enhanced mod rewrite is planned.

    Lots of other stuff is on the way too. If you want to see what's coming next, check out www.phpld.com.
     
    dvduval, Nov 16, 2005 IP
  17. balkanboy

    balkanboy Banned

    Messages:
    1,950
    Likes Received:
    245
    Best Answers:
    0
    Trophy Points:
    0
    #17
    balkanboy, Nov 19, 2005 IP
  18. John D

    John D Well-Known Member

    Messages:
    1,154
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    150
    #18
    Did you find the problem with this error:

    Fatal error: Call to a member function on a non-object in /xxxx/xxxx/admin/dir_links.php on line 72

    Thanks
    John
     
    John D, Nov 23, 2005 IP
  19. mmariusel

    mmariusel Well-Known Member

    Messages:
    562
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    135
    #19
    The problem still exist also in 3.04 and I was finall abale to get an response from the support the solution is:

    Please edit admin/dir_links.php

    Find following code (line 38)
    Replace it with

     
    mmariusel, May 14, 2006 IP