Coder Social home page Coder Social logo

bp-custom-background-for-user-profile's People

Contributors

raviousprime avatar ruddernation-designs avatar sbrajesh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bp-custom-background-for-user-profile's Issues

Background properties missing

Hi,

Thanks for this plugin by the way, it's working great but there are some useful options that are missing and that could make it even better. I'm way too much of a neophyte in coding to be of any help unless I'd already be forking this so I'm just throwing some suggestion if/whenever you get the time to work on this plugin.

It would be nice to be able to position the BG (vertical alignment : top, middle, bottom / horizontal alignement : top, middle, bottom)

It'd also be use to be able to set its size settings (cover, contain, initial)

A great addition would be to be able to add a colored BG overlay (color picker + transparency)

Cheers!

BBC

Change Groups Background

Hi, any possibility to make it change groups background too? I suppose this part of code can be base for a new function:

//adda sub nav to My profile for chaging Background function setup_nav(){ global $bp; $profile_link = $bp->loggedin_user->domain . $bp->profile->slug . '/'; bp_core_new_subnav_item( array( 'name' => __( 'Change Background', 'bppg' ), 'slug' => 'change-bg', 'parent_url' => $profile_link, 'parent_slug' => $bp->profile->slug, 'screen_function' =>array(&$this,'screen_change_bg'), 'position' => 40 ) ); }

I tried something like this, but no sucess:

function setup_navgroup(){ global $bp; $group_link = $bp->groups->slug . '/'; bp_core_new_subnav_item( array( 'name' => __( 'Change Background', 'bppg' ), 'slug' => 'change-bg', 'parent_url' => $group_link, 'parent_slug' => $bp->groups->slug, 'screen_function' =>array(&$this,'screen_change_bg'), 'position' => 40 ) ); }

And to hook:

add_action( 'bp_xgroup_setup_nav',array(&$this,'setup_navgroup' ));

Any advise on how to get this (if possible)? Thank you.

Showing value of kb of background

Hi,

I'm testing this and it's great idea. I have though one suggestion. Adding so the max upload size value shows up in intruction text. This for user experience and overall information how big in kb/mb size the background should be. Instead of doing wrong and the get the right answer.

Best Regards
Felipe Chamorro

image showing in Background of the page but not behind the profile

Hi, i was just going through your plugin and it's definitely a great creation but unfortunately when i try using it - the background image doesn't show up then during the loading of one of the page background image was there behind the full page

check it here
it doesn't change here http://pr-e.com/members/ars/
but in this http://pr-e.com/members/ars/forums/favorites/ the black background u see below the page is the part of the image i set

Showing value of kb of background

Hi,

I'm testing this and it's great idea. I have though one suggestion. Adding so the max upload size value shows up in intruction text. This for user experience and overall information how big in kb/mb size the background should be. Instead of doing wrong and the get the right answer.

Best Regards
Felipe Chamorro

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.