Topic: Click and View for Avatars

Is there any way to make it so that users can click and view another users avatar?

Basically all it would do is open up the av in another window (200x200px maybe?) so that people could get a better look at it.

Its something that my users have requested.

Re: Click and View for Avatars

How difficult is it to make up extensions and where would someone begin.

Is there a write up on extension development or a 'how to' guide?

3

Re: Click and View for Avatars

How difficult is it to make up extensions and where would someone begin.

Difficult? You must be a PHP programmer. That's everything.

If you will learn this language everything should be easy. Here you have some docs (PHP knowledge required):
http://punbb.informer.com/wiki/punbb13/coding_standards
http://punbb.informer.com/wiki/punbb13/constants
http://punbb.informer.com/wiki/punbb13/global_variables
http://punbb.informer.com/wiki/punbb13/ … _reference
http://punbb.informer.com/wiki/punbb13/database_helpers

From where to begin? From this:
http://punbb.informer.com/wiki/punbb13/ … evelopment

Re: Click and View for Avatars

Thanks Trace!

I have been getting more involved with PHP so at the very least this will give me something new to learn about.