Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2015-09-28 17:05:02
- alivato
- Member
- Registered: 2011-03-31
- Posts: 151
Re: Plugin - article stars rating
There is a plugin css_rating
http://www.kavidesign.com/en/84/txp_css_rating
Mysql error disapears then i change TYPE to ENGINE…
so
Installation:
1. Upload css_rating_sql.php and rating.php to your Textpattern directory. (You can skip this see 8)
2. Upload 2 images in images folder to images directory.
3. Upload the rpc.php to root directory (it handles ajax requests)
4. Go to css_rating_sql.php e.g. http://www.yoursite.com/textpattern/css_rating_sql.php
5. Delete css_rating_sql.php when you get the success message
6. Install css_rating
7. Upload the rating.js file in files folder via Textpattern interface or directly to files folder.
8. Creating Rating MySQL table …
Then I type in HEAD
<script src=“http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”></script>
<script type=“text/javascript” src=“http://type_my_site.com/textpattern/rating.js”></script>
<link rel=“stylesheet” type=“text/css” href=“http://type_my_site.com/textpattern/rating.css”>
Type <txp:css_rating_bar /> in form article title and… I see errors then i open http://site.com
ERROR
???
Last edited by alivato (2015-09-28 17:08:19)
Offline