Poetry Mod Support (Modzzz)

This is the support forum for the Poetry mod.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 24 Feb 2011

My members are loving this...really it fits me...

However, when I delete my own Poetry using the Action block delete, it does not show the message, so I got confuse and 2 of my members got confused too....Please check on the usiblity of the delete and action buttons.

 

Thanks Modzz

Quote · 31 Aug 2011
Also,.. As my members love this, they are asking if they can embedded 2 or 3 YouTube videos..They are saying, that they already have their video and want to be able to use them..and not wait another hours of uploading again.. Now, moddzzz, you already did this for People, however, on people i can only check "Old code" from youtube to be able to use that embed YouTube video...on this one...can use use the new?.. Thanks very much..
Quote · 31 Aug 2011

any news on my feedback?..I am waiting..if you have any update on this mod

Quote · 16 Sep 2011

Modzz,

 

I am still waiting for you to update this Mod..PLEASE..enabling the adding of youtube..

Quote · 20 Sep 2011

 The feature request is noted and will be added in the future.

Modzz,

 

I am still waiting for you to update this Mod..PLEASE..enabling the adding of youtube..

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 20 Sep 2011

anytime..soon...Please I like to have this soon!..I have been waiting and watching your updates...

Thanks Modzzz

Quote · 23 Sep 2011

 This was due to a problem with your site. I have fixed it.

My members are loving this...really it fits me...

However, when I delete my own Poetry using the Action block delete, it does not show the message, so I got confuse and 2 of my members got confused too....Please check on the usiblity of the delete and action buttons.

 

Thanks Modzz

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 7 Oct 2011

Version 2.0.1 released. (See patches/version_2.0.1 folder in zip file)

Adds the ability to embed a Youtube Video.

Poetry listings now contains icon from the image that was uploaded with the post. If no image was uploaded, it defaults to the user avatar.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 7 Oct 2011

Thanks Modzzz for your support and update!

Quote · 7 Oct 2011

Version 2.0.2 released. (See patches/version_2.0.2 folder in zip file)

Modify Categories functionality.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 1 Dec 2011

Version 2.0.3 released. (See patches/version_2.0.3 folder in zip file)

Fixes issue with switching between tabs on homepage block  (seen on sites that has splash page).

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 28 Dec 2011

will this mod work with your points / rewards mod as well? i am looking at buy both . it would be nice to give points for poems posted

Quote · 19 Feb 2012

 Yes, it does.

will this mod work with your points / rewards mod as well? i am looking at buy both . it would be nice to give points for poems posted

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 19 Feb 2012

is there a way to change the word "Description" for poem posting? this is misleading as members will think should i type in what the poem is about ? and not understand to paste or write the entire poem for the description

Quote · 21 Feb 2012

Can it ever be set up so that only the admin can make a new category? i have many members and to allow all of them to make categories at will is messy and will create a long list

Quote · 21 Feb 2012

The language key for this is _modzzz_poetry_form_caption_desc . You can modify the wording by logging into admin then go to Settings => Languages Settings

is there a way to change the word "Description" for poem posting? this is misleading as members will think should i type in what the poem is about ? and not understand to paste or write the entire poem for the description

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 21 Feb 2012

In modules/modzzz/poetry/classes/BxPoetryFormAdd.php 

Find :

        $this->processMembershipChecksForMediaUploads ($aCustomForm['inputs']);

Just above, add :

        $aCustomForm['inputs']['Categories']['attrs'] = array(
            'add_other' => false
        ); 

 

Can it ever be set up so that only the admin can make a new category? i have many members and to allow all of them to make categories at will is messy and will create a long list

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 21 Feb 2012

 I have the following:

 $aCustomForm['inputs']['Categories']['attrs'] = array(
            'add_other' => false
        );

        $this->processMembershipChecksForMediaUploads ($aCustomForm['inputs']);

        parent::BxDolFormMedia ($aCustomForm);
    }

and it still shows the add folder and will allow the members to add a new category. I tested as a member and not as a admin when i logged in.

the other suggestion worked great by the way .. Thanks!

In modules/modzzz/poetry/classes/BxPoetryFormAdd.php 

Find :

        $this->processMembershipChecksForMediaUploads ($aCustomForm['inputs']);

Just above, add :

        $aCustomForm['inputs']['Categories']['attrs'] = array(
            'add_other' => false
        ); 

 

Can it ever be set up so that only the admin can make a new category? i have many members and to allow all of them to make categories at will is messy and will create a long list

 

 

Quote · 21 Feb 2012

While u are working on the issue above. How do i add Categories to the predefined list? So the when members add a poem they will see the new categories in the drop down menu with the others?  Thanks

Quote · 23 Feb 2012

 Category management for most modules is found in Admin =>Settings =>Categories Settings.

 For the previous issue :

 Find :

        $aCustomForm['inputs']['Categories']['attrs'] = array(
            'add_other' => false
        );

Replace with :

        $aCustomForm['inputs']['categories']['attrs'] = array(
            'add_other' => false
        );

 

While u are working on the issue above. How do i add Categories to the predefined list? So the when members add a poem they will see the new categories in the drop down menu with the others?  Thanks

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 23 Feb 2012

it may look like the same line but it works like a charm.. thanks :)

Quote · 26 Feb 2012

This mod is now updated for Dolphin 7.1

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 9 Jan 2013

in the upgrade instruction for D7.1 it says "Re-upload" are you saying delete the current install and add the files again or are you saying copy over the files and hit install without uninstalling first?

Quote · 21 Apr 2013

Copy over the files. Do not delete anything or hit the install button. Just overwrite the existing files and continue with the rest of the upgrade instructions.

in the upgrade instruction for D7.1 it says "Re-upload" are you saying delete the current install and add the files again or are you saying copy over the files and hit install without uninstalling first?

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 21 Apr 2013

wonderful, so copy new files over the old ones. Add sqlupdate.php to root and run it by going to your_site.com/sqlupdate.php , Login to your Admin Panel and clean cache and  finised.. works like a charm..

thanks

Quote · 21 Apr 2013

Dolphin 7.1 version - Missing default icon has been added. 

Upload modules\modzzz\poetry\templates\base\images\no-image-thumb.png

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 11 Jul 2013

Poetry module is now compatible with Dolphin 7.2. Download the zip file and check the upgrade folder for instructions.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 27 Sep 2015

This module is available for Dolphin 7.3

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 21 May 2016

The demo link for Poetry module is updated.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 21 May 2016

Please re-upload the modules/modzzz/poetry/templates folder and clear cache to resolve an issue with Outline display.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 29 Aug 2017
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.