Questions tagged [review]

For questions about systems that implement reviews, such as an e-commerce platform that has a reviews component. DO NOT use this tag for questions about code reviews.

For questions about systems that implement reviews, such as an e-commerce platform that has a reviews component. DO NOT use this tag for questions about code reviews.

628 questions
-1
votes
3 answers

How I can add user reviews in my website like stars in play store?

I want to add stars in my website that users can use to add reviews in my website. Like Play store shows stars for users to give rating. Have anyone have a way to do this.
-1
votes
1 answer

Labeled dataset of product review spam

I've edited my question below after comment from @Tchotchke: I am trying to train an NLP model to classify fake and authentic product reviews. For the training, I need a labeled dataset of such reviews. There are product review datasets published by…
Tapa Dipti Sitaula
  • 712
  • 1
  • 8
  • 13
-1
votes
1 answer

How to solve "app is still in review but requiring additional time"?

I submit a app to App Store, but it is always rejected.How to solve this question?
ttxoox
  • 1
  • 2
-1
votes
1 answer

when i approve review,show error ,i delete the reviews,product page and home page is ok,catalog page error:

SELECT DISTINCT 1 AS status, e.entity_id, e.type_id, e.attribute_set_id, e.name, e.short_description, e.price, e.special_price, e.special_from_date, e.special_to_date, e.small_image, e.thumbnail, e.color, e.color_value, e.news_from_date,…
lisapeter
  • 1
  • 1
-1
votes
2 answers

Multi-level menu for an FAQ

I am making a FAQ that ask you 3 question to give you the correct answer. It works in the same way as this website: Nokia Lumia FAQ. The code works. You have 3 level of content to see depending on the button you press. When a button is pressed on…
Merin RV
  • 39
  • 6
-1
votes
1 answer

How I apply review to get publish_actions permission for a Windows application written in Win API/C++?

I created and used application softwares(exe file written in C++ with Win SDK) of Windows OS(Win7) which has a function to upload(post) user photos to Facebook. They were working fine but now it is not possible to post photos to Facebook and I got…
-1
votes
1 answer

Link for first review not showing

I'm working on a website in Magento 1.9.2. Directly underneath the price on the product pages are links displayed to the reviews and the review-form for that specific product (f.i. 5 review(s) / Add Your Review) When there aren't any reviews…
nocaid
  • 33
  • 3
-1
votes
3 answers

CamelCase to LowerDashCase - Without Regex

I have the following functions: function dashesToCamelCase($string) { return str_replace(' ', '', ucwords(str_replace('-', ' ', $string))); } function camelCaseToDashes($string) { //This method should not have Regex $string =…
Christian Gollhardt
  • 16,510
  • 17
  • 74
  • 111
-1
votes
1 answer

Appstore Customer Review Download

I need customer reviews from apps as .txt, .xml, .csv to work with them. So far I used the following .php script: http://tellini.info/2011/07/scraping-app-store-reviews-page-after-page/ But unfortunately its not working anymore, I guess apple…
Timm
  • 169
  • 1
  • 13
-1
votes
2 answers

What online software/websites are there that can review/analyse my website?

Can anyone advise where I can have my website reviewed? Is there an online forum for website critique? What online software is there that can analyse my code?
annoyingnewbie
  • 153
  • 1
  • 3
  • 12
-1
votes
1 answer

Facebook Plugin to show visitors comments on Facebook Page

Which Facebook plugin do i need to use for my website,that would let visitors make comments/reviews and those comments are shown on my Facebook Business page. I have already tried the Comments Plugin but that is showing the comment to the person…
-1
votes
2 answers

How to Unlock a feature in iPhone app with a review given by user in AppStore

I have developed an app for GMAT exam, My first exam paper is Locked.. I want to Unlock the paper whenever the user gives a review for my app in appstore. Suggest me any tutorials to do that..? When User Click on the Paper It Should Ask to give a…
SriKanth
  • 459
  • 7
  • 27
-2
votes
2 answers

How to not repeat variables inside methods?

the variables self.ledger inside a class displays some deposits and withdraws in this way: [{'amount': 50, 'description': 'Santa Claus arrived'}, {'amount': -12.5, 'description': 'Thiefs arrived'}] The 2 methods withdraw and deposit append…
Jock
  • 388
  • 2
  • 12
-2
votes
3 answers

How can I find the Reviews for all the technical Books?

Is there any site for technical books reviews and comments. So that it is very useful before reading the book.
web dunia
  • 9,381
  • 18
  • 52
  • 64
-2
votes
1 answer

Rate and review system for wordpress website

I have a professor Rate and review website for Lebanese universities. I have created a new rating system with animation on bubble.io ( https://professor-advisor.bubbleapps.io/version-test?debug_mode=true ) but I want to implement it on Wordpress. Is…
ramzi
  • 1
  • 1