How to Store Avatar Images of Buddypress - wordpress

I am using Buddypress, and in that I need to to create user profile gallery for that I would be needed to store the Avatar Images, could anyone please suggest if there is any plugin or any function through which we can create some thing like this.
In short I need to create avatar galley.Is it possible..??
Please send your valuable reply or suggestion
Thanks is Advance

it is possible, use the bp_has_members() and call the needed parameters! can be found here :
http://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/
you can use the loop code from this page, and show only the avatar!

Related

How to add/include a picture/image in Telegram's Instant View?

I have made a Telegram's Instant View template for a WordPress blog and it's been really easy. However, that blog's articles include pictures that Instant View doesn't show. I need to know how I add them to the Instant View template.
I know I have to use "#append" or "#prepend" but don't know really how.
Thanks for reading!
#append
#prepend

CMB Metabox and custom fields

Sorry, I hope this is simple, but does Web Dev Studios Custom Metabox feature (https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress) need to save the data to the custom fields?
Basically I have it installed and it works but none of the data entered is appearing in the custom fields box like on another site I have, is this going to cause an issue?
Thanks,
sorry I dont have experience with that one. Use Advanced Custom Fields plugin. It'll be lot easier for you. you can even include it to your theme.
Nope, CMB Automatically save the data and retrieve. you may made any mistake, please switch on wp-debug (wp-config.php) and see if you can see any error.
Advance custom field is an alternate solution which has Graphical User Interface. you can also use it.

User template with recent posts

I'm developing a custom theme for Drupal 7. My problem is I don't know how to make a page that shows information about the author, and below the info, a list of the author's articles. (For ex. if I go to user/ i want to see the profile of the user with the given id, and his/her latest posts).
So what would be the best solution for this?
I've tried with creating user-profile.tpl, it's ok, but I dont' know how the get the nodes, and I don't really want to make sql query-s, because I think there is a prettier method for this.
I've tried with Views, too, but I'm new to Drupal and the most of the tutorials/explanations were for drupal 6 (if it's simple with view, please write me a small guide for it).
Thanks!
It'd be better to create a view that takes the uid as an argument.

Wordpress Plugin requirement

I have a requirement form my client.
He needs a registration form which should be integrated to his site where the user will come and register for that particular event.
Can any one help me what plugin can i use to do this ?? i used http://wordpress.org/extend/plugins/event-registration/ plugin but it dint work,
i need something like this
http://startupsaturday.headstart.in/event.php?eid=213, you can see from this link the people can come and register, and there name will be displayed left hand side. similar way i need to ingrate to my site someone please help me.
Thanks in advance
Harsha.
All you need to do is set up a form which posts to the database and then have a table populated from the table.
If you're unsure of how to do this & want to use plugins then I would suggest using the popular contact form type plugins like Fast Secure Contact Form or Contact Form 7.
Take a look at those to figure out which you prefer & then couple it with this plugin to save the form data to the database. That plugin then has short codes that you can put in to display the data.

I want to create a Visual Recipe site on WordPress, any suggestions or tips on how i can do it?

I would like to create a visual recipe site, which lists how to make a dish in step by step through pictures.. Is it possible to create a custom page template where I can the following fields.
1.Dishname(title)
2.Introduction(Brief info)
3.Ingredients
4.upload photo input..
followed by add more pic
Is it possible in Wordpress, you have any effective ideas? please share :)
sure it's possible. I recommend you to create a new custom post type 'recipe' And add custom fields as you please. This article should definitely get you started: http://kovshenin.com/archives/custom-post-types-in-wordpress-3-0/

Resources