Hi Nguni,

Putting pictures of the contributors would require writing a content
decorator plugin for blog posts.  My suggestion would be to use gravatar
for the actual pictures (that way you don't need any sort of interface for
mapping users to pictures, though you could possibly just do it by
convention, ie its expected that a user who's name is jsmith should have a
picture called jsmith.jpg in the images directory).

Some brief instructions for writing plugins can be found here:

https://open.jira.com/wiki/display/PEBBLE/Plugin+Development

If using maven to write the plugin, you can add a repository pointing to
http://jazzy.id.au/maven, and declare your dependency like so:

<dependency>
  <groupId>org.sourceforge.pebble</groupId>
  <artifactId>pebble</artifactId>
  <version>2.6.2</version>
  <type>jar</type>
</dependency>

Cheers,

James

On 13 April 2012 10:12, Nguni Phakela <[email protected]> wrote:

> Hi,****
>
> ** **
>
> I have just used pebble to create a blogging facility for our site here at
> wits, https://elearn.wits.ac.za/blog****
>
> It is not yet live, but we are about to go live, except for a few things.
> The first one being, how can I integrate****
>
> Pictures for the contributors of the blog, such that when they do post a
> blog, a picture appears next to their****
>
> Post?****
>
> ** **
>
> Kind Regards,****
>
> Nguni****
>
> ** **
>
> ****
>
> ****
>
> ****
>
> ** **
>
>
> ------------------------------------------------------------------------------
> For Developers, A Lot Can Happen In A Second.
> Boundary is the first to Know...and Tell You.
> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> http://p.sf.net/sfu/Boundary-d2dvs2
> _______________________________________________
> Pebble-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pebble-user
>
>

<<image001.png>>

<<image002.png>>

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Pebble-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pebble-user

Reply via email to