News:

SMF 2.1.6 has been released! Take it for a spin! Read more.

Main Menu

Member Awards (2.0 Compatible!)

Started by Spuds, September 18, 2006, 03:14:03 PM

Previous topic - Next topic

Juanpe112

I put the member awards like this:



How I can do?

Dilber MC Theme
Version 1.1.11

tRu3_sKiTz0

I really am interested in this mod and it seems that it would make things much more convenient. However I get my first test failed message and just wanted to know if I should just not use this or is there a way to make it work manually? The files that fail the tests are ./Sources/Admin.php and ./Sources/Subs.php. Thanks in advance.

Tearstar

simply go into the file that fails, after installing the mod, and edit the file manually to include the changes that failed. Most of the time it's because a mod "already" modified the Source files, and the installer cannot find the place it needs to make the change.

Hope that helps

C4G-TK

#1903
I'm not sure of the reasoning, but when you have both the Google Route Map installed and Member Awards, the Member Awards is broken in the Admin area where you assign the award.  I'm going to post this in that thread as well in order for people to be aware.

I uninstalled GoogleRoute Map and Member Awards miraculously worked on both of my forums, but with GRMap installed both did not work.  However, both of the versions of the GRMap worked on both forums while both were installed.

Like I said, the problem comes into play when you type in the member name of the person you are assigning the award.  It doesn't work.  I double clicked inside the text box and the info that I had typed for the 2nd Destination popped up, so I'm going to assume that this is where the conflict takes place.  Somehow they cross wires there perhaps???

Am using RC3

-img removed-

improv


tRu3_sKiTz0

#1905
Quote from: Tearstar on July 05, 2010, 05:34:57 PM
simply go into the file that fails, after installing the mod, and edit the file manually to include the changes that failed. Most of the time it's because a mod "already" modified the Source files, and the installer cannot find the place it needs to make the change.

Hope that helps

Yes it does. I am in the middle of the "Add before" in admin.php and I found where it is supposed to go but I can't tell exactly where to add it. There are a couple of .)'s just before the layout=> section.

Okay so I added the lines of code and it may need some slight tweaking. I don't see the options for this anywhere. I can't seem to issue awards or set anything up but I can now click "show awards" and awards list. Let me know if you need me to attach anything.

JBlaze

Quote from: C4G-TK on July 06, 2010, 12:15:19 AM
I'm not sure of the reasoning, but when you have both the Google Route Map installed and Member Awards, the Member Awards is broken in the Admin area where you assign the award.  I'm going to post this in that thread as well in order for people to be aware.

I uninstalled this mod and Member Awards miraculously worked on both of my forums, but with GRMap installed both did not work.  However, both of the versions of the GRMap worked on both forums.

Like I said, the problem comes into play when you type in the member name of the person you are assigning the award.  It doesn't work.  I double clicked inside the text box and the info that I had typed for the 2nd Destination popped up, so I'm going to assume that this is where the conflict takes place.  Somehow they cross wires there perhaps???

Am using RC3
Could be a javascript conflict.
Jason Clemons
Former Team Member 2009 - 2012

tRu3_sKiTz0

Hey guys, I got that issue fixed it was just a couple characters off. I was missing the ,) or what ever so I fixed that and then realized that I accidentally put in the gallery drop down menu lol. Which is fine I can fix it later. I was wondering though, how I would go about changing the word "awards" to "Titles". If you could post that for me that would be great. BTW great mod.

JBlaze

Just change it in the language strings.
Jason Clemons
Former Team Member 2009 - 2012

tRu3_sKiTz0

What file would that be in? And what line should I be looking for?

C4G-TK

try Modification.english.php

look for:

$txt['awards'] = 'Awards';

and change the Awards to Titles

-img removed-

tRu3_sKiTz0

#1911
Awesome thanks I'm tryin it now. :-)

EDIT: Nope that didn't work.

JBlaze

You may need to clewr your forum cache.

Admin -> Maintenance -> Routine -> Clesr cache
Jason Clemons
Former Team Member 2009 - 2012

tRu3_sKiTz0

Okay so then edit the php file and then do the clear cache feature. Could you please specify which "Awards" I should change.

$txt['awards'] = 'Awards';

Should I be chamging the one in the brackets or should I change the other one or both?

C4G-TK

Quote from: tRu3_sKiTz0 on July 09, 2010, 11:59:37 AM
Okay so then edit the php file and then do the clear cache feature. Could you please specify which "Awards" I should change.

$txt['awards'] = 'Awards';

Should I be chamging the one in the brackets or should I change the other one or both?

The second one!
Then, clear cache as it might still be pulling the previous info...or sometimes just hit Control F5 works, too to clear your browser cache.


-img removed-

Cereus

#1915
Translations for 1.1.11:


  • Portuguese_brazilian
  • Portuguese_pt

### Awards (Prêmios)
global $scripturl;
// Used by: Errors (Erros)
$txt['cannot_manage_awards'] = 'Você não tem permissão para modificar Prêmios.';

// Used by: Help (Ajuda)
$helptxt['awards'] = 'Esta área permite manipular, assinar e categorizar os prêmios, assim como mudar algumas opções.';

// Used by: ManagePermissions (Editar permissões)
$txt['permissionname_manage_awards'] = 'Editar Prêmios';
$txt['permissionhelp_manage_awards'] = 'Você pode permitir usuários adicionarem, editarem e assinarem novos prêmios.';

// Used by: Multiple Areas (Múltiplas Áreas)
$txt['awards'] = 'Prêmios';
$txt['awards_view_album'] = 'Ver álbum de prêmios do membro.';
$txt['awards_main'] = 'Principal';
$txt['awards_modify'] = 'Adicionar/Modificar';
$txt['awards_assign'] = 'Assinar';
$txt['awards_categories'] = 'Categorias';
$txt['awards_settings'] = 'Opções';
$txt['whoallow_awards'] = 'Gerenciar <a href="' . $scripturl . '?action=awards">Pr&#234;mios</a>.';

// Used by: Profile (Perfil)
$txt['showAwards'] = 'Mostrar Pr&#234;mios';
$txt['members'] = 'Membros';
### End Awards


Hugs.

bwana

#1916
Hey all,

I'm attempting to install on 2.0 RC3 and the issue I have is that I'm not seeing an "Awards" or "Manage Awards" link in the Admin section.  I've tried accessing the url directly (?action=admin;area=awards) and it just refreshes the page.

I had to do some manual install steps and I've went through line by line to ensure I did all the right changes.  I'm obviously missing something but I can't pinpoint it.  The awards links and sections seem to be showing up fine but I can't modify or change them.  I'm logged in as an administrator so I didn't think I'd need to check permissions.  Help?

I'm using the default theme.

EDIT: Here is a screenshot of the first errors I got on install.  I went ahead with install and verified what I could using the manual install instructions.



blow

Your mod is great, JBlaze. Thank you!

I don't want to let members see the "Awards List" (option at profile menu). What should I do?

Cereus

I wanna make it apear in Ultimate Profile, what I do?

Hugs.

JBlaze

Quote from: Arkhan Holycross on August 01, 2010, 10:50:34 PM
I wanna make it apear in Ultimate Profile, what I do?

Hugs.
http://www.simplemachines.org/community/index.php?topic=114701.msg2670861#msg2670861


Quote from: blow on July 28, 2010, 11:54:45 AM
Your mod is great, JBlaze. Thank you!

I don't want to let members see the "Awards List" (option at profile menu). What should I do?
http://www.simplemachines.org/community/index.php?topic=114701.msg2648649#msg2648649


@bwana, looks like you may need to do a manual install of the mod. Have a read of this: Manual Installation of Mods
Jason Clemons
Former Team Member 2009 - 2012

Advertisement: