-
Jenny posted on the forum topic How to get topic starter's username? in the group How-To and Troubleshooting: 13 years, 10 months ago
@luvs123, I just tried it in topic.php, I see the place your might want to add this meta is above the loop. The function need to be working inside loop.
-
Jenny posted on the forum topic How to get topic starter's username? in the group How-To and Troubleshooting: 13 years, 10 months ago
@luvs123, you need to add the first function below the 2nd function to get the starter.
-
Jenny posted an update in the group Buddypress Sidebar: 13 years, 10 months ago
Is it posible to add a secondary sidebar on the same page and still can use BP Sidebar the same way?
-
Jenny posted on the forum topic How to get topic starter's username? in the group How-To and Troubleshooting: 13 years, 10 months ago
@r-a-y , It works!
Either active the plugin, or paste the filter in function.php, then, add the first snippet below this filter, done!
Thanks! -
Jenny posted on the forum topic How to get topic starter's username? in the group How-To and Troubleshooting: 13 years, 10 months ago
@r-a-y , Sorry for my question wasn’t clear. I need this function works on Forums Directory page. Not on signle topic pag. If add the above code in topic.php, it does create the post starter’s username. But I need this starter on Forum Directory page, or single Group’s Forum List. Just like this site’s Forum list. […]
-
Jenny posted on the forum topic How to get topic starter's username? in the group How-To and Troubleshooting: 13 years, 10 months ago
@r-a-y
Use the function still get “Deleted User”.
In the function, $topic_template->post->poster_nicename , maybe it’s “nickname” instead? Anyway, “nickname” not working either.
By the way, the code for forum-loop.php, missed a “)” before echo, I added it.Need further help. Thanks!
-
Jenny posted on the forum topic How to get topic starter's username? in the group How-To and Troubleshooting: 13 years, 10 months ago
Wonderful! Thanks!
-
Jenny joined the group One Quick Post 13 years, 10 months ago
-
Jenny joined the group BuddyPress Links 13 years, 10 months ago
-
Jenny joined the group BuddyPress No Mentions 13 years, 10 months ago
-
Jenny joined the group Login With Ajax 13 years, 10 months ago
-
Jenny joined the group Learninglog 13 years, 10 months ago
-
Jenny joined the group BuddyPress Member Profile Stats 13 years, 10 months ago
-
Jenny joined the group TikiPress 13 years, 10 months ago
-
Jenny posted on the forum topic How to get topic starter's username? in the group How-To and Troubleshooting: 13 years, 10 months ago
@DJPaul
Thanks for response!
I am making a Questions and Answers forum, so, it’ neccesary to address who asked the question. Would you point some clue on how to create a new function to get the starter’s username? -
Jenny started the forum topic How to get topic starter's username? in the group How-To and Troubleshooting: 13 years, 10 months ago
I’m trying to modify the topic list in forums-loop.php, the goal is to make it look like this site’s topic list — “By: starter Latest: poster”
I triedBy:
It returns “By Deleted User”
I tried to start new topic, still the same.
How to get it right? -
Jenny started the forum topic Seriously need help on loading a different banner via ajax in the group Miscellaneous: 13 years, 10 months ago
I need to load a big banner if viewport width >1024, otherwise load a small banner. The viewport width is detected by javascrip, and the banner is provided by advertizer’s java script. After searcching around, I got to know that ajax is a way to pass javascript variable to php ( I need to tell […]
-
Jenny posted on the forum topic How can I show the registration form on another page? in the group How-To and Troubleshooting: 13 years, 11 months ago
I’m not sure if I’m doing things correctly but it’s working for me this way– I make a copy of register.php, remove the div that I don’t need (eg. “content” ) , also remove the line that calls sidebar, then, save the file as “something.php”. In the page I want to use the register form, […]
-
Jenny posted on the forum topic Custom post types and Buddypress — should I wait for 1.3? in the group Miscellaneous: 13 years, 11 months ago
That’s wonderful, BG!
Please make sure you give us a UI to play with 🙂 -
Jenny posted on the forum topic Change error message display in the group Creating & Extending: 13 years, 11 months ago
I updated my code to include all the field I need to validate on the signup page: ` signup->errors ) ) echo ‘color:red’; } add_action ( ‘elsa_err_username’,’elsa_err_username’ ); function elsa_err_email( ){ global $bp; if ( !empty( $bp->signup->errors ) ) echo ‘color:red’; } add_action ( ‘elsa_err_email’,’elsa_err_email’ ); function elsa_err_pass(…[Read more]
- Load More
@imjscn
Active 10 years, 4 months ago