How do I remove the option for Pedia Press to print books in Collection?

Jump to: navigation, search
Edited by another user.
Last edit: 21:37, 27 December 2011

This is a very important legal issue, as I cannot enable the extension until I figure out how to remove the ability to send books created from wiki content to Pedia Press for printing for sale.

Link to the extension on MediaWiki.org Extension:Collection

Does anyone know how to do this? I really want users to be able to use this extension and create books from the content which will be easier to read, but it would not be legal for Pedia Press to be making money off of them. I need to figure out how to disable this feature.

MediaWiki Website User20:11, 27 December 2011

Seems kind of hard coded in that extension... In Collection.body.php the lines:

        var $mPODPartners = array(
                'pediapress' => array(
                        'name' => 'PediaPress',
                        'url' => 'http://pediapress.com/',
                        'posturl' => 'http://pediapress.com/api/collections/',
                ),
        );

is probably what you want to change. You'd probably still want to keep a 'pediapress' key to the array, since it seems hardcoded to expect that. However, if you change the name, url and posturl it would use a different service. If you don't want any printing service whatsoever, you may have to make more significant changes to the extension (In Collection.template.php mostly).

Bawolff02:13, 28 December 2011
 

Is this a common enough problem that an option to disable it within the extension should be considered?

Varnent21:26, 28 December 2011

meh, personally I don't like how the collection extension is so closely tied to pediapress, but I suppose that's a reflection of who wrote the extension

Bawolff06:04, 29 December 2011

Well, it's a serious problem for any wiki which has content or is about something which it does not own itself, such as a video game wiki encyclopedia or something like that.

MediaWiki Website User05:49, 30 December 2011

I've started a discussion about adding this as an option. If there are no objections, I think we can add it in a few weeks time. The original developer may add it sooner if they're interested and don't object. Feel free to chime in there.  :)

Varnent00:09, 3 January 2012

That would be great.

MediaWiki Website User14:37, 4 January 2012
 

I have proposed a patch, see the linked discussion.

CristianCantoro (talk)11:48, 13 March 2012

I have commited a hopefully right fix in r113740.

 « Saper // talk » 18:42, 13 March 2012
 

I have commited a hopefully right fix in r113740.

 « Saper // talk » 18:42, 13 March 2012

The fix is now part of Collection extension version 1.6 and has even been deployed on the Wikimedia sites (although they don't change POD configuration).

 « Saper // talk » 21:56, 3 May 2012

Saper, that is great!

Thank you! :-)

88.130.71.11212:57, 4 May 2012
 
 
 
 
 
 
 
 
Personal tools

Variants
Actions
Navigation
Support
Download
Development
Communication
Toolbox