Search Results for 'wordpress'
-
AuthorSearch Results
-
September 21, 2011 at 1:25 pm #120410
Nahum
Participant*update
I ended up reinstalling wordpress and de/reactivating bp and it seems to have done the trick.
September 21, 2011 at 7:26 am #120384In reply to: Menu disappeared with upgrade
worduse
MemberHi Paul
I added a test page in wordpress : it appearde automatically in the appearance -> menu as I checked the “add automatically” but still, nothing happens.
I use the BP fakename 1.2 theme ? I gonna try the default one,see if it works.

Thanks
September 21, 2011 at 7:11 am #120379In reply to: Menu disappeared with upgrade
worduse
MemberI went and did everything said here : https://codex.buddypress.org/extending-buddypress/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/
I turned the “add top pages automatically” on..
Still no menu ?
September 21, 2011 at 6:08 am #120372In reply to: Menu disappeared with upgrade
worduse
MemberHi John, thanks for your reply.

In wordpress, a page with “parent 0” appears automatically on the main menu, but here nothing happens ?
September 21, 2011 at 5:49 am #120370In reply to: Menu disappeared with upgrade
John James Jacoby
KeymasterBuddyPress 1.5 uses the WordPress Navigation menus, which allow you to customize your tabs.
September 21, 2011 at 2:59 am #120367Boone Gorges
Keymaster> If I manually install 1.5 RC1, will I be notified and be able to update normally/successfully via the dashboard when 1.5 is released?
Yes.
> Since 1.2.11 is in the works, I’m assuming 1.5 isn’t going to be released anytime soon.
Incorrect assumption
There may well be a 1.2.11 for security reasons, as not everyone will want to (or be able to) upgrade to BP 1.5 right away.> A bit confused why BP RC isn’t installable via the dashboard while bbpress RC is.
Usually betas and RCs are not released through the auto-update channels. bbPress 2.0 is a special case, because it’s the first version that is a WordPress plugin. So there’s no risk of someone using a stable version switching to a non-stable version.
September 20, 2011 at 9:38 am #120337@mercime
ParticipantYou should install the BuddyPress Template Pack plugin and go through the process
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/September 20, 2011 at 5:59 am #120327In reply to: How do i get forums to work?
@mercime
ParticipantFor BP 1.2.10, you’ll need to install a plugin
https://wordpress.org/extend/plugins/tags/dropdown
https://wordpress.org/extend/plugins/tags/menu
Or check these out
– http://modemloop.wordpress.com/2010/11/30/buddypress-drop-down-menus/
– http://www.seoconsultants.com/css/menus/tutorial/For BP 1.5rc1, it’s already there.
September 20, 2011 at 12:46 am #120310In reply to: Who’s Online widget has too short an idle timeout
pengume
ParticipantOkay well I did just create two usernames for buddypress and tried it on the main site and sure enough it took one offline when I was not. Looks like either this is the way they wanted to function (can’t see why) or some sort of caching issue like you stated above. I created a ticket here so maybe we can get more of an official word on the matter. https://buddypress.trac.wordpress.org/ticket/3590
September 19, 2011 at 5:51 pm #120289In reply to: Create Sidebars
modemlooper
ModeratorThis isn’t a BP issue. Sidebars are added and customized just like WordPress. There is a plugin in WordPress.org plugin repo that allows different sidebars on different pages.
September 18, 2011 at 3:32 pm #120244In reply to: Fatal error installing BuddyPress 1.5
Paul Wong-Gibbs
Keymaster> 2) I unzip and move the folder /1.5-beta-3/ to /wp-content/plugins/
BuddyPress must be wp-content/plugins/buddypress. Rename the folder (the error’s because WordPress is trying to load two copies of BuddyPress!).
September 18, 2011 at 2:15 pm #120242In reply to: Buddypress 1.5 RC1 – Default Template Header Graphic
Paul Wong-Gibbs
KeymasterSeptember 17, 2011 at 9:26 pm #120229In reply to: Can I limit members to a predetermined list?
Paul Wong-Gibbs
KeymasterSurely you could just add the user accounts into WordPress as usual (via wp-admin, if you want)? When those people log in to the site, they’ll then have the option of completing their BuddyPress profile.
September 17, 2011 at 4:47 am #120211Walid
Participant@r-a-y
Thank you, I posted it here:
https://buddypress.trac.wordpress.org/ticket/3587September 17, 2011 at 12:05 am #120203r-a-y
Keymaster@walid3 – This is a valid concern. Please post a ticket – https://buddypress.trac.wordpress.org/newticket/
BuddyPress currently checks if alphanumeric characters are inputted for the username during registration validation.
Unless there’s a valid reason for the alphanumeric check, it might be wise to just piggyback off of WP’s username validation functions.
September 16, 2011 at 8:29 pm #120199In reply to: Add Profile link to WP Custom Nav Menu
modemlooper
ModeratorGoogle programmatically adding link to WordPress nav it’s not a BuddyPress issue. However, it’s a needed request and I’ll post a code how to over the weekend
September 16, 2011 at 7:54 pm #120197@mercime
ParticipantSeptember 16, 2011 at 3:42 am #120168In reply to: Looking to see if this exists.
September 15, 2011 at 2:59 pm #120123In reply to: Sidebar is under content on Buddypress pages.
@mercime
ParticipantNo, you should not be editing files at plugins/bp-template-pack/. During the BP Compatibility process, 6 folders with BP template files were transferred to your active WP theme folder in server – activity, blogs, forums, groups, members, and registration folders.
– Download above-mentioned folders from your WP theme folder in server into your computer.
– Make the revisions in the files specified in Step Three https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
– Upload revised files to server.
– Done.September 15, 2011 at 3:23 am #120103In reply to: Is this possible to do? (on a multisite)
Adam
MemberI am suppose to be looking for something called “networks” to create multiple networks with the plugin “WP Multi network” but I dont see this link any where under network admin….Ideas?
for refrence: wp multi network
What I have is network settings and network set up. But no “network” option
September 15, 2011 at 2:09 am #120099In reply to: Sidebar is under content on Buddypress pages.
@mercime
ParticipantOpen up activity/index.php and replace at the top:
``with
``at the bottom of activity/index.php, replace the bottom part
``
with
`
`Note: You would also want to change header tag in activity/index.php from
``
with your theme’s header tag for seamless look
``
Save activity/index.php and upload to server. Then do this for the remaining 12 files as indicated in Step Three of this codex page https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
September 14, 2011 at 7:48 pm #120079In reply to: [resolved] Issue with navigation – buddybar
valuser
ParticipantCopied from https://plugins.svn.wordpress.org/buddybar-widget/trunk/buddybar-widget.php
`<a href="”>Messages`
or
`<a href="”>Inbox``<a href="/sentbox”>Sent`
and so on
September 14, 2011 at 5:33 pm #120071In reply to: Adding Post & Comment Counts to the Blogs Loop
Paul Wong-Gibbs
KeymasterThe blogs loop (best called the “site” loop nowadays) just iterates through your sites. You need to do regular WordPress post loops or functions to get those sites’ data. This is of course going to be awfully slow on page load, so I’d cache it somewhere, too.
September 14, 2011 at 2:08 pm #120060In reply to: bp-messages Compose Message autocomplete issue
rahul.dev
MemberYes there is a better solution to this problem i am code savvy and i have myself invented this solution
Step:1:
The solution is copy the content all content of file wp-load.php which you will find in the root of wordpress installation directory root directory. Then create a new file rahuldev.php paste all the code in wp-load.php to rahuldev.php file plus at the end of that rahuldev.php file add this small code as below
?php
$resultrah = mysql_query(“select user_login, user_nicename from wb_users where user_login like ‘%”.$_POST.”%’ or user_nicename like ‘%”.$_POST.”%'”);
while($row = mysql_fetch_array($resultrah))
{
?>
?php echo $row;?>?php
}
?>
replace ?php with <? php
make sure the name of the table if it is not default set during installation then that should be the name of the table as the name is in your installation
once the above code is added to the bottom of the new file then save the new file to the root of your wordpress application ie where there is wp-load.php there along with it should be our new file rahuldev.phpStep:2:
Open wp-content/plugins/buddypress/bp-messages/bp-messages-cssjs.php filereplace
var acfb =
jQuery(“ul.first”).autoCompletefb({urlLookup:’root_domain . str_replace( ‘index.php’, ‘/wp-load.php’, $_SERVER ) ?>’});
with
var acfb =
jQuery(“ul.first”).autoCompletefb({urlLookup:’root_domain . ‘/rahuldev.php’ ?>’});And now enjoy my magic
Thanks
Take careSeptember 14, 2011 at 2:05 pm #120059In reply to: bp-messages Compose Message autocomplete issue
rahul.dev
MemberYes there is a better solution to this problem i am code savvy and i have myself invented this solution
Step:1:
The solution is copy the content all content of file wp-load.php which you will find in the root of wordpress installation directory root directory. Then create a new file rahuldev.php paste all the code in wp-load.php to rahuldev.php file plus at the end of that rahuldev.php file add this small code as below
<?php
$resultrah = mysql_query(“select user_login, user_nicename from wb_users where user_login like ‘%”.$_POST.”%’ or user_nicename like ‘%”.$_POST.”%'”);
while($row = mysql_fetch_array($resultrah))
{
?><?php
}
?>make sure the name of the table if it is not default set during installation then that should be the name of the table as the name is in your installation
once the above code is added to the bottom of the new file then save the new file to the root of your wordpress application ie where there is wp-load.php there along with it should be our new file rahuldev.phpStep:2:
Open wp-content/plugins/buddypress/bp-messages/bp-messages-cssjs.php filereplace
var acfb =
jQuery(“ul.first”).autoCompletefb({urlLookup:’root_domain . str_replace( ‘index.php’, ‘/wp-load.php’, $_SERVER ) ?>’});
with
var acfb =
jQuery(“ul.first”).autoCompletefb({urlLookup:’root_domain . ‘/rahuldev.php’ ?>’});And now enjoy my magic
Take care
-
AuthorSearch Results