-
Haime Croeze replied to the question Making a template visible only to logged in users in the forum BuddyPress (general issues) 10 years, 3 months ago
@style960 I did think about that, but I want to have real privacy, also from robots (and not only the ones that respect robots.txt). Unfortunately WP Idea Stream uses rewrite based on page-template and not a real page (e.g. with a shortcode.)
-
Haime Croeze and
Michael Eisenwasser (Admin) are now friends 10 years, 3 months ago
-
Haime Croeze replied to the question Making a template visible only to logged in users in the forum BuddyPress (general issues) 10 years, 3 months ago
@michael the wording is not correct. I do mean to have !is_user_logged_in 🙂
I do mean something like this:
<?php if (!is_user_logged_in()) {
echo 'no access';
}The problem is that the template code above generates a blank screen, both for not-logged-in as well as for logged-in 🙁
regards!
-
Haime Croeze started the question Making a template visible only to logged in users in the forum BuddyPress (general issues) 10 years, 3 months ago
Hi,
Allow me to be the first to ask a question here.
I have a plugin (WP Idea Stream) which is great and works with BuddyBoss. The only thing is I want no public access to the ideas, only for logged in users.
I implemented a copy of page.php (and called it ideastream.php) as per the developer instructions and now I want to make the template…[Read more]
-
Haime Croeze replied to the question Left Sidebar & WooCommerce in the forum BuddyBoss 3.0 10 years, 3 months ago
sorry, I mean @style960
-
Haime Croeze replied to the question Left Sidebar & WooCommerce in the forum BuddyBoss 3.0 10 years, 3 months ago
@paul @admin have you been able to solve this? I have this issue also.
regards
-
Haime Croeze replied to the question no photo's in Global Photos Page in the forum BuddyBoss Media 10 years, 4 months ago
@admin I found the culprit, Wordpress SEO by Yoast plugin. What would be your advice for a better alternative for SEO?
-
Haime Croeze started the question no photo's in Global Photos Page in the forum BuddyBoss Media 10 years, 4 months ago
I have BB theme and BB Media (and BB Wall) installed on my wordpress install and I set a new page (full-width) to be the Global Photo Page. I tested it by uploading 2 photo’s to my own (admin) account, but I do not see any photo’s on the global page.
Can you please take a look and let me know what is wrong? If OK I will PM the location and credentials.
-
Haime Croeze replied to the question multiple photoswipe plugins in the forum BuddyBoss Media 10 years, 4 months ago
@admin just a quick note to let you know that I can confirm that the combination of BuddyBoss Media and Photoswipe for NextGen Gallery works! They do NOT interfere 🙂
-
Haime Croeze replied to the question issue with profile link in floating menu in the forum BuddyBoss theme 10 years, 4 months ago
@admin I got it working now in bp-custom.php ! 🙂 Had to make two small changes to your code (remove last } and add ; after the add_action line)
function update_wp_menus()
{
global $wp_admin_bar, $bp;$domain = $bp->loggedin_user->domain;
$profile_link = $domain . $bp->activity->slug . '/';
$activity_link = trailingslashit( $domain .…[Read more]
-
Haime Croeze replied to the question issue with profile link in floating menu in the forum BuddyBoss theme 10 years, 4 months ago
Ok, so I would need Wall plugin for this to work 🙂
PS I tried this code in bp-custom but that does not work.
-
Haime Croeze replied to the question issue with profile link in floating menu in the forum BuddyBoss theme 10 years, 4 months ago
BTW. maybe because I do not have Wall Plugin?
-
Haime Croeze replied to the question issue with profile link in floating menu in the forum BuddyBoss theme 10 years, 4 months ago
@admin see attached a screenshot from my site. The link I am talking about is circled in red
-
Haime Croeze replied to the question issue with profile link in floating menu in the forum BuddyBoss theme 10 years, 4 months ago
I disabled all plugins except for BP (2.1) and I still have this issue. I do not see where I can correct this.
On BuddyBoss profile here I see it is set to /members/haime/activity
On my site it is set to /members/haime/profile/edit
🙁
Probably a BP issue, but seeing that on buddyboss.com it is as I would like to have it also any help would be…[Read more]
-
Haime Croeze replied to the question multiple photoswipe plugins in the forum BuddyBoss Media 10 years, 4 months ago
@admin thanks, I know of the money back, I was only wondering if you have had issues with this before. Would save both of us time 🙂 cheers
-
Haime Croeze replied to the question Hide the Register link in the forum BuddyBoss theme 10 years, 4 months ago
@admin got it 🙂 I use Wordpress All in One Adminbar plugin. This has a setting to hide register link.
-
Haime Croeze replied to the question Hide the Register link in the forum BuddyBoss theme 10 years, 4 months ago
@admin I added it to the global section in custom css but result is still the same. See attached screenshot.
-
Haime Croeze started the question multiple photoswipe plugins in the forum BuddyBoss Media 10 years, 4 months ago
Hi,
I have the buddyboss 4.0.6 theme and I am interested in the Media plugin. However I also use NextCellent Gallery (NOT NextGEN Gallery because that does not work with BP 2.1) and I also use Photoswipe for NextGEN Gallery 1.2.1 which basically add Photoswipe lightbox to all my (nextcellent) galleries. I have photoswipe set for both desktop as…[Read more]
-
Haime Croeze replied to the question issue with profile link in floating menu in the forum BuddyBoss theme 10 years, 4 months ago
I meant on BB it points to /profile/activity …
-
Haime Croeze started the question issue with profile link in floating menu in the forum BuddyBoss theme 10 years, 4 months ago
Hi,
I noticed on my site that the profile link (My Name) is pointing to /profile/edit instead of to /profile
On buddyboss site the link is correct (pointing to /profile)
Is this a BP issue or is it in the floating menu of BB? I am using 4.0.6 with BP 2.1
regards,
- Load More