Jokes and Humor Mod Support (Modzzz)

This is the support forum for the Jokes and Humor mod.

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

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

Fixes problem with search if the "Use operator LIKE for search" parameter is de-activated in the Admin Settings.
 
Fixes issue with Javascript error being displayed in IE.

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

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

Adds the ability to embed a Youtube Video.

Humor 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 · 6 Oct 2011

Thanks Modzzz for taking my recommendation for adding that avatar image, this is a true support!!!

thanks again for your hard work! I am sure many appropriate it as much as I am!

Quote · 6 Oct 2011
When I ran the SQL update, I got the below error!
Database query error
Query:
ALTER TABLE `modzzz_gossip_main` ADD `video_embed` TEXT NOT NULL
Mysql error:
Duplicate column name 'video_embed'
Quote · 7 Oct 2011

 This is because you ran it twice. The script must be run once.

When I ran the SQL update, I got the below error!
Database query error
Query:
ALTER TABLE `modzzz_gossip_main` ADD `video_embed` TEXT NOT NULL
Mysql error:
Duplicate column name 'video_embed'

 

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

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

Modify Categories functionality.

Fixes issue with error being thrown when a profile is deleted.

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

Version 2.0.4 released. (See patches/version_2.0.4 folder in zip file)

Fixes issue where anonymous posts were not recognized in category searches.

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

Version 2.0.5 released. (See patches/version_2.0.5 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

 

Version 2.0.5 released. (See patches/version_2.0.5 folder in zip file)

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

 was the issue fixed that showed a js error in i.e when switching tabs?.. and yes i do know this mod doesn't contain js files but it causes one.

Quote · 28 Dec 2011

 That issue should now be resolved.

 

Version 2.0.5 released. (See patches/version_2.0.5 folder in zip file)

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

 was the issue fixed that showed a js error in i.e when switching tabs?.. and yes i do know this mod doesn't contain js files but it causes one.

 

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

as you can see its a new install no modifications to it no splash page nothing.




when switching tabs that's when it shows up

Quote · 28 Dec 2011

got it working in
plugins/jquery/jquery.js    around line 1060 ~ 1061

        if ( set )
            elem[ name ] = value;

and replacing it with

    if ( set ) {
      if ((value == 'NaNpx')||(value == 'px')) value = '';
      elem[ name ] = value;
    }




Quote · 28 Dec 2011

Did you download the mod before or after you asked the question here ? I made the fix after you asked the question and I am not having any issues in IE.

as you can see its a new install no modifications to it no splash page nothing.




when switching tabs that's when it shows up

 

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

downloaded before i asked, what was your fix.?.. or in what file ill download to see the diff.
i got it working by editing the js file
plugins/jquery/jquery.js    around line 1060 ~ 1061

        if ( set )
            elem[ name ] = value;

and replacing it with

    if ( set ) {
      if ((value == 'NaNpx')||(value == 'px')) value = '';
      elem[ name ] = value;
    }

Quote · 28 Dec 2011

In modules\modzzz\humor\classes\BxHumorsSearchResult.php

The line :

     return $oFunctions->centerContent ($s, '.modzzz_humors_unit');

was replaced with :

    return $oFunctions->centerContent ($s, '.modzzz_humor_unit');

 

downloaded before i asked, what was your fix.?.. or in what file ill download to see the diff.
i got it working by editing the js file
plugins/jquery/jquery.js    around line 1060 ~ 1061

        if ( set )
            elem[ name ] = value;

and replacing it with

    if ( set ) {
      if ((value == 'NaNpx')||(value == 'px')) value = '';
      elem[ name ] = value;
    }

 

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

cool Thank you.

Quote · 28 Dec 2011

This mod is now updated for Dolphin 7.1

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

Thank you.
Some minor issues while testing

1.Something is wrong with the calendar section in page builder.
2.Posts are not grouped
3.no link in member menu add+
4. also is there an option to limit how much it shows text characters on the otline

jokes.JPG · 58K · 526 views
Quote · 15 Jan 2013

sitemap file is missing

Quote · 17 Feb 2013

Version 2.0.6 released. (See patches/version_2.0.6 folder in zip file)

Adds missing sitemaps file plus several other adjustments made.

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

When members click on humor in the Site Stats. It shows page not found.. The app work but with the app manager i have some always click on the site stats.

Thanks

Quote · 23 Mar 2013

Version 2.0.7 released. (See patches/version_2.0.7 folder in zip file)

Fixes issue with Sites Stats links.

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

Thank you for the fix so fast..

Quote · 24 Mar 2013

i still don't see the add humor option in member menu + is it just me ?

Quote · 28 Mar 2013

 I am not sure which part of the site you are referring to. Send me a screenshot.

i still don't see the add humor option in member menu + is it just me ?

 

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

sorry forgot to include a screenshot



looking at the sql install file it should be added to the menu but it's not .

-- member menu
SET @iMemberMenuParent = (SELECT `ID` FROM `sys_menu_member` WHERE `Name` = 'AddContent');
SET @iMemberMenuOrder = (SELECT MAX(`Order`) + 1 FROM `sys_menu_member` WHERE `Parent` = IFNULL(@iMemberMenuParent, -1));
INSERT INTO `sys_menu_member` SET `Name` = 'modzzz_humors', `Eval` = 'return BxDolService::call(''humors'', ''get_member_menu_item_add_content'');', `Type` = 'linked_item', `Parent` = IFNULL(@iMemberMenuParent, 0), `Order` = IFNULL(@iMemberMenuOrder, 1);


jk.JPG · 20.6K · 423 views
Quote · 30 Mar 2013

Version 2.0.7 released. (See patches/version_2.0.7 folder in zip file)

Fixes issue with add humor option in member menu.
Fixes issue with Sites Stats links.

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

Jokes module is now compatible with Dolphin 7.2. Fresh installation is needed for Dolphin 7.2 as this module was renamed throughout the file structure.

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

Hey Modzzz, In the timeline I get this: __post_owner_icon__

Is that a Lang Key missing?

Quote · 28 Aug 2016

For Dolphin 7.3, please re-upload the latest module files and clear cache.

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

 

For Dolphin 7.3, please re-upload the latest module files and clear cache.

 That fixed it.. Thank Modzzz

Quote · 29 Aug 2016
 
 
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.