Profile info checker from eSASe

This module calculates the number of filled profile fields. This is useful so that the unit resembles personal profile complete information about the profile.


demo on : dolphinTeam.net

http://www.boonex.com/unity/extensions/entry/Profile_info_checker

We only have a unique modules for dolphin!
Quote · 14 Jun 2010

Hello eSASe.

I have problem with this module in D7.0.2! Block is not visible. I can see it in page blokcs builder, moved to another position, cleaned cashes and reinstalled it. But no result. I can not understand what is the problem.

What I should do to resolve this problem?

Thanks beforehand,

Miravzal

Quote · 9 Jul 2010

Hello eSASe.

I have problem with this module in D7.0.2! Block is not visible. I can see it in page blokcs builder, moved to another position, cleaned cashes and reinstalled it. But no result. I can not understand what is the problem.

What I should do to resolve this problem?

Thanks beforehand,

Miravzal

Hello module contained small error, you'll need download this module again from unity

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 12 Jul 2010

I have rebuilt my site once again, and decided to re-install the Info Checker, but nothing shows up in the Administration section. I get the block in the block builder, but nothing showing the Modules system at all to moderate the program. I am running in Dolph7.0.4, and have version 1.0 according to the README file.  I checked to see if there was an update, and could not download anything from UNity since it is saying I have not purchased.  Can you assist? I purchased almost a year ago when we were first working on the site.

Even Monkeys and Retards get it right with repitition! - Author Unknown
Quote · 5 Jan 2011

 

I have rebuilt my site once again, and decided to re-install the Info Checker, but nothing shows up in the Administration section. I get the block in the block builder, but nothing showing the Modules system at all to moderate the program. I am running in Dolph7.0.4, and have version 1.0 according to the README file.  I checked to see if there was an update, and could not download anything from UNity since it is saying I have not purchased.  Can you assist? I purchased almost a year ago when we were first working on the site.

Hello download the latest version of module

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 6 Jan 2011

Hi could you please tell me how I add this to the edit profile page?

I made a new html block in the edit profile page and pointed it to the _sas_profile_info but it is just a blank block when viewing how do I add the checker to the block.

Thanks

Quote · 18 Aug 2011

Hello try to copy this block with DaenoTools module

We only have a unique modules for dolphin!
Quote · 19 Aug 2011

@E,

is this module still functioning with Dolphin 7.0.7? 

i see a note on the market that indicates there are no upgrades. is this module going to be upgraded and brought into compliance with the conventions of dolphin 7.07? 

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 19 Aug 2011

Yes!

I have run this under 7.0.7!

Rappi

Bezirzer.de, elbrocker.de, tierschutz-community.de
Quote · 19 Aug 2011

And here is a "patch" :

When you want to disable the show of the stausblock in Esase Profil Info Checker (http://www.boonex.com/m/Profile_info_checker) when profil infos are 100% than edit the file SasProfileInfoTemplate.php.

Search for

--- 

        $this -> addCss('sas_profile_info.css');

  return  $this -> parseHtmlByName('field_info.html', $aKeys);

---

and replace it with

---

        $this -> addCss('sas_profile_info.css');

        if ($iPercent == "100"){

         }

         else 

        {

       return  $this -> parseHtmlByName('field_info.html', $aKeys);

       }

----

That's all Laughing

 

Greetz Rappi

Bezirzer.de, elbrocker.de, tierschutz-community.de
Quote · 19 Aug 2011

 thanks for the response. i was inquiring because on the products page in the market, it states that there are no upgrades here. so wasnt sure if it was discontinued or not.

And here is a "patch" :

When you want to disable the show of the stausblock in Esase Profil Info Checker (http://www.boonex.com/m/Profile_info_checker) when profil infos are 100% than edit the file SasProfileInfoTemplate.php.

Search for

--- 

        $this -> addCss('sas_profile_info.css');

  return  $this -> parseHtmlByName('field_info.html', $aKeys);

---

and replace it with

---

        $this -> addCss('sas_profile_info.css');

        if ($iPercent == "100"){

         }

         else 

        {

       return  $this -> parseHtmlByName('field_info.html', $aKeys);

       }

----

That's all Laughing

 

Greetz Rappi

 

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 19 Aug 2011

I am not sure if I am doing something wrong or not.  I really like the idea of this mod.  I am unable to install this with using version 7.09.  When I click on the install module part it gives me the following...

Cannot install module from "esase/profile_info/" directoryFailed

Please assist!! =)

Ted

 
 

 

What's next to fix D8 issues? D9? (=
Quote · 14 Apr 2012

I am not sure if I am doing something wrong or not.  I really like the idea of this mod.  I am unable to install this with using version 7.09.  When I click on the install module part it gives me the following...

Cannot install module from "esase/profile_info/" directoryFailed

Please assist!! =)

Ted

 
 

 

Two suggestions:

1) double check that the mod was uploaded to the correct location.

2) open /modules/esase/profile_info/install/config.php and check that 7.0.9 is in the compatible_with list.

http://pkforum.dolphinhelp.com
Quote · 14 Apr 2012

 

I am not sure if I am doing something wrong or not.  I really like the idea of this mod.  I am unable to install this with using version 7.09.  When I click on the install module part it gives me the following...

Cannot install module from "esase/profile_info/" directoryFailed

Please assist!! =)

Ted

 
 

 

Two suggestions:

1) double check that the mod was uploaded to the correct location.

2) open /modules/esase/profile_info/install/config.php and check that 7.0.9 is in the compatible_with list.

 THanks for your quick response.  It was placed in the correct location.

I believe you are talking about?

  * Main Section.
      */
     'title' => 'Profile info checker',
     'version' => '1.0.0',
     'vendor' => 'eSASe',
     'update_url' => '',

     'compatible_with' => array(
            '7.0.x'       
        ),

     /**

What would I need to mod to make it work? (=

Thanks Ted

What's next to fix D8 issues? D9? (=
Quote · 14 Apr 2012

 THanks for your quick response.  It was placed in the correct location.

I believe you are talking about?

  * Main Section.
      */
     'title' => 'Profile info checker',
     'version' => '1.0.0',
     'vendor' => 'eSASe',
     'update_url' => '',

     'compatible_with' => array(
            '7.0.x'       
        ),

     /**

What would I need to mod to make it work? (=

Thanks Ted

As far as I know... you should not have to change it. Could be something else. Also, you could replace the 'x' with '9' and see if that works.

http://pkforum.dolphinhelp.com
Quote · 14 Apr 2012

Sorry for my late response. It took me a little while to dig it up, but that is what someone else suggested in another post and it worked great.

I used Deanos Tools to move it on the Profile Edit Page as well as the Account page it comes on.

I modified the sas_profile_info.css to reflect the correct colors of my site as well.

Thank you so much for your quick answers.  That is what makes this community amazing.  We all help one another =)

What's next to fix D8 issues? D9? (=
Quote · 14 Apr 2012

when will this mod be ready for D7.1?  thanks.

Quote · 14 Dec 2012

 

when will this mod be ready for D7.1?  thanks.

 I will update it soon

We only have a unique modules for dolphin!
Quote · 15 Dec 2012
 
 
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.