IBDW Profile Cover - Support - part 2

Quote · 2 Jul 2014

 

*** Is there a way to add other Links, like =

Timeline Link

or

Friends Link

 

*** Or can I edit current Links to reflect links I want by changing some code??

The friends link is already present in ProfileCover.

The timeline not, the module includes some sections link, not all the possible links and it's not possible to add all because the links sometime run a script.

You can require a customization to add this link to the module menu.

See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 2 Jul 2014

Often we received this request:

I use the full column mod (it's not a default feature of dolphin, but a 3d party mod)  on my site.

Can I get the full width for the profile image in the module Profile Cover?

****************************************************************************************************

Yes, just open

and change this id attribute (about at the line 10), from:

#pfblockconteiner {
    background: none repeat scroll 0 0 #F5F5F5;
    float: left;
    max-width: 938px;
    width: 100%;
}

to:

#pfblockconteiner {
    background: none repeat scroll 0 0 #F5F5F5;
    float: left;
    width: 100%;
}

 

In other words, just remove this attribute:

max-width: 938px;

then upload the new file and empty the cache.

See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 2 Jul 2014

can i use the profile cover like a row and no in a column, i want center the cover and put columns above like facebook.

Quote · 28 Jul 2014

I need to clone the facebook menu selections, see attachment.

 

What can you do to help me accomplish this task.

 

Thank You 

facebook menu.jpg · 84.7K · 363 views
Quote · 29 Jul 2014

 

can i use the profile cover like a row and no in a column, i want center the cover and put columns above like facebook.

 You can use the free mod called "full width columns" (http://www.boonex.com/m/full-width-columns )

See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 1 Aug 2014

 

I need to clone the facebook menu selections, see attachment.

 

What can you do to help me accomplish this task.

 

Thank You 

The module Profile cover is not a copy of the cover box of facebook.

If you need to clone the layout of the facebook cover box, you can post a job on this market.

See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 1 Aug 2014

I know it is not a copy.

My question has to do with customizing the menu selection to mirror Facebook menu selection, see my attachment above.

Quote · 2 Aug 2014

how i change the member thumbnail corners style? i changed the corners on the avatarBox but i cant find where i cant changed the corners on the thumbnails image.

memberthumbnail.png · 190.1K · 328 views
Quote · 5 Aug 2014

Is there a code that i can use on any page that loads and shows a members latest cover image?
We want to use it for the matches page etc. ( see attachment )

profile_bio_2.png · 412.9K · 380 views
Quote · 11 Aug 2014

how can i change the member profile photo thumbnail size on the profile cover

Quote · 19 Aug 2014

Had to do a new install of Dolphin 7.1.4 and now the profile cover will not show on page.

It seems to be installed correctly and when I input my activation code in Admin panel it says its successful. 

See screenshot of what I see on page view.

Thanks

cover screenshot.jpg · 59.7K · 355 views
Quote · 7 Sep 2014

We had that also. Than you need to ask for a new key...

Quote · 7 Sep 2014

Thanks, good to know, I emailed and posted this of course when the weekend started so haven't heard back,

I hope I hear from them today (Monday) and get this fixed, cannot move forward until I do.

Thanks again, been worried it may have been something else!!

Quote · 8 Sep 2014

 

Thanks, good to know, I emailed and posted this of course when the weekend started so haven't heard back,

I hope I hear from them today (Monday) and get this fixed, cannot move forward until I do.

Thanks again, been worried it may have been something else!!

 ;)

See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 12 Sep 2014

i have an issue with the upload method default in firefox flash is not working.

Quote · 18 Sep 2014

 

i have an issue with the upload method default in firefox flash is not working.

Do you have so the same issue also in the other modules (as Boonex Photos) ?

See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 26 Sep 2014

Is it possible to do a simple inline style change to get the cover to grab a larger profile photo than the current 64px X 64px photo.

 

Looking to double the size to 128px X 128px.

 

The current photo is to small for my need.

 

Thanks, Skip

Quote · 13 Oct 2014

 

Is it possible to do a simple inline style change to get the cover to grab a larger profile photo than the current 64px X 64px photo.

 

Looking to double the size to 128px X 128px.

 

The current photo is to small for my need.

 

Thanks, Skip

we are working on a PRO version for this because the default thumbs size is 64x64.

See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 17 Oct 2014

How can I turn off the setting that automatically generates a folder for the cover photo's? We only want that people can choose from their current photo's and not upload any new one via that module.

Quote · 17 Dec 2014

 

How can I turn off the setting that automatically generates a folder for the cover photo's? We only want that people can choose from their current photo's and not upload any new one via that module.

 Using PhotoDeluxe this is possible

See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 7 Jan 2015

Yes, we have that module also. That feature is working already correctly. Only the cover module generates a map "cover" or any other name you set in the administration area of the module for new members. Can we disable that option?

Quote · 8 Jan 2015

is there a way to make the cover longer? i want to make it fit the full width of the column but can't find a way to do that. 

Quote · 28 Mar 2015

 I saw this but what file are you referring to? and where is it? 

Often we received this request:
I use the full column mod (it's not a default feature of dolphin, but a 3d party mod)  on my site.
Can I get the full width for the profile image in the module Profile Cover?
****************************************************************************************************
Yes, just open
and change this id attribute (about at the line 10), from:
#pfblockconteiner {
    background: none repeat scroll 0 0 #F5F5F5;
    float: left;
    max-width: 938px;
    width: 100%;
}
to:
#pfblockconteiner {
    background: none repeat scroll 0 0 #F5F5F5;
    float: left;
    width: 100%;
}
 
In other words, just remove this attribute:
max-width: 938px;
then upload the new file and empty the cache.

 

Quote · 28 Mar 2015

I bought the group cover too, but i can't find a way to make if full length of the column right now it looks a bit strange because it doesn't stretch. The above where is the file you are talking about to modify, is the groups the same method and file?  

Quote · 30 Mar 2015

Good Morning .

I have a question about the profile cover the optional block without the white space :

I'm not an expert but i know how to work in the phpmyadmin , i did follow your steps on the read me txt, uploaded the designbox_100.html into my custom template and i did run Run this query from PhpMyAdmin:

      UPDATE `sys_page_compose` SET `DesignBox`=100 WHERE `Caption`="_ibdw_profilecover_modulename"

 

So far so good but is it meant to be looking like this ? : Looks like if it is not separated from the Home Bar !

Thanks for your help .


  

Screenshot_2.png · 643.7K · 316 views
Proud Hosted by Zarconia.net
Quote · 10 Apr 2015

 

 I saw this but what file are you referring to? and where is it? 

Often we received this request:
I use the full column mod (it's not a default feature of dolphin, but a 3d party mod)  on my site.
Can I get the full width for the profile image in the module Profile Cover?
****************************************************************************************************
Yes, just open
and change this id attribute (about at the line 10), from:
#pfblockconteiner {
    background: none repeat scroll 0 0 #F5F5F5;
    float: left;
    max-width: 938px;
    width: 100%;
}
to:
#pfblockconteiner {
    background: none repeat scroll 0 0 #F5F5F5;
    float: left;
    width: 100%;
}
 
In other words, just remove this attribute:
max-width: 938px;
then upload the new file and empty the cache.

 

 The file is at public_html/modules/ibdw/profilecover/templates/base/css, hope that help !

Proud Hosted by Zarconia.net
Quote · 10 Apr 2015

Any idea when the release of a pro version ?

Proud Hosted by Zarconia.net
Quote · 28 May 2015

Ok very weird problem I have going on.  When you click to upload an image the browse select file box shows as normal.  After the upload is complete the desired image does not show until you refresh the page.  Even worse the profile information changes on the menu bar below the cover image to a completely different user.  Take a look at the attachments for a better understanding.  Notice in the "After Edit Upload" screen shot that the profile image and username changes.  Once the page is refreshed this goes away.

Before Edit.png · 195.9K · 279 views
After Edit Upload.png · 482.3K · 307 views
Quote · 28 Jul 2015

Will you be adding a 7.2  update to the Profile cover. Yes there is a cover, yet your cover has some advantages to the static cover.

Authors Bag Portal is a Crowd Sourcing Collaboration (CSC)
Quote · 13 Sep 2015

Please provide a script to update to version 2. (Uninstalling and reinstalling a module is not updating).

Quote · 1 Oct 2015

IBDW Profile Cover for D7.2 has been released. Yesterday we have published the version 2.0.1.

Today we improved some scripts and now you can:

1) use the thumbnail or the profile picture (more big) in the base of the information block

2) the upload method Flash has been replaced with the jquery uploader

 

Who already installed the version 2.0.0 can overwrite the files:

  • cover.php
  • core.php
  • upload the language folder (then you must recompile the language)
  • empty the cache

Please report any bug, here.

PS: the module uses the default values for the medium image of the module Boonex Photos

       (yoursitename.extm/photos/administration/settings) so make sure the values:

      

  • Width of main photo unit (in pixels)
  • Height of main photo unit (in pixels)
 
are really in "pixels" (no set these fields to the value "auto")
 
See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 2 Oct 2015

 

IBDW Profile Cover for D7.2 has been released. Yesterday we have published the version 2.0.1.

Today we improved some scripts and now you can:

1) use the thumbnail or the profile picture (more big) in the base of the information block

2) the upload method Flash has been replaced with the jquery uploader

 

Who already installed the version 2.0.0 can overwrite the files:

  • cover.php
  • core.php
  • upload the language folder (then you must recompile the language)
  • empty the cache

Please report any bug, here.

PS: the module uses the default values for the medium image of the module Boonex Photos

       (yoursitename.extm/photos/administration/settings) so make sure the values:

      

  • Width of main photo unit (in pixels)
  • Height of main photo unit (in pixels)
 
are really in "pixels" (no set these fields to the value "auto")
 

Released the update 2.0.2

This version fix the bug of the cron job that removes the temp files.

If you have already installed the ver. 2.0.1, just overwrite the files and empty the cache

See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 17 Oct 2015

Released Profile Cover 2.0.6

New features:

1) <strong>Enable link to edit the profile image</strong>: this option allows to link the page to choose the profile image (not the cover but the <u>profile image</u>) into the profile thumbnail. By default this option is not active
2) <strong>Use default Boonex cover album</strong>: Because Boonex introduced the profile cover in the last versions of Dolphin (in the past only this module allowed this feature), now you can choose in the settings to use the default album for the profile cover (of Dolphin) or to use a custom album name. By default this option is not active.

 

This version also improves the compatibility with the module Boonex Avatar.

Ti install this version you must uninstall the previous (you will not lose any cover). Then empty the cache.

Suggestion: before to uninstall the module make a full backup of the site and copy the license code (activation code) in a file. You can use the same activation code for the new installation.

See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 24 Mar 2016

Released Profile Cover 2.0.7

If you have already installed the previous ver. 2.0.6 you can simply overwrite the file core.php

and empty the cache of Dolphin.

Bug solved: sql error when the profile has no avatar or profile image.

See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 31 Mar 2016

There is a problem with Modzzz Poll's module. I have set in admin panel to be Modzzz Pol's module but and I have _bx_polls on profile cover. When I click that it was error Module was not found.

Quote · 17 Jul 2016

Hi

I have your profile cover and I have a member whose avatar shows up in the system but NOT on the Profile cover?

Any ideas?  Her profile is https://www.credentialmanager.co/KathyClark so you can look at it yourself.

I have it set to picture in the module admin and I see my avatar fine in the profile for me.

Michael

Quote · 24 Nov 2016

Released Profile Cover 2.0.9

Fixed the following issues:

1) Loading loop when you use "thumbnail" for profile

2) error for some language keys about max file upload parameter

If you are using PC ver 2.0.8 just overwrite the files:

- core.php

- fragment.php

Then empty the cache of Dolphin

See my products at http://www.boonex.com/market/posts/ilbellodelweb | Hosting: zarconia.net
Quote · 4 Jan 2017
On your test site, I created a new account and choose not to upload a profile image during the sign up process. (http://dolphinextensions.com/)  Once my account has been approved, I log in and navigate to my new profile page - no profile image has been uploaded yet.  Now, when I hover my mouse over the Profile Image within the Profile Cover Module page block, it shows that it is a clickable item.  The action of this section is driven by the setting in the admin page: "Enable link to edit the profile image".  That link produces no action, no Profile Image Edit screen opens up.
 
Again, this is on your test site.  I cannot upload my profile image by clicking on the profile image within the Profile Cover section when NO image has been uploaded.  If there is a profile image, then the link correctly opens the Profile Image Edit screen.
 
This is the problem I'm experiencing on my site since I do not require my members to upload a profile image when creating an account.   Until a profile image has been populated, the link will not open the Profile Image Edit screen.
 
Thanks - Jethro
Quote · 20 Feb 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.