Search Results for 'wordpress'
-
AuthorSearch Results
-
October 29, 2010 at 7:35 pm #96940
In reply to: Buddypress and wp-wishlist help
Michel Fortin
ParticipantSusan, I know this is old news, but I use Private BuddyPress:
https://wordpress.org/extend/plugins/private-buddypress/
It protects BP pages that are not protected by WishList.
October 29, 2010 at 5:49 am #96871r-a-y
KeymasterGood to know you figured it out!
BuddyPress has forced me to learn a lot more about WordPress as well. A win-win!October 29, 2010 at 5:47 am #96870Dickson Waudo
Participant@nuprn1 @r-a-y Just a little update,
Finally got around to it, actually the lastest Buddypress update kinda forced me to and it worked like a charm. I had to educate my self on wordpress’s apply_filters and add_filters.
I wrote a custum function that filtered the results of the groups_get_groups function, basically removing my “handy dandy” code from the core files into my cutome plugin class file. Thanks for all your help.
October 28, 2010 at 10:25 pm #96855helpy
ParticipantI have a german wordpress … and I do not know if I re-translated it exactly to english!
It is in WordPress Administration ==> BuddyPress ==> General Settings ==> Disable user account deletion?
==> example.com/wp-admin/admin.php?page=bp-general-settings
cu, guido
October 28, 2010 at 7:44 pm #96844In reply to: Header image on network site
r-a-y
Keymaster@bazonline – You shouldn’t have much trouble then. Just activate bp-default on the community blog only and not on all the blogs. If you’re just having problem with the page `
`, go into your community blog’s general settings and change the blog title:
https://codex.wordpress.org/Settings_General_SubPanel@aweathers – Like I said, you need to modify the header.php file in your child theme to call the main site’s header image. Calling the main site’s header image requires a little bit of PHP coding. Or if you know you’re never going to change the header image, just hardcode the image URL into header.php.
October 28, 2010 at 6:40 pm #96839pnm
ParticipantI have the same config as Falcon Show – WordPress – 3.0.1 and BuddyPress – 1.2.5.2
I couldn’t figure out where the option “user cannot delete itself” is, either in buddypress/wordpress dashboard. Can you please tell me where can I find this option? ( I am using default BuddyPress theme). Thanks.
October 28, 2010 at 6:12 pm #96835In reply to: sub domain problem
emailaya
Memberfirst of all thank you for your reply
secondly, what do you mean by “in super admin menu, is the link to all your blogs”
super admin menu? where is it?in wp-config i have nothing of what you wrote, the closest thing i saw is
/* That’s all, stop editing! Happy blogging. *//** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);i didnt touch it ofcourse
October 28, 2010 at 2:52 pm #96806In reply to: Userblogs also with buddypress?
Boone Gorges
KeymasterIt’s not really possible to have multiple BuddyPress networks running from the same WordPress installation (though it might be possible some day down the road). Your users will have to be satisfied with their own groups, or they’ll have to install BuddyPress on their own WP installation.
October 28, 2010 at 2:51 pm #96804In reply to: Send invites for group
Boone Gorges
KeymasterOut of the box, BuddyPress only lets you send group invitations to people you’re friends with. It’s a spam prevention measure. If you want to bypass it, install Invite Anyone https://wordpress.org/extend/plugins/invite-anyone/.
October 28, 2010 at 11:37 am #96794In reply to: connectivity among multiple buddypress sites
rich! @ etiviti
Participanta cheap/simple method: if they share the same db – you could setup each wordpress instance to the same custom_user_tables
October 28, 2010 at 10:16 am #96789In reply to: sub domain problem
emailaya
Memberpartially fixed!
in WP there is wordpress adress and site address
apparently, the new installation made the 2 fields the same while they shouldnt be.
i changed it and now it works
BUT
the doubled url problem when hovering each post’s title is still there
any ideas?
thanksOctober 28, 2010 at 2:41 am #96772In reply to: Forum address
r-a-y
KeymasterBuddyPress supports forums via the bbPress forum script. It does not offer native SMF import support.
You might be speaking of the BuddyPress SMF Import plugin:
https://wordpress.org/extend/plugins/buddypress-smf-import/If you haven’t tried it already, give it a shot.
October 27, 2010 at 2:37 pm #96695caitlinb
ParticipantI am having the same issue, all I want to do is get access to my Wp dashboard but I am getting redirected to my website. How can am I able to get access to my dashboard without having to delete plugins every time? Please help!!!
October 27, 2010 at 2:21 am #96656In reply to: Widgets on main home page.
pcwriter
ParticipantYes, you can put widgets on a page. If you create a page template with widget areas in it, you can assign that template to any page you create in WordPress. Then put your widgets on that page under “Appearance” > “Widgets”.
October 26, 2010 at 11:04 pm #96613Jeff Sayre
Participant[blockquote]Jeff, yes, I like MAMP, but also wanted to avoid creating lots of copies of Apache and php et al – and I want to run on port 80 anyway…[/blockquote]
I have a single Apache/PHP install (the default MAMP version) and simply use Apache’s virtual host directive to host 9 different WordPress development sites locally. They all have their own test domain (they do not use “localhost”), and they use the default Apache port (80) and MySQL port (3306). It’s simple to set up and manage. This is done with MAMP not MAMP Pro. If you don’t know how to do this, then MAMP Pro will do it for you.
October 26, 2010 at 9:32 pm #96598r-a-y
KeymasterTheming BuddyPress is like theming any other WordPress theme.
You’ll just need to add all the BuddyPress-related template files to your theme for it to be BuddyPress-compatible.There’s a plugin out there that automates this, BP Template Pack: https://wordpress.org/extend/plugins/bp-template-pack/
However, use it as a guide as it needs to be updated.There’s also another guide by @thekmen, which can be found here:
http://bp-theme-converts.com/convert-buddypress-theme-to-wp-theme/October 26, 2010 at 8:37 pm #96590WRAWRWAWR
ParticipantRoger that. Plugins are down on both wordpress and buddypress….
October 26, 2010 at 8:34 pm #96589In reply to: Widgets on main home page.
pcwriter
ParticipantI’m currently working on a theme package with widgetized front page;
https://buddypress.org/community/groups/creating-extending/forum/topic/new-theme-sneak-preview/Here’s a good tutorial on how to widgetize any page:
http://wpmu.org/how-to-widgetize-a-page-post-header-or-any-other-template-in-wordpress/Hope this helps!
October 26, 2010 at 8:34 pm #96588kunalb
ParticipantThis seems to be a more upstream WordPress.org issue—check out https://wordpress.org/extend/plugins/
October 26, 2010 at 7:29 pm #96581In reply to: Widgets on main home page.
danbpfr
Participanttest and learn with the buddypress-widget_theme, specially designed for the homepage and with widgets on 3 cols
https://wordpress.org/extend/themes/buddypress-widget-themeOctober 26, 2010 at 7:03 pm #96578intimez
ParticipantNot sure if there is conflict in code or something that cause similar problem. Maybe not related.
comment not showing up activity stream but that for wordpress and not wordpress multisite
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/activity-feed-no-longer-showing-commented-on/
https://trac.buddypress.org/ticket/2513October 26, 2010 at 5:52 pm #96573Jeff Sayre
ParticipantI gave up a long time ago rolling my own WordPress and BuddyPress installs directly on OS X. It was too much of a pain for very little benefit. I switched to using MAMP (the free version) and both install easily without issue.
October 26, 2010 at 4:38 pm #96565Roger Coathup
Participantstats plugins can also be a big problem
October 26, 2010 at 4:22 pm #96564Hugo Ashmore
ParticipantGood point if your logs aren’t being rotated you’ll end up running out of disk space completely, I forgot about rotating a log tried to open it in my editor to scan through, it editor wasn’t happy at all.
October 26, 2010 at 3:53 pm #96559techguy
ParticipantDon’t be surprised if your log file is what’s taken up your space. Look through the folders and tell us what files are taking up the space and maybe we can help you more.
-
AuthorSearch Results