vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Give Reputation For New Posts & Threads (https://vborg.vbsupport.ru/showthread.php?t=78853)

mfk_1868 03-25-2005 10:00 PM

Give Reputation For New Posts & Threads
 
This is my first hack. I tried it on my forum and it works. Pls Click Install!

What does this do?

This hack gives reputation points to user per post and thread he posted. You can specify the amounts of reputation from admincp.

What is new in V3?
You can specify a coefficient for each forum also for threads and post that the main thread point and post point will be multiplied with the related point in the forum you defined the value. Default coefficient is 1.

What is new in V2?
You can define forum id's that you dont want to give reputation for posts&threads.

Paul M 03-26-2005 09:43 PM

What exactly does it do ?

tnguy3n 03-26-2005 09:50 PM

I think this hack is like point system, but users gain reputation by making new threads/posts.

mfk_1868 03-26-2005 10:57 PM

yes i think i should add these on first post

Phalynx 03-27-2005 06:11 AM

Great Idea, thanks for sharing

Deaths 03-27-2005 06:46 AM

Yep, nice idea indeed.

/me installs

Diana Notacat 03-27-2005 08:51 AM

I'd LOVE to be able to turn on/off this feature for specific forums... SO people are rewarded for posting in serious discussions instead of the spammer sections! XD

mfk_1868 03-27-2005 11:55 AM

please tell me your opinions and suggestions so i can make them in next version.

mfk_1868 03-27-2005 12:45 PM

Quote:

Originally Posted by Diana Notacat
I'd LOVE to be able to turn on/off this feature for specific forums... SO people are rewarded for posting in serious discussions instead of the spammer sections! XD

i made this modification on this hack please install new one!

iSpanish 03-27-2005 02:00 PM

great

thats what iam looking for:)



*Marboosh.Net clicks Install

Wential 03-27-2005 02:18 PM

Good idea, but how can you see a list of the reputation points someone gets from this hack? It doesn't record in the database that I can find.

mfk_1868 03-27-2005 02:25 PM

no it doesnt calculate this! what would it be for? only statistics?

moley 03-27-2005 04:42 PM

good job thanks a lot.

Diana Notacat 03-27-2005 05:41 PM

Quote:

Originally Posted by mfk_1868
i made this modification on this hack please install new one!


Fantastic! Thank you! <3 I've been looking for something just like this!

mfk_1868 03-28-2005 12:32 PM

Soon I will release a version in which you will be able to set all reputation points for each forum.

mfk_1868 03-28-2005 01:37 PM

It is released good using! :)

DR?@M W?@V?R 03-28-2005 01:45 PM

If you install this and update post counters with it give extra reputation points for threads and posts that were made before the hack was installed ?

mfk_1868 03-28-2005 02:43 PM

Quote:

Originally Posted by DR?@M W?@V?R
If you install this and update post counters with it give extra reputation points for threads and posts that were made before the hack was installed ?

no but i can write a small script for this if somany people want

yinyang 03-28-2005 05:54 PM

Quote:

Originally Posted by mfk_1868
no but i can write a small script for this if somany people want

that would be awesome!

Quote:

Originally Posted by mfk_1868
Soon I will release a version in which you will be able to set all reputation points for each forum.

i will totally install once that is available!

mfk_1868 03-28-2005 06:09 PM

Quote:

Originally Posted by yinyang
will totally install once that is available!

It is available on version 3!

DR?@M W?@V?R 03-28-2005 07:07 PM

Quote:

Originally Posted by mfk_1868
no but i can write a small script for this if somany people want

I have been looking for something that will update reputation points since I upgraded from version 2 of vbulletin, as members with lots of posts started at 0 reputation points cause of the upgrade.

It would be good if that could be done.

mfk_1868 03-29-2005 04:52 AM

Quote:

Originally Posted by DR?@M W?@V?R
I have been looking for something that will update reputation points since I upgraded from version 2 of vbulletin, as members with lots of posts started at 0 reputation points cause of the upgrade.

It would be good if that could be done.

i ll write a basic script for reputation of old posts in a few days. We cant calculate the thread count because it is not stored i any database field so we have to calculate for all posts and that is too much time i think. But just for posts is easy and good!

lasto 03-29-2005 10:04 AM

is 3 files to download do i have to do v1 then v2 and then v3

is there not just one big file to do,makes life easier.

mfk_1868 03-29-2005 12:50 PM

all versions have seperate install and updates so if you didnt installed any just download and install the newest version!

Bolas 03-29-2005 06:09 PM

Hi,
In your admincp/forum.php you should use the vb phrase system using as 'phrasetypeid' = 4 (forum-related phrases)

like..
Code:

$DB_site->query("INSERT INTO ".TABLE_PREFIX."phrase (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'text', 'Karma Manager', 3)");
If you want you can use as example my installer..

mfk_1868 03-30-2005 03:12 PM

Quote:

Originally Posted by Bolas
Hi,
In your admincp/forum.php you should use the vb phrase system using as 'phrasetypeid' = 4 (forum-related phrases)

like..
Code:

$DB_site->query("INSERT INTO ".TABLE_PREFIX."phrase (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'text', 'Karma Manager', 3)");
If you want you can use as example my installer..

will do in the next release!

vakvak 07-20-2005 02:52 PM

thak you..

but problem
http://img29.imageshack.us/img29/4518/ttt3mr.jpg

how are i edit? and Option Code: (leave this blank)

lefthome 09-14-2005 10:01 PM

Okay, it appears this hack is not running anymore but I have a question. Can this be changed to UsergroupID instead of UserID so my new members get 10 rep marks for their first post (they are promoted after 10 rep marks) and how would I do this? Is it as simple as changing userID to UsergroupID?

Dreiko 01-15-2006 03:15 PM

I would LOVE to see this hack in 3.5.x

chikkoo 01-29-2006 06:23 PM

Quote:

Originally Posted by Dreiko
I would LOVE to see this hack in 3.5.x

Me tooo...

Wanna try this in 3.5.x

Sir_Yaro 02-12-2007 06:18 PM

Any chance for 3.5.x or 3.6.x version ?

Sir_Yaro 02-13-2007 10:42 PM

Simple version of this hack for 3.5 and 3.6 version is here:
https://vborg.vbsupport.ru/showthread.php?t=139352


All times are GMT. The time now is 04:46 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.01194 seconds
  • Memory Usage 1,777KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (32)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete