https://www.icyphoenix.com/viewtopic.php?f=2&t=9623&p=60680#p60680 ----------------------------------- MWE_001 Wed 10 Aug, 2016 10:39 Activity Mod Fixes ----------------------------------- First, trophy king feature is in place but don't work? No biggie, one less sql query the way I see it ;-) Next, on submitting a score, it went to an all white page with some html parsed on it. No css at all what so ever. [img]http://www.icyphoenix.com/files/images/11665/screenshot_2.jpg[/img] And here it is with the following fix in place [img]http://www.icyphoenix.com/files/images/11665/screenshot_3.jpg[/img] Here is the fix: OPEN [b]plugins/activity/templates/default/saved_body.tpl[/b] FIND [codeblock]
[/codeblock] ADD BEFORE [codeblock][/codeblock] FIND [codeblock]
[/codeblock] AFTER ADD [codeblock][/codeblock] CLOSE AND SAVE FILE Now your no css problem is fixed after you clear the cache. The next issue is if you do not have enough credits to play a game , (ONLY if you have Cash Mod installed and enabled in Activity Mod), it takes you to a page that nicely explains you do not have enough credits or what ever to play the game. It has a Javascript Close Page link that does not work. Here is the fix for English and Italian versions. OPEN [b]plugins/activity/language/lang_english/lang_activity.php[/b] FIND LINE 121 [codeblock][Close Window][/codeblock] REPLACE WITH [codeblock][Return To Games][/codeblock] FIND LINE 122 [codeblock][Close Window][/codeblock] REPLACE WITH [codeblock][Return To Games][/codeblock] CLOSE AND SAVE FILE OPEN [b]plugins/activity/language/lang_italian/lang_activity.php[/b] FIND LINE 122 [codeblock][Chiudi Finestra][/codeblock] REPLACE WITH [codeblock][Return To Giochi][/codeblock] FIND LINE 123 [codeblock][Chiudi Finestra][/codeblock] REPLACE WITH [codeblock][Return To Giochi][/codeblock] CLOSE AND SAVE FILE And that will fix your pages from not closing and returning you to the games page. PLEASE NOTE: My fixes are not official. That is up to MG to decide what is right. This is just what worked for me :-) Take care and have a great night all. Off to bed I go. I'm tired.