-
Collab+ posted on the forum topic Having trouble with IP in the group How-To and Troubleshooting: 13 years, 7 months ago
trial and error now…
where is the $members_template->member->user_id; supposed to be?
-
Collab+ posted on the forum topic Having trouble with IP in the group How-To and Troubleshooting: 13 years, 7 months ago
yeah, i even tried changing it in the plugin file, and nothing changed then either
-
Collab+ posted on the forum topic Having trouble with IP in the group How-To and Troubleshooting: 13 years, 7 months ago
Thanks…. but to no avail… still. I’m so bummed i could cry.
Nothing appears where i put the function… uhh. ;( 🙁
-
Collab+ posted on the forum topic Having trouble with IP in the group How-To and Troubleshooting: 13 years, 7 months ago
thats the entire thing? or is it `function my_get_IP( $user_id = false ) { if ( empty( $user_id ) ) return false; $ip_address = esc_attr( trim( get_user_meta( $user_id, ‘ip_address’, true ) ) ); return $ip_address; if(!empty($_SERVER)) { $ip_address = $_SERVER; } else if(!empty($_SERVER)) { $ip_address = $_SERVER; } else if(!empty($_SERVER)) {…[Read more]
-
Collab+ posted on the forum topic Having trouble with IP in the group How-To and Troubleshooting: 13 years, 7 months ago
I still got the Error with the updated code
-
Collab+ posted on the forum topic Having trouble with IP in the group How-To and Troubleshooting: 13 years, 7 months ago
The first code I get:
Parse error: syntax error, unexpected T_VARIABLE
-
Collab+ posted on the forum topic Having trouble with IP in the group How-To and Troubleshooting: 13 years, 7 months ago
im so lost… which code is the one i want to use!?
-
Collab+ posted on the forum topic Having trouble with IP in the group How-To and Troubleshooting: 13 years, 7 months ago
ok, now in this code:
function get_IP() { if(!empty($_SERVER)) { $ip_address = $_SERVER; } else if(!empty($_SERVER)) { $ip_address = $_SERVER; } else if(!empty($_SERVER)) { $ip_address = $_SERVER; } else { $ip_address = ''; } if(strpos($ip_address, ',') !== false) { $ip_address = explode(',', $ip_address); $ip_address = $ip_address; } return…
[Read more] -
Collab+ posted on the forum topic Having trouble with IP in the group How-To and Troubleshooting: 13 years, 7 months ago
is there another function that can fetch the IP address??
Well than why does get_ip fetch the ip address?
-
Collab+ posted on the forum topic Having trouble with IP in the group How-To and Troubleshooting: 13 years, 7 months ago
Where are all the functions located in wordpress???
If I could find where they created
I would be good
-
Collab+ posted on the forum topic Having trouble with IP in the group How-To and Troubleshooting: 13 years, 7 months ago
i also tried
member->user_id ) ; ?>
-
Collab+ posted on the forum topic Having trouble with IP in the group How-To and Troubleshooting: 13 years, 7 months ago
Uhh i m so frustrated I tried
function bp_group_member_list_ip() {
global $bp;echo get_IP( '$bp->displayed_user->id' );
}
-
Collab+ posted on the forum topic Having trouble with IP in the group How-To and Troubleshooting: 13 years, 7 months ago
anyone?
-
Collab+ started the forum topic How to have announcements in groups like the CUNY Academic Commons? in the group How-To and Troubleshooting: 13 years, 7 months ago
I was visiting the site’s groups, and i need the functionality for my groups. How can you add this???
Thanks!
-
Collab+ posted on the forum topic Site feedback in the group Requests & Feedback: 13 years, 7 months ago
where can i get this theme for my site?
-
Collab+ joined the group Requests & Feedback 13 years, 7 months ago
-
function_im_awesome() { posted a new activity comment 13 years, 7 months ago
-
Collab+ posted an update in the group BP Unread Posts: 13 years, 7 months ago
Hello, I found incompatibility with this: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-display-the-posters-user-role-in-forums-for-that-specific-group/
How can I get both working!!!??!??
-
Collab+ joined the group BP Unread Posts 13 years, 7 months ago
-
Collab+ posted on the forum topic How to display the poster’s user role in forums for that specific group in the group How-To and Troubleshooting: 13 years, 7 months ago
Im thinking it is this line:
if ( bp_has_forum_topic_posts() ) $bb_this_thread = $forum_template->topic->topic_id;
- Load More
@vegasparty607
Not recently active