Profile Promotion Block

Hello everybody.
This is a support forum for my nice and free Profile Promotion Blocks module.
If you have some questions or suggestions regarding it feel free to post them here or contact me directly.

Experienced Developer and Designer. If you need help, just hit me up.
Quote · 27 Jan 2015

first of all many thanks for the great free mod, just 1 quick question, is it possible to make the block on the members profile page only show if there is content in it? at the moment it shows an empty block with the text: There Are No Entries 

Quote · 29 Jan 2015

 

is it possible to make the block on the members profile page only show if there is content in it? at the moment it shows an empty block with the text: There Are No Entries

 Yes of course. I will update it asap and then i will reupload the package again. I will let you know here, as soon as it´s ready.

Thank you!

Experienced Developer and Designer. If you need help, just hit me up.
Quote · 29 Jan 2015

that's great, i don't know what you've got planned for the premium version but auto-scroll with a pause button would be nice, 

many thanks again for the freebie

Quote · 29 Jan 2015

Hi ClublandOnline,

I´ve updated it and reuploaded it in the boonex store. Please redownload the package again. Now the new .zip package should have the following name: Xeluan-Profile-Promotion-BlockV1.1.zip

 

I also have it tested in the demo page. Please go to my demo page and visit this profile page: Premium Member

Now you will not see a block with the content "There are no entries".

Now visit the profile page Standard Member. There is still the promotion block. So you can see it works.

 

You have 2 possibilities to update your module:

 

1. You can deinstall it and reinstall with the content of the new package.

 

2. You replace the following files:

 

a) Replace the complete file modules/xeluan/profile_promotion_blocks/core/XelPpbPresenter.php with the newer one.

 

b) Edit this file templates/base/scripts/BxBaseProfileView.php

 

Find this code:

 

// Xeluan - Profile Promotion Block
    function getBlockCode_XelPromoBlock()
    {
        $presenter = new XelPpbPresenter();
        if($presenter->checkIfEntriesExist())
        {
            $presenter->prepare();
            $status = $presenter->status();
            if($status)
            {
                return DesignBoxContent("", $presenter->render(), 1);
            }else{
                return '';
            }

        }else{
            return DesignBoxContent("", $presenter->noEntriesExist(), 1);
        }
    }
    // Xeluan - Profile Promotion Block

 

and replace it with the following one:

 

// Xeluan - Profile Promotion Block
    function getBlockCode_XelPromoBlock()
    {
        $presenter = new XelPpbPresenter();
        return $presenter->prepare()->render();
    }
    // Xeluan - Profile Promotion Block

 

If you need help, I also can update it for you. If so then pm me and give your FTP login data.

I hope you are satisfied with my plugin and my service. If so, rating my mod and my profile would be nice.

Best regards

Experienced Developer and Designer. If you need help, just hit me up.
Quote · 29 Jan 2015

that's perfect, thanks again

Quote · 29 Jan 2015

Hello,

The information to connect to the demo site do not work.

I tried to connect several times without success.

How can I connect?

Thank you

Quote · 7 Feb 2015

This is a great mod :)

The downfall though is i'm not sure if it's a bug or not but it's not working with the membership levels...on my end anyways.
I have a user as a premium member and set the actions to 2 every 24 hours and i was able to post more than 2.

The type of site i am running is a site that allows other users to promote their site.
Because i've modified some of the code, each recent site that gets added will be displayed on the Account page.
I want to give a extra ability to premium users to add banners or whatever else, so this would be a paid feature.

I appreciate you sharing this for free...can't beat that price tag Smile 

Be a dolphin, be creative in you own way and you will attract a audience
Quote · 15 Feb 2015

Hi wolf2217,

I will check this settings again on my dev server.

But if you want, I can check your configuration on your server for free.

If you want it, just send me a pm with your login data.

Best Regards

The downfall though is i'm not sure if it's a bug or not but it's not working with the membership levels...on my end anyways

 

Experienced Developer and Designer. If you need help, just hit me up.
Quote · 15 Feb 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.