Página 1 de 1

Mínima duda sobre Ultimate Points System MOD

Publicado: 28 Mar 2012, 17:22
por Damage, INc
Hola gente resulta que instale este mod, que por cierto me parece que esta muy completo, anduvo perfecto, pero tengo una duda.

Este mod no permite que otros usuarios den puntos INSTANTANEAMENTE, como el thanks for post, a otro user, en su tema/mensaje?

O solo se puede hacer con la opcion donar.

En concreto, mi duda es si este mod hace que los users se ganen los puntos, con topics, comentarios, ediciones, encuestas, principalmente, o tiene la opcion instantanea, de que el usuario x, le guste el comentario del usuario Z y le de puntos por ese mensaje?
Saludos a todos. :cerveza:

Re: Mínima duda sobre Ultimate Points System MOD

Publicado: 28 Mar 2012, 18:58
por michan
Para eso haría falta un Add-on, si no es que hay una opción en el ACP para ello! No sé, yo te aconsejaría mirar en el acp, en la parte de ese MOD, si hay alguna opción con respeto a Ultimate Points, y luego ya buscar addons... aunque creo que no hay ninguno, en ese caso tendrás que pedirlo o hacerlo ;)

EDITO: Acabo de leer una cosa, aunque está en inglés... tal vez te sea útil :)

Código: Seleccionar todo

If you are writing a modification, which gives users points, you simply can integrate
Ultimate Points for your points management.

The way of recognizing the existance of Ultimate Points is following entry in the
include/constants.php:

	define('IN_ULTIMATE_POINTS', true);

Next steps are the used fields, which you might need:

1, 	Field user_points in the phpbb_users table (definded as DECIMAL(20,2))
	Here the points are stored.

2, 	Field points_enable in the phpbb_config table
	This is the switch, which shows, if the Ultimate Points is active (1/0 switch)

3, 	Field points_name in the phpbb_config table
	In this field the name/currency of the points is stored. So ie. Points,
	Gaming Dollars

So this is all you need to integrate your modification into the points management of
Ultimate Points. If you still have questions on how to do this, feel free to ask on
http://area53.die-muellers.org

Re: Mínima duda sobre Ultimate Points System MOD

Publicado: 28 Mar 2012, 22:13
por Makoto
Bueno podria acoplarse al mod thanks for post supongo pero como se hace no lo sé :nolose: :cry:
solo seria con la opcion donar