News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

Member Awards (2.0 Compatible!)

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

Previous topic - Next topic

TwitchisMental

#1460
Quote from: Kindred on September 11, 2009, 07:31:25 PM
yes... and it would appear the the SQL update in the package failed.... which means that you will have to apply the SQL manually in phpmyadmin
Humm Okay Will Do then.

Edit: Well I extracted the file to find the .sql and I couldn't find it .

Kindred

it would actually be in a php file...   and you will have to extract out the SQL from the php.

Alternatively, drop all of the awards tables currently in your database and re-run the php file
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

TwitchisMental

Quote from: Kindred on September 12, 2009, 12:58:28 AM
it would actually be in a php file...   and you will have to extract out the SQL from the php.

Alternatively, drop all of the awards tables currently in your database and re-run the php file
How would I extract out the sql?

Fustrate

I'll look into the error, sear.

excon - you'll have to ask the Ultimate Profile person about that, I know nothing about how it works.

LightDiet - sorry, I looked, but I couldn't figure out how to make it smaller. Just thinking right now, trying adding style="display: inline;" to the fieldset tag.

NBK - it's not easy - try dropping the 3 or 4 awards tables in phpMyAdmin (What is phpMyAdmin?) and running install.php by itself
Steven Hoffman
Former Team Member, 2009-2012

C4G-TK

Hey Fustrate,

I see that you are on hiatus according to your profile, so I'll make this quick.  I'll be more than happy to keep an eye out in your Member Awards thread to help people who have problems with editing things and answering some basic questions for you.

Also, if/when you need someone to test out a fix for the pagination error I'm getting in the profile section of the Award List, I'll be more than happy to be a guinea pig.

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

Thanks for all your work.  This mod has really been something that I and my membership really enjoys.  My only suggestion is that my members have asked me why the Award List is in the member profile area and not used as a TAB on the main navigation menu?

-img removed-

TwitchisMental

#1465
Quote from: Fustrate on September 12, 2009, 01:37:04 AM
I'll look into the error, sear.

excon - you'll have to ask the Ultimate Profile person about that, I know nothing about how it works.

LightDiet - sorry, I looked, but I couldn't figure out how to make it smaller. Just thinking right now, trying adding style="display: inline;" to the fieldset tag.

NBK - it's not easy - try dropping the 3 or 4 awards tables in phpMyAdmin (What is phpMyAdmin?) and running install.php by itself
AWWW no one lets me try the hard things :( .[/joke]

Okay I will do this :].

Edit: Okay now it works,but when I try to assign an award it says I have to pick a member when I have.

XaiXo

I know Fustrate is on hiatus, so I was wondering if anyone else could point out what I'd need to add/modify in the theme's Profile.template.php file to get the member's page awards to work?

Kindred

you can see the manual instructions by going to the mod download page, selecting your version of smf and clicking the show manual instructions button
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

TwitchisMental

QuoteOkay now it works,but when I try to assign an award it says I have to pick a member when I have.

Anyone know the fix?

BliXem

#1469
Can anyone plz assist me, I installed the mod, but couldnt manage the awards coz the "Awards" was not displayed in the Admin Centre.  I then uninstalled the Mod and deleted the files, but now I have the following text stuck at the top of my Forum Website:

### Awards // Used by: Errors $txt['cannot_manage_awards'] = 'You aren\'t allowed to manage awards.'; // Used by: Help $helptxt['awards'] = 'This area allows you to manage, assign, and categorize awards, as well as change a few settings.'; // Used by: ManagePermissions $txt['permissionname_manage_awards'] = 'Manage Awards'; $txt['permissionhelp_manage_awards'] = 'This will allow users add, edit and assign new awards'; // Used by: Multiple Areas $txt['awards'] = 'Awards'; $txt['awards_view_album'] = 'View member\'s award album.'; $txt['awards_main'] = 'Main'; $txt['awards_modify'] = 'Add/Modify'; $txt['awards_assign'] = 'Assign'; $txt['awards_categories'] = 'Categories'; $txt['awards_settings'] = 'Settings'; $txt['whoallow_awards'] = 'Managing Awards.'; // Used by: Profile $txt['showAwards'] = 'Show Awards'; ### End Awards

Assistance would really be appreciated.

Thanx in this regard.

sear

Just a suggestion, But Looks as tho you have to goto where you got the mod and read how to manually install this, as it looks that you installed it but havent manually edited the files.

BliXem

Ok well this is the whole story.

I experimented with SMF on a localhost = wamp, to get up to speed with things and to gain some confidence.  Installed a full install of SMF 1.1.10 on wamp, pimped my forum and all was ok.  I installed Member awards to my wamp server and all worked 100% with no editing of files or anything.

The real live forum was updated from 1.1.8 to 1.1.10 today.
I then opted to install the same mod (same version as before) onto the real live forum after it was updated.
Went to packages and downloaded the mod, installed it (nor errors) and then applied the mod.
I then noticed that the "Awards" option was not displaying in the Admin Center on the left pane.
When I tried uninstalling I got a error message in red.
I then uninstalled the mod and deleted the files, but then noted that some weird text was showing at the top of my website forum (as explained above in my previous post).

Is there anyone that could please assist me in this matter.  Think that some core files got damaged or changed or something.

Here is a link to the website forum, check it out for yourself:

www.template.co.za/forums/index.php

Thank you in this regard.

Kindred

in your modifications.english.php, fin the ?> and move it to the very end of the file...   somehow, you added the text strings after the ?> (which should always be the last thing in any smf php file)
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

BliXem

Quote from: Kindred on September 14, 2009, 10:56:08 PM
in your modifications.english.php, fin the ?> and move it to the very end of the file...   somehow, you added the text strings after the ?> (which should always be the last thing in any smf php file)

I'm lost, I never edited any files manually.  The system added those strings there.  Where can I find the modifications.english.php file?

Kindred

in the Themes/default/languages directory...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

BliXem

Yeah that seems to have been the problem.  Edited those .php files, thanx.

TwitchisMental

Quote from: NBK*Twitch on September 13, 2009, 08:50:29 PM
QuoteOkay now it works,but when I try to assign an award it says I have to pick a member when I have.

Anyone know the fix?

C4G-TK

After you type in the entire name hit your ENTER button

-OR-

select the name from the dropdown as you type in the first 3 letters


THEN, hit save.

-img removed-

mandomercs

Fustrate, is there any way an awards tally can be coded in to show in the avatar column instead of awards?  Something like "Awards: 12" or something along those lines?  We are already using a good amount of custom tags for usergroups that show on our avatar column and I'd like to be able to use this while also keeping the graphics to a minimum in the avatar column.

Thanks for your help and the great mod!!

phxmaximus

Quote from: phxmaximus on September 06, 2009, 12:36:38 AM
Quote from: LightDiet on August 13, 2009, 09:33:34 AM
#1: Is it possible to change the width of the awards black outlining?? The thing that looks like this:

--Awards--------
|                      |
|                      |
¯¯¯¯¯¯¯¯¯¯¯¯

Mine is just a bit too wide and would like to make it smaller. Maybe let me know where and which file I can edit??

#2: It seems as well that there if a black dot infront of the awards part for some members, how can I get rid of that too??

Also a future suggestion would be to add Post Count-Based awards.

Anyways awesome MOD, working very well for me. Just need that first thing changed :(

Thanks for the help! Sorry if this question was already posted but there are 71 pages in this thread and didn't wanna browse them all :(

Does anyone have a solution for this? Thanks

Justin

Any ideas for this?

Thanks

Justin

Advertisement: