Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1 Add-ons:
Rating Script

 

 


cellophane
User

Oct 20, 2006, 3:51 PM

Post #1 of 3 (6245 views)
Shortcut
Rating Script Can't Post

Cf attachment.

How to use this script ?
1) Extract all files to one directory or your hard drive.
2) Upload all files and directories to your ftp, then chmod to 777 the "votes" directory
3) In the webpage where you want to add one or more rating forms, add at the top of the page :
<? require_once("rate.php"); ?>
4) Then add at the place you want for each rating form :
<? echo rate("5starsdemo");?> and replace "5starsdemo" by the name you want.
5) All rating form must have a different name !

If you need to modify the layout of this script, edit rate.php file


(This post was edited by cellophane on Oct 20, 2006, 6:08 PM)
Attachments: phpsoft_5-stars_rating.zip (21.4 KB)


Silvatti
User

Oct 23, 2006, 2:46 PM

Post #2 of 3 (6179 views)
Shortcut
Re: [cellophane] Rating Script [In reply to] Can't Post

Cellophane,

Just curious, have you found any way to use this script in conjuction with AM to sort displayed articles by rankings?


pjmaggitti
New User

Jan 11, 2007, 10:25 AM

Post #3 of 3 (5866 views)
Shortcut
Re: [cellophane] Rating Script [In reply to] Can't Post


In Reply To
Cf attachment.

1) Extract all files to one directory or your hard drive.
Should that directory be within the article manager directory?

3) In the webpage where you want to add one or more rating forms, add at the top of the page :
<? require_once("rate.php"); ?>
Does this go in the <head> or <body> section of the page?

4) Then add at the place you want for each rating form :
<? echo rate("5starsdemo");?> and replace "5starsdemo" by the name you want.
Is this in the <body> of the html document?