Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
How do I rate a game Details »»
How do I rate a game
Version: , by crkgb crkgb is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 05-15-2008 Last Update: Never Installs: 0
 
No support by the author.

Hello,

Basically I did some searching in this area before asking.

In my Arcade I can see "Rating: Not rated yet" - but can not figure out where the rating tool is. Where do I need to go to rate a game?

Thank You

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 05-15-2008, 09:03 PM
okgaz okgaz is offline
 
Join Date: Jun 2007
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to add it to your favourites first. Which imo is kind of odd, how's it gonna get a bad rating if only ppl who add it to their favourites can rate it? Oh well, makes your games look more popular!
Reply With Quote
  #3  
Old 05-16-2008, 04:59 AM
crkgb crkgb is offline
 
Join Date: Oct 2007
Posts: 237
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, I see now. Is there a hack or a mod to allow game ratings inside the categories and without them being in the favorites list?
Reply With Quote
  #4  
Old 05-20-2008, 01:32 PM
rpgamersnet rpgamersnet is offline
 
Join Date: Jul 2004
Location: Canada
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did a few custom template edits for mine to accomplish exactly that. I thought it was silly to have to add to favourites to rate anything, this way nothing was rated. With a few simple additions, I have changed it to show on the games list. I also moved the "total time played" beside where it shows number of times played, so you can view a game's popularity easier. It took me awhile to figure out what to edit though, I tried to edit arcade.php and so forth, but its inside the skins that you want.
Reply With Quote
  #5  
Old 05-21-2008, 07:08 AM
crkgb crkgb is offline
 
Join Date: Oct 2007
Posts: 237
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If it's not against the rules would you please post the changes implemented for the "free for all" rating.

Thank you.
Reply With Quote
  #6  
Old 05-21-2008, 09:52 AM
rpgamersnet rpgamersnet is offline
 
Join Date: Jul 2004
Location: Canada
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm, I don't think its against the rules to show modifications of a skin, after all thats the point of skins, to change how your arcade looks!

You can see a demo of the small changes I made at this url:
http://forums.rpgamers.net/arcade.php?

I edited the file /arcade/skins/v3arcade.php:

Find:
Code:
<div class="smallfont">{$entry['gwords']}</div>
Below, change this block of text:
Code:
<table width="100%" border="0" class="{$rowcol}">
  <tr>
   <td><b>{$ibforums->lang['times_played']}</b>{$entry['gcount']}&nbsp;</td>
   <td align="right">&nbsp;{$rating}</td>
  </tr>
</table>
To look like this:
Code:
<table width="100%" border="0" class="{$rowcol}">
  <tr>
    <td><b>{$ibforums->lang['times_played']}</b>{$entry['gcount']} &nbsp;<i>({$ibforums->lang['time_played']}{$entry['gtime']})</i></td>
    <td align="right">&nbsp;{$rating} <a href="#" onclick="window.open('{$ibforums->base_url}act=Arcade&amp;do=rate&amp;gid={$entry['gid']}','comment_edit','height=150,width=400'); return false;">{$ibforums->lang['rate_game']}</a></td>
  </tr>
</table>
This simple change will modify the v3arcade skin of your arcade. The game listing will now show total time played beside the Times Played: XX, and will put a (Rate It) link beside the star rating of each game on the list, for easier access to the rating feature.

If it is in any way against the rules to post this code, please remove this post. I didn't see anything anywhere that said I could not post this. Thanks.

I hope this helps.
Reply With Quote
  #7  
Old 05-21-2008, 05:12 PM
crkgb crkgb is offline
 
Join Date: Oct 2007
Posts: 237
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much. This is exactly what I needed. Really really appreciate it ))
Reply With Quote
  #8  
Old 05-21-2008, 10:46 PM
rpgamersnet rpgamersnet is offline
 
Join Date: Jul 2004
Location: Canada
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad to be of assistance. I think this simple change is useful enough it could even be considered for future versions of the arcade. Rating has always been a bit hard to find, this encourages people to rate the games easier. Could even put something in there to only allow them to rate a game they have played or something.
Reply With Quote
  #9  
Old 11-13-2008, 07:54 AM
jerx jerx is offline
 
Join Date: Feb 2006
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I added this to the ibp skin:

In skin_Arcade.php in line 210 add this after {$rating}:
Code:
 <a href="#" onclick="window.open('{$ibforums->base_url}act=Arcade&amp;do=rate&amp;gid={$entry['gid']}','comment_edit','height=150,width=400'); return false;">{$ibforums->lang['rate_game']}
This works, but if you add the game to your favorites, then you will see the link twice.

And the rating popup looks really ugly. It should be adjusted to the thread rating of the forum. In ibp version for invision board this is looking far better. You can rate by clicking on the star icons.
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 06:55 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05539 seconds
  • Memory Usage 2,278KB
  • Queries Executed 22 (?)
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
  • (4)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete