![]() |
I'm sorry, I'm a newbie so I don't really get what you were saying. Where can put the line:
elseif ($action==rate){ eval("dooutput(\"".gettemplate('rateoption')."\"); "); } you told me to? what line number, under or above what in userrate.php? Then I will have to createa template call rateoption ? What should I put HTML code in it then :confused: . Help me whenever you have time, I'd appreciate it. |
Works like a charm. There were a few suggestions I had that would be cool in another version or an update...
1)Ability to specify little images, ribbons or something (im using a ribbon system) instead of just text. IE: under input field you enter the number you want, then it automatically displayes that number of images. 2)Show the "Rating:" under the users avatar and other info. That way he can "show off" his rating to other users :) IF this is possible or easy to add that would be purty cool to have :D |
Quote:
I have a "forum.user.ratetotal" tho |
Great hack :)
Btw, trilOByte how can I make the forums look like yours for the XP, EXP, etc voting screenshot? But have it also show like your carma screenshot? Thank you, |
can someone help me install this mod please, i dont have phpmyadmin, im stuck at this part, please help me someone... =(
|
Dark Blaze, you need to use custom bar graphics that match the stats hack in order to get the same effect. I've attached the ones I made for you to DL. Just upload them to your server and overwrite the default ones.
212rikanmofo, do you have a "cpanel" or something similar provided by your webhost? If you've got php on your server (obviously must for vB) and admin acess to your domain, you should have some sort of admin panel, which will likely have PHPMyAdmin in there as a link. |
Sorry Dark Blaze, forgot the attachment, here ya go...
|
Quote:
Thus, having php support on your server, you will only need administrators access to your domain, and some sort of an Admin Panel, which will most likely have phpMyAdmin installed. If you have Administrator Access on your server, you will be able to upload the files and then run the appropriate scripts or do the required actions to install this modification/hack. I hope this helps :) |
Quote:
|
Quote:
|
The hack works fine. However I am not clear on how to use who_rated. It does not appear anywhere. Isn't that supposed to give a list of who rated a specific user?
|
The number of votes cast under the bar graphic, turns into an active link with a java popup, after 3 votes or more have been cast.
|
I would like to see this sort of thing but in a feedback style. Like in a classifieds section or a trading section... people could leave feedback about one another... know what I mean?
|
When i try and rate someone i get the error
You did not specify a valid user! |
Hi,
I modified the Hack, so you can remove your rateing, if you decide not to rate any user. Till now you only can change how you rated. And another little mod: The order in the Popup-Windows Who-rated is now by the NickName, no longer by ID. changed files: userrate.php changed templates: getuserinfo_rating German version in avaible in www.exchange-board.org |
Hi
I have a own license on vBB and I have entered my name in the customer boxes (3 input fields, and in top i entered my registration name: xiphoid > vbulletin.com) but i can't see the screenshot ! What am I missing .. |
Just change the url part from vbulletin.com to vbulletin.org
|
Does anyone have a demo of this? Tried Trilobytes but don't have a test user account.
Also, does this allow one to add comments as part of feedback or just the rating only? |
[QUOTE]Originally posted by philliplewisuk
When i try and rate someone i get the error You did not specify a valid user! |
I have removed the hack and installed it twice, with the same outcome. It might be interfering with some of my other hacks, most likely the gender hack, or the mood hack. What do you think? It's not a big problem, since the rating is counted, so I have just changed that error template to say "Vote counted, click back to return to profile" or something like that.
But it would be interesting to know if anyone else besides us two have this problem. |
Aha!
I figured out the problem! You do NOT need to press the Go button to rate a member. (How stupid of me). Just choose a rating from the drop down menu, and wait - the rating will go and you will be redirected to the correct page. The Go button appears to be redundant (but possibly needed in older browsers). For me, what I did was in: getuserinfo_rating I removed: <input type="image" src="vbimages/go.gif" border="0" align="absbottom"> to prevent other users from clicking Go. I manage to insert the rating bar in my postbit too, so people can be rated from the postbit. Great hack!!! :) |
NICEHACK!
great works fine, anyway CAN SOMEONE TELL ME HOW tril0byte did that awesome karma work? plz :) |
How do you stop members from voting for themselves?
This is happening with my forums. Members can change their last rating by voting for themselves. |
I got a question though, I still dont understand how to incorporate the image, I dont understand what he said on the 1st page, can someone make the walkthrough a little more thorough, i DLed tril0bytes imagepack and just dont know how to make it work
|
Quote:
Or, are you having dificulty getting the hack to work in the first place? In that case, post what you've done and how far you'ce got. I'll see if I can help ;) Have you... 1. executed the new SQL query? 2. Hacked
3. Added the following new templates...
4. Did you edit the following templates...
My advice, restore your original files and then go through the hack again, methodically, use a pen and paper to cross of a printed copy of the instructions if necessary. |
I installed that hack anf it worked fine. However I also installed the hidden post hack. While trying to hide a post, I got a mysql error in showthread.php
mysql error: Table 'databasename.ratetotal' doesn't exist while investigating, I found the problem was at Find in showthread.php (around line 58): ----------------------------------------------------------------------------------- LEFT JOIN user ON user.userid=post.userid replace with: LEFT JOIN user ON user.userid=post.userid,ratetotal,ratenum,allowrat e --------------------------------------------------------------------------------- I reverted it back by removing that line: ,ratetotal,ratenum,allowrate and hidepost worked. Looks like that rate user is still working. My question is: what is the importance of that line? Notice that the error did not say databasename.user.ratetotal (which exists in table user as per installed but the error is seeinf ratetotal as a table, not a field). How can I correct this? I am on 2.21 Thanks |
Quote:
|
i dont got phpmyADMIN and dont wanna install it, not good with mySQL stuff, is there anyway u can make an install file or sumtin?
|
i have one problem?
why am i only can rate user in profile page can't rate in post am i miss something in postbit or..... hope somebody help me~~ |
Works like a charm, thank you
|
Quote:
Quote:
I too would really like to know where to add this line to the userrate.php Thanks in advance. |
Just a small issue to note... When using the /forum/online.php, if someone is rating someone else, it reports "UNKNOWN LOCATION" and the URL... You could update this hack to display the correct location, that would be great :)
|
People on my message board were suggesting that those who have ratings disabled for themselves shouldn't be able to vote for anyone else. Does anyone want to work on this modification? =)
|
Lol, you can't rely on others to do the work for you. Gotta do it yourself :(.
Here it is guys. Use the attached userrate.php file. Make sure you create a new template "error_notallowedtorate" and put "You are not allowed to rate this user if others cannot rate you" or something like that. Enjoy. |
I had installed it and somehow the hyperlink to open the javascript window does not occur and on eof my member somehow does not display the Rating under his post
|
Quote:
|
Quote:
|
does this work for 2.2.2?
|
Quote:
|
There are still no user comments from other users like ebay on this hack, right? Only votes?
|
All times are GMT. The time now is 02:25 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|