Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 230
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 192
Total: 192

Author Topic: Ratings  (Read 8218 times)

0 Members and 1 Guest are viewing this topic.

Offline marcbkk

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Ratings
« on: March 07, 2007, 10:53:39 am »
Should not be able to rate your own pictures as it is now.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Ratings
« Reply #1 on: March 07, 2007, 07:01:15 pm »
It is already implemented.

Code: [Select]
//Check if they are rating their own image.
if($ID_MEMBER == $row['ID_MEMBER'])
fatal_error($txt['gallery_error_norate_own'],false);
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline marcbkk

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Re: Ratings
« Reply #2 on: March 07, 2007, 07:49:19 pm »
Great, where to plug that code in?

Also, did you see my other post regarding counting one's viewing of one's own photos as being a view hit count?

http://www.smfhacks.com/index.php/topic,600.0.html

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Ratings
« Reply #3 on: March 07, 2007, 07:50:45 pm »
Yes I saw the view image count setting suggestion as well.

Gallery.php
function RatePicture
Code: [Select]
//Get the Picture owner
    $dbresult = db_query("SELECT ID_MEMBER FROM {$db_prefix}gallery_pic WHERE ID_PICTURE = $id LIMIT 1", __FILE__, __LINE__);
    $row = mysql_fetch_assoc($dbresult);
mysql_free_result($dbresult);
//Check if they are rating their own image.
if($ID_MEMBER == $row['ID_MEMBER'])
fatal_error($txt['gallery_error_norate_own'],false);
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline marcbkk

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Re: Ratings
« Reply #4 on: March 07, 2007, 07:58:22 pm »
Yes, I see the code is already in the Gallery.PHP file within the SMFGalleryupgrade11.1.2.1.zip file.

I am allowed to rate my own photos still though becuase I am the forum admin?

I haven't checked, but I guess other regular forum users would not have that option.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Ratings
« Reply #5 on: March 07, 2007, 08:00:18 pm »
I tried on my test site and can't rate your own items as a user or admin.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline marcbkk

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Re: Ratings
« Reply #6 on: March 08, 2007, 07:22:56 pm »
Good and you are right. Actually the rating fuction still appears on your own pictures, but when you click on it you get an error message saying you can't reat your own picture. I hadn't actually tried to rate a picture of my own before becuase I did not want a false rating to show up. I just had assumed if the rating option is there then it should work. Maybe to make it a bit more neat and clean it is worth removing the rating option from even appearing on one's own picture posts.

 

Related Topics

  Subject / Started by Replies Last post
5 Replies
5181 Views
Last post February 06, 2008, 05:29:29 pm
by SMFHacks
5 Replies
8056 Views
Last post August 16, 2008, 12:59:46 pm
by SMFHacks
1 Replies
3581 Views
Last post July 05, 2010, 04:03:56 pm
by SMFHacks
4 Replies
3996 Views
Last post June 13, 2012, 12:25:24 pm
by FrizzleFried
19 Replies
36470 Views
Last post August 31, 2016, 01:24:38 am
by oskaaay

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal