-
luckyrajiv started the topic Hide wp-admin ( WP Dashboard from USers ) in the forum How-to & Troubleshooting 11 years, 5 months ago
I don’t want registered or non-registered users to got to http://www.abc.com/wp-admin
I want them to be redirected to profile page. -
luckyrajiv started the topic Im Multisite , Remove SITES Fields from Profile Nav in the forum How-to & Troubleshooting 11 years, 5 months ago
Hi,
I am running WP Multisite with Buddypress and bbPress.
and Now , on BP profile page it adds SITES as another Field. How can i Remove that? -
luckyrajiv replied to the topic I've Figured Out How To Create a Facebook-Style Wall, But… in the forum How-to & Troubleshooting 11 years, 5 months ago
Yes, I have Added another Stream as a Wall for Activity rather than using Personal.
Thanks.
-
luckyrajiv replied to the topic I've Figured Out How To Create a Facebook-Style Wall, But… in the forum How-to & Troubleshooting 11 years, 5 months ago
@ljmac It works now, but one problem, I had to remove this line
$following = bp_follow_get_following( array( 'user_id' => $user_id ) );
After this it works, but one more problem, Now all Personal , Favorites, Groups, Mentions have the same stream like wall.What i have actually done See here:
At bp-activty-template.php I addedif ( 'wall'…
[Read more] -
luckyrajiv replied to the topic I've Figured Out How To Create a Facebook-Style Wall, But… in the forum How-to & Troubleshooting 11 years, 5 months ago
@ljmac yes, i had added the code to bp-activity-template.php.
-
luckyrajiv replied to the topic I've Figured Out How To Create a Facebook-Style Wall, But… in the forum How-to & Troubleshooting 11 years, 5 months ago
After Adding this
<?php if ( bp_has_activities( ‘scope=wall’ ) ) : ?>
by replacing this line
<?php if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) ) ) : ?>
in theme/activity/activity-loop.php
It shows the Wall in Personal Sub-Nav, But it does show me and my friends updates.
The Problem is after scrolling down the page it shows…[Read more]
-
luckyrajiv started the topic One Activity Stream ( Personal, Mentions, Friends ) in the forum How-to & Troubleshooting 11 years, 5 months ago
How Can i get all in one page for activity like Facebook.
Whenever somebody mentions my name or any friends update statuses or comments should be visible on my activity page.
Instead of separate Mentions, Friends and Groups.
I want to get all in one page.
Please Help.
-
luckyrajiv started the topic Hide Admin Bar for Logged OUt Users in the forum How-to & Troubleshooting 11 years, 5 months ago
Hi,
I want to disable or hide the BP Admin Bar for Logged Out Users. Unless you log in the BP Admin BAr should not be visible.
Please Help.
-
luckyrajiv replied to the topic Redirect Homepage to Profile Page if Logged in in the forum How-to & Troubleshooting 11 years, 5 months ago
Okay. Thanks for the info.
Forget about Breadcrumbs. Is there any function to make homepage redirect to user profile page once the user is logged in?
Basically, I want to remove the homepage once the user is logged in.
Because there is no point showing the user, homepage ( with slides and details about the site ), once they are logged in.
-
luckyrajiv started the topic Redirect Homepage to Profile Page if Logged in in the forum How-to & Troubleshooting 11 years, 5 months ago
I have Breadcrumbs in my Site like
Home>Forums>TopicWhen a user is logged in, and clicks on HOME in Breadcrumbs , i want it to go to profile page instead of home page ( Only when User is Logged In ).
Please Help.
-
luckyrajiv replied to the topic Remove, Dashboard and Visit tabs on menu bar in the forum How-to & Troubleshooting 11 years, 5 months ago
its not working. i added in bp-custom.php and functions.php in child theme. None of them are working.
-
luckyrajiv replied to the topic [Resolved] URGENT : Change Logo Url to Profile Url if Logged In in the forum How-to & Troubleshooting 11 years, 5 months ago
TOPIC IS RESOLVED.
-
luckyrajiv replied to the topic [Resolved] URGENT : Change Logo Url to Profile Url if Logged In in the forum How-to & Troubleshooting 11 years, 5 months ago
Thanks a Lot Henry.
-
luckyrajiv started the topic [Resolved] URGENT : Change Logo Url to Profile Url if Logged In in the forum How-to & Troubleshooting 11 years, 5 months ago
Hi,
When a User is Logged Out, if Logo is clicked it should go to Homepage.
When a User is Logged In, if Logo is clicked it should go to Profile Page. ( Because i have hidden the home page for logged in users ).My Current Code in Header for Logo and Its URL
<!-- #logo -->
[Read more]
<div id="logo">
<?php if (is_front_page()) { ?><h1><?php } ?>…
@luckyrajiv
Not recently active