Search Results for 'wordpress'
-
AuthorSearch Results
-
April 7, 2010 at 2:54 pm #72203
In reply to: My Blogs Menu not in admin bar
Jon Breitenbucher
Participant@jivany and @DJPaul It’s not a production site. It is my bleeding edge site where I run nightly builds of WordPress and BuddyPress so I can monitor what issues I may have with plugins and functionality on my development and live site. Though I must say I was a little surprised with how much went wonky when adding 1.3-bleeding.
April 7, 2010 at 2:21 pm #72198In reply to: Advanced Search plugin needed
3sixty
ParticipantYou could also potentially use the “Search Engine” plugin by Scott Kingsley Clark:
https://wordpress.org/extend/plugins/search-engine/
It works as a spider so it indexes all content on your site (so I’m guessing it would include BP content)… I should state that I haven’t used this though.
OK, I tried Scott’s “Search Engine” plugin on BP. It is well intended, but still in very deep beta. As far as I could tell, it was only indexing blog posts, and I couldn’t seem to test even that, because each time I hit the search box, the result was always a single, non-clickable Google Search Result unrelated to the content that should have been indexed.
Google Custom Search also seems to have issues with BP, as it was not indexing forum posts. Perhaps a site map needs to be submitted for GCS to pick up on forum posts?
April 7, 2010 at 1:04 pm #72182In reply to: Facebook's Patent
Jeff Sayre
ParticipantOnly time will tell. I imagine a competent lawyer could argue that Channel Definition Format (CDF)–the original subscribable news feed and the precursor to RSS 2.0–was created by Microsoft in the mid 1990’s long before Zuckerberg even knew how to spell computer. It led to the wide-spread use (via RSS 2.0) of creating and distributing syndicated content throughout the Internet.
http://www.oreillynet.com/xml/blog/2006/12/who_invented_rss.html
So, did Facebook invent the news feed? No. They may have been one of the first to have locked it inside its own walled garden–which is antithetical to the spirit of the news feed. But IMO this is just an application of the concept, not a demonstrable innovation of something sufficiently new and patentable.
I imagine that some of the earliest blogging networks (before Facebook’s time) might be seen as early walled gardens and therefore their RSS feeds could be looked at as internal to the network. If you weren’t a member, you could not get access to the feed. So WordPress could then be viewed as the facilitator of the first internally-subscribable news feeds.
As a fully-licensed and practicing armchair lawyer, I look at this as just another example of a very large, powerful company being able to successfully overinflate its importance and contributions to the USPTO. Clearly the lead government patent lawyer failed the public on this one.
April 7, 2010 at 12:47 pm #72179In reply to: Custom Homepage for BuddyPress
Xevo
ParticipantJust make a custom wordpress page that looks like it and make it your index page in your wordpress settings? It won’t be called index.html anymore, but that wouldn’t be that big of a problem.
April 7, 2010 at 12:46 pm #72178In reply to: widget with shortcode or external javascript..
Paul Wong-Gibbs
KeymasterSearch before you post.
April 7, 2010 at 12:27 pm #72173In reply to: Avatar Upload Issues
Pratik Bagaria
ParticipantHi there,
I too am facing a problem with Avatars.
I am installed BP on a fresh WordPress, no MU involved.
The BP is installed here http://www.waapsols.com .. some how I can’t get the upload avtar thing to work.
It fails during cropping. Can you please check and comment.
April 7, 2010 at 8:39 am #72160Gianfranco
Participant@r-a-y Thanks for the good explaination.
@el_terko good to know you like The Cure, and thanks you for the positive feedback.
See, guys, the problem I am having here is that I would like to test the child theme option, but I am experiencing all kind of weird things.
For a start, with the intention of testing the new theme, I did the following:
1) Duplicated the original theme, called “cureuphoria” (the one with the BP Template Pack stuff)
2) Called the theme “childtheme”.
3) In “style.css” I put: Template: bp-default, to make it a child theme of the BP default
4) Because now “childtheme” got all the folder and files as the bp-default theme (from the BP template pack) I intentionally deleted the “activity-loop.php” file from the activity folder, in order to test that the child theme inherit properly from the default theme (and if it does I would delete the rest of the files that can be inherit).
5) Installed the User Theme plugin (https://wordpress.org/extend/plugins/user-theme/) so that I can test the child theme while keeping the “cureuphoria” theme active (it allows you to switch theme for a particular user only, me).
Strange thing is, if I see the site with the user I set in the User Theme plugin, the activity page doesn’t have the loop (it doesn’t inherit it), and the layout is styled by the “bp.css” stylesheet, which I use to syle the BP components.
BUT: whenever I try to ACTIVATE the “childtheme” for real, on the live site, the loop is there (so id does inherit from the default theme), but “bp.css” doesn’t seem to be active. All the styles are gone.
In Firebug I see that there are several stylesheets that I don’t know where they come from called activity (I think 1, 2, 3, or something) and some part of the header background comes from the default theme style.
In CSS Edit I see there is a “bp.css” and when I export it, there is HTML in it. Not CSS.
It just get crazy!
Oh, and I deactivated the BP Template Pack to avoid conflicts.
I’m a little lost. Of from the child theme styelcheet I don’t link any of the deault theme styles, they shouldn’t get in the way, right? And why my “bp.css” file got no effect at all? I call it from the header.php as an external file.
Oh, AND: all the INCLUDES are broken and I got many for calling several widgets:
Example:
<?php include (TEMPLATEPATH . "/inc/curemates-bar.php"); ?>I changed it to something like this, thinking that in buddypress it needs to be that way:
<?php locate_template( array( 'inc/curemates-bar.php' ), true ) ?>But if I am not wrong I got the same function errors.
Well, what do you think it’s the best way to test a child theme, get things to work properly work as they should?
Sorry for the long post, I tried to keep it as breif as I could, without leaving anything out that may help get the picture.
Thanks for your advises.
April 7, 2010 at 7:27 am #72153In reply to: Advanced Search plugin needed
CleboMa
MemberUnfortunately the plugin “BP Member Filter” is a plugin by JJJ is not working anymore, read this thread: https://wordpress.org/support/topic/374052
April 7, 2010 at 4:03 am #72142stwc
ParticipantI’ve run in to this with importing a userbase to a Buddypress install. WordPress likes login names to be lowercase, with no spaces, and no non-alphanumerics (except, I think for dashes (‘-‘).
Users can, of course, make their display name anything they like.
The follow-on problem though, is with @username notifications in BP1.2+, which work on the login name and not the display name, so if a user has the login username johnsmith and the display name John, only @johnsmith will work.
(I’ve also just recently encountered a problem in that usernames with dashes cause @notifications to fail. That is, if a username is johnsmith, @johnsmith works, but if his username is john-smith @john-smith fails.)
April 6, 2010 at 10:56 pm #72102In reply to: Advanced Search plugin needed
r-a-y
KeymasterBP Member Filter is a plugin by JJJ that does what you want:
https://wordpress.org/extend/plugins/bp-member-filter/
I’ve tested this back in the BP 1.1.3 days and it worked to some extent.
Haven’t tested this with BP 1.2.
—
You could also potentially use the “Search Engine” plugin by Scott Kingsley Clark:
https://wordpress.org/extend/plugins/search-engine/
It works as a spider so it indexes all content on your site (so I’m guessing it would include BP content)… I should state that I haven’t used this though.
But it wouldn’t offer the “advanced search” functionality you’re looking for. More like a sitewide search.
April 6, 2010 at 10:45 pm #72100In reply to: Want to create a index page like tagged | Help me
modemlooper
ModeratorYou can create any home page you want and then choose that page in the admin.
Read up! https://codex.wordpress.org/Pages
April 6, 2010 at 10:00 pm #72092In reply to: GSOC BuddyPress Ideas
John James Jacoby
KeymasterWith less than a day left now,there’s probably little value in putting the blog post up.

But, you can refer to these links for ideas.
http://spreadsheets.google.com/ccc?key=0AtgQiOrXrZ0ZdE5rUnRzTXB0VWtqTUtvVkp1Rk9lYXc&hl=en
https://buddypress.org/about/roadmap/
Some things I’m excited to see:
An events component that doesn’t *require* bp-groups
Privacy that uses WordPress roles and capabilities
REST API
Inappropriate content flagging
User attachments
April 6, 2010 at 3:59 pm #72030In reply to: Plugin to require strong passwords
Paul Wong-Gibbs
KeymasterSurely there’s some WordPress plugins that do this? They ought to work with BuddyPress.
April 6, 2010 at 3:02 pm #72018In reply to: I might have broken the whole install…
Jeff Sayre
ParticipantThe siteurl and home (url) are required by BuddyPress to properly determine where it needs to look to find its various support files. So, that is why you could still access BP but the layout looked funky. BP could not resolve the path to the theme’s CSS files.
If you changed the url back to the original, proper path, it all should work now without any issues. Is that the case?
I assume that you were trying to provide your friend some assistance to a different issue. If you have a new issue, unrelated to this particular topic, please start a new thread and mark this one resolved.
By the way, for future reference, the topic you posted here is a WordPress issue and not a BuddyPress issue. That’s fine that you posted here, but if you have additional problems related to this particular issue, I’d suggest posting in the WordPress forums instead as most people here ignore issues that are not BuddyPress specific. I just happened to be looking at the right time!
Of course, if you have BuddyPress-specific issues, then post them in these forums.
April 6, 2010 at 2:53 pm #72016In reply to: I might have broken the whole install…
tessat
MemberHmm I see what you mean, and I was able to accesss the MySQL database for the root wordpress install, but not for the buddypress part (I think), so if I were to add the /community to the urls, wouldn’t I be affecting the root install, and not hte buddypress part? Thanks so much for your help!
April 6, 2010 at 2:41 pm #72015In reply to: I might have broken the whole install…
Jeff Sayre
ParticipantBased on your description of where you were and what you did, I assume that your friend’s install is running WordPress and not WPMU (the multiuser version of WP). All is not lost.
You need to gain access to the backend of the MySQL database that is being used by WP. The easiest way to do this is via phpMyAdmin. Your friend’s hosting provider should have a version of phpMyAdmin. Your friend, or whomever created the MySQL instance for the WP install will have the username and password for the MySQL database–which is different than the one used for WP Admin access. If they don’t have it, you can find it in the wp-config.php file of the WP install.
Once you have access to the MySQL DB, you navigate to the wp_options table (the first two letters of the table name might be different). In that table, search for two entries: “siteurl” and “home”.
They should both be reset (this is what you did) to ventureforchange.com. You need to edit those two separate fields adding back the “/community ” reference. Of course, do not include the quotes.
Once that is done, try accessing the Admin dashboard again. It should now work.
April 6, 2010 at 2:01 pm #72009In reply to: Idea: Go directly to the most recent post
rich! @ etiviti
Participantif you use Group Forum Extras Plugin – i have a simple function in which you can wrap the ‘freshness’ col to the last post anchor
for the function code: “Link the freshness time_since to the last post”
https://wordpress.org/extend/plugins/buddypress-group-forum-extras/other_notes/
in action::
April 6, 2010 at 1:27 pm #72002In reply to: Ascii Characters in Email
drummergirl
ParticipantI just registered a test user so I could replicate the issue and I noticed this difference in the subject lines:
[Girls Can' ;t WHAT?] Activate Your Account (intentional space left in to demonstrate the error)
[Girls Can’t WHAT?] New User Registration
The new user registration notice is correct in the subject line (the sender is still displaying wrong, although it used to just say ‘WordPress’ for the sender name.)
So is this a buddypress issue or a wordpress issue?
Xevo
ParticipantPerhaps ask them if they can help you further or if they can write a plugin to make it work with wordpress/buddypress?
April 6, 2010 at 11:55 am #71973In reply to: Facestream (Facebook plugin)
charlesxii
Member@Anointed » Connections (the whole pack) works perfectly with groups in my installation (latest BuddyPress, latest SINGLE WordPress). Facestream gave me headache though.
April 6, 2010 at 10:33 am #71955In reply to: Idea: Admin Able to Post HTML
Xevo
ParticipantApril 6, 2010 at 8:06 am #71933In reply to: what templates should I modify?
Xevo
ParticipantDid you copy the buddypress default theme or did you copy a wordpress theme?
Activity/forums etc have their own template files.
April 6, 2010 at 5:26 am #71926In reply to: Idea: Auto Add New Members to Group
techguy
ParticipantI’ve been considering the same thing. In my research here’s the list of plugins I needed to still evaluate. Not a perfect plugin I think for this, but one of these plugins should be able to easily be modified to do what you want if you know a little PHP and WP/BP. Otherwise, I’m planning to dive into it myself over the next couple months. I hope these links help:
https://buddypress.org/forums/topic/join-all-public-groups-at-once
https://wordpress.org/extend/plugins/auto-join-groups/
http://buddypress.webdevstudios.com/blog/2009/11/13/buddypress-registration-options/
I also had the welcome pack on my list since it does make sense to have this part of it also.
April 6, 2010 at 2:04 am #71921Nightlyfe
ParticipantWe’re hiring freelancers. We’re also working in Miami this month if you want to live that whole code on the beach lifestyle. Long list of projects that need to be completed.
If you have experience connecting Buddypress with a CRM, managing publishing workflows, integrating with Drup*l, integrating with twitter/facebook/openid/oauth, custom MU code, custom content types, socket servers, and related items..
Contact.
https://buddypress.org/developers/nightlyfe/
I’d fill the small tasks list if there was one. Lets move on that asap!
Copy paste from an old post:
I propose that ma.tt create a premium service offering on wordpress.org. He should create a list of preferred service providers, pair them with module developers who need help, and let the community at large pay for support. all code is committed back to the plugin directly. Managed fixes and improvements, as well as a ‘certified’ list of ‘good’ plugins. Effectively, merge guru/elance/odesk with the popular list and an issue tracker.
April 6, 2010 at 12:33 am #71914In reply to: Idea: Auto Add New Members to Group
jivany
ParticipantCheck out the Welcome Pack plugin: https://wordpress.org/extend/plugins/welcome-pack
-
AuthorSearch Results