News:

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

Main Menu

Simple Awards System

Started by Windy, November 14, 2006, 09:01:54 PM

Previous topic - Next topic

TheMortician4

I just installed version emulate and the simple awards is showing up, but it is not showing the awards in the users posts. How can I uninstall this and reinstall this, if I have to to get to work, or, is there another suggestion that would fix this issue?

amiralib

when this mode will support RC4 ?

Windy

All unsolicited PM's will be ignored.  Any support requests should go in their topics.

My Mods


Image Zoom Tag
Image Quote Removal
Color Picker
Additional Polls
Simple Awards System

Mods are only updated to the latest same major version of smf on request.

divewrecks

Quote from: Windy on November 20, 2010, 06:07:22 AM
When it's ready.

Please (begging) keep it in mind. I would like to try it on my RC4 board, but I'm too worried I'll hose things up. I have only been using SMF three months. Thanks for your consideration.

Stan

GreySkull-1


sattninja

i am on rc4 and emulating rc2 and i have no errors till i try to install i get this


QuoteWhile attempting to install, this package encountered an issue with the pre-existing "awards" table, if you wish to proceed with the installation, you will be required to remove or rename the offending "awards" table.

can someone tell me what i need to do ?
Running Rc4

Windy

Quote from: sattninja on December 26, 2010, 10:43:00 AM
i am on rc4 and emulating rc2 and i have no errors till i try to install i get this


QuoteWhile attempting to install, this package encountered an issue with the pre-existing "awards" table, if you wish to proceed with the installation, you will be required to remove or rename the offending "awards" table.

can someone tell me what i need to do ?
This usually indicates that there's a table already there, probably from another mod that uses the same table name and you will have to remove it, back it up etc. before installing.
All unsolicited PM's will be ignored.  Any support requests should go in their topics.

My Mods


Image Zoom Tag
Image Quote Removal
Color Picker
Additional Polls
Simple Awards System

Mods are only updated to the latest same major version of smf on request.

sattninja

thats what i figured but how do i do that
Running Rc4

Windy

That's really dependent on your host. Usually most hosts give you access to phpmyadmin which you can use to backup and/or remove the table.
All unsolicited PM's will be ignored.  Any support requests should go in their topics.

My Mods


Image Zoom Tag
Image Quote Removal
Color Picker
Additional Polls
Simple Awards System

Mods are only updated to the latest same major version of smf on request.

sattninja

is there any other way i do not have access to the host
Running Rc4

sattninja

Hi great mod I have a ? tho

I have changed the text where a member posts it used to say "Awards" I have changed it to say "This Members Awards"

my ? is there some way to enter some code to make it display the members name so it will display the members name

so for instance if it is me it will say

"Sattninja'a Awards"

Running Rc4

amiralib


sattninja

Running Rc4

Apllicmz

thank you
when update dont forget portuguese

<file name="$languagedir/Modifications.portuguese_pt.php" error="skip">
            <operation>
                <search position="end"></search>
                <add><![CDATA[
//translate by candidosa2 support smfpt               
$txt['awardPanel_showAwards'] = 'Pr&ecirc;mios para: ';
$txt['awards'] = 'Pr&ecirc;mios';
$txt['showAwards'] = 'Mostrar Pr&ecirc;mios';
$txt['award_add'] = 'Adicionar Pr&ecirc;mios';
$txt['award_add_button'] = 'Adicionar';
$txt['award_max_height'] = 'Altura m&aacute;xima de um Pr&ecirc;mio<div class="smalltext" style="font-weight: bold">(0 = sem limite)</div>';
$txt['award_max_width'] = 'Largura m&aacute;xima de um Pr&ecirc;mio<div class="smalltext" style="font-weight: bold">(0 = sem limite)</div>';
$txt['award_limit'] = 'Limitar o n º. de pr&ecirc;mios a mostrar nos postes<div class="smalltext" style="font-weight: bold">(0 = sem limite)</div>';
$txt['award_show_display'] = 'Mostrar pr&ecirc;mios nos postes';
$txt['award_file_types'] = 'Os tipos de ficheiros que s&atilde;o enviados pelo premiado<div class="smalltext" style="font-weight: bold">(comma separated)</div>';
$txt['award_image'] = 'Imagem';
$txt['award_no_exist'] = 'O pr&ecirc;mio que voc&ecirc; est&aacute; tentando remover n&atilde;o existe.';
$txt['awards_no_write'] = 'O diret&oacute;rio dos pr&ecirc;miados para fazer upload n&atilde;o &eacute; grav&aacute;vel. Seu pr&ecirc;mio n&atilde;o vai ser gravado.';
$txt['award_timeout'] = 'O seu pr&ecirc;mio n&atilde;o nao sera gravado. Isso pode acontecer porque demorou demasiado tempo a carregar ou o ficheiro &eacute; maior e que no servidor nao permitido.<br /><br />Consulte o administrador do servidor para obter mais informa&ccedil;&otilde;es.';
$txt['award_title'] = 'T&iacute;tulo do Pr&ecirc;mio';
$txt['cannot_give_awards'] = 'Voc&ecirc; n&atilde;o tem o privil&eacute;gio de dar pr&ecirc;mios.';
$txt['no_awards'] = 'Voc&ecirc; n&atilde;o tem pr&ecirc;mios.';
$txt['permissionname_give_awards'] = 'Dar Pr&ecirc;mios';
$txt['permissionhelp_give_awards'] = 'Esta autoriza&ccedil;&atilde;o permite aos utilizadores darem pr&ecirc;mios.';
$txt['profile_error_award_large_image'] = 'As dimens&otilde;es da imagem fornecida exceder o limite especificado (' . $modSettings['award_max_width'] . 'x' . $modSettings['award_max_height'] . ')';
$txt['profile_error_award_invalid_image'] = 'A imagem fornecida &eacute; inv&aacute;lida';
$txt['profile_error_award_invalid_type'] = 'A imagem fornecida n&atilde;o &eacute; do tipo que pode ser apresentado aqui(deve ser um dos ' . $modSettings['award_file_types'] . ')';
$txt['profile_error_award_no_title'] = 'Nenhum t&iacute;tulo foi dado para o pr&ecirc;mio';
$txt['show_awards_desc'] = 'Mostrar os pr&ecirc;mios deste membro tenha recebido';     
    ]]></add>
            </operation>
        </file>   
        <file name="$languagedir/Modifications.portuguese_pt-utf8.php" error="skip">
            <operation>
                <search position="end"></search>
                <add><![CDATA[
//translate by candidosa2 support smfpt               
$txt['awardPanel_showAwards'] = 'Pr&ecirc;mios para: ';
$txt['awards'] = 'Pr&ecirc;mios';
$txt['showAwards'] = 'Mostrar Pr&ecirc;mios';
$txt['award_add'] = 'Adicionar Pr&ecirc;mios';
$txt['award_add_button'] = 'Adicionar';
$txt['award_max_height'] = 'Altura m&aacute;xima de um Pr&ecirc;mio<div class="smalltext" style="font-weight: bold">(0 = sem limite)</div>';
$txt['award_max_width'] = 'Largura m&aacute;xima de um Pr&ecirc;mio<div class="smalltext" style="font-weight: bold">(0 = sem limite)</div>';
$txt['award_limit'] = 'Limitar o n º. de pr&ecirc;mios a mostrar nos postes<div class="smalltext" style="font-weight: bold">(0 = sem limite)</div>';
$txt['award_show_display'] = 'Mostrar pr&ecirc;mios nos postes';
$txt['award_file_types'] = 'Os tipos de ficheiros que s&atilde;o enviados pelo premiado<div class="smalltext" style="font-weight: bold">(comma separated)</div>';
$txt['award_image'] = 'Imagem';
$txt['award_no_exist'] = 'O pr&ecirc;mio que voc&ecirc; est&aacute; tentando remover n&atilde;o existe.';
$txt['awards_no_write'] = 'O diret&oacute;rio dos pr&ecirc;miados para fazer upload n&atilde;o &eacute; grav&aacute;vel. Seu pr&ecirc;mio n&atilde;o vai ser gravado.';
$txt['award_timeout'] = 'O seu pr&ecirc;mio n&atilde;o nao sera gravado. Isso pode acontecer porque demorou demasiado tempo a carregar ou o ficheiro &eacute; maior e que no servidor nao permitido.<br /><br />Consulte o administrador do servidor para obter mais informa&ccedil;&otilde;es.';
$txt['award_title'] = 'T&iacute;tulo do Pr&ecirc;mio';
$txt['cannot_give_awards'] = 'Voc&ecirc; n&atilde;o tem o privil&eacute;gio de dar pr&ecirc;mios.';
$txt['no_awards'] = 'Voc&ecirc; n&atilde;o tem pr&ecirc;mios.';
$txt['permissionname_give_awards'] = 'Dar Pr&ecirc;mios';
$txt['permissionhelp_give_awards'] = 'Esta autoriza&ccedil;&atilde;o permite aos utilizadores darem pr&ecirc;mios.';
$txt['profile_error_award_large_image'] = 'As dimens&otilde;es da imagem fornecida exceder o limite especificado (' . $modSettings['award_max_width'] . 'x' . $modSettings['award_max_height'] . ')';
$txt['profile_error_award_invalid_image'] = 'A imagem fornecida &eacute; inv&aacute;lida';
$txt['profile_error_award_invalid_type'] = 'A imagem fornecida n&atilde;o &eacute; do tipo que pode ser apresentado aqui(deve ser um dos ' . $modSettings['award_file_types'] . ')';
$txt['profile_error_award_no_title'] = 'Nenhum t&iacute;tulo foi dado para o pr&ecirc;mio';
$txt['show_awards_desc'] = 'Mostrar os pr&ecirc;mios deste membro tenha recebido';     
    ]]></add>
            </operation>
        </file>           



AllanD

Check out this great sites.
KnD Hosting

TheMortician4

Since this mod wasn't available for the 1.x system since 1.10 I believe....Will you patch it for 1.1.13 till the RC2 is ready?

I have not been able to give awards to members now for quite some time and it is frustrating....

Cristian10

This mod is brilliant!!
Could you adapt it for 1.1.13 version pllzz

TheMortician4

Quote from: Cristian10 on March 30, 2011, 05:01:45 AM
This mod is brilliant!!
Could you adapt it for 1.1.13 version pllzz

I agree we need it for 1.1.13...!!!!

TheMortician4

Quote from: Arantor on April 20, 2011, 09:14:19 PM
You should be able to use Version Emulate Dropdown to be able to fake a version of 1.1.10 for the purposes of installing the mod.

I did, I have the original install from when I was running 1.1.10. Since the upgrade to 1.1.13, it allows the application of medals, but they do not show in the posts as they once did when running 1.1.10

Jiggly Puff

Please update this for 2.0RC5 as I would really like to use this for my forum! Thank you!

Advertisement: