Opinions Mod Support (Modzzz)

This is the support forum for the Opinions mod.

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

Version 1.0.5 released.

Issues fixed :

a) Adds missing language key and fixes problem with standard member viewing discussions

Clients can download the mod and check the patches/version_1.0.5 folder for instructions

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

Oh. You might want to reword the title. I thought you wanted opinions on your mod support.....

Cool

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 3 Jan 2011

Lol, you are correct. It's too late to change it though Smile

Oh. You might want to reword the title. I thought you wanted opinions on your mod support.....

Cool

 

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

Version 2.0.0 released.

Fixes problem with thumbs up not incrementing.

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

hey modzzz,

im not sure if the points is working on this module

Quote · 11 Aug 2011

Version 2.0.1 released (see patches/version_2.0.1 folder)

Adds missing language strings.

Fixes issue with optional integration with Points mod.

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

Version 2.0.2 released (see patches/version_2.0.2 folder)

Updated for compatibility with Dolphin 7.0.7.

Adds missing subscriptions template.

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

Version 2.0.3 released (see patches/version_2.0.3 folder)

Fixes issue with display of reactions to Opinions.

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

Dear Modzzz,

I did not see this mod in your demo site...please could you add the ability to embed YouTube and also the avatar icon improvement!!!...

I like to buy this mod!

Quote · 6 Oct 2011

Version 2.0.4 released (see patches/version_2.0.4 folder)

Adds the ability to embed a Youtube Video.

Opinions 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 for your support and prompt response!

Quote · 6 Oct 2011

Version 2.0.5 released (see patches/version_2.0.5 folder)

Miscellaneous adjustments made.

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

Version 2.0.6 released (see patches/version_2.0.6 folder)

Fixes issue with permission to remove opinions posted for a discussion.

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

This mod is now updated for Dolphin 7.1

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

Version 2.0.7 released (see patches/version_2.0.7 folder)

Removes invalid Maps block from Discussion View page.

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

Hi Modzzz.

1 - Is it possible to update the old, boring reactions box to the newer, very popular emoji type reaction box I see on many websites (sample image attached) to get more member participation & clicks?

2 - I'd like to create a standard banner ad below each opinion piece so that it gets more participation from members to post their opinion (sample image attached). If I add a banner, what would the specific <a href...> URL be to link to?

Thank you!

opinions-reactions-box.png · 17.6K · 216 views
Quote · 14 Jun 2015

 1). Your suggestions have been noted.

 2). The URL has to dynamically generated so the banner must be present in a php block. The URL can be generated with this line of code :

 $sUrl = BX_DOL_URL_ROOT . $this->_oConfig->getBaseUri() . 'view/'. $this->aDataEntry['uri'];

Hi Modzzz.

1 - Is it possible to update the old, boring reactions box to the newer, very popular emoji type reaction box I see on many websites (sample image attached) to get more member participation & clicks?

2 - I'd like to create a standard banner ad below each opinion piece so that it gets more participation from members to post their opinion (sample image attached). If I add a banner, what would the specific <a href...> URL be to link to?

Thank you!

 

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

Hi Modzzz.
 
I am able to create a php block for the 'Opinion View' page, using Deanos Tools.
  
I have my sample php statement for the banner ad with link (so someone can add their opinion to the current topic):
  
echo "<div align='center'><a href='http://mydomain.com/post-my-opinion-on-current-topic.php'><img src='http://mydomain.com/images/banner-ad.png'></div></a>";
 
 
Where do I insert this?
 
$sUrl = BX_DOL_URL_ROOT . $this->_oConfig->getBaseUri() . 'view/'. $this->aDataEntry['uri'];
 
 
If I insert it into the href part of the above php statement, I get a white browser screen.
 
Thanks for your help.
 
Jeff

Quote · 15 Jun 2015
$sUrl = BX_DOL_URL_ROOT . $this->_oConfig->getBaseUri() . 'view/'. $this->aDataEntry['uri'];

echo "<div align='center'><a href='{$sUrl}'><img src='http://mydomain.com/images/banner-ad.png'></div></a>";

 

Hi Modzzz.
 
I am able to create a php block for the 'Opinion View' page, using Deanos Tools.
  
I have my sample php statement for the banner ad with link (so someone can add their opinion to the current topic):
  
echo "<div align='center'><a href='http://mydomain.com/post-my-opinion-on-current-topic.php'><img src='http://mydomain.com/images/banner-ad.png'></div></a>";
 
 
Where do I insert this?
 
$sUrl = BX_DOL_URL_ROOT . $this->_oConfig->getBaseUri() . 'view/'. $this->aDataEntry['uri'];
 
 
If I insert it into the href part of the above php statement, I get a white browser screen.
 
Thanks for your help.
 
Jeff

 

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

The price of this module has been reduced.

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

Opinions Module  - This is now compatible with Dolphin 7.2 . For those upgrading from Dolphin 7.1, please check the upgrade folder for instructions.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 20 Sep 2015
 
 
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.