[BETA] Medal System MOD 1.0.1

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning
Locked
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [BETA] Medal System MOD 0.21.0

Post by Jessica »

Yeah I've noticed that; I'm going to have to make the mod no longer add that table
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: [BETA] Medal System MOD 0.21.0

Post by Raul [ThE KuKa] »

Hi!!! :)

@ Jessica, it's possible add medal for "x" user post number (example 1000 post -> Medal 1) and/or add medal for "2 years register user" :?:

Working in Spanish translation. :D
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: [BETA] Medal System MOD 0.21.0

Post by Raul [ThE KuKa] »

Hi again!

This is the Spanish Translation Medal System MOD 0.21.0

Please open language/en/common.php file.

FIND:

Code: Select all

?>
ADD BEFORE:

Code: Select all

$lang = array_merge($lang, array(
	// Medals System MOD for phpBB3
	'MEDALS_VIEW'					=> 'Medallas',
	'MEDALS_VIEW_EXPLAIN'			=> 'Ver Medallas',
));
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


GUDVH
Registered User
Posts: 8
Joined: Fri Jun 07, 2013 3:46 pm
Location: United States
Contact:

Re: [BETA] Medal System MOD 0.21.0

Post by GUDVH »

Cool. This would be a great way to motivate members / users to interact more on the site. Rewarding, and earning medals for their participation allows them to show off what they're worth on a particular forum, increase their reputation, and earning their respects.

This is a one add on I think I will implement onto my website.

Thanks for the great MOD Jessica.

:D
Mr. Brooks
Registered User
Posts: 38
Joined: Fri Aug 26, 2011 3:54 pm

Re: [BETA] Medal System MOD 0.21.0

Post by Mr. Brooks »

I can't wait for the table fix. This mod really sounds great and would work perfectly on my forum game.

I'm just wondering if you could help me with something.
There's a mod called UPS Easy Shop where you could have a shop and even code your own items.
Items are bought with points (I use Ultimate Points Mod).
There are items in there that will give you a chance to earn more points.
The line that sends the user the reward point goes like this:

Code: Select all

		$shop->cash->deposit_user(100.00);
My question is, how do I make it so that instead of earning points, they instead receive a specific medal?
I'm not so good with PHP and SQL. >.< I hope you don't mind assisting me.
BluePhoenixGaming
Registered User
Posts: 6
Joined: Sat Mar 23, 2013 5:42 pm

Re: [BETA] Medal System MOD 0.21.0

Post by BluePhoenixGaming »

I'm REALLY excited about this mod. I have a few questions, though. Please excuse the noob-ness, this is my first run at having a phpbb forum.

First, is this mod limited to any themes or will it work on any of them?

Second, how do you guys test it to make sure everything works without putting it right on your live site?

Thanks in advance for any help!

- Phoenix

EDIT: I set up a test section to play with mods, so I have that taken care of. I still would like to know about the theme question, but I started installing the mod and I don't have an msm_install folder?

I'm going to just create one, but I'm concerned that isn't the fix...

EDIT AFTER THE PREVIOUS EDIT: So I feel like I'm having a conversation with myself... haha

I installed this mod on my test section of the site. I didn't see where I could point this to a different database in the setup, so I'm afraid I'm working off of my main one.

That being said, I think it is set up correctly because I have a .MOD tab in my Admin CP. I added a medal and that worked. My problem is that I'm not seeing an option anywhere to add the medal to a user's profile? If I could get that answered, I think I'm off and running...
www.bluephoenixgaming.com

A gaming community and store
BluePhoenixGaming
Registered User
Posts: 6
Joined: Sat Mar 23, 2013 5:42 pm

Re: [BETA] Medal System MOD 0.21.0

Post by BluePhoenixGaming »

Can anyone help? I installed the mod, I can create medals, but I have no where that I can award them to users...?
www.bluephoenixgaming.com

A gaming community and store
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [BETA] Medal System MOD 0.21.0

Post by Jessica »

Go to /medals.php (the Medals page) and click Medals Award Panel

EDIT: Make sure you've applied the mod's template edits to your theme, since it only installs on prosilver and subsilver2
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
BluePhoenixGaming
Registered User
Posts: 6
Joined: Sat Mar 23, 2013 5:42 pm

Re: [BETA] Medal System MOD 0.21.0

Post by BluePhoenixGaming »

That's what I needed to know... theme specific. Thanks!
www.bluephoenixgaming.com

A gaming community and store
BluePhoenixGaming
Registered User
Posts: 6
Joined: Sat Mar 23, 2013 5:42 pm

Re: [BETA] Medal System MOD 0.21.0

Post by BluePhoenixGaming »

Just to play with it, I switched to ProSilver and when I click on the 'Award Medals' link, it says I don't have permission to access and logs me out?
www.bluephoenixgaming.com

A gaming community and store
BluePhoenixGaming
Registered User
Posts: 6
Joined: Sat Mar 23, 2013 5:42 pm

Re: [BETA] Medal System MOD 0.21.0

Post by BluePhoenixGaming »

I can't send PM's until AFTER this post so...

Jessica, or anyone else, can you help with why this would kick me when I try to award medals?
www.bluephoenixgaming.com

A gaming community and store
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [BETA] Medal System MOD 0.21.0

Post by Jessica »

Sorry, been busy lately, with homework for my online classes and such.

I'm not sure why it's kicking you out (might be your cookies? don't think it's related to the mod, not sure). Check the mod permissions to make sure you can award medals.
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
BluePhoenixGaming
Registered User
Posts: 6
Joined: Sat Mar 23, 2013 5:42 pm

Re: [BETA] Medal System MOD 0.21.0

Post by BluePhoenixGaming »

So I found that it had my permission to award medals as 'no'. Changed that and it still wouldn't let me go into the "Medals Award Panel". Still says I do not have the permissions and logs me out.

That being said, I CAN award the medal in an individual user's profile. So I DO have it working. Thanks for the follow up and let me know if there is something I need to change to access the main panel.

Thanks again!!!
www.bluephoenixgaming.com

A gaming community and store
swalfd
Registered User
Posts: 16
Joined: Thu Jun 06, 2013 5:14 am
Contact:

Re: [BETA] Medal System MOD 0.21.0

Post by swalfd »

Helllo Guys
i've installed this MOD on a 3.011 board and it works like a charm. Despite its many cool functions, i miss a couple things and was wondering if anybody has added hacks for:
- points for uploading a user avatar
- points for a "like" on Facebook, "follow" on twitter

Additionally i am looking for a solution to display the users ranking image based on the points ranking rather than the post ranking.

I would be a donor if somebody can come up with this.
tearoom-hk.com a Hong Kong Based chatroom
tex1820
Registered User
Posts: 1
Joined: Thu Jun 27, 2013 4:17 pm

Re: [BETA] Medal System MOD 0.21.0

Post by tex1820 »

Hello, At first I was getting SQL errors telling me it could not find tables. I renamed the tables in phpmyadmin that the install created to what it was looking for and that seemed to fix the issues. I am now able to create awards and such. However I am having an issue assigning the medals to users. Whenever I go to the medals.php page I am logged out. And idea how I can fix this issue?

Thanks for your hard work on this mod and I can't wait to get it up and running.
James
Locked

Return to “[3.0.x] MODs in Development”