![]() |
Got it to work though - a great follow up to v1 :)
Sweet |
I did.
Thanks |
How can I create a page to show the 10 highest user's?
|
Really great job
let me install it today Thanks a ton certify! |
Is there a way to make the Karma button only useable by Mods and Admins?
I had some users really take offense at that part! |
I must be missing something.. I Can Not get this to install.
First I had to replace action=$script with action=install_point.php in the install file to even get it to run. Now I can run it, and it apepears to have worked. But karma doesnt show up anywhere in the forums. Any advice appreciated! www.limpkinw.com (I just started this stuff couple days ago forgive the rough look) |
Quote:
|
LOVE the hack! I have a problem and a couple of suggestions.
I have two different styles on my forum ( http://forum.gravitoncity.com ), and when I installed the hack I made sure I updated the templates for both styles. However, the hack only seems to work on the style that I've selected. There are no karma lights under usernames, no karma button under the posts, and no karma score under the username on the front page. I wanted to re-run the install to make sure that I read all the instructions right, but I realised that I might wipe all the karma given already by creating the database tables again! *gulp* I'm not great with php or mysql, so I don't wanna screw it up hehe. Can anyone help? Suggestions: More karma=more lights under the username. Let the admin set how many points = how many lights. Apply the selected style to the karma rating box. It's just white at the moment. Also, I agree the text is too small and the box too big. For some reason if i select positive karma and enter a comment, hitting enter resets the form rather than submitting it. It is habit for me to hit enter rather than click submit, so this is a bit annoying. Have a list of preset comments that ppl can choose from if they cant be bothered writing a comment. The slashdot keywords (eg: Interesting, Toll, Funny, Flamebait, Informative, Redundant) might be a good start. Show a karma rating for each post. We know the karma for the user, but not for their posts. Parhaps put it at the top next to where the post topic appears (if there is one). I'd LOVE to be able to filter posts ala slashdot based on their karma. Add a column to the memberlist page with their karma shown, and allow the list to be sorted by karma (as it can now be done with number of posts). Allow a user to see all comments made to their posts, rather than having to go to each post. There could be a link in the user CP perhaps to a list of all comments, and the posts they're associated with. The karma for that post could also be listed there. Ability for the admin to change the phrase in the popup box via the admin CP. I didn't like "Agree/Disagree" because that means something completely different from "good/bad" post. Someone might make a brilliantly written post that I don't agree with, but the wording would suggest that I should give them negative Karma. (I've hacked the adis file to change it on mine). I like the previously mentioned idea of awarding karma for each referral. Would encourage more referrals. Allow the admin to choose how much they give/take as extra on each post. Setting it in the CP is easy, but it means that all posts to be awarded must be awarded by the same ammount. *phew* That's all I can think of for the moment. I hope I havn't been too demanding with these suggestions. I love the hack so far, and think that it can get even better. Use or ignore these as you see fit! THANKS once again for the hack! |
I keep getting mysql errors that I can't figure out. The forum is working fine and all the posts are there, but I am getting mysql connect errors everywhere there is a karma database string.
Quote:
Quote:
|
I know it probably here, but I read this 3 times through and cant find. Where do i modify and template and how?
I have installed as per instructions and do not see karma option under CP, nor anywhere on site. Thank you! |
The mistake I did on my first install is that I just clicked on the buttons, thinking the modifcations to the various files were being done automatically. Then, when nothing showed, I did it again, but pasted in the required stuff to the files.
Everything shows now, but I get an error message when I try to post a new message or reply: Quote:
BTW, I am running versions 2.2.1 |
You can use my hack's format and features but please make your own GIF images. That way we can at least tell that it is a different 'karma' hack that the forum is running. A new name wouldn't hurt either to keep confusion down since the feature set is still quite different.
ps. Haven't you got people turbo posting blank replies for karma yet? |
Here are some replacement "karma" dot images I just made. I hope they're different enough from Overgrow's. I have the photoshop file I made them from if that would help prove it.
http://neilstuff.homeip.net:180/share/kpos.gif http://neilstuff.homeip.net:180/share/kneg.gif http://neilstuff.homeip.net:180/share/kbalance.gif If you'd like something COMPLETELY different made, just let me know. Just wanting to help out where I can! |
Thanks Neil ;) Not as different as I'd hoped but certainly enough for me. I did notice that they're not displaying karma with those GIFs on each post so it is easy to tell the hacks apart right now.
|
Quote:
http://vbulletin.com/forum/showthrea...threadid=40721 |
Here's some more that are even MORE different that folks might like to use if they like!
https://vborg.vbsupport.ru/ https://vborg.vbsupport.ru/ https://vborg.vbsupport.ru/ |
I have just upload the fix readme.txt and new instructions for header and footer in adis.php
|
Can you add a feature that gives users points for reading x number of threads?? One of my users suggested it, because she doesn't post alot.
|
Quote:
Certify, will this new update fix my mysql connect issues? Chris |
I sort figured out what the problem. Still having issues though. I think it has something to do with persitant connections maybe????
Anyhow, I replaced this: Quote:
Quote:
Quote:
Quote:
|
i installed the hack and set the amount of negative karmas for auto ban but it seems that is not working. i have changed the settings on the autoban multiple times and it still doesnt work :(
|
How can I add this as a column on the memberlist?
|
Is anyone able to help me with the problem of Karma only accessible from one of my styles, as I requested in an earlier post please?
|
When you installed it, presumable you applied the modifications to the templates in your default style ? Then reapply the template parts of the hack to the same templates, but in your other styles... that's my guess.
|
As far as I recall, I was careful to apply any template mods to ALL of the templates used on my site. Besides, the functions that display the karma totals and the karma button are defined in the script, rather than the template right?
Also, I can't go back and apply the changes in the template anyway, because the instructions are in the install file, and if I run that again it'll stuff up the database, won't it? |
ok maybe I am stupid here but the install text says nothing and the install script says nothing when doing the install does the install do everything for you or is it just telling you what you need to modify? I tried both ways and nothing works for me.
|
I have VBportals and would like to add a Side Block to show my top five with Karma, can anyone tell me the PHP I would need to call that up.
If this helps, I already have on show the top five posters and the PHP used is; // Set this to the max number top posters to display $a=1; $num = 5; global $bburl; $query = "SELECT * FROM user ORDER BY posts DESC LIMIT $num"; $resultlatest = mysql_query($query); while ($latest_array = mysql_fetch_array($resultlatest)) { echo " <font size = 1> $a: <A HREF='$bburl/member.php?action=getinfo&userid=$latest_array[userid]'>$latest_array[username] </A> $latest_array[posts]</FONT><BR>"; $a++; } echo "<font size = 1><A HREF='$bburl/memberlist.php?what=topposters&perpage=20'>more... </A>"; |
One 'gotcha' I ran into is trying to see a result on my forums after upgrading from v1 to v1.2 without going to the admin cp and setting the new options first!!!...I know....duh...
|
Thank you for this hack.
Currently I have 3 main concerns. 1) I think a template should be used for the content of the pop-up box rather than holding all this within adis.php. 2) adis.php is checking for the user's title: Quote:
3) By refreshing pages (or using the back button) I have been able to vote more than once. Niggles: 1) The button alt image in postbits has the spelling "karna" not "karma" :) 2) It waits for you to enter a comment then tells you that you should log in first! 3) You can submit a comment without selecting a positive or negative opinion. |
Can anyone help me display the top 10 or display the karma in memberlist??
My members are loving the hack, but want to be able to see who is the highest! thanks |
Quote:
http://forums.bradfordnightlife.com/images/kpos.gif positive http://forums.bradfordnightlife.com/images/kneg.gif negative http://forums.bradfordnightlife.com/images/kbalance.gif neutral These are GIF's with transparent backgrounds. |
Is it possible to have the Karma icons displayed instead of the total on the home page (forumhome_welcometext)? And being able to click the icon for the total instead like you can within a thread?
|
I just had a user suggest this!
Would it be possible to have karma added when a user clicked a link?? A user suggested given people points for ads they click on. I run an adserver so I could add something to the ad code. How could I do that though??? |
I will go thru all the feature suggestions and work on it.
|
i followed instructions exactly, but i keep getting errors when i go to run the install_karma.php:
Fatal error: Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /home/clanrkc/public_html/forums/upload/admin/install_karma.php on line 6 im running vb 2.2.2 with php3 extensions on a red hat linux 7.1 server with php version 4.1.2 installed. any ideas whats wrong?!?!!? www.clanrk.com |
Try this
replace ./global.php with this /your/server/path/to/global/php |
Quote:
|
Great to hear you're on top oc it certify! Can't wait to see the next version. Got a couple more points.
A user had the brilliant suggestion. Karma can can be reduced with time. The admin can set the rate (egL 1pt per month to 10 per day etc). This would encourage people to keep coming back, keep posting good posts, and give newcomers a chance to get as much karma as the old-time regulars. It would also mean that there may not be the same 5 people with the most karma. I noticed a problem which I don't know if it is a bug or a limitation of the script. When typing a "?" in the comment field, the database rejects the entry. I'm not sure if this happens with other special characters. At the very least, the popup should have a list of invalid characters. I still havn't figured out why the hack is only working on one of my styles! It's unfortunate because some of my users are unable to see the hack at all!! Can anyone help? (please read my previous posts for details). |
I will look into the problem with the styles and the invalid character.
|
Next version
Will be release in April 2002. ;) If you have any features to suggest or recommendation please post a NEW thread in my forum instead of vbulletin.org, so I can keep track of all the suggestions and as this thread is getting too long and I can't keep up with it. |
All times are GMT. The time now is 07:33 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:
|