Search Results for 'wordpress'
-
Search Results
-
I have the script working where I call a function to find group members. The issue is when I need to promote/demote/remove a user, I get the wordpress failure notice “Are you sure you want to do this?” I have read the nounce and I still don’t know what to do.
I attempted to add the nounce to the code, but that didn’t work because it appears to be dynamic based on the user login.
Here is the code http://pastebin.com/m0B07FrY
Where do I add or call the wpnounce?
Hi guys i am making a new section where our customers can talk about games, i will be using the groups hierarchy plugin, the top groups will the consoles and the sub groups will be games.
We have a number of staff and we will listing every game ever made (20,000) plus so that will 20,000 groups. Will Buddypress handle this as most sites i have seen only have under 100 (yes we have a dedicated server, cdn etc)
The next question i have is:- is there anything out there where i can make certain tabs have a search linked to it.
e.g on every group page i need a tab that says “more” then that tab will auto search my wordpress database by the “group name”
Also has anyone got rtmedias plugin to work with the “group hierarchy” plugin
Many Thanks in advance
Hi there,
Using the following plugin to display posts on various indexes around my site:
http://wordpress.org/plugins/display-posts-shortcode/
I have searched the documentation and have found the function to customize the shortcode and display the author link. However, when I attempt to return it using the following code, it links to the current page instead of the buddypress profile page.
$author = '<div class="author"><a rel="author" href=' . bp_core_get_userlink( $just_link ) . '>' . get_the_author() . '</a></div>';I think I’m close, I just need some assistance with the correct syntax. Help much appreciated!
Topic: Flat Portal theme
Hi there
I just thought I’d let you know about a project I’ve completed for a WordPress theme designed to be used as a private portal / client area with option to set pages to public or private view using page templates: Flat Portal.
Originally I made it a child theme of the default BuddyPress theme but I have now made a child theme of Twenty Thirteen with all the features described in the above link.
Basically: This theme is a child theme for Twenty Thirteen.
It is designed to be used with BuddyPress plugin to set up a simple private portal or client area with the option to have public view pages as well.
This theme includes Twitter Bootstrap 2.3.2 css and jquery and glyphs.
It uses Conditional queries for the privacy options and is designed to be basic and simple so that you can build upon it and make it your own.It is based on my WordPress theme Flat Portfolio which got accepted into the Theme depository last week.
You can find it on my website in my shop. If anyone registers before they buy it free updates can be provided and some basic support given. Also the registration serves as a demo of what a subscriber level client would experience.
Hi,
I’ve converted my forum from bbpress1 to bbpres2 plugin. It was all about 14000 replies.
now is it safe to remove old bbpress tables from database? I mean those starting with wp_bband, could you please answer to these questions?
1- how can I add a hint above text editor, below “Create New Topic in…”? just like here, which is: “If asking for help, please include your WordPress version…”2- Users must first join a group to be able to post replies. is it possible to post replies without joining the groups first? just like the old way, so users become a member of that group after they post a reply.
Thank you in advance
I have a site that uses both BuddyPress and bbPress functionality. On the sidebar, for users to log in, they are using the bbPress Login Widget and from there they can access their buddyPress profile.
I would like to display the user’s inbox count in the bbPress widget once they have successfully logged in. I have currently displaying the user’s name which links to their buddyPress profile, a link to the wordpress dashboard if their WordPress role is either Author, Editor or Administrator and a Log Out button. Here is my code:
<div class="bbp-logged-in"> <table width="100%" border="0" cellspacing="5" cellpadding="5"> <tr valign="top"> <td width="60px" align="right" valign="top"> <a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>" class="submit user-submit"><?php echo get_avatar( bbp_get_current_user_id(), '56' ); ?></a> </td> <td align="left" valign="top"> <h4 style="margin: 2px 0; padding:2px 0;"><?php bbp_user_profile_link( bbp_get_current_user_id() ); ?></h4> <?php if ( current_user_can('author') || current_user_can('editor') || current_user_can('administrator')) : ?> <h4 style="margin: 2px 0; padding:2px 0;"><a href="<?php bloginfo('url'); ?>/wp-admin">CPN Dashboard</a></h4> <?php endif; ?> <?php bbp_logout_link(); ?> </td> </tr> </table> </div>Any Suggestions?
Hi to all,
i have big issue to resolve. I want to create a social with some particular roles. I need that a user log in the wordpress site and than attach a role on a bp group. I’d like to extend the buddypress roles and add others with some caratheristics, is it possible? And i can do it?
Than is possible to associate users to some group via gui or with a particular script?
Thanks
GabrieleTopic: Forms plugins for Buddypress
Hi
I’ve been using WordPress recently and used Formidable Forms Pro. After switching over to Buddypress, I realize that FFP does not support BuddyPress. Totally wasted my $$$.
Anyway. Are there any other form plugins that support Buddypress?
Thanks
Topic: CSS Upgrade?
Hey,
I have a quick question. I am using BP 1.8 and the latest WordPress. When I try to edit my CSS (color) using Firebug there are strikethroughs and It will not edit. Do I need to buy a CSS Upgrade?
Thanks in advance
JeremyHi! I need some changes to my site integrated with BuddyPress
image http://postimg.org/image/70dpil80j/full/
EDIT1: do I need to include a button that allows me to reset your password. possibly the ideal would be that sends me directly to the reset page of wordpress, but within a page wordpress previously set, (I do not want my colleagues to full page wordpress, but do I need to display only the part of the password reset ). always in the edit 1 I need to set a background of the sidebar so that it arrives at the bottom forever.
EDIT2: Remove activity or add last login date.
EDIT3: Add user role.
Ty
Have a issue that I hope you guys can help me solve.
1. On the community pages the BuddyPress widgets are not showing up http://queertownabbey.com/members/
WP theme we’re using is http://www.solostream.com/wordpress-themes/wp-brilliance/
Any ideas why?
Wordress version: 3.6
BuddyPress version: 1.8.1Anders
Hi to all,
for the first time i’ve installed buddypress with a wordpress installation.
It’s an impressive plugin/framework that do many things.
Now i have some questions…
There is a plugin for buddypress that gave the opportunity to create groups from an excel/csv file with the standard fields of buddypress? How can i do this?
Can I associate wordpress users with buddypress members and then point them to a specific group?Uaing wordpress 3.6 and buddypress 1.8.1
Thanks very much!
GabrieleHi to all,
for the first time i’ve installed buddypress with a wordpress installation.
It’s an impressive plugin/framework that do many things.
Now i have some questions…
There is a plugin for buddypress that gave the opportunity to create groups from an excel/csv file with the standard fields of buddypress? How can i do this?
Can I associate wordpress users with buddypress members and then point them to a specific group?Thanks very much!
GabrieleI have a wordpress site that was recently installed on Blue Host with their “Mojo Market” automated installation script. I read the following warning on the BuddyPress installation documentation. I am hesitant to reinstall due to a vague warning.
Can anyone provide some information about what kind of problems might actually occur?
Thanks!