Profile Cover

Profile Cover [Paid] 2.2.1

No permission to buy ($9.90)
I've made a quick concept about your addon. I don't know if its possible, but something like that would be very nice imo. Maybe even make the avatar a little bit bigger.
Very Nice User Profile Page @Chojo
@Nobita.Kun What is the possibilty to change the layout of your addon to the suggestion of @Chojo ?

demo-png.80816


Thanks!
 
I loved *******'s Profile Cover add-on. The styling on this one looks different. I'd like to see more screenshots or a demo before purchasing.

profilecover3.webp
 
Last edited:
How does this add-on work exactly?

At the moment I am using a customField so that a url can be used to link to an image. That image is then applied via the member_view template

Code:
<div class="primaryUserBlock" style="background-image:url({$user.customFields.profile_card})">

Is it possible to just use this add-on to upload images directly instead of having to use a url?

I don't want any of my current layout to change, I just want to use the upload ability :)

Thanks
 
How does this add-on work exactly?

At the moment I am using a customField so that a url can be used to link to an image. That image is then applied via the member_view template

Code:
<div class="primaryUserBlock" style="background-image:url({$user.customFields.profile_card})">

Is it possible to just use this add-on to upload images directly instead of having to use a url?

I don't want any of my current layout to change, I just want to use the upload ability :)

Thanks
I have demo site which allow you testing it:)
 
Anyone know how to change the default size from 350px to something else? 350px is huge.

Also, if you would like to change the "update cover" button to look more like Facebook, here is my template modification, (this is assuming you already have a font awesome callback, if not, you need to get one to use this)

djuiFaQ.png
 
I have demo site which allow you testing it:)

Hi,

Is it customizable so that I can just apply the image to where I want it? This is my current lay-out...

Screen Shot 2015-03-22 at 19.03.30.webp

So all I need it to do is upload the images and apply it here as the background of my "primaryUserBlock".

Is that possible?

I have downloaded the add-on and I am having a play around with it now, any help with it would be great.

Thank you :)
 
Hi @RichardKYA
If you have your design template. Just using a part of addon which allow you upload and display images. You can look around profile_cover template to get more information ;)
 
Hello @Nobita.Kun,

Yeah, I've been having a play around for the last few hours, but I can't get it work properly.

It keeps displaying it as a separate <img> instead of displaying as a "background-image", so it just keeps stacking outside my primaryUserBlock no matter where I add the code.

Screen Shot 2015-03-23 at 02.14.58.webp


I'm sure it must be possible, I just haven't got it right yet :(
 
Hello @Nobita.Kun,

Yeah, I've been having a play around for the last few hours, but I can't get it work properly.

It keeps displaying it as a separate <img> instead of displaying as a "background-image", so it just keeps stacking outside my primaryUserBlock no matter where I add the code.

View attachment 101933


I'm sure it must be possible, I just haven't got it right yet :(
Currently. It only display <img /> tag. Maybe I will update which allow using Path to image instead.
 
@Nobita.Kun

I've figured out how to get the image to display where I want it, but still need to sort out the "repositioning" bit yet.

But so far, it works good enough. I just searched for the folder where the images get stored and added the path to the background of my div...

Code:
<div class="primaryUserBlock" style="background-image:url('data/covers/0/{$user.user_id}.jpg')">

:)
 
Top Bottom