Skip to:
Content
Pages
Categories
Search
Top
Bottom

portofolio plugin


  • jantanner
    Participant

    @jantanner

    we run a coworking space in berlin called betahaus. we do use buddypress internally to let people working at betahaus check out other coworkers.

    it would be great to have a portofolio plug in that just adds a field “portofolio” to the user menue (activity, profile, etc…) and let’s users post some of their work, including pictures and small descriptions of their jobs/projects

    anybody interested to do the job? any ideas regarding this plugin?

    cheers from berlin

    christoph

Viewing 4 replies - 1 through 4 (of 4 total)

  • danbpfr
    Participant

    @chouf1

    There is a plugin called bpPicture who can do that !

    http://manojkumar.org/bppicture-album-plugin-for-buddypress/


    4437824
    Inactive

    I am also interested to have a portfolio plugin.

    but have no good skills for coding yet

    The major limitation in bp-album for now, is that it does only have one album.

    ‘Multiple albums’ function is for me essential to make a portfolio.


    danbpfr
    Participant

    @chouf1

    @GasparKing

    You have 2 method to achieve what you need or want.

    1) search here:

    http://designm.ag/design/plugins-for-portfolio-sites/

    2) craft working

    Create a category “portfolio”

    Add some custom fields to posts who can contain pictures

    and that’s it

    and something like this i your template

    <div class="post" id="post-<?php the_ID(); ?>">

    < ?php $image = get_post_meta($post->ID, 'mini', true); ?>
    < ?php $url = get_post_meta($post->ID, 'url', true); ?>

    <a href="<?php echo $url; ?>" title="< ?php the_title(); ?>"><img src="<?php echo $image; ?/>" alt="< ?php the_title(); ?>" /></a>

    </div>


    jantanner
    Participant

    @jantanner

    hey chouf1,

    thanks for the advice. I already thought about using a blog. but I wanted to start with a slim solution. 1-3 pictures per projects, a small description some tags and everything within the buddypress theme.

    i guess i start with the bppicture and restyle it a bit.

    thanks anyway. if the users demand more flexibility, I will switch to the blogs…

    cheers

    christoph

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘portofolio plugin’ is closed to new replies.
Skip to toolbar