Search Results for 'wordpress'
-
Search Results
-
Topic: WordPress MU 2.7.1 beta 2
Donncha has just uploaded the WPMU 2.7.1-beta2. You can read about it here:
There’s been some talk about an invitation system:
http://buddypress.org/forums/topic.php?id=394
http://buddypress.org/forums/topic.php?id=782
(there’s lots more threads)
But there’s also a need to do confirm actions such as password resets or email changes (both are already handled by MU, I know), or cell phone numbers to receive SMS messages.
The built-in WordPress cron and ajax functions seem to offer a clue about how to create a common API to solve this issue:
Register an action and a function to be called when that action is executed.
The API could also allow you to store data to be sent to that function when it is executed.
Topic: No Posts In blog page
ok so i reinstalled buddy press + wordpress mu both latest versions.. buddypress from trunk and wpmu from branch.
When i created my admin account the blog page for the buddy press home themes shows the hello world default first post in the blog page perfectly.
When i create a new blog as admin or a normal user the buddypress home theme blog page shows no posts… just a link saying Edit this entry. i tried creating a new post still no show only one link to Edit this entry.
When i switch to the wpmu classic theme the posts show.
ive put the buddy press home theme in the default theme folder … so wpmu uses it as the default.
any ideas ?? thanks
Rather than using SVN, an alternative method to get wpmu 2.7.1 beta or the buddypress trunk is to download the zip versions from the bottom of these pages:
http://trac.mu.wordpress.org/browser/branches/2.7
http://trac.buddypress.org/browser/trunk
Download in other formats:
Zip Archive
Browsing to those locations gets you the most recent versions of either package.
I have SEVERAL log-in questions.
1) I have read through the posts on the login redirection, but have a specific coding question. Here it is:
In wp-login.php, I have found the following line of code (around line 470):
<input type=\\\”hidden\\\” name=\\\”redirect_to\\\” value=\\\”<?php echo attribute_escape($redirect_to); ?>\\\” />
I want to redirect the user to their profile page, so I changed it to:
<input type=\\\”hidden\\\” name=\\\”redirect_to\\\” value=\\\”http://mysite/members/%5Bwant to include username here]\\\” />
What term/code to generate the username in the URL? Any ideas?
2) How can I change the wp-login page to include my site\\\’s logo instead of the WordPress logo? Is this possible?
Thanks in advance for your help!!
Topic: Help: Fatal Errors
Hi Guys
I updated my buddy press and wordpress mu trunk. And made all the changes with the themes foolder etc.
*I have now come across the following errors when i click on the groups listings:
Fatal error: Call to undefined function bp_has_site_groups() in /home/gvineco/public_html/wp-content/bp-themes/buddypress-member/directories/groups/groups-loop.php on line 1
and
*and here is the second problem:
Fatal error: Call to undefined function bp_has_site_blogs() in /home/gvineco/public_html/wp-content/bp-themes/buddypress-member/directories/blogs/blogs-loop.php on line 1
What do i do to correct this? Im so lost and have been hacking away for a few days but cant get it right.
Regards
Stef
Example: http://testbp.org/groups/buddypress-testers-614548248
You see \”Test Drive BuddyPress — Groups — BuddyPress Testers\”
but: http://sinoblog.net/groups/wordpress-mu
You see \”Groups » WordPress […] » Home\”
I check out \”../wp-content/member-themes/buddypress-member/header.php\”
How do I modify this line \”<title><?php bp_page_title() ?></title>\”