[ABD] Medal System MOD for phpBB3

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
Luigi17
Registered User
Posts: 22
Joined: Fri Aug 22, 2008 3:40 pm

Re: [Beta] Medal System MOD for phpBB3

Post by Luigi17 »

Yes, but as Notepad, I change it? So the file type
User avatar
Gremlinn
Registered User
Posts: 2133
Joined: Mon Aug 04, 2003 12:13 am
Location: Rochester, NY
Name: Nathan

Re: [Beta] Medal System MOD for phpBB3

Post by Gremlinn »

Notepad can not save a file in utf-8 without BOM format. You must use an editor that can do that for non-English language files. Even with English files, it can't be edited with Microsoft's notepad.

I use notepad++.
User avatar
^[GS]^
Registered User
Posts: 274
Joined: Sun Aug 06, 2006 10:59 pm
Location: Argentina
Contact:

Re: [Beta] Medal System MOD for phpBB3

Post by ^[GS]^ »

Thanks Gremlinn, I hope you can find some explanation to resolve this because what I needed :(
Do you know when something of this error I send a private message?

Thank you very much
skin87
Registered User
Posts: 7
Joined: Thu Apr 17, 2008 8:04 pm

Re: [Beta] Medal System MOD for phpBB3

Post by skin87 »

I have follow all the instructions, and i only have this problem:

Code: Select all

Error General
SQL ERROR [ mysql4 ]

Table 'b13_1582445_b13_1582445.phpbb_medals' doesn't exist [1146]

SQL

SELECT * FROM phpbb_medals ORDER BY order_id ASC

BACKTRACE

FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()

FILE: medals.php
LINE: 77
CALL: dbal_mysql->sql_query()
What should i do?

My regards,
Skin87
gothicangel
Registered User
Posts: 5
Joined: Mon May 07, 2007 8:22 pm

Re: [Beta] Medal System MOD for phpBB3

Post by gothicangel »

Can someone please help me?
Ive installed everything correctly, and everything is enabled, but now how can i give someone a certain medal?
Im sure maybe someone has asked it here, but i do not have the time to search through 80 pages.
If someone could just please tell me where to go to give someone a medal, that would be great. ;)
User avatar
MagicMike304
Registered User
Posts: 185
Joined: Sun Aug 22, 2004 7:04 pm

Re: [Beta] Medal System MOD for phpBB3

Post by MagicMike304 »

gothicangel wrote:Can someone please help me?
Ive installed everything correctly, and everything is enabled, but now how can i give someone a certain medal?
Im sure maybe someone has asked it here, but i do not have the time to search through 80 pages.
If someone could just please tell me where to go to give someone a medal, that would be great. ;)
Here ya go:

http://www.phpbb.com/community/viewtopi ... 5#p6773655
gothicangel
Registered User
Posts: 5
Joined: Mon May 07, 2007 8:22 pm

Re: [Beta] Medal System MOD for phpBB3

Post by gothicangel »

Thanks for finding it, would have never guessed it was on that page. :lol:
But i have a new problem, its not showing up anywhere.
Ive tried to follow all the xml file steps except subsilver2.xml, yet...
The only things ive had to skip are:
NOTE: If you have database tables from 0.6.4 Alpha, run the following SQL BEFORE you continue.
insert into phpbb_config values ('medals_mod_version', '0.6.4',
Make sure you clear your board cache to show all the changes this mod makes!
and the Databaseupdates.sql file.
Ill see if i can log into the phpmyadmin, because yesterday it didnt let me log in.
User avatar
MagicMike304
Registered User
Posts: 185
Joined: Sun Aug 22, 2004 7:04 pm

Re: [Beta] Medal System MOD for phpBB3

Post by MagicMike304 »

gothicangel wrote:Thanks for finding it, would have never guessed it was on that page. :lol:
But i have a new problem, its not showing up anywhere.
Ive tried to follow all the xml file steps except subsilver2.xml, yet...
The only things ive had to skip are:
NOTE: If you have database tables from 0.6.4 Alpha, run the following SQL BEFORE you continue.
insert into phpbb_config values ('medals_mod_version', '0.6.4',
Make sure you clear your board cache to show all the changes this mod makes!
and the Databaseupdates.sql file.
Ill see if i can log into the phpmyadmin, because yesterday it didnt let me log in.
The DB wouldn't have anything to do with the metal control panel link not showing up in the profile. If the link isn't showing in the member's profile, then double check you made the template edits, then make sure you refresh your cache. Then make sure you have set the permission so that you can award metals. ;)
Mickmimi
Registered User
Posts: 4
Joined: Wed May 21, 2008 7:51 am

Re: [Beta] Medal System MOD for phpBB3

Post by Mickmimi »

Hello ..

Thank you for this mod.

I can not find or give permission in the ACP.

Neither do commentary for categories of medals

Thank you for your help ... good Sunday
User avatar
MagicMike304
Registered User
Posts: 185
Joined: Sun Aug 22, 2004 7:04 pm

Re: [Beta] Medal System MOD for phpBB3

Post by MagicMike304 »

Mickmimi wrote:I can not find or give permission in the ACP.
It is a "User" permission, not a "Moderator" or "Admin" permission. ;)
Mickmimi
Registered User
Posts: 4
Joined: Wed May 21, 2008 7:51 am

Re: [Beta] Medal System MOD for phpBB3

Post by Mickmimi »

[quote=
It is a "User" permission, not a "Moderator" or "Admin" permission. ;)[/quote]


I am admi site, and permissions I see nothing to the rights of medals.

I repeated all the changes on php file and template "subsilver2" ... empty the cache refreshes style .. ect.ect.

But I can not make this a mod ..... grrrrrr

Here are some images ....

Image Image
ImageImage

Merci à vous
zaien
Registered User
Posts: 3
Joined: Thu Sep 04, 2008 5:31 pm

Re: [Beta] Medal System MOD for phpBB3

Post by zaien »

In the first place hello to all .

I just installed this mod and i have an error .

Code: Select all

General Error
SQL ERROR [ mysql4 ]

Unknown column 'user_points' in 'field list' [1054]

SQL

UPDATE phpbb_users SET user_points = user_points - 0 WHERE user_id = 54

BACKTRACE

FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()

FILE: medals.php
LINE: 604
CALL: dbal_mysql->sql_query()
Can anybody help me pls :( ?
gothicangel
Registered User
Posts: 5
Joined: Mon May 07, 2007 8:22 pm

Re: [Beta] Medal System MOD for phpBB3

Post by gothicangel »

How and where do we give permission for the medals?
Ive found that it is the Misc. Tab in the user's advanced permissions, and i set mine to "Can give medals", but do not see how i can give medals to someone.
danswano
Registered User
Posts: 273
Joined: Sun Apr 06, 2008 10:43 pm

Re: [Beta] Medal System MOD for phpBB3

Post by danswano »

How can make this mode compatible with advanced points system ?
User avatar
Gremlinn
Registered User
Posts: 2133
Joined: Mon Aug 04, 2003 12:13 am
Location: Rochester, NY
Name: Nathan

Re: [Beta] Medal System MOD for phpBB3

Post by Gremlinn »

Just returned from vacation.

Thanks MagicMike304 for helping out.

Mickmimi: From the images you posted, it looks like you have the templates installed and working. Did you go into the ACP and add medals view the medals management panel?

zaien: Responding to your post on my test site.

gothicangel: There are actually a couple ways to award medals. Look at the medals.php (linked from the overall header) or from the specific user's profile (view not edit).

danswano: I do not know how the advanced points system works. But, it is possible. This mod currently works with the simple points system. Search this topic for more information about this.
Locked

Return to “[3.0.x] Abandoned MODs”