![]() |
never mind
|
Frankly I'm using very complicated ;) hack to show top pop.
In arcade.php after Code:
Code:
|
Hey, I don't have your skills. I am scratching for solutions haha... I wish I knew a little bit more, saving me hours of trial and error. :speechless: :ermm:
|
@GenSec - kissing your feed (saying: not worthy, I not worthy) for great code add-on
@Lionel - hardy handshake for few more snippits @Oblivion Knight - beer and a blunt for pointing me here. /me installs |
So, does this thingy works or not? :D
|
strange strange strange
the code is there, but the rating area doesn't appear in the arcade_play bit, or nowhere else on that page? any suggestions :) |
I have the category and game resolution hacks installed and i installed this hack and I get a database error. I double checked all the file and template edits and I am not sure what is wrong.
"There seems to have been a slight problem with the One Foot In The Grave database. Please try again by pressing the refresh button in your browser. An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists. We apologise for any inconvenience." Thats all it says. |
Quote:
|
Edited: It's work for me.
Thank's for this hack :) |
Quote:
where do i place this part of code in arcade_main_games_bit temlate : |
Quote:
|
$phrasegroups = array('arcade','showthread');
remove 'arcade', |
Works :)
|
I´ve installed this mod, but when i click the rating i don´t see the reults.. Why? Under the Games.gif
|
same problem as others, I can't get the rating to appear. :(
|
I am also unable to see anything regarding ratings after installing this. What I have played around with was the addition in arcade_play:
Code:
<div class="vbmenu_popup" id="gamerating_menu" style="display:none"> I have gone back and rechecked and rechecked again what I have done with no success. Any ideas? |
I found one of my issues... it seems that there are two cases of the following in admin_play:
Quote:
|
Hey, just wanted to let you know that I've installed this hack on my boards at www.swanseasucks.com/vforum/arcade.php and it's really great.
I did have some trouble installing it because I am a complete novice at this sort of thing, but from a few of the posts I've read here other people had the same problem I did with sql errors after editing arcade.php - this was for two reasons. 1 - as already pointed out, removing 'arcade' from the line Code:
$phrasegroups = array('arcade','showthread'); 2 - the code for creating a table assumes that there is no prefix on the database and so creates a table called 'game_rate' - however, if your vbulletin database is prefixed then you need to change the following code to reflect that: Code:
CREATE TABLE `game_rate` ( Code:
CREATE TABLE `vbx_game_rate` ( I hope that helps someone as I nearly had a heart attack when it all went pear shaped :) *_*_*_*_*_*_*_*_*_*_*_*_*_*_* Now, can some one explain to me what files to change so that it says "rate game" rather than "rate thread"? Thanks all, and thanks for a great hack. |
Quote:
it simply shows nothing at all as tho hack was never even installed. it also states in the code "if ratings are enabled" where do we enbable them as there do not appear to be any admin panel changes to turn ratings on or off |
I have installed this hack but i can still see nothing in the arcade any ideas
|
cheers
|
Quote:
Same here.. Checked and double checked |
Quote:
First of all, you can't run all of the queries at once (there's actually 3 there) and 2nd: if you are running version 3 or higher there is no table just called "games" (someone else pointed this out here - thanks!) Here's the 3 that I ran separate: PHP Code:
PHP Code:
PHP Code:
|
Does this work for vBulliten 3.0.7 with the categories mod installed?
|
I don't know about the catagories mod, but the kind of works on mine and I'm running 3.0.7.
I say "kind of" because of several issues that I am pulling my hair out on (and I'm already going bald, so this is a bad thing): I'd like the rating option to be available on the main arcade.php page, but the rate drop down screen only appears when someone selects a specific game.... at at that point it's labeled Rate Thread. I saw where someone else asked about this but did not see where to fix it. I have the standard v3arcade layout - can the star ratings be placed on the main arcade page rather than the individual game page? Is this an option that I screwed up on? :ermm: Other screenshots make it look like it's on the arcade.php page. Thanks |
Quote:
Quote:
|
after playing around with it for a while, I finally got it working they way I wanted :) Thank you for sharing this with the community ;)
|
Ditto here - thanks!
One (more) question though... is there a query to reset all of the existing game ratings? I had some bogus rates and I'd rather just wipe them all out. |
Is there a way to change the display order on the arcade.php page? I would like to display the most played first so you don't have to dig through several pages for the games which are most fun.
Thanks! :) |
thanks :)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I am sorry, but I made all the changes explain and I do not have any rating which appears has to games, nor in the principal main, an idea of the problem?? |
I've got it installed. Had the same sql errors and removed the arcade from the phrasegroup.
But i'm not seeing the ratings selectin in the games nor am I seeing anything about ratings. |
There is some problem with this coding .... $phrasegroups = array('arcade','showthread');
I tried adding just the showthread and it works but the arcade dosent work for it..... Strange.. Also i didnt quite get this step .. 2. Upload gamerate.php to your forumroot directory. -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ There are somу redirects phrases like "redirect_threadrate_add", "error_threadratevoted" etc. You саn change them to similar with the word "game" instead of "thread". I didn't. And it works fine on my board. -- Change what to what ? huh ! |
Quote:
|
so how could i use this with calendar mod?
|
So do we have answers on why its not showing up on the arcade, ive followed the instructions to the 't' and still cant get it to show. Has anyone that had this problem fixed it??
Peace |
OK I FINALLY FIGURED IT OUT: I'm running 3.0.6 and with tweaking, I have it looking perfect. (mind you im using the standard board style)
TEMPLATE: arcade_play (this is to get it to show correct) RIGHT AFTER: PHP Code:
PHP Code:
RIGHT IN BETWEEN: (overwrite anything in there) PHP Code:
PHP Code:
ENJOY Peace |
How do I get it so that when you mouse over the rating it doesn't say: "Thread Rating"?
|
PHP Code:
Was that what you were looking for? Peace |
No I still want it to say the stats on the frontpage of the arcade when the rating image is rolled over.
|
does thsi work with 3.0.7
|
All times are GMT. The time now is 04:18 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|