( ! ) Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/inc/plugins/google_seo/redirect.php on line 298
Call Stack
#TimeMemoryFunctionLocation
10.0001378200{main}( ).../showthread.php:0
20.0002403128require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00531736488pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00531736520google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00551737224preg_replace( $pattern = '/\\?([^&?=]+)([=&])/u', $replacement = '&$1$2', $subject = NULL ).../redirect.php:298

( ! ) Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/mybb-es.com/inc/plugins/google_seo/redirect.php on line 315
Call Stack
#TimeMemoryFunctionLocation
10.0001378200{main}( ).../showthread.php:0
20.0002403128require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00531736488pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00531736520google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00581738104parse_str( $string = NULL, $result = NULL ).../redirect.php:315
Thank You Hack.

Thank You Hack.
Por fin un plugin decente del Thank You. Y aqui la info, esta en ingles pero no creo que tengais problema con ello. Without a proper Thank you plug...

Por fin un plugin decente del Thank You.

Y aqui la info, esta en ingles pero no creo que tengais problema con ello.

Without a proper Thank you plugin around I had been getting quite a few requests for this, so here it is.

/**********************/
/* Thank You/Like System v1.0 by -G33K - */
/* MyBB v1.4.* Plugin */

Change Log:

Version 1.0
- Initial Release


CONTENTS

I. Description
II. Features
III. Install
IV. Uninstall
V. More Information


I. DESCRIPTION:
Thank You/Like System enables users to "Thank" or "Like" posts thus showing their appreciation for a post without necessarily having to bump the thread. This plugin is completely customizable where nearly every aspect of the plugin can be controlled from the settings page. Take a look at the screenshots or the live demo for more info on the available options and usability.

II. FEATURES:
- Turn plugin on/off with a single option.
- Switch between "Thank You" or "Like" by changing one simple option.
- Thank Yous/Likes are fully ajax compatible.
- Customize Thank Yous/Likes for first post of thread only or for all posts.
- Selectable option to allow/disallow users from removing their Thank Yous/Likes
- Exclude forums where you do not want to use the Thank Yous/Likes system.
- Plugin tracks number of Thank Yous/Likes for users, posts and threads as well as a grand total.
- Shows Thank Yous/Likes in postbit as well as the user's profile.
- Finds all threads or posts Thanked/Liked by any particular user.
- Thank Yous/Likes list can be made to collapse saving space for boards where threads/posts get alot of Thank Yous/Likes.
- Sort the Thank Yous/Likes by username or by order of Date/Time Thanked/Liked
- Show/Hide Date/Time of Thank You/Like and also set the format of the Date/Time
- Works for all modes of views, classic, modern, linear, threaded.
- Thank Yous/Likes can be recounted and rebuilt if they get out of sync for any reason.
- Format list of users who have Thanked/Liked according to their display groups or just keep it plain.


III. INSTALL:
- Unzip/Unrar and upload ALL the files in the Upload folder to their respective folders.
The files are:
* /thankyoulike.php
* /tylsearch.php
* /admin/modules/tools/thankyoulike_recount.php
* /images/english/postbit_l_add.gif
* /images/english/postbit_l_add.gif
* /images/english/postbit_ty_add.gif
* /images/english/postbit_ty_add.gif
* /inc/languages/english/thankyoulike.lang.php
* /inc/languages/english/tools_thankyoulike_recount.lang.php
* /inc/plugins/thankyoulike.php
* /jscripts/thankyoulike.js

MAKE SURE ALL THE ABOVE FILES ARE UPLOADED FOR THE PLUGIN TO WORK CORRECTLY
- Install and Activate the plugin from the Admin Panel, Plugins section.
- Configure the options to suit your needs on the settings page of the plugin.


IV. UNINSTALL:
This plugin has 2 parts to uninstalling. This is done to preserve all the data that is tracked by the plugin for all the Thank Yous/Likes during a routine Deactivate/Uninstall to either troubleshoot an issue with your board or to upgrade forum software.

**To Uninstall the plugin in order to update either the plugin or MyBB or any other reason:**
- Deactivate the plugin from the Admin Plugins menu. This will preserve all the Thank Yous/Like data which tracks which user has Thanked/Liked which post so that when you reinstall the plugin the data will be available.

------------------------------------

**To COMPLETELY UNINSTALL the plugin including all the data that tracks the Thank Yous/Likes for every user and post you will need to do the following:**
WARNING: FOLLOWING THE STEPS BELOW WILL COMPLETELY REMOVE ALL OF THE Thank You/Like DATA FOR EVERY USER AND POST. DO THIS ONLY IF YOU ARE NO LONGER PLANNING TO USE THE PLUGIN, WANT TO START OVER CLEAN OR YOU HAVE A BACKUP OF THE DATA.
- First deactivate and uninstall the Thank You/Like plugin from the plugins menu.
- Next, Upload the uninstallthankyoulike.php file from the Uninstaller folder to /inc/plugins on your server.
- Activate once and Deactivate the Uninstaller plugin. Make sure no error messages show up on the plugin info for the Uninstaller.
- After deactivating you can safely delete all the uninstaller and Thank You/Like Plugin Files. The plugin is completely removed.


V. MORE INFORMATION:
This section is for those who want to know more about the plugin, specifically which templates the plugin changes and new ones that it offers. Users who are using a customized template and are not satisfied with the default layout that the plugin provides may want to look in this section on how to customize the plugin and which templates to edit.

Templates Added:

Global>thankyoulike
Template containing The block with the list of users who have Thanked/Liked a post for the default view.
Global>thankyoulike_classic
Template containing The block with the list of users who have Thanked/Liked a post for the classic view.
Global>thankyoulike_expcollapse
Template For the Expand/Collapse image which Expands/Collapses the block of Thank Yous/Likes.
Global>thankyoulike_button_add
Template for the button to add Thank You/Like. If you do not want to use an image, change it to text here.
Global>thankyoulike_button_del
Template for the button to delete Thank You/Like. If you do not want to use an image, change it to text here.
Global>thankyoulike_users
Template for the list of users who have Thanked/Liked a post
Global>thankyoulike_memprofile
Template for the section added to user's profile which shows the number of Thank Yous/Likes stats.

Templates Changed:

Show Thread Templates>showthread
Changes to include the jscript for the plugin.
Post Bit Templates>potbit
Changes to include the Add/Remove Thank You/Like button and the block for the Thank Yous/Likes for the default view.
Post Bit Templates>postbit_classic
Changes to include the Add/Remove Thank You/Like button and the block for the Thank Yous/Likes for the classic view.
Post Bit Templates>postbit_author_user
Changes to include the number of user's Thank Yous/Likes in the postbit stats of the user.
Member Templates>member_profile
Changes to include the section in user's profile to show Thank Yous/Likes stats.

Recounting and Rebuilding the Thank You/Like stats:
If for any reason your stats seem off you can recount the Thank Yous/Likes. Doing so will remove any orphaned Thank Yous/Likes and recount them for each user and post. Orphaned Thank Yous/Likes are those that might have been left behind on a post or user being deleted by not using the mod interface (like directly from the databse for example).

Notes:
- Permissions for if a user can Thank/Like a post is dependant on whether they can post in that thread or not. Guests, however can never thank/like a post regardless of guest post option.
- Obviously, the post opener will not be able to Thank/Like the post.
- Deleting a thread/post will remove all its related Thank Yous/Likes and reduce the count for the users who have Thanked/Liked that thread/post.
- Merging posts will merge the Thank Yous/Likes too removing duplicates and updating counts.
- Deleting a user will remove all the user's Thank Yous/Likes from all the posts.
- If you move a thread to a forum that has been set to exclude Thank Yous/likes it will not show any Thank Yous/likes and will not allow adding/removing any Thank Yous/Likes while in that forum. The Thank Yous/Likes will however be preserved so that they will be visible again if the thread is moved out of the excluded forum.

Saludos.

P.D.: Luego actualizo el post con la traduccion del plugin.

Screenshots:
[Imagen: 2s1oeiv.jpg]

[Imagen: 14l0jec.jpg]

[Imagen: 290r49c.jpg]

[Imagen: 1zq7kb8.jpg]

[Imagen: 24w5biu.jpg]

[Imagen: 30j683r.jpg]

[Imagen: tz23c.jpg]

[Imagen: 2n6x9vl.jpg]

[Imagen: 4v0ntg.jpg]
pero cual es la diferencia del otro yo lo siento que es igual
:)
Que este funciona el mostrar los posts agradecidos y que si algo anda mal el autor lo arreglaria, el otro esta descontinuado Wink

Ademas puedes recontar los agradecimientos y trae otras caracteristicas utiles.

Saludos.
(14 Nov, 2009, 5:35 pm)Rafael escribió: Que este funciona el mostrar los posts agradecidos y que si algo anda mal el autor lo arreglaria, el otro esta descontinuado Wink

Ademas puedes recontar los agradecimientos y trae otras caracteristicas utiles.

Saludos.

En eso tienes razón...
Aun así, yo si tengo problemas con el Plugin thx, me meto al archivo PHP y ahí edito lo que deba de editar si falta algo. xDDDDD!

Ah, qué tipo de características útiles?
Un screenshot pls. Wink
Sale buscar temas agradecidos, buscar posts agradecidos, puedes usar thanks o like.
Lo de quienes han agradecido el mensaje o tema es diferente al otro.. sale asi:
The following 1 user says Thank You to **** for this post:
XxEroKenjixX (11-15-2009)

Esto es lo unico diferente que he notado, a mi me gusta mas este =0
D: pero sale solo cuantos racias dan no cuantos reciven (o alrevez xd)
:)
Jajajajaja
Sep, es lo malo.. y otras cosillas...
A mi solo me funciona con los mensajes y no en el post inicial.. jajaja
Y le puse a que se viera en todos los posts y sige igual =S
Y tambien cuando le daba a gracias se quedaba cargando.. actualizaba y no salia xD

Lo desintale -.-

1000 veces mejor el otro.. el otro no me da fallas xD
(14 Nov, 2009, 9:14 pm)XxEroKenjixX escribió: Jajajajaja
Sep, es lo malo.. y otras cosillas...
A mi solo me funciona con los mensajes y no en el post inicial.. jajaja
Y le puse a que se viera en todos los posts y sige igual =S
Y tambien cuando le daba a gracias se quedaba cargando.. actualizaba y no salia xD

Lo desintale -.-

1000 veces mejor el otro.. el otro no me da fallas xD

El plugin esta iniciando asi que esas fallas se arreglan como el detalle de que tarda mucho.

Seguramente si tu inicias el post no te aparecera porque no te puedes agradecer a ti mismo.

Funciona con todos los posts comprobado.


(14 Nov, 2009, 9:11 pm)Walkman 5.0 escribió: D: pero sale solo cuantos racias dan no cuantos reciven (o alrevez xd)

Si, es algo que le comente al autor.


(14 Nov, 2009, 8:42 pm)Angelbg escribió:
(14 Nov, 2009, 5:35 pm)Rafael escribió: Que este funciona el mostrar los posts agradecidos y que si algo anda mal el autor lo arreglaria, el otro esta descontinuado Wink

Ademas puedes recontar los agradecimientos y trae otras caracteristicas utiles.

Saludos.

En eso tienes razón...
Aun así, yo si tengo problemas con el Plugin thx, me meto al archivo PHP y ahí edito lo que deba de editar si falta algo. xDDDDD!

Ah, qué tipo de características útiles?
Un screenshot pls. Wink

El autor esta creando un convertidor para los antiguos plugins de agradecimiento.

En un momento cuelo los screenshots Wink

Saludos!
Pues espero y lo arreglen pronto.
El post no lo inicie yo y no lo puedo agradecer..

En otro foro lo instale y es lo mismo y si funciono... quien sabe porque no xD
Orta pregunta más...

cuando aportarás la traducción?

Ya estoy re desesperado por probarme esto. :E
Tema cerrado