[buddypress-trac] [BuddyPress] #3984: Forum tab error
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Tue Feb 7 20:36:03 UTC 2012
#3984: Forum tab error
----------------------------+-----------------------------
Reporter: flemmingbjerke | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Forums | Version: 1.5.3
Severity: normal | Keywords:
----------------------------+-----------------------------
Having updated buddypress from 1.2.9 til 1.5.3.1, I had to re-activate
forums. However, two of the buttons at the forums-tab did not work. For
instance, the "Use existing installation" button does not work because its
link is:
http://example.org/wp-admin/network/admin.php?page=bb-forums-
setup&step=existing
If you copy this into the browsers url-field, removing "/network", it
works, and the forums are re-activated. Probably, it is the same problem
with the "Install Group Forum" button.
Actually, there is no such file: wp-admin/network/admin.php in the network
folder. The relevant code seems to be found in:
buddypress/bp-forums/bp-forums-admin.php
{{{
<a class="button button-primary" href="<?php echo $post_url . '&s\
tep=new' ?>"><?php _e( 'Install Group Forums', 'buddypress' ) ?></a>
<a class="button" href="<?php echo $post_url . '&step=existing' ?\
>"><?php _e( 'Use Existing Installation', 'buddypress' ) ?></a>
}}}
But, I don't understand how "/network" comes into $post_url when the url
of forums page is:
http://example.org/wp-admin/admin.php?page=bb-forums-setup
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3984>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list