Jump to content
MakeWebGames

Recommended Posts

  • Replies 69
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Re: Simple user rating system v2

 

Heres 2 simple + and - ones i got.

plus.gifminus.gif

Might as well use

<font color='green'>+</font>

<font color='red'>-</font>

True but this is only temporary till i can be bothered to make better ones. :-D

Or you can just google it for some pictures then resize them or whatever.

Posted

Re: Simple user rating system v2

do ya have the same problem as me with rating different people? It will only allow me to rate one person once a day instead of allowing me to rate once for a user, but can rate multiple people.

Guest Anonymous
Posted

Re: Simple user rating system v2

just add some querys i think

Posted

Re: Simple user rating system v2

WTF lol whether you click thumbs up or thumbs down, it will give them a good rating lol

switch($action) {

case 'goodrating':

good_rating();

break;

case 'badrating':

good_rating();

break;

  • 3 months later...
Posted

Re: Simple user rating system v2

 

WTF lol whether you click thumbs up or thumbs down, it will give them a good rating lol

switch($action) {

case 'goodrating':

good_rating();

break;

case 'badrating':

good_rating();

break;

It Has Nothing To Do With That It Is This:

Find:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Replace With:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

  • 2 weeks later...
  • 1 month later...
Posted

Re: Simple user rating system v2

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

This is my V2 it works a charm, Thanks mate.

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...