Search Results for 'wordpress'
-
AuthorSearch Results
-
August 25, 2011 at 6:49 am #119039
Paul Wong-Gibbs
Keymasterdo the “broken” user names all have spaces in them? (in general)
August 25, 2011 at 6:00 am #119037In reply to: Using BuddyPress on WordPress Multisite
frankieonline
MemberOkay, all of my pages like this are also not being found. All of my logged-in admin dashboard stuff works ideally…then when I go to the actual site, the links all go to a “ERROR 404 – PAGE NOT FOUND”
I am hosted on hostgator, and I am not sure I created the blog.dir correctly when I went multi-site.
Thanks anyone who can help!August 25, 2011 at 4:50 am #119036modemlooper
Moderatorwhy not post a notice to have users change their username using this plugin
Allow Your Users to Change their Username on your BuddyPress Based site
August 24, 2011 at 5:48 pm #119007In reply to: Buddypress as not homepage
moonslice
MemberI created a static page, but it still shows ‘members’ and ‘group’ tabs, which I don’t want on the home page, as the buddypress social is just one of may things we have. Also, I don’t want the login to show up on the home page. Am I going to have to create a separate home page outside of wordpress?
August 24, 2011 at 1:25 pm #118986silverchief
ParticipantIf anyone can point me in the right direction, I’d greatly appreciate it!
August 24, 2011 at 6:15 am #118973In reply to: How to edit a post in buddypress
hzhenk
MemberYes I got the feeling that I have to cope with this.
Actually the thing is that I want to use buddypress as a kind of blog besides activities posts. So the proper solution is to make a combination of buddypress and blogs by wordpress. I will start a new topic about this.
ThanksAugust 23, 2011 at 11:57 pm #118948John James Jacoby
KeymasterEasiest thing to do is check out the phpDoc in the code itself.
https://buddypress.trac.wordpress.org/browser/trunk/bp-core/bp-core-component.php#L6
Basically it requires a few basic parameters to identify the component, and calls the parent class function to put them into action.
August 23, 2011 at 11:43 pm #118945In reply to: Where does BuddyPress hook into WordPress?
r-a-y
KeymasterIt uses its own catch-URI schema and pushes its templates based on the URL in question without rewrite rules:
https://buddypress.trac.wordpress.org/browser/tags/1.2.9/bp-core/bp-core-catchuri.php#L7August 23, 2011 at 9:38 pm #118931In reply to: custom theme
Tammie Lister
ModeratorAre you using the_content or the_excerpt to show the content? the_excerpt should give you exactly that an excerpt so if using you would need to make that smaller:
https://codex.wordpress.org/Function_Reference/the_excerpt
Specifically useful to you would be this:
function new_excerpt_length($length) {
return 20;
}
add_filter('excerpt_length', 'new_excerpt_length');
August 23, 2011 at 9:38 pm #118930In reply to: Reserving usernames
August 23, 2011 at 6:28 pm #118916In reply to: how to covert wordpress them to buddy press
@mercime
Participant@incrediblehimachal As valuser mentioned above, install BP Template Pack plugin
The process – https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
An example – https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/August 23, 2011 at 4:43 pm #118910In reply to: Show template paths for debugging purposes?
Tammie Lister
ModeratorYou mean what is using activity / groups and files in it unless I’m mistaken?
I can’t think of a quicker method than having the default theme open with child and following the path it’s fairly accessible in 1.5.
Some links that may help you:
https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
https://codex.buddypress.org/theme-development/the-bp-default-theme/
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/However, if I’ve missed the mark can you give me an example of what you want to do may help me see?
August 23, 2011 at 4:39 pm #118909In reply to: How to edit a post in buddypress
hzhenk
MemberWhy is it so difficult to add a edit bottom besides the view and delete bottoms?
This possibility exists in the forum posts and in the wordpress blog posts.Is this part of some kind of strategy?
August 23, 2011 at 4:21 pm #118908xsn0w
ParticipantSo what was the solution. I am banging my head still. I have reinstalled every damn .js file I can find from new download from wordpress.org.
August 23, 2011 at 6:22 am #118890In reply to: how to covert wordpress them to buddy press
valuser
ParticipantAugust 23, 2011 at 4:45 am #118887In reply to: how to covert wordpress them to buddy press
Incredible Himachal
Participantany reply any help
August 22, 2011 at 5:29 pm #118858In reply to: How to edit a post in buddypress
kizinko
ParticipantAre you referring to a post in the activity feed or to a WordPress post being displayed in BuddyPress?
Do you want to edit the content or the style of the post?
August 22, 2011 at 5:02 pm #118856In reply to: How to restrict users to child theme only
w101
Participant“BuddyPress ready” – this is new to me
Ummm… I’m just using 20 10 default that came with WordPress. If there is another can you point me to it?Thank you!
August 22, 2011 at 5:00 pm #118855In reply to: How to restrict users to child theme only
modemlooper
Moderatoryeah, I’m saying do not use the default themes that come with wordpress. Just to test. It shouldn’t matter but I think there have been problems with using default WP theme and children on MultiSite.
Is your 20 11 parent theme BuddyPress ready? This could also be a problem. If you are using BP Template pack and 20 11 and then trying to use a child on top of that.
August 22, 2011 at 3:45 pm #118842In reply to: Frisco Child Theme
David Carson
Participant@pjnu I’m pretty sure I just did. If you’re not comfortable using the latest BP trunk or consistently updating the theme, I’d suggest waiting for BP 1.5 to be released and then download the theme from the WordPress theme repository as soon as it’s available.
August 22, 2011 at 2:37 pm #118834David Carson
ParticipantThis has been fixed since BP 1.5b2 was released.
See https://buddypress.trac.wordpress.org/ticket/3445 and https://buddypress.trac.wordpress.org/changeset/4965
August 22, 2011 at 1:58 pm #118830In reply to: Frisco Child Theme
David Carson
Participant@pjnu To use the theme prior the official BuddyPress 1.5 release, you must consistently update both BuddyPress (https://buddypress.trac.wordpress.org/browser/trunk) and Frisco (https://github.com/davidtcarson/frisco).
The BuddyPress team is making updates everyday to BuddyPress 1.5. And I am making updates almost every day to the theme. If your BuddyPress version has not been updated or the theme has not been updated, you should expect to see strange results.
This will all settle down once BuddyPress 1.5 is released and Frisco theme is in the WordPress theme repository.
August 22, 2011 at 1:52 pm #118829In reply to: Frisco Child Theme
David Carson
Participant@pjnu What version of BuddyPress and WordPress are you using?
“Frisco requires BuddyPress 1.5 and WordPress 3.2.1 or 3.3 (nightly build).”
August 22, 2011 at 12:38 am #118822In reply to: [Resolved} Help with Permalinks?
esploded
MemberSorry to post so much, but I found what the problem was. It’s a plugin called “Permalink Fix & Disable Canonical Redirects Pack”. It was really useful because I can use MAMP + wordpress on firefox, but it went rogue.
So now here’s the new problem: How do I work on my wordpress/buddypress on firefox? Because now I get this like before:
“The page isn’t redirecting properly.
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.”August 21, 2011 at 7:02 pm #118804In reply to: [Resolved} Help with Permalinks?
esploded
MemberMore specifics…
for example, if I press the “about” page from the menu bar, it goes to http://localhost/wordpress/category/betas/
BUT what it shows it the homepage. Is it possible this is not a permalinks issue? (sorry, I should’ve said this earlier, but it still redirects the data to the homepage, just not the url) -
AuthorSearch Results