[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!
Ideas Centre
Locked
tigerlylli
Registered User
Posts: 28
Joined: Sun Dec 01, 2013 11:38 pm

Re: [BETA] Medal System MOD 0.21.0

Post by tigerlylli »

Jessica wrote:
tigerlylli wrote:Is there a code that can be use to display these awards on the mini profiles in the topics?
They're already displayed in mini profiles
It must have not loaded for mine, because I have created my own mini profiles on the topics. Would you like a screen view of what I mean? Because mine is not displaying on the topic mini profiles. If I click the user, it does display on their main profile, but not the topic one.
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 »

Here is a screenshot:

Image
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
tigerlylli
Registered User
Posts: 28
Joined: Sun Dec 01, 2013 11:38 pm

Re: [BETA] Medal System MOD 0.21.0

Post by tigerlylli »

Yeah, mine doesn't do that. Here is a link to one of my post

http://bloodnoir.com/viewtopic.php?f=10&t=7

When you hover over the icon, the very bottom box is where I wanted them, but I don't have the { __ } name thing for it to go there. Nothing is displayed and I can find it listed anywhere on the topic profile.

---

EDIT

Nevermind, I found it on my other style ^^ Thanks <3
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 »

EDIT: Glad you solved it ;)
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
tigerlylli
Registered User
Posts: 28
Joined: Sun Dec 01, 2013 11:38 pm

Re: [BETA] Medal System MOD 0.21.0

Post by tigerlylli »

Okay, maybe I spoke to soon. I found the coding I believe

Code: Select all

<!-- BEGIN medal_col -->
					<img src="{postrow.medal.medal_row.medal_col.MEDAL_IMAGE}" border="0" alt="{postrow.medal.medal_row.medal_col.MEDAL_NAME} {postrow.medal.medal_row.medal_col.MEDAL_COUNT}" title="{postrow.medal.medal_row.medal_col.MEDAL_NAME} {postrow.medal.medal_row.medal_col.MEDAL_COUNT}" {postrow.medal.medal_row.medal_col.MEDAL_WIDTH} {postrow.medal.medal_row.medal_col.MEDAL_HEIGHT} />
				<!-- END medal_col -->
However, it is still not showing anything.

-----

EDIT:

OMG, I'm sorry. NOW it is working ^_^ Thank you for dealing with the noob I am lol <3
User avatar
bluecougar
Registered User
Posts: 52
Joined: Sun Mar 21, 2010 4:18 pm

Re: [BETA] Medal System MOD 0.21.0

Post by bluecougar »

I know that Medals in an expand/collapse format is one of the things on the request list, I don't know if it helps but there's a mod that does this for the forum category: https://www.phpbb.com/customise/db/mod/ ... ategories/
Perhaps there's someone who could look at that code to work out how to do it in the medal mod? It goes beyond me.
5hocK
Registered User
Posts: 3139
Joined: Wed Nov 23, 2011 7:00 pm
Location: UK

Re: [BETA] Medal System MOD 0.21.0

Post by 5hocK »

Lutten wrote:Jessica, can you please update this Mod for phpBB 3.0.12?
I've updated this to 3.0.12, no actual code changes apart from some minor errors to get it through validation

MPV Results before:

Code: Select all

[ NOTICE ] Please note that all checks are done by an automated tool. In some cases a FAIL/WARNING can be valid/allowed usage of a function.

[ FAIL ] Medal_System_0.21.0/root/includes/dynamic_image.php: A define for IN_PHPBB is missing or there is no check for if IN_PHPBB is set.

[ FAIL ] Medal_System_0.21.0/root/includes/medals_memberlist.php: A define for IN_PHPBB is missing or there is no check for if IN_PHPBB is set.

[ FAIL ] Medal_System_0.21.0/root/includes/medals_viewtopic.php: A define for IN_PHPBB is missing or there is no check for if IN_PHPBB is set.

[ WARNING ] Medal_System_0.21.0/root/adm/mods/medal_system_mod_version.php: This file doesn't use UNIX line endings.

[ NOTICE ] Medal_System_0.21.0/root/medals.php: Using include_once() at line 38:
include_once($phpbb_root_path . 'includes/dynamic_image.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

[ NOTICE ] Medal_System_0.21.0/root/medals.php: Using include_once() at line 238:
include_once($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

[ NOTICE ] Medal_System_0.21.0/root/medals.php: Using include_once() at line 525:
include_once($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

[ NOTICE ] Medal_System_0.21.0/root/medals.php: Using include_once() at line 1135:
include_once($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

[ NOTICE ] Medal_System_0.21.0/root/medals.php: Using include_once() at line 38:
include_once($phpbb_root_path . 'includes/dynamic_image.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

[ NOTICE ] Medal_System_0.21.0/root/medals.php: Using include_once() at line 238:
include_once($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

[ NOTICE ] Medal_System_0.21.0/root/medals.php: Using include_once() at line 525:
include_once($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

[ NOTICE ] Medal_System_0.21.0/root/medals.php: Using include_once() at line 1135:
include_once($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

[ FAIL ] Medal_System_0.21.0/install.xml: You are using MODX version 1.2.5 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/install.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/install.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.2.5.xsd


[ FAIL ] Medal_System_0.21.0/install.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/install.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/install.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/Medals_System_MOD-0_20_0-0_21_0.xml: You are using MODX version 1.2.5 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/Medals_System_MOD-0_20_0-0_21_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/Medals_System_MOD-0_20_0-0_21_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.2.5.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/Medals_System_MOD-0_20_0-0_21_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/Medals_System_MOD-0_20_0-0_21_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/Medals_System_MOD-0_20_0-0_21_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_1-0_11_2.xml: You are using MODX version 1.2.1 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_1-0_11_2.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_1-0_11_2.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.2.1.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_1-0_11_2.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_1-0_11_2.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_1-0_11_2.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_092-093.xml: You are using MODX version 1.0.1 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_092-093.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_092-093.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.0.1.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_092-093.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_092-093.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_092-093.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_094-095.xml: You are using MODX version 1.0.1 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_094-095.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_094-095.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.0.1.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_094-095.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_094-095.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_094-095.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_2-0_10_3.xml: You are using MODX version 1.2.1 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_2-0_10_3.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_2-0_10_3.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.2.1.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_2-0_10_3.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_2-0_10_3.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_2-0_10_3.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_091-092.xml: You are using MODX version 1.0.1 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_091-092.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_091-092.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.0.1.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_091-092.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_091-092.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_091-092.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_3-0_11_0.xml: You are using MODX version 1.2.1 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_3-0_11_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_3-0_11_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.2.1.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_3-0_11_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_3-0_11_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_3-0_11_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/subsilver-0_11_2-0_20_0.xml: You are using MODX version 1.2.1 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/subsilver-0_11_2-0_20_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/subsilver-0_11_2-0_20_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.2.1.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/subsilver-0_11_2-0_20_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/subsilver-0_11_2-0_20_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/subsilver-0_11_2-0_20_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_0-0_11_1.xml: You are using MODX version 1.2.1 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_0-0_11_1.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_0-0_11_1.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.2.1.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_0-0_11_1.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_0-0_11_1.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_0-0_11_1.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_1-0_10_2.xml: You are using MODX version 1.2.1 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_1-0_10_2.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_1-0_10_2.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.2.1.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_1-0_10_2.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_1-0_10_2.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_10_1-0_10_2.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_096-098.xml: You are using MODX version 1.0.1 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_096-098.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_096-098.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.0.1.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_096-098.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_096-098.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_096-098.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_084-091.xml: You are using MODX version 1.0.1 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_084-091.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_084-091.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.0.1.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_084-091.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_084-091.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_084-091.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_093-094.xml: You are using MODX version 1.0.1 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_093-094.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_093-094.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.0.1.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_093-094.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_093-094.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_093-094.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_9_10-0_10_1.xml: You are using MODX version 1.2.1 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_9_10-0_10_1.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_9_10-0_10_1.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.2.1.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_9_10-0_10_1.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_9_10-0_10_1.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_9_10-0_10_1.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_095-096.xml: You are using MODX version 1.0.1 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_095-096.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_095-096.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.0.1.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_095-096.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_095-096.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_095-096.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_098-0910.xml: You are using MODX version 1.2.0 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_098-0910.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_098-0910.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.2.0.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_098-0910.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_098-0910.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD_098-0910.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_2-0_20_0.xml: You are using MODX version 1.2.1 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_2-0_20_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_2-0_20_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.2.1.xsd


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_2-0_20_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_2-0_20_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/upgrade/previous_updates/Medals_System_MOD-0_11_2-0_20_0.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/contrib/subsilver2.xml: You are using MODX version 1.2.5 while the latest release of MODX is 1.2.6. Please update your MODX file to the latest version.

[ FAIL ] Medal_System_0.21.0/contrib/subsilver2.xml: Invalid XML/MODX
Document::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found


[ FAIL ] Medal_System_0.21.0/contrib/subsilver2.xml: Invalid XML/MODX
Document::schemaValidateSource(): ./lib/mpv/store/data/modx-1.2.5.xsd


[ FAIL ] Medal_System_0.21.0/contrib/subsilver2.xml: Invalid XML/MODX
Document::schemaValidateSource(): ^


[ FAIL ] Medal_System_0.21.0/contrib/subsilver2.xml: Invalid XML/MODX
Document::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'.


[ FAIL ] Medal_System_0.21.0/contrib/subsilver2.xml: Invalid XML/MODX
Document::schemaValidateSource(): Invalid Schema


[ FAIL ] Medal_System_0.21.0/modx.prosilver.en.xsl: You are using a old version of the MODX xsl. You should update the XSL prior to submitting

[ FAIL ] Medal_System_0.21.0/upgrade/modx.prosilver.en.xsl: You are using a old version of the MODX xsl. You should update the XSL prior to submitting

[ WARNING ] Medal_System_0.21.0/upgrade/previous_updates/modx.prosilver.en.xsl: The MD5 signature of the XSL file is unknown, file might be modified. Found signature d1b3e8abfd46459bf1f174f78cb86fa5, expected newest 2c898226e678f472c708397ee2b6ccd3

[ FAIL ] Medal_System_0.21.0/contrib/modx.prosilver.en.xsl: You are using a old version of the MODX xsl. You should update the XSL prior to submitting

[ FAIL ] Medal_System_0.21.0/root/umil/umil.php: The included UMIL is outdated.

[ FAIL ] Medal_System_0.21.0/root/language/en/mods/info_medals_mod.php: A BR is not closed correctly which causes invalid XHTML at line 89:
'MEDAL_AWARDED_EXPLAIN'			=> '<br>Click on the username to administer their medal(s)',


[ FAIL ] Medal_System_0.21.0/root/language/en/mods/info_medals_mod.php: A BR is not closed correctly which causes invalid XHTML at line 91:
'MEDAL_AWARD_REASON_EXPLAIN'	=> '<br>Enter the reason for awarding this medal',


[ FAIL ] Medal_System_0.21.0/root/language/en/mods/info_medals_mod.php: A BR is not closed correctly which causes invalid XHTML at line 93:
'MEDAL_NOMINATE_REASON_EXPLAIN'	=> '<br>Enter the reason for nominating this medal',


[ FAIL ] Medal_System_0.21.0/root/language/en/mods/info_medals_mod.php: A BR is not closed correctly which causes invalid XHTML at line 94:
'MEDAL_AWARD_USER_EXPLAIN'		=> '<br>Enter the users to be awarded this medal (each name on a separate line)',


[ FAIL ] Medal_System_0.21.0/root/adm/style/acp_medals_new.html: A BR is not closed correctly which causes invalid XHTML at line 16:
<dt><label>{L_ACP_IMAGE_TITLE}:</label><br><span>{L_ACP_IMAGE_EXPLAIN}</span></dt>


[ FAIL ] Medal_System_0.21.0/root/adm/style/acp_medals_new.html: A BR is not closed correctly which causes invalid XHTML at line 20:
<dt><label>{L_ACP_DYNAMIC_TITLE}:</label><br><span>{L_ACP_DYNAMIC_EXPLAIN}</span></dt>


[ FAIL ] Medal_System_0.21.0/root/adm/style/acp_medals_new.html: A BR is not closed correctly which causes invalid XHTML at line 24:
<dt><label>{L_ACP_DEVICE_TITLE}:</label><br><span>{L_ACP_DEVICE_EXPLAIN}</span></dt>


[ FAIL ] Medal_System_0.21.0/root/adm/style/acp_medals_new.html: A BR is not closed correctly which causes invalid XHTML at line 28:
<dt><label>{L_ACP_PARENT_TITLE}:</label><br><span>{L_ACP_PARENT_EXPLAIN}</span></dt>


[ FAIL ] Medal_System_0.21.0/root/adm/style/acp_medals_new.html: A BR is not closed correctly which causes invalid XHTML at line 32:
<dt><label>{L_ACP_NUMBER}:</label><br><span>{L_ACP_NUMBER_EXPLAIN}</span></dt>


[ FAIL ] Medal_System_0.21.0/root/adm/style/acp_medals_new.html: A BR is not closed correctly which causes invalid XHTML at line 36:
<dt><label>{L_ACP_NOMINATED_TITLE}:</label><br><span>{L_ACP_NOMINATED_EXPLAIN}</span></dt>


[ FAIL ] Medal_System_0.21.0/root/adm/style/acp_medals_new.html: A BR is not closed correctly which causes invalid XHTML at line 40:
<dt><label>{L_ACP_POINTS}:</label><br><span>{L_ACP_POINTS_EXPLAIN}</span></dt>


[ FAIL ] Medal_System_0.21.0/root/medals.php: A BR is not closed correctly which causes invalid XHTML at line 18:
$message = "This mod is not active. <br /><br />Click <a href=\"$url\">here</a> to return to the index.<br>";




Report made by MPV fe8273c2a3bbe01436cf02ad0bb0e1cb3f5415d2 || MPV server: mpv.com.1
Results after:

Code: Select all

[ NOTICE ] Please note that all checks are done by an automated tool. In some cases a FAIL/WARNING can be valid/allowed usage of a function.

[ NOTICE ] Medal_System_1.0.1/root/medals.php: Using include_once() at line 38:
include_once($phpbb_root_path . 'includes/dynamic_image.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

[ NOTICE ] Medal_System_1.0.1/root/medals.php: Using include_once() at line 238:
include_once($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

[ NOTICE ] Medal_System_1.0.1/root/medals.php: Using include_once() at line 525:
include_once($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

[ NOTICE ] Medal_System_1.0.1/root/medals.php: Using include_once() at line 1135:
include_once($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

[ NOTICE ] Medal_System_1.0.1/root/medals.php: Using include_once() at line 38:
include_once($phpbb_root_path . 'includes/dynamic_image.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

[ NOTICE ] Medal_System_1.0.1/root/medals.php: Using include_once() at line 238:
include_once($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

[ NOTICE ] Medal_System_1.0.1/root/medals.php: Using include_once() at line 525:
include_once($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

[ NOTICE ] Medal_System_1.0.1/root/medals.php: Using include_once() at line 1135:
include_once($phpbb_root_path . 'includes/functions_privmsgs.' . $phpEx);
Using include with a function/class_exists check is preferred over include/require _once

No pre-validation problems found

Report made by MPV fe8273c2a3bbe01436cf02ad0bb0e1cb3f5415d2 || MPV server: mpv.com.1
Works fine on a fresh install of phpBB installing with Automod. Not sure on the protocol as to whether I can post it here though.

Edit: Renamed user_points column to medal_user_points because of the warning in the 1st post.
(could have been removed but left it for possible future use)
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 »

Thanks, I'll update the first post and download asap.
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
Smodee
Registered User
Posts: 3
Joined: Thu Oct 10, 2013 9:29 am

Re: [BETA] Medal System MOD 1.0.1

Post by Smodee »

i Cant get the medals to be displayed under the post count like some people have managed to do. I Can see the medals in user profile. What can be the problem ?.
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 1.0.1

Post by Jessica »

Smodee wrote:i Cant get the medals to be displayed under the post count like some people have managed to do. I Can see the medals in user profile. What can be the problem ?.
Make sure "Allow Medal Display in Viewtopic" is set to Yes
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
guardianwill
Registered User
Posts: 128
Joined: Sat Feb 25, 2006 3:26 am

Re: [BETA] Medal System MOD 1.0.1

Post by guardianwill »

Hi Jessica,

Been following your award mod and looks quite interesting. Something I think we could use on our site. The only issue is do you know if it works with the socialnet mod?

Thanks for getting back to me and as always your doing a great job!

William
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 1.0.1

Post by Jessica »

guardianwill wrote:Hi Jessica,

Been following your award mod and looks quite interesting. Something I think we could use on our site. The only issue is do you know if it works with the socialnet mod?

Thanks for getting back to me and as always your doing a great job!

William
I don't see why it wouldn't work with the socialnet mod..though I haven't really tried. Only issue is probably the need to modify the new profile the mod adds to make the medals appear on the profile (can't think of any other issue)
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
Smodee
Registered User
Posts: 3
Joined: Thu Oct 10, 2013 9:29 am

Re: [BETA] Medal System MOD 1.0.1

Post by Smodee »

Jessica wrote:
Smodee wrote:i Cant get the medals to be displayed under the post count like some people have managed to do. I Can see the medals in user profile. What can be the problem ?.
Make sure "Allow Medal Display in Viewtopic" is set to Yes
I am having it to YES but still not displaying. Is there any code ore way to contact you to solve the issue ? i am using 3.0.12 and SE Gamer dark style with Kiss portal engine.
pilsner
Registered User
Posts: 79
Joined: Wed Oct 16, 2013 7:07 pm

Re: [BETA] Medal System MOD 1.0.1

Post by pilsner »

I cant find the controll to this mod in ACP? I was using automod to instll it but now i cant finns it. I have been looking in some files but everything looks good.........
5hocK
Registered User
Posts: 3139
Joined: Wed Nov 23, 2011 7:00 pm
Location: UK

Re: [BETA] Medal System MOD 1.0.1

Post by 5hocK »

Smodee wrote:I am having it to YES but still not displaying. Is there any code ore way to contact you to solve the issue ? i am using 3.0.12 and SE Gamer dark style with Kiss portal engine.
Have you created a category and then created a medal in that category by clicking Medal Management in the acp?
pilsner wrote:I cant find the controll to this mod in ACP? I was using automod to instll it but now i cant finns it. I have been looking in some files but everything looks good.........
It's under the .Mods tab; you ran the installer when you installed by going to example.com/msm_install ?
Locked

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