Results 1 to 13 of 13

Thread: Adding User Rating system for a catalog(property listings)

  1. #1
    New user
    Join Date
    12-18-09.
    Posts
    24

    Default Adding User Rating system for a catalog(property listings)

    I've tried with extension ce_rater and starrater but i'm not able to link them with my property catalog.
    please advise on a solution or a better way out?

  2. #2
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Adding User Rating system for a catalog(property listings)

    the new version of the catalog (alpha3) has custom field-types. one of them is a field that contains a ajaxratingfield, and hitcounters, amoungts others. The code is reasonably stable to use for production, but you won't be able to retrofit the new functionality on the old catalog.

  3. #3
    New user
    Join Date
    12-18-09.
    Posts
    24

    Default Re: Adding User Rating system for a catalog(property listings)

    Thanks Thyon, i've downloaded alpha3, do i need to copy the folders and subfolders to their respective paths as in extension manager i'm not able to get update to alpha3?
    One more this will i loose all my catalog fields and data or they will remain intact?

  4. #4
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Adding User Rating system for a catalog(property listings)

    as with anything, I strongly recommend a complete DB backup before you start anything. Then you can simply install the new folders (and zip up the old folder that you are replacing) in their positions and then run the install.php script again to update the database with new fields. Then you might have to manually remove catalog_ext/ folder, but it will warn you about that (as there isn't enough permissions to remove the folder), until you've done it. Then you should be able to continue working without a problem, adding new fields, etc.

  5. #5
    New user
    Join Date
    12-18-09.
    Posts
    24

    Default Re: Adding User Rating system for a catalog(property listings)

    Thanks again.
    i've installed alpha3 successfuly, my previous data is also intact..
    i've added a new catalog field type ("rating of items") it shows ajaxratingfield value as "30"
    but when i print the catalog item the new field is not there..how i use it? do i need to do something extra and how users will be able to submit their ratings, do i need to create a form etc?

    I'm getting this error when i click modules tab in back-end:
    Fatal error: Cannot redeclare class tl_module_catalog in D:\wamp\www\supercity\system\modules\catalog_ext\d ca\tl_module.php on line 651
    But when i compare tl_module.php with the backup file there is no code difference.

  6. #6
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Adding User Rating system for a catalog(property listings)

    remember that you must delete (and backup) the catalog_ext/ folder, as its no longer used in the new version, everything is merged into a single catalog/ folder. That's why there is a redeclaration. you can try to ask xtra for a recommendation as he developed the rating field.

    his details are on the google code page or the new version.

  7. #7
    New user
    Join Date
    07-01-09.
    Posts
    19

    Default Re: Adding User Rating system for a catalog(property listings)

    The value "30" is the size you want to have for one star.
    The rating can be between 1 and 5 stars (as with the ce_rating from what I originally derived this fieldtype).

    For using the rating field with a different size than 30px, you have to define a separate css for it.

    Could you post a link to the page where the rating does not work?

  8. #8
    New user
    Join Date
    12-18-09.
    Posts
    24

    Default Re: Adding User Rating system for a catalog(property listings)

    sorry this site is still on my local system.
    after adding a new field with type "rating of items", the field appears on the fieldlist of catalog but not while adding a new item. i can not see this field at all to add its value, though all other fields are seen like title etc?

  9. #9
    New user
    Join Date
    12-18-09.
    Posts
    24

    Default Re: Adding User Rating system for a catalog(property listings)

    I've made the site live, please check the following url
    http://www.nirvanacanada.com/demo/supercity/typolight
    UN:admin
    PWD:admin123

    please check the catalog-> Residential Property Listings ->property class field for rating field which is not functioning.

  10. #10
    New user
    Join Date
    01-25-10.
    Posts
    3

    Default Re: Adding User Rating system for a catalog(property listings)

    If I can not use the new version of catalog module, is there any possibility to write something similar on older version ?

  11. #11
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Adding User Rating system for a catalog(property listings)

    Nope. as this custom feature is only available with the new version. You will have to see, as there are other rating extensions you could try in the extension repository. You'll probably need a custom template for that.

  12. #12
    New user
    Join Date
    01-25-10.
    Posts
    3

    Default Re: Adding User Rating system for a catalog(property listings)

    I understand, it would be hard to rewrite this module. So I have question about new version and catalogajaxratingfield, how to move item rating from ModuleCatalogReader to ModuleCatalogList?

  13. #13
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Adding User Rating system for a catalog(property listings)

    I don't know. I guess you just list it as a field? You'll probably have to make extensive changes to the template for the ajax part to know which item to update. All the info is there in each catalog item array, so it should be possible.

    You can also ask "xtra".

Bookmarks

Posting Permissions

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