Page 1 of 3 123 LastLast
Results 1 to 15 of 45

Thread: IndexU product suggestions

  1. #1
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default IndexU product suggestions

    I'd like users to list any suggestions they have for improving the IndexU product. I have a list of suggestions that ESM compiled, and I'll be going through them, but I'm looking for more.

    Please be very specific if you can and not just say "more plugins". If you want plugins then try and tell me what you want the plugins to do.

    New features, new functions, new toys, addons and gadgets. Remember this isn't going to be for a rewrite of IndexU, just to add to the current product.

  2. #2
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    and for god's sake stay away from the licensee fee issue and don't be a nattering nabob of negativism...! Leave the *****ing to me...!

    and DO NOT RESPOND TO MY POST. bruceper is giving you a chance to do something to really help INDEXU. I'd like bruceper to move any post to one of the gripe posts already out there.


    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  3. #3
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    a feature to loop thru the detail listings in one category by clicking on a "prev" or "next" link


    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  4. #4
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    use of BBcode markup language in the description field


    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  5. #5
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    BBCode is interesting, and technically safer than allowing HTML. I like that one a lot.

  6. #6
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    Separate new and updated links and create a separate updated listing.



    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  7. #7
    Join Date
    Oct 2007
    Location
    Sydney
    Posts
    652

    Default

    * Rotating Banners, accessible from the the Directory's Admin area only
    * Banners, ability for the advertisers to add or manage their Banners in their listings description
    * Individual stats, so webmasters can check in their admin area how many hit their listing has
    * Multi categories
    * Classifieds
    * Articles
    * Photo Gallery
    * Event, add a new event
    * Integration with Wordpress
    Last edited by Mitchell; 07-31-2008 at 08:24 AM.

  8. #8
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    A plugin similar to the way phpBLD does with bidding, listing the top 10 bidders on the main page. You can see the home page of http://www.Web4Bids.com for what I mean. I had to write the code myself, but its extremely messy and is going to make upgrading IndexU a pain in the butt again! A plugin would be a great addition.

    An addon maybe ( or could even be a seperate one ) to the stats plugin where it could count how many outgoing hits an individual link has.

    Theres more, but I'm pressed for time... Will write more in a bit
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  9. #9
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    monthly hits with a hot monthly listing. monthly hits would be reset to 0 at the end of the day on the last day of the month.


    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  10. #10
    Join Date
    Oct 2007
    Location
    UK Essex
    Posts
    591

    Default

    vbulletin intergration or and api bridge

    wysiwyg - css injection compatibility. maybe a backend control page that allows the admin to fully control the filter files

  11. #11
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    That's one thing that would not be done would be css injection. Too many possibilities for abuse.

  12. #12
    Join Date
    Oct 2007
    Location
    UK Essex
    Posts
    591

    Default

    I must of explained it wrong.

    the thread is here http://www.nicecoder.com/community/s...0911#post30911

    esm said

    well, I have figured out why FireFox "crashes" when the text area uses a "style" tag.

    Many INDEXU files use the pre and post filter functions. In modify.php the RunPreFilter(__FILE__) function calls the filter.xss_blocking.php file and the filter_xss_blocking function looks for the style tag. If it finds an instance of the style tag, then INDEXU aborts and merely displays a white screen (no graceful error capturing there...!!! ).

    either comment out the RunPreFilter funtion in modify.php/add.php or edit the filter.xss_blocking.php file and delete the style tag.
    If your going to impliment a wysiwyg for the description and other text areas should the admin have more control over whats allowed, instead of just the allowed html tags. Firefox seems to work diffrently than i.e

    maybe a breakdown of how the filter.xss_blocking.php works, i would find that very intresting.

    Some people would have other purposes for indexu other than a web directory, currently if someone wanted to use a wysiwyg for the end users, including font size , colours etc, during submission indexu would just display a blank page and not submit the listing.

    Ide like to have more control over what was filtered through the back end

    Its just a thought,

  13. #13
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    while I am no expert, from what I read bbcodes are safer than allowing html in the text area.

    By and large, I think some formatting of text is useful and bbcodes allow for this with almost no need to resort to allowing html.

    I think vB does it right. see the vB bbcodes. we're not formatting an entire page. just a small section.

    for those very few that need more, one of the wysiwyg textarea formatters could be installed.


    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  14. #14
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    I think allowing html code is a security risk, even if you only allow certain code there's usually a way around it. bbcode only has very specific code that can be used, it would be a great addition.

  15. #15
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Having this as a plugin :

    http://nicecoder.com/community/showt...validate+links

    instead of needing to hack up the code would be HUGE for me! If you have a busy / popular directory, approving / validating links can be a royal pain in the ass. Extremely time consuming! I'm really surprised something like this hasn't been thought of before.

    mpdaddy did a great job making the mod for 5.4, but like I said, would love to see it as a plugin so I didn't have to hack up the code and make upgrading an issue.
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

Similar Threads

  1. Great Product
    By woolfie in forum Customer Reviews
    Replies: 3
    Last Post: 11-23-2007, 11:53 PM
  2. Turn IndexU into Product Directory
    By brickholius in forum v3.2
    Replies: 29
    Last Post: 05-19-2005, 03:48 AM
  3. Replies: 6
    Last Post: 06-04-2004, 08:06 AM
  4. Product Security & Suggestions
    By Hart_House in forum v5.x
    Replies: 2
    Last Post: 10-28-2002, 06:03 PM
  5. Indexu Product Review
    By Hart_House in forum Customer Reviews
    Replies: 0
    Last Post: 05-10-2002, 08:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •