Search Results for 'wordpress'
-
Search Results
-
Hello, I have looked around a lot and I can’t find a working visual text editor for buddypress that supports the forums and the regular bpSite. The only text editor I could get working in bpForums is “Rich Text Editor For Comments”, but that does not work for comments on the non forum posts.
I also tried “CKEditor for WordPress” but I can’t get the bpForum section to work(bpCKEditor). I tried all the settings but nothing worked.
So now in order to have a editor that works in the Forums AND non forum posts I have installed 2, which looks kinda silly: http://msflights.net/screenshots scroll down a bit and you will see the 2 text boxes.
So, does anyone know of a text editing box that works both on the regular bpSite as well as in the bpForums?
Thanks a lot!
Hi,
I have been doing some testing and have realised users can login without having verified their email address? Is this normal behaviour? Is it down to BuddyPress or is this a WordPress thing?
Topic: Comments on members profile
It is possible to allow comments on a users profile, from both registered and un-registered members? I just want the users page to be treated as a single blog post. I would assume I’d have to insert the comments_template tag in the profile loop, but not sure where to exactly?
(I know I can use forums, and the activity features for discussions but ideally I’d like the same commenting setup for the user profile as a blog post.)
Using the latest version of both WordPress and Buddypress. With the default template pack.
I’m trying to showcase 6 random members on my homepage, while showing all members in the members directory.
I’m using this code to change the number when its on the homepage. Which seems to be working fine.
`if(is_front_page())
{
$dm_number = 6;
}
else
{
$dm_number = 20;
}`but when I use the variable in bp_has_members() is doesnt work, it does work if I replace the variable with 6 though. The random parameter isnt working either.
`if ( bp_has_members(“include=$filtered_users&max=$dm_number&type=random”) ) : ?>`
I’m using the latest BP & WP, running on localhost – lamp environment. I’m also using this plugin for sorting out user types – http://wordpress.org/extend/plugins/buddypress-user-account-type-lite/ this is why `include=$filtered_user` is being used.
I’m still getting my head around PHP and its been a while since I’ve used BuddyPress, I think my syntax is ok but I cant be sure! Any help would be appreciated.
Topic: Multi Network questions…
Hi, I have a need to setup a network of wp sites, what I need is a main blog that is a news style theme wordpress blog and a number of child sites that are all buddypress social networks, is this possible with networked wp?
So
Main site = site1.com (wordpress news theme)
Child Site = child1.site1.com (buddypress theme/network)
Child Site = child2.site1.com (buddypress theme/network)
Child Site = child3.site1.com (buddypress theme/network)I have tried to push ahead and test the install on a test site, I followed these steps:
1. Installed WordPress on main site – site1.com
2. Installed and setup WP Multi Network
3. Created my child sites – child1.site1.com, child2.site1.com, child3.site1.com etc – all works fine
4. Installed Buddypress on site1.com (network install, couldn’t install on child sites which was expected but a shame)At this stage I noticed the site1.com had buddy press (I figure I can hide the bits on this site if I don’t want to have social networking on the main site) .. but I also noticed the sub sites have buddypress but just linking back to the mainsite, they are not social networks in there own right, each separate, which is what I need…. so
5. I installed BP Multi Network – to have separate networks
This didn’t do what I expected, the sites still all appear to link from the main site, the sub sites do not have pages for:
Activity
Blogs
Groups
MembersI could create these but they will all go back to the main site, they need to be site specific, separate for each site…. which is what I expected BP Multisite to do..?
Any ideas? thanks
I can put up with buddypress on the main site, although I hoped not to have so I could have a good newspaper/magazine theme on the main site, but if thats the only way to have all the user databases connected I can hide what I need to.
Any help please?
My basic requirement is to have a network of sites using the same user database, someone registers on one they can log into another, subsites are all social networking sites, main site is a news/magazine platform.
hummm help plz
What is the best solution currently for a themed login page, BP support and a good captcha on registration?
I’m currently using Theme My Login and si-captcha-for-wordpress.
I’m using DanceFloorV2 theme, WordPress 3.3.2. BP 1.5.5 with BP Template Pack. I’ve got everything else working, but the comment/reply button. It seems when I try to post I get directed to a 404. I know it’s something in the theme, because it works fine with default theme. I can delete comments, select favorites just not make new comments. Not to confuse with posting updates because that works fine. Thanks in advance.
POST http://edmraveconnect.com/activity/reply/ [HTTP/1.1 404 Not Found 1090ms]
Hi, I just installed and activated the BuddyPress Groupblog plugin http://wordpress.org/extend/plugins/bp-groupblog/ but I could not activate. I’m currently running the latest versions of WP/BP but I can’t see any admin options for the plugin. Doest it needs Multisite feature enabled? I searched at the support forums and others are having that issue but no one answers… any help will be welcomed!