Search Results for 'wordpress'
-
AuthorSearch Results
-
May 8, 2011 at 6:25 am #111851
In reply to: Admin bar login redirects to 404
chrisreg1
MemberAny solution to this? I’m having this problem now after I moved from /wordpress subdirectory to root.
May 8, 2011 at 5:48 am #111849In reply to: How to modify the content from the blog post
@mercime
Participanthttp://elitenick.com/2009/04/03/wordpress-customize-the_content-to-generate-your-own-htmlcss-image-more-link.html
For more assistance, please post your query at the WP.org forums – https://wordpress.org/support/forum/how-to-and-troubleshootingMay 8, 2011 at 1:14 am #111833@mercime
ParticipantThere are different approaches to what you want to do which includes deciding whether you will allow your users to post from the backend or to post always from the front end. My approach would be to use EventPress plugin https://wordpress.org/extend/plugins/eventpress/ along with with http://buddydev.com/plugins/eventpress-gallery/ which requires the premium BP Gallery plugin http://buddydev.com/plugins/bp-gallery/ which has images, audio, video galleries. Perhaps others would like to share what their approaches would be.
May 7, 2011 at 7:06 pm #111820In reply to: How to disable WP sidebar from all buddypress pages
katemgilbert
ParticipantYou can also use the Widget Logic plugin with the conditional statements listed here: https://wordpress.org/support/topic/buddypress-and-widget-logic.
The easiest way to enact this is to exclude all component groups.
May 7, 2011 at 3:56 pm #111806DoctorDR
MemberQuickest solution would be to join Buddydev and implement the ‘Global Forum’ plugin – http://buddydev.com/plugins/global-forums/
You can see it in use on Bravesh’s own forum – http://buddydev.com/forums/
I personally prefer forums which link to groups, since this avoids duplication of topics. The other half-way solution would be to use ‘buddypress-group-forum-extras’, https://wordpress.org/extend/plugins/buddypress-group-forum-extras/ – which would enable you to set up a group for each general forum type (i.e. support questions, introduce yourself, general chat), then pin these to remain permanently at the top of the ‘Forum Index’.
May 7, 2011 at 12:19 pm #111788ewebber
ParticipantSearch on BP is a long way off during the current release. I have an integrated search page, but it won’t search content inside of forum posts, just titles.
From what I’ve seen SOLR is very powerful and integrated with WP makes WP search faceted and extremely useful, I’d love to get it set up on my BP site, but it’s a little over my head and would probably require some extension to this plugin https://wordpress.org/extend/plugins/solr-for-wordpress/
Recently I’ve added google custom search to my BP site, but as it’s indexing from the front end there are a lot of “pages” to crawl and it doesn’t seem to index them that well, I’ve also recently found the the member search isn’t finding people that I know are there.
Although I did hear rumblings that BP 3 will start to address search – we shall see, it’s a really tough one to crack
May 7, 2011 at 11:02 am #111784In reply to: 1.2.6 upgrade date offset!!
May 7, 2011 at 10:44 am #111783In reply to: 1.2.6 upgrade date offset!!
Paul Wong-Gibbs
KeymasterIt’s been fixed in trunk, but not in the 1.2 branch. If you want to try applying the patch to your site, try applying these changes to your files: https://buddypress.trac.wordpress.org/changeset/3651.
May 7, 2011 at 5:05 am #111768In reply to: Query/Call @mentions List
alanchrishughes
Participant@djpaul will do. Do you know any other way of accomplishing this? Ultimately my goal is just to have all activity stream through one page (everything but the activity of your friends).
May 7, 2011 at 1:55 am #111758In reply to: Buddypress Styling Help
@mercime
Participantfile from bp-default theme https://buddypress.trac.wordpress.org/browser/tags/1.2.8/bp-themes/bp-default/members/members-loop.php
May 7, 2011 at 1:36 am #111754aces
ParticipantI haven’t really explored it much, apart from getting the css to match various site designs…. I’ve tried to avoid using it but the spam (particularly the spam registrations) gets to be annoying. Adding this and the problem goes – apart from what appears to be the odd human spammer…
You could change where it says CAPTCHA Code to your own message – It’s an option at the bottom of the admin screen.
It would be nice to be able to place a text line above the graphic and above the captcha code line….
May 6, 2011 at 11:45 pm #111749aces
Participanthttps://wordpress.org/extend/plugins/si-contact-form/ and https://wordpress.org/extend/plugins/si-captcha-for-wordpress/ work well for me with buddypress….
May 6, 2011 at 7:30 pm #111739In reply to: Upgrade 1.0RC to 1.1 (so that I may auto update)
nicholmikey
ParticipantJust updating this in case others run into the same problem. I have successfully upgraded while retaining all data using the following steps:
Revert to a non BuddyPress theme
Disable all MU plugins
– Navigate to wp-content/mu-plugins/ file folder
– remove or rename (example example.php.old) all .php files related to BuddyPress, or for plugins that call BuddyPress functionality. Leave these 2 in place :
– Index.php
– bp-core.php
– Test site to ensure you have not removed a needed plugin that is not related to BuddyPress
– Remove or rename bp-core.php
Install BuddyPress 1.0
– copy the unziped BuddyPress folder into the wp-content/plugins/ directory
– Go to the network admin control panel in WordPress
– Activate BuddyPress
– Test site for data retention
Upgrade to the latest BuddyPress
– Go to the BuddyPress plugin on the plugin page
– Click the automatic update button
– Enable the default BuddyPress theme
– Test site for data retention
Upgrade CompleteI have a custom theme to rebuild and some in house plug-ins to fix, I’ll post any important info I run into to help any other souls Google-ing this problem.
May 6, 2011 at 5:36 pm #111737@mercime
Participant== Looking into the DB I can see that the redirects column in wp-options is pretty large and I would imagine this is where the problem stems from, but I’m not comfortable manually editing this table. ==
Go to wp_options table via phpMyAdmin. Copy what’s in your wp-options table and paste in text editor. There’s a pattern to the madness of the serialized data which is sometimes very messy to edit by hand. Some plugins which have been deactivated and deleted still leave some nastiness behind and you would have to delete the section. Sometime back, I found the virus of a hacked install listed in wp_options table as well.
What’s good about doing it this way is that you can save what was originally in the wp_options table in a text file and keep in a safe place while you make changes via phpMyAdmin. When something goes wrong after making those revisions, you can always paste back the original content from the txt file you saved.
For an overview of what serialized data to expect in your wp_options table which could also help you ID what’s going on, go to http://yoursite.com/wp-admin/options.php or localhost/wordpress/wp-admin/options.php
May 6, 2011 at 2:39 pm #111724In reply to: Upgrade 1.0RC to 1.1 (so that I may auto update)
nicholmikey
ParticipantI tried that and it had no effect. Is this page reposted anywhere? https://codex.buddypress.org/getting-started/installing-buddypress/upgrading-from-rc-1/
Right now I have 2 plugin folders, mu-plugins and plugins. I coped 1.0 into the plugins folder but it does not show up on my list of plugins ( WordPress 3.1.2.). Currently the controls for 1.0rc1 shows up under tools. I tried deleting the buddypress plugin files from mu-plugins but that kills the site, makes it so it cannot load.
It seems this site had a document about this : https://codex.buddypress.org/getting-started/installing-buddypress/upgrading-from-rc-1/ but it is down.
May 6, 2011 at 2:11 pm #111718stephensimon
MemberI’ve since confirmed that normal WordPress notifications are working for users who have email addresses with country code extensions. (I asked one of these users to retrieve their password from the login screen and they received the resulting email message sent from WordPress.) So the problem seems to be specific to BuddyPress private messages.
May 6, 2011 at 11:05 am #111702DoctorDR
MemberSo basically what seems to be happening is the server looks for /public/htdocs/blog, doesn’t find it and then redirects to the home page by default. Since /blogs is a virtual directory created by wordpress multisite, this seems to be where the problem stems from (although the absence of an /images folder is also throwing up errors). Anyone experienced this problem before and would like to take a crack at a suggestion?
May 6, 2011 at 10:44 am #111701In reply to: Affordable WordPress and BuddyPress plugins
Boone Gorges
KeymasterCool, I’ll close it.
May 6, 2011 at 8:14 am #111698In reply to: Affordable WordPress and BuddyPress plugins
Mutuuj
MemberAndrea_r I know we are walking on a fine fine hear – as I told Paul, opening Pandora’s box.
Boone, apoplogies for not having made that clear – though when you did release your ning to buddypress importer, they where quick to jump and show their faces.
I have spoken to Paul and respect his comment, along with the others. We will head over to the WordPress forums.
@DJpual said he will be closing this?
May 6, 2011 at 6:34 am #111691In reply to: Attempting to write new user password to database
Paul Wong-Gibbs
KeymasterBuddyPress doesn’t interfere with user registration at that level. I think you’re almost certainly doing something wrong if you are needing to create your own hash for the password, etc. The authentication class is overridable, and most stuff can be done via the ‘authenticate’ action (I think that’s the name). I would rethink the approach you are taking, and do a bit more research — the wordpress.org forums may have had discussion about hooking into the registration process, and certainly the codex does.
May 6, 2011 at 1:40 am #111683In reply to: Member Profile Feeds – Youtube, RSS, etc
@mercime
ParticipantSomething like the profile – audio, video and gallery – widgets by slushman https://profiles.wordpress.org/users/slushman/
May 6, 2011 at 1:28 am #111681In reply to: Member Website Link Index with Banners
@mercime
Participanthttps://wordpress.org/extend/plugins/buddypress-links/ – caveat – it hasn’t been upgraded lately
May 5, 2011 at 10:56 pm #111671In reply to: Affordable WordPress and BuddyPress plugins
Boone Gorges
Keymaster`I can most assuredly say he did not rip off the premium one and stuff it in the repo.`
Correct. I spent many hours of my free time coding that plugin. If you don’t believe me, just ask my wife, who had to put up with my constant complaining about Ning’s crappy json files.
I don’t sell plugins myself, but I don’t have a problem with people who do. And I most certainly would not go out of my way to hurt those people financially, if their only “crime” is charging for their work. (Occasionally, there are other issues to be considered.)
It’s specious of you to argue that, on the one hand, the world needs more volunteers, and at the same time to pull this kind of stunt. Pulling the rug out from someone’s business will not make them “see the light” and start volunteering here. It will only make them angry.
May 5, 2011 at 10:42 pm #111670In reply to: Affordable WordPress and BuddyPress plugins
Andrea Rennick
Participant“as what happened with the ning to buddypress importer.”
Actually, I’d like to correct you on this as well. There’s a ning-to-buddypress importer plugin in the repo written by boone – one of the BP devs. I can most assuredly say he did not rip off the premium one and stuff it in the repo.
May 5, 2011 at 10:40 pm #111669In reply to: Affordable WordPress and BuddyPress plugins
Andrea Rennick
ParticipantThe site in question is alreayd releasing “lite” version of their plugins in the repo. Quite a number of them at this point.
You’re waiting for them to “come around”. They will not. Their pricing model makes them enough money to have kept at it now for four years.
What you’re doing, however well-intended, sets a precedence that makes it seem okay for people to do this to anyone. Like myself, for example. Yes, I sell plugins as well. While technically you could do the same to me, it would not endear me towards helping you. Ever.
Paul is pointing out that rather than helping people in this forum with their buddypress issues, you’re basically advertising for paid services. THAT is the problem.
-
AuthorSearch Results