Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Rate my Photo (HotOrNot Clone) Details »»
Rate my Photo (HotOrNot Clone)
Version: 1.0.3, by TheAdminMarket TheAdminMarket is offline
Developer Last Online: Jul 2017 Show Printable Version Email this Page

Category: Major Additions - Version: 4.2.2 Rating:
Released: 07-02-2015 Last Update: 07-25-2015 Installs: 15
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

Since 2006 I was serving community members with my Free Mods
But as this site will starts operating by the company,
I'm no willing to support them

** File Removed **



Rate my Photo

A HotOrNot Clone for your Forum

Quote:
I'm offering my hard work for free, without even a single copyright line in footer, expecting that some of you will appreciate the time that I spent for coding it and they will donate something.
Demo: http://www.teriakis.com/vb423/photorate.php


1.- What's this?

For first is better to say what is not! This is not a Gallery AddOn. Even if I've added the ability to search and list photos by specific criteria, still it can't be used a Gallery. RateMyPhoto is a HotOrNot Clone, where users post photos to be rated by other members. Normally the rater does not knows the current rating to avoid giving the same. Also rating just specific photo(s) is not possible. All photos appear on the queqe even if there is a choice to skip a photo to rate it at a later time. Double rating is restricted.

2.- Features
  • Unilimited (one level) categories
  • Photos appearing in queqe for rating
  • User can skip a photo to rate it at a later time
  • User can select to rate all photos from all categories, or specify a category.
  • Helpful counter on how many unrated photos has the user (Total and by Category)
  • Browsing Photos by specific criteria is possible:
    • By Category
    • Mimimum amount of votes
    • Min-Max rating
    • Post last XX days
    • By Username
    • Show all photos, or photos that user has rated, or photos that user hasn't rated yet.
  • Listing can be ordered by:
    • Rating
    • Number of Votes
    • Username
    • Post date
    • For all above can be Ascending or Descending
  • Special Tab in user profile with all photos that he has post for rating with statistics
  • My Photos section in Usercp with rating statistics and options for:
    • Edit (Photo can't be changed)
    • Hide
    • Activate
    • Delete
  • Sidebar Statistics block
  • Moderator can Approve/Reject/Edit Photos in ModCP
  • Usergroup Permissions:
    • Can View Photos
    • Can Rate Photos
    • Can Post Photos for Rating
    • Photos need approval or not.
    • Can Moderate photos

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
puertoblack2003, RichieBoy67

Comments
  #12  
Old 07-05-2015, 05:39 AM
TheAdminMarket's Avatar
TheAdminMarket TheAdminMarket is offline
 
Join Date: Jun 2013
Location: Thessaloniki, Greece
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by badstraw View Post
Another thing is that I can't see how to rate my own photos.. I already changed the permissions..
You can't rate your own photos.
PS: I've fixed the bug and I'm attaching it here in case that you're in rush.
Reply With Quote
  #13  
Old 07-05-2015, 05:47 AM
TheAdminMarket's Avatar
TheAdminMarket TheAdminMarket is offline
 
Join Date: Jun 2013
Location: Thessaloniki, Greece
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If it's so important to be able to rate your photos, you must edit photorate.php.

From lines: 80, 85, 91, 94 remove:
PHP Code:
 AND userid<>$userid 
but pay attention to have a space between the left conditions.
Reply With Quote
  #14  
Old 07-05-2015, 05:53 AM
badstraw badstraw is offline
 
Join Date: Jan 2015
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great!!!! im no longer getting all the error messages if I try to upload a photo, but if I click on any user Im still getting this error:

Warning: Illegal string offset 'userid' in ..../includes/class_core.php(4715) : eval()'d code on line 42

thanks for the help.
Reply With Quote
  #15  
Old 07-05-2015, 05:59 AM
TheAdminMarket's Avatar
TheAdminMarket TheAdminMarket is offline
 
Join Date: Jun 2013
Location: Thessaloniki, Greece
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Version 1.0.1 released to be compatible with vB4.2.3

To upgrade:
  1. Download latest release
  2. Upload photorate_usercp.php
  3. Import (optional) product_photorate.xml to update version number
Reply With Quote
  #16  
Old 07-05-2015, 06:02 AM
TheAdminMarket's Avatar
TheAdminMarket TheAdminMarket is offline
 
Join Date: Jun 2013
Location: Thessaloniki, Greece
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by badstraw View Post
great!!!! im no longer getting all the error messages if I try to upload a photo, but if I click on any user Im still getting this error:

Warning: Illegal string offset 'userid' in ..../includes/class_core.php(4715) : eval()'d code on line 42

thanks for the help.
Do you mean links that point to user profile?? Can you try to add at the top of config.php (includes/config.php), just below the first line <?php
PHP Code:
define('SKIP_ALL_ERRORS'true); 
Reply With Quote
  #17  
Old 07-05-2015, 06:18 AM
badstraw badstraw is offline
 
Join Date: Jan 2015
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

exactly, if I click on the username that sends me to the user profile I get the error message on top, now It doesn't show any error after I added that line of code.

Another thing, If you allow me I'd like to help you to translate your mod to spanish. What file do I need to modify?

edit: How do I access the "photos waiting approval" menu?

thanks man, this mod is awesome!
Reply With Quote
  #18  
Old 07-05-2015, 06:40 AM
TheAdminMarket's Avatar
TheAdminMarket TheAdminMarket is offline
 
Join Date: Jun 2013
Location: Thessaloniki, Greece
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by badstraw View Post
exactly, if I click on the username that sends me to the user profile I get the error message on top, now It doesn't show any error after I added that line of code.

Another thing, If you allow me I'd like to help you to translate your mod to spanish. What file do I need to modify?

edit: How do I access the "photos waiting approval" menu?

thanks man, this mod is awesome!
1.- Believe it or not, I never translated any mod even in Greek. I believe that you must go to:
admincp-> Language & Phrases-> Download/Upload Language and then Download the Product: Photorate

2.- Click on Mod link at the bottom of page (ModCP).
Reply With Quote
  #19  
Old 07-05-2015, 07:05 AM
badstraw badstraw is offline
 
Join Date: Jan 2015
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks , once I download the product : rate my photo , I would need to import the XML file, correct? but it gives me an invalid file message if I try to import it... weird.

Another thing, If I go to the "photos waiting approval" menu I get a blank page that says:

404
Not Found
The resource requested could not be found on this server!

I already CMOD 777 the directories ratemyphoto/photos and ratemyphoto/photos/thumbs
Reply With Quote
  #20  
Old 07-05-2015, 07:46 AM
TheAdminMarket's Avatar
TheAdminMarket TheAdminMarket is offline
 
Join Date: Jun 2013
Location: Thessaloniki, Greece
Posts: 511
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by badstraw View Post
404
Not Found
The resource requested could not be found on this server!

I already CMOD 777 the directories ratemyphoto/photos and ratemyphoto/photos/thumbs
When this happen? When you click "Update Photo Status" or when you click "Edit"?
......or when you click the menu on the lefy? If this is the case, maybe you've renamed the modcp directory?
Reply With Quote
  #21  
Old 07-05-2015, 09:32 AM
badstraw badstraw is offline
 
Join Date: Jan 2015
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, I've been playing with the mod and I love it!!!

When I click on the approve photos button , located below " rate photos " is when I get the 404 not found error.

I renamed the admincp folder, but modcp still has the same name.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:53 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04628 seconds
  • Memory Usage 2,327KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete