Please Post all the bugs here...

Rate It (1)

Last post 12-14-2009 9:41 PM by mytonytiger. 125 replies.

Sort Posts:

  • Re: Relist with current date instead of the original created date

    08-28-2009, 11:35 AM
    • Member
      18 point Member
    • flostin
    • Member since 08-26-2009, 7:13 PM
    • Posts 19

     Hi,

    How did you solve this problem?

  • Bug with firefox and the master/default page

    09-17-2009, 3:35 PM
    • Member
      5 point Member
    • thedee
    • Member since 08-27-2009, 6:39 PM
    • Posts 12

    If I have more than 4 featured ads on the page, the featured ads runs over the footer area of my page instead of pushing that down.  It works in IE but in firefox is where the bug is.   Any ideas on what I can do to fix this?

  • Re: Bug with firefox and the master/default page

    09-18-2009, 9:07 AM
    • Member
      36 point Member
    • learner01
    • Member since 07-15-2008, 5:52 PM
    • Posts 18

    try firebug, may help you figuring out the problem....

  • Re: Strange 'date formatting' in Admin/Ads.aspx

    10-21-2009, 11:15 AM
    • Member
      18 point Member
    • flostin
    • Member since 08-26-2009, 7:13 PM
    • Posts 19

    Has anyone else experienced this little problem?

    In Admin/Ads.aspx results the ENTRY DATE is showing some strange dates. I have tried changing the formatting inside the column collections and have had varying results non of which have been accurate. I am running final version classifieds and this is the last bug I have to fix - I know it's not that important as it is for site admin use but it would be nice to solve the problem.

    Thanks

  • Re: Strange 'date formatting' in Admin/Ads.aspx

    10-28-2009, 9:21 PM
    • Contributor
      2,578 point Contributor
    • darkknight187
    • Member since 09-14-2006, 4:35 AM
    • Bothell, Washington
    • Posts 1,010

    I think the issue is on the aspx page, and it from the date month being set as mm it should be MM

    If there's something else going on let's see your code for the label or whatever is displaying the date. 

     

    Please remember to click “Mark as Answer” on the post that helps you.
    This can be beneficial to other community members reading the thread.
  • BUG: Setting ad thumbnail for an Ad.

    12-14-2009, 9:41 PM
    • Member
      22 point Member
    • mytonytiger
    • Member since 03-30-2003, 2:02 PM
    • Posts 5

    Problem:

    When managing photos for your ad (when you have multiple photos), and you choose to make a different photo your thumbnail for that ad, nothing changes.

     

    Cause:

    In the ManagePhotos.aspx.vb file, in the Page_load event, someone declared an adId variable that masks the public property adId. Therefore, when it is set in the following lines, it's the local scope variable and not the pages property that is set. So, when the user selects a different photo, the AdID (from public property) that goes up in the SetAdPreviewPhoto is never anything but 0 (there is never an adid of 0 in the database since it starts with 1). No error is encountered or raised.

     

    Solution:

    simply remove the declaration of the localy declared adId from the Page_load event of ManagePhotos.aspx.vb

    I did add a line setting the property to 0 (zero) in its place.

     

     

Page 9 of 9 (126 items) « First ... < Previous 5 6 7 8 9