News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Contributions in Boards

Started by M-DVD, January 16, 2009, 10:46:57 AM

Previous topic - Next topic

M-DVD

Quote from: KameL on April 26, 2009, 02:05:23 AM
Cuando se instala el mod y se aplica la función de mostrar la minilista sobre la firma de la persona que realizó el tópico, esta minilista se muestra absolutamente en todos los post de este usuario dentro del mismo tópico. Te doy un ejemplo:

-El usuario 'A' crea el tópico -> Se muestra la minilista en ese mensaje
-El usuario 'B' responde al tópico
-El usuario 'A' le responde al 'B' -> Se vuelve a mostrar la minilista
-El usuario 'C' responde al tópico
-El usuario 'A' le responde al 'C' -> una vez mas, aparece la minilista

El tema en cuestión es que puede resultar un tanto pesado ver tantas veces dicha lista, por lo que se me ocurrió implementar la función que agrega el mod "Show signatures only once" (no recuerdo quien es el creador) en tu mod. A mi me gusta el resultado, y quise compartirlo con los demás... espero no te moleste, y si te interesa, podrías incluirlo en la próxima versión del mod (obviamente dando créditos al creador del mod nombrado anteriormente y a mi por la idea y la implementación :P )
Espero se haya entendido.
Saludos ;)

Ok, I think I've understood.

You (exactly) just want to be shown: for the "Topic Starter" + in the "Startup Post"? (The code you've post done more than that)

Quote from: trailmyx on April 26, 2009, 03:48:01 PM
I love this modification!

I was wondering if you have considered having a summary list for the contributions instead of the full list?  What I'm thinking is the format of the last contributions (basically the one line title with link for each), but have it summarize everything that appears in the "Show Contributions".

What I'm looking toward is having a "My Contributions" link right under the avatar area of a poster.  I think that would be a pretty nice addition to your system.

In any event, great modification!

Ok, I understand. I don't think I would add this feature in the near future.

Thanks for your comment :)

Quote from: johncccccc on April 26, 2009, 12:15:55 PM
nice mod, thanks, working perfect for me on smf 2.0 RC1 :)

Thanks for your comment :)

KameL

Quote from: M-DVD on April 26, 2009, 06:20:53 PM
Ok, I think I've understood.

You (exactly) just want to be shown: for the "Topic Starter" + in the "Startup Post"? (The code you've post done more than that)
You still don't understand me. nvm... forget my post.




M-DVD

Quote from: KameL on April 26, 2009, 09:22:50 PM
You still don't understand me. nvm... forget my post.

¿Quieres algo así como Taringa? que solo sale la lista de aportes una sola vez.

KameL

Quote from: M-DVD on May 02, 2009, 07:06:17 PM
Quote from: KameL on April 26, 2009, 09:22:50 PM
You still don't understand me. nvm... forget my post.

¿Quieres algo así como Taringa? que solo sale la lista de aportes una sola vez.
Lo que hice fué modificar tu MOD para que la lista de aportes figure solo una vez por topic en la firma del creador del mismo. Porque de no hacer dicha modificación, si yo creo el tópico, y posteo 4 respuestas dentro, en todos mis mensajes se ve en la firma la lista de aportes... ¿ahora se entiende?




M-DVD

Quote from: KameL on May 05, 2009, 05:00:29 PM
Quote from: M-DVD on May 02, 2009, 07:06:17 PM
Quote from: KameL on April 26, 2009, 09:22:50 PM
You still don't understand me. nvm... forget my post.

¿Quieres algo así como Taringa? que solo sale la lista de aportes una sola vez.
Lo que hice fué modificar tu MOD para que la lista de aportes figure solo una vez por topic en la firma del creador del mismo. Porque de no hacer dicha modificación, si yo creo el tópico, y posteo 4 respuestas dentro, en todos mis mensajes se ve en la firma la lista de aportes... ¿ahora se entiende?

Ok, entonces sí, lo quieres como Taringa.

Y sí, lo quieres como preguntaba aquí:

Quote from: M-DVD on April 26, 2009, 06:20:53 PM
Ok, I think I've understood.

You (exactly) just want to be shown: for the "Topic Starter" + in the "Startup Post"? (The code you've post done more than that)

Así fue como te entendí, pero el código que has puesto no hace "exactamente" eso, pero te resulta por "casualidad".

Antes de hacer cualquier cosa, debía estar seguro.

Lo haré para la próxima, no es complicado.

robinrobin

#85
2.0 RC1-1

I get a PHP error with a piece of code from this mod when i click on the "NEW" symbol when there's new posts posted by a guest only:

Database Error: You have an error in your SQL syntax near
AND b.contributionsEnable
GROUP BY t.id_member_started' at line 5

SELECT
t.id_member_started, COUNT(t.id_topic) AS contributions
FROM smf_topics AS t
INNER JOIN smf_boards AS b ON (b.id_board = t.id_board)
WHERE t.id_member_started IN ()
AND b.contributionsEnable
GROUP BY t.id_member_started

File: Sources/Display.php
Line: 931

robinrobin

Also, i just noticed that contribution lists in the signature doesn't work any longer. Does this mod work with SMF 2.0 RC1-1 ??

ɔɔɔɔɔɔuɥoɾ

Quotehttp://www.requestiso.com/index.php?topic=1981.5;wap2
Database Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
            AND b.contributionsEnable
         GROUP BY t.id_member_started' at line 5

File: /home/reque4/public_html/Sources/Display.php
                              Line: 1030

I have 4 of these at the moment, I have been ignoring for a while, they keep coming back after deletion, Im assuming its something to do with this mod simply because of the " b.contributionsEnable ".

Also, the mod is not working properly either, the mini list is not been displayed, ive been ignoring that too for a while, I would like to try and fix both of these problems.

Thanks in Advanced M-DVD.


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

ɔɔɔɔɔɔuɥoɾ

Quote from: johncccccc on July 28, 2009, 01:07:18 PM
Quotehttp://www.requestiso.com/index.php?topic=1981.5;wap2
Database Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
            AND b.contributionsEnable
         GROUP BY t.id_member_started' at line 5

File: /home/reque4/public_html/Sources/Display.php
                              Line: 1030

I have 4 of these at the moment, I have been ignoring for a while, they keep coming back after deletion, Im assuming its something to do with this mod simply because of the " b.contributionsEnable ".

Also, the mod is not working properly either, the mini list is not been displayed, ive been ignoring that too for a while, I would like to try and fix both of these problems.

Thanks in Advanced M-DVD.


Anybody, wow 3 days no reply...


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

robinrobin

DVD seem to have abandoned this mod. Don't keep your hopes up.

ɔɔɔɔɔɔuɥoɾ

According to his stats he has not logged on since July 11th, Maybe his just on vacation or something, hope his back soon.


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

ɔɔɔɔɔɔuɥoɾ

I uninstalled mod manually and it remove the database error, now im stuck with another error, to SMF 2 support board I go lol..


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

dark_warriorxx8

   
when I try to install the mod, I mark error Display.template.php

I can help
Foro: Smf + Portal: SimplePortal. //ultima version smf 2.0

dark_warriorxx8

Quote from: dark_warriorxx8 on August 23, 2009, 03:36:21 PM
   
when I try to install the mod, I mark error Display.template.php

I can help

   
I've got it solved
Foro: Smf + Portal: SimplePortal. //ultima version smf 2.0

Maniaco

Well I installed this mod on my smf:

http://custom.simplemachines.org/mods/index.php?mod=1587

say that my forum is 2.0 RC 1.2 and it suits the mod adding the package-info.xml version since this mod is for version 2.0 RC1 and install it gave error.
Well then, install the mod to give it a couple of failures that put them manually and then it will install fine and all right in this administration, translation and all, but I leave the post in contributions from users, not bone makes the function, which may be due?

* Update to 2.0 RC1.2 forum and the mod was installed in my previous version running ok
* Install the mod by changing the package-info.xml to my version.
* The mod is installed correctly, and you are OK in administration, the forums where the contributions will be effectively verified.
* Under the avatars can see the number of contributions, but the mini aoparece not list anywhere. Use the default theme.

Any idea that can be?

Maniaco

alguien me puede ayudar por favor, como puedo hacer para instalarlo el RC1.2?

Maniaco


Maniaco

Hello, please, someone could take over this mod or any wise to do an equal or similar? since its author has left and you can not get it working on 2.0 RC1.2, RC2 or RC3
in my case I would make a great need this or a similar mod, thanks.

AWES0MN

They may help, unfortunately already tried playing the mod in localhost, but got nothing.

lucky maniaco.
Entra ya ha Kebytes.eu - Foro de tecnología. Si es bueno, Why not?

http://kebytes.eu/

Maniaco

It's a shame to lose so good a mod for smf, someone who understands the topic please rescue him, a greeting.

Advertisement: