Page 2 of 2 FirstFirst 12
Results 16 to 25 of 25

Thread: small things

  1. #16
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    1: Option to limit a user to one email address. Currently something can signup using the same email address under different usernames.

    2: Have the ability to remove a bad link report from urlChecker report that is not broken. Currently you can only delete a link.

    3: Split up the pagination option. Maybe on members you might want 50 users but on a category you might want 10.

    4: Max Image Dimension and File size for individual image fields not one overall one.
    Thanks. We're working on it

  2. #17
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    everyone has huge drop down boxes on the add page etc, its often really difficult to find what your lookign for in these. How about a bit of javascript, a text box next ot the drop down that filters the dropdown box. For example on indexu.net you could type "art" in the box and it would filter to the following categories :

    Art History
    Art weblogs
    artists
    Thanks. But this problem is solved by visiting the proper category before hit submit link.

    Btw, we have made many updates, check www.nicecoder.com/svn/
    We're planning to release 5.3.0 soon.

  3. #18
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    thats not true, the problem still exists when selecting sub categories, and for the admin panel trying when edditing the links, and changings cats. havign said that their are hundreds of javascript scripts out that will do this so i will jsut make my own

    Quote Originally Posted by dody
    Thanks. But this problem is solved by visiting the proper category before hit submit link.

    Btw, we have made many updates, check www.nicecoder.com/svn/
    We're planning to release 5.3.0 soon.
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  4. #19
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    Im just using this to filter form selects :
    http://userscripts.org/scripts/show/1878

    One more thing :
    I have upgraded to the latest version on the svn, and its superb to see that we now can have people pay to be sponsored when they add listing! big improvment, I would like one more thing though, when people do not have an account i think they should be able to upgrade via the modify screen... so much easier than making them signup and claim a link
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  5. #20
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    also the new edit and approve and edit next buttons are great, but it seems a little pointless to take the user to a page saying its been eddited sucessfully - it would be mor euser friendly to stay on the edit page and jsut display a message "saved" then people can make a further edit or move on to the next pendint item, them approve them all together.

    OR

    when clicking edit and approve, move to the next item in the pending Queue.
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  6. #21
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    I have upgraded to the latest version on the svn, and its superb to see that we now can have people pay to be sponsored when they add listing! big improvment, I would like one more thing though, when people do not have an account i think they should be able to upgrade via the modify screen... so much easier than making them signup and claim a link
    No need to signup and claim a link. See the top right icon menu. There's a new menu called 'upgrade a listing'. Just hit this link to upgrade from free to paid listing.

  7. #22
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    hmm... this must be a situation where i have kept my old tempalte file and lost this feature.

    When do you expect to release 5.30?
    Last edited by inspireme; 08-24-2006 at 06:45 AM.
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  8. #23
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    Hi again, i noticed you dont use the sp_cat column in idx_link, but its no split off and the sponsor information uses its own table using joins.

    I have a request to make my life easier, can the sp_cat column in the idx_link table also be updated to read 1/0 depending on if the link is sponsored, simply because it will enable me to use smarty if

    <if sposored >
    display all these extra cool features
    </ if>

    at the moment im not sure how to do that? maybe im missing something with this one...
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  9. #24
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    When you pay it lists the prices for the 30.60,90,180 days etc, but it does not tell people how much they save if people have setup a discount. it would be good if it listed it like this :

    30 days ($7)
    60 days ($14)
    90 days ($21)
    180 days ($35) save $7
    360 days ($63) save $21
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  10. #25
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Hi again, i noticed you dont use the sp_cat column in idx_link, but its no split off and the sponsor information uses its own table using joins.

    I have a request to make my life easier, can the sp_cat column in the idx_link table also be updated to read 1/0 depending on if the link is sponsored, simply because it will enable me to use smarty if
    Yes, we no longer use sp_cat but prefer to populate them in new table.

    Please see rows.html. You can use the following code in all template files ends with _rows.html and detail_link.html.

    Code:
    <%if $sponsored%>
      ........
    <%elseif $premium%>
      .......
    <%else%>
      .....
    <%/if%>

Similar Threads

  1. 2 small questions
    By mighty_falcon in forum v5.x
    Replies: 6
    Last Post: 02-03-2005, 05:41 PM
  2. 2 things
    By tromans in forum Pre-Sales Questions
    Replies: 3
    Last Post: 08-23-2004, 02:42 AM
  3. Two small question
    By salim in forum v5.x
    Replies: 3
    Last Post: 05-30-2002, 10:38 AM
  4. Things to fix!
    By Hart_House in forum v5.x
    Replies: 0
    Last Post: 04-30-2002, 04:09 AM
  5. Some things
    By Carlitus in forum v5.x
    Replies: 3
    Last Post: 11-04-2001, 06:29 PM

Posting Permissions

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