Problem Using ReaderFeedback Extension with GuMaxDD Skin

If you are having problems with my MediaWiki Extensions, post here.
Post Reply
User avatar
sfx
Rank 0
Rank 0
Posts: 2
Joined: April 11th, 2012, 5:38 am

Problem Using ReaderFeedback Extension with GuMaxDD Skin

Post by sfx »

Hi, I have the the ReaderFeedback extension installed (http://www.mediawiki.org/wiki/Extension:ReaderFeedback).

The extension adds a small review form at the bottom of each page.

The extension works OK with standard skins like Vector.

However, the form doesn't load in GuMaxDD.

Would appreciate any help figuring this out. Thanks.

P.S.

I looked a bit into the extension's hook:
ReaderFeedback/ReaderFeedback.php:$wgHooks['SkinAfterContent'][] = 'ReaderFeedbackHooks::addFeedbackForm';

This hook adds the form to the page data after the content.

Upon tracing execution of this hook, I observed that the form data is successfully added even for GuMaxDD skin.

But in the final page source, there is no section for the data after the page content.

Don't know at which point the form code is suddenly omitted from the final page source.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Problem Using ReaderFeedback Extension with GuMaxDD Skin

Post by Paul »

Find the hook of the extension, it should tell you where it will be rendered, then tweak GuMaxDD.php and css...
User avatar
dupko
Rank 0
Rank 0
Posts: 1
Joined: August 3rd, 2012, 8:38 am

Re: Problem Using ReaderFeedback Extension with GuMaxDD Skin

Post by dupko »

Paul wrote:Find the hook of the extension, it should tell you where it will be rendered, then tweak GuMaxDD.php and css...
Thx for your advice,it helped me solve my problem :D ;)
User avatar
kupa
Rank 0
Rank 0
Posts: 1
Joined: August 24th, 2012, 8:28 am

Re: Problem Using ReaderFeedback Extension with GuMaxDD Skin

Post by kupa »

dupko wrote:
Paul wrote:Find the hook of the extension, it should tell you where it will be rendered, then tweak GuMaxDD.php and css...
Thx for your advice,it helped me solve my problem :D ;)
how is that possible,it doesnt work. :roll:
Post Reply