-
rando's profile was updated 3 years, 6 months ago
-
rando started the topic HTTP error. ( localhost ) in the forum How-to & Troubleshooting 3 years, 6 months ago
Hello i have a issue similar to Him but the issue is i can’t install php gd
becuase im running it on localhost apache server XSAMMPIn google chrome dev tools it shows this error
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
and the /wp-admin/admin-ajax.php
returning 0any idea why it’s happening ?…[Read more]
-
rando replied to the topic stuck at loading in the forum How-to & Troubleshooting 3 years, 10 months ago
thanks again , i apricate it (:
-
rando started the topic stuck at loading in the forum How-to & Troubleshooting 3 years, 10 months ago
hello i kinda know the casue of the issue but i need some answers
when i remove the get_header(): from the buddypress template
it stops loading some files to run buddypress
and it’s not loading the function that buddypress need to check
members – activity this kind of stuffso my question is :
what the files name’s that i should include to…[Read more]
-
rando replied to the topic why page templates not working on buddypress in the forum How-to & Troubleshooting 3 years, 10 months ago
never mind , thanks i figure it out after reading the
Template Hierarchy
-
rando replied to the topic why page templates not working on buddypress in the forum How-to & Troubleshooting 3 years, 10 months ago
hi vapvarun and thank you for replying back (: ,
i tryied to wite a code to override the main template – and i make the script run as a plugin
here what i did<?php
[Read more]
/*
Plugin Name: Page Template Plugin : 'Good To Be Bad'
Plugin URI: http://www.wpexplorer.com/wordpress-page-templates-plugin/
Version: 1.1.0
Author: WPExplorer
Author URI:… -
rando started the topic why page templates not working on buddypress in the forum How-to & Troubleshooting 3 years, 10 months ago
why buddypress don’t work with page templates ?
i want to show the members page in custom templates (:
-
rando replied to the topic bp_get_displayed_user_mentionname(); not working in the forum How-to & Troubleshooting 3 years, 10 months ago
and when i include
member-header.php
it shows as a output@
-
rando started the topic bp_get_displayed_user_mentionname(); not working in the forum Installing BuddyPress 3 years, 10 months ago
bp_get_displayed_user_mentionname();
hello ,
whybp_get_displayed_user_mentionname();
not working
when i call the function it shows a blank result no username appears
and it doesn’t throw any errors like undefined it’s defined -
rando started the topic how can i modify this code for buddypress ? in the forum Installing BuddyPress 4 years, 1 month ago
function bpfr_hide_admins_profile() {
global $bp;
if(bp_is_profile && $bp->displayed_user->id == 1 && $bp->loggedin_user->id != 1) :
wp_redirect( home_url() );
exit;
endif;
}
add_action( ‘wp’, ‘bpfr_hide_admins_profile’, 1 );i want a redirect code to a url
&
i want a code for echo a message without redirectingthanks…
@woahmazing
Active 3 years, 2 months ago