Search Results for 'wordpress'
-
Search Results
-
Topic: Wierd Buddypress Issue
So I recently installed Buddypress (Version 2.5.3), we’re running WordPress 4.5.2, and I’m getting a weird thing where Buddypress is grabbing all the standalone links on the site. The image is below.
The site is here.
I was able to set the page templates for the main buddypress pages, which solved it for them, but the profiles are generated dynamically, so I’m not sure where to begin. The Buddypress files have been moved to the website root. So they’re ready for modification, but I don’t want to mess around till this is fixed.
Anybody got an idea of how to solve it?
HI,
Some time ago I have build an intranet for a company using Buddypress. Everything had been fine but recently I have got this problem:
In the member directory overview it is working fine, I see the users full names below there pics but on the single member pages it shows the nickname (@a-gordijnairborne-nl) in stead of the full name.
I have copied several buddypress files to my theme directory. In member-header.php I use the following code: “><?php bp_displayed_user_fullname(); ?>As said before, this used to work but now it is showing some kind of nickname. I checked as much as possible: WordPress and plug-ins up to date. Extended profiles is active and so on but it won’t work.
It looks like an update caused this?I cannot give a link because thats only possible with an account and I cannot give you access before asking the client because it’s a intranet for employees but maybe you recognize the problem en know what has changed and can you help me whitout login.
Thanks in advance,
ArianeHello I am having a serious problem with the “Extended Profiles” addon for BuddyPress. It is duplicating the “profile fields” and Profile Groups non stop. I have tried deleting the data tables in my SQL Database, deactivating the plugin and re-installing it with no sign’s of the problem ending. I have been at it for day’s trying to fix this problem.
As it keeps duplicating the profile fields, I eventually receive an error from wordpress stating Fatal error memory limit exceeded and I can’t view the profile tab on the BuddyPress Profile. Please Help…..
Hi Guys. Any possible help or info on this topic would be greatly appreciated.
WordPress version – Latest Updated Version
BuddyPress version – Latest Updated VerionHere is the what I am trying to achieve with the BuddyPress Plugin for my Users.
To create a ‘Print Profile Data as PDF” as an option within the BP User Nav section. Please see images –
I want the user’s Profile Data and custom fields to display as a Print / Save as PDF option when the user clicks and selects it.
It will generate this dynamic data in a presentable layout.
Any advice or alternative PHP options for this option creation would be most greatly welcome. My print.css style-sheet is currently blank. I’ve no idea of the coding that needs to go into it to finish this idea below and make it work.
Please Help!!!
=============================================================================================
The Modification’s I have completed to date to get it this far!!!
=============================================================================================Creating Profile Print Navigation
Created a print.css file in the WP Theme Folder.
> WP Theme Folder folder / functions.php file.
Added this custom code:
wp_enqueue_style( 'thrive-print', get_template_directory_uri() . '/print.css', array(), 'print' );> Next – Theme > inc folder and opened up extras.php & added this code below:
function theme_print_nav() { global $bp; $args = array( 'name' => __('Print PDF', 'buddypress'), 'slug' => '#', 'default_subnav_slug' => '#', 'position' => 30, 'show_for_displayed_user' => false, 'item_css_id' => 'print-pdf' ); bp_core_new_nav_item( $args ); } add_action( 'bp_setup_nav', 'theme_print_nav', 99 );It added a Print PDF navigation in the Profile Menu.
Lastly I went to Theme > js folder and open theme.js file.
Added this line of code.$("#user-print-pdf").attr("href", "javascript:window.print()");The Print Feature was then added to site.
=======================================================================================
This is as far as I have got. Any suggestions guys on how to sync / finish this would be amazing 🙂
Thanks a mill,
David.
hi.
my problem is:
for example.
i have 2 users.
user A
user Buser B, try to see something from user A’s profile. which ofcourse is not allowed to.
so user B, will be redirected to login page. as to login and see that content (if he/she is allowed to)my problem is exactly here…!
instead of getting redirect to my custom login page url. wordpress redirect that user, to default wordpress login page!
i dont want users to see that page.
for more info.
i have functions which will redirect my users to my custom login/register/singup page.
but it’s not working with buddypress.
so i need another function for that.
how should i solve it?
————–
for more information:
here is an example of what is happening…
user B tried to see the messages of user A (which of course is not allowed to!)
so instaed of getting redirect to:yourwebsite.com/login/redirect_to=http%3A%2F%2Fyourwebsite.com%2Fmembers%2FuserA%2Fmessages%2F&action=bpnoaccess
the wordpress redirected to default login.
yourwebsite.com/wordpress/wp-login.php?redirect_to=http%3A%2F%2Fyourwebsite.com%2Fmembers%2FuserA%2Fmessages%2F&action=bpnoaccess
tnx for help.
if you need more info. tell me. and i will provide it.Topic: fan club community?
I am trying to build a fan club type site using WordPress and wanted to integrate a community where fans can go to gather online, post stuff, and interact with one another. I’ve a whole lot about buddypress but want to make sure this would be a good solution alongside bbpress? Thoughts? I’ve personally never used this plugin so I wanted to make sure. Would this also work alongside a membership plugin for free and paid memberships like WP Simple Membership?