-
Jenny posted on the forum topic Make a different profile page for a special user in the group How-To and Troubleshooting: 14 years, 2 months ago
@hnla, I think the problem is the things after “endif”.
I added if bp_displayed_user_id() == 1 , display this, endif, so, after displayed user 1 stuffs, other things after the endif still carry out.
I want to remove things after the endif when userid is 1. -
Jenny posted on the forum topic Make a different profile page for a special user in the group How-To and Troubleshooting: 14 years, 2 months ago
Thanks! I will try to manage, and come back later
-
imjscn posted a new activity comment 14 years, 2 months ago
@sushkov, I understand the active globally– whenever create a group, courseware is available for the group. That’s clear to me.
But I don’t see the difference between “Active” and “Network Active” when install the plugin. -
Jenny posted on the forum topic Make a different profile page for a special user in the group How-To and Troubleshooting: 14 years, 2 months ago
@hnla, I searched around, still can’t figure out how to write down the code, would you help me settle down this code?
if displayed user ==”ID”, do this, else, carry on as normal. -
Jenny posted on the forum topic new user's profile field messed up, help! in the group Creating & Extending: 14 years, 2 months ago
I see, spammers. I checked their IP address– they are the same.
Thanks! -
Jenny posted an update in the group BuddyPress ScholarPress Courseware: 14 years, 2 months ago
@sushkov, what’s the difference between “Active” and “Network Active”. If “Active” in root blog only, with BP network actived, I guess sitewide members can still access Courseware and create Courses, right?
-
Jenny posted on the forum topic new user's profile field messed up, help! in the group Creating & Extending: 14 years, 2 months ago
@mercime, I am with WP 3.01 BP1.252
there are 2 fields, Primary Language(text box) shows something like “O4hDNZAiV” or “7rj462jpc”, and About me(text Area) shows something like “s2MtUZWWDRJYlj” or “jJxbfMDAPTIJK4r”
This only happens on newly registered members. For old members, even input new information in profile the first time, it still works normal. -
Jenny started the forum topic new user's profile field messed up, help! in the group Creating & Extending: 14 years, 2 months ago
I have 2 profile field shows some meaningless letters, it looks like password, and this only happens on new registered members. Any idea to correct this error?
-
Jenny started the forum topic how to add a javascript ? in the group Creating & Extending: 14 years, 2 months ago
I have a javascript for displaying special charactors. I want to add a botton beside every Post Update botton. When click this new botton, it triggers js to change the content before click Post.
How can I add this botton for js? or, where should I go to study on this subject? -
Jenny started the forum topic Make a different profile page for a special user in the group How-To and Troubleshooting: 14 years, 2 months ago
I want to do this on the header of profile page— if user ID is 1 or 2, display ABC instead of “last update’, “mention this user”…. if user is anybody else, display item-meta as normal. How to do this? in members-header.php, can comment out a line to display some fields, but that changes for […]
-
Jenny posted on the forum topic How to Keep Blog Tracking but Hide Blogs(0) tab for non-blogging Members in the group How-To and Troubleshooting: 14 years, 2 months ago
@boonebgorges, if I want to do this on the header of profile page—
if user ID is 1 or 2, display ABC instead of “last update’, “mention this user”….
if user is anybody else, display item-meta as normal.
How to do this? -
Jenny posted on the forum topic How to Keep Blog Tracking but Hide Blogs(0) tab for non-blogging Members in the group How-To and Troubleshooting: 14 years, 2 months ago
OMG, what a super dummy I am !!!
Thanks! Fully dancing after the magical marks -
Jenny posted on the forum topic How to Keep Blog Tracking but Hide Blogs(0) tab for non-blogging Members in the group How-To and Troubleshooting: 14 years, 2 months ago
ok, I changed to bp-custom.php, this time something happens– the code shows up at my blog header area pushing the header picture down 2 lines, and the blogs tab still in profile page. ( I tried both copy/paste the code or hard typing, get the same result. Also tried to change the files Charactor Encoding […]
-
Jenny posted on the forum topic How to Keep Blog Tracking but Hide Blogs(0) tab for non-blogging Members in the group How-To and Troubleshooting: 14 years, 2 months ago
I created an empty bp_custom.php in wp-content/plugins folder, added the above code. but nothing happened. no matter I put in == 0, or == 1, or == 2, the blogs tab is still there.
Maybe because my user profile is at root directory? ( http://mydomain.com/username/ ) -
Jenny posted on the forum topic What is xprofile? in the group Creating & Extending: 14 years, 2 months ago
About #1, I’m using Child theme. According to BP Docs, “if you want to override a template file that is in a sub folder, you must also recreate the sub folder in your child theme”. So, should I copy the whole sub-folder of “/member/single” or “/single” into my child them, or I just create an […]
-
Jenny posted on the forum topic What is xprofile? in the group Creating & Extending: 14 years, 2 months ago
@hnla, Thanks! #3 already covered in your #1 & #2 answers.
For #2, is there any reference or links to learn more about this subject? -
Jenny posted on the forum topic What is xprofile? in the group Creating & Extending: 14 years, 2 months ago
#1. the header area beside avatar. I want to display some additional text (something like “about me”)
#2. the profile tab — Is it posible to design a layout for one user and not touch other users?
#3. To edit profile tab for one or for all, which file to edit?
Thanks! -
Jenny started the forum topic What is xprofile? in the group Creating & Extending: 14 years, 2 months ago
I want to customize user’s profile page, not get a clue yet. I’ve heard people talking about xprofile. Is that the path for customizing profile page?
-
Jenny posted on the forum topic How to Keep Blog Tracking but Hide Blogs(0) tab for non-blogging Members in the group How-To and Troubleshooting: 14 years, 2 months ago
I’m using child them which only has a style.css, I don’t have this bp_custom.php file in either bp-default them or child them. Can I create this bp_custom.php in Child them folder? Is it ok if this file contain only the above code?
-
Jenny posted an update in the group Creating & Extending: 14 years, 2 months ago
I have one special user, on this user’s page (http://mydomain.com/members/special ) , I want to remove all the other components, leave only Group tab, this change apply on this user only. how to do this?
- Load More
@imjscn
Active 10 years, 4 months ago
Actually I can’t understand what are you referring to.
Maybe you mean, the active globally option?
If so, please read the last paragraph in handbook:
http://scholarpress.github.com/buddypress-courseware/handbook.html#configuration
@sushkov, I understand the active globally– whenever create a group, courseware is available for the group. That’s clear to me.
But I don’t see the difference between “Active” and “Network Active” when install the plugin.
There’s no `Network Active` option afaik. Can you get a screenshot where did you find it?
Thanks.
That’s strange, I have this option, see the pic below:
Please check the handbook next time:
http://scholarpress.github.com/buddypress-courseware/handbook.html#configuration
@sushkov, from the picture you can see there is a “Network Activate”. In the handbook, it does instruct click “Active” to install the plugin. So, I would like to know what’s the difference if I click “Network Activate” ?
Ok, thats the BuddyPress option for plugins.
You don’t need it for ScholarPress, since BuddyPress doesn’t work with MS on every site.