Search Results for 'wordpress'
-
AuthorSearch Results
-
August 30, 2011 at 6:15 am #119229
In reply to: Programmatically add menu items to a specific menu
modemlooper
ModeratorAugust 29, 2011 at 5:10 am #119194@mercime
Participant@gregfielding I know what you mean

As DJPaul mentioned here, child themes can declare and empty function to override parent theme’s function. Check out Boone’s solution – a proposed patch which works of course and is better IMHO.
You might have noticed that the link to stylesheet is no longer in bp-default theme’s header.php. Hence, you could either add the link to stylesheet in child theme’s header.php or enqueue main stylesheet ala bp-default theme.
Cheers.
August 27, 2011 at 9:09 pm #119158In reply to: WordPress BuddyPress Integration
kkradel
ParticipantActually, plugins aren’t better, as they take up memory (I’m now on a VPS, so memory usage has become a concern) and they create a lot of doorways for hackage (not the good kind). I like, and would rather, hard code where ever I can, and I do, but I just don’t have the time or the bandwidth to do what I want to do on my own with BuddyPress, hence I’m stuck with plugins.
Before using Multisite, I hard coded as much as possible – all the header/footer stuff, links that I knew were stable. If I found a plugin that worked by adding one line of code, I just found that one line of code and added it by hand instead of using the plugin.
Currently I’m already using 30 plugins in a WordPress multisite and I’m still not getting all of the features that I need.
Already using BP Template Pack plugin. Already created my pages, which are fine, the problem is hacking the look and feel of BuddyPress elements within those template pack pages. Things that should be hardcoded, like the navbar, subnav, elements that should be automagically installed and configured, like the ones I mentioned above, are not.
Because I’m not using the BuddyPress theme, I can only guess that those elements are hardcoded into the theme instead?
I’d much rather be spending my time trying to hack a way for my BuddyPress members and my WordPress members to be integrated – or trying to make my already existing NextGen Galleries work as an “Album” within BuddyPress … but instead, I’m trying to figure out how to unscramble the stupid subnav bar.
Thanks for the code snippet links … I’m sure those would/should have shown up on my google searches if they had contained information that I was looking for. But when I get the time, I’ll peruse them and see if they contain the hacks I need. The stuff I need is really basic though and I don’t understand why it’s just not on the BuddyPress site, unless I am really missing something, which I could be …
Thank you for trying to help … !
August 27, 2011 at 8:25 pm #119157In reply to: WordPress BuddyPress Integration
modemlooper
ModeratorPlugins are better because then you have options as apposed to only having what is in core. BuddyPress comes with a set of core components but each of these have hooks, filters you can plugin into and craft anything your coding skills can muster.
You can use the profile part or maybe you just need groups. Pick and choose what you need to make it work for you.
The BP template pack plugin is there to help you integrate with a regular WP theme.
Code snippets:
http://bp-tricks.com
http://blog.etiviti.com/tag/buddypress-hack
http://buddydev.com/category/buddypress-tricks/August 27, 2011 at 8:23 pm #119156In reply to: please help me understand a wordpress/BP feature
joevansteen
ParticipantThis was bugging me and I decided to do some research. I posted the results here: http://architectedfutures.info/2011/08/23/bp-wp-profile-sync/ If I made any errors that misinform please help me to correct them by posting a comment or using the contact page to send me a note. Thanks!
Basically I want to post this to leave a track for others with the same issue. Note also, there is a BP TRAC ticket 3335 opened on this.
August 27, 2011 at 6:00 pm #119150modemlooper
ModeratorThis isn’t a buddyPress issue. Google this for WordPress. There may even be a plugin already.
If not you create an if statement on e same page template:
If user_is_logged_in {
}else{
}
August 27, 2011 at 4:40 am #119143In reply to: Advanced settings for group forums?
esploded
MemberThanks @mercime for the advice, but it still won’t work! ARGH.
Setup:
Single WP, MAMP (mac server), Not on a domain yet, but is on the root of MAMP/htdocs/wordpress
I did all of the steps above, but still no use. I hate you “There are no posts for this topic.”!Also, what do you mean by I didn’t “install/active BP in a subfolder/subdomain”? My buddypress site just has a tab under “community” which leads to the groups, forums, etc.
August 27, 2011 at 4:10 am #119142In reply to: It must be a National secret
enderandrew
MemberIt helps to post with a clear subject of what you’re looking to do.
Buddypress Media – http://code.google.com/p/buddypress-media/
BP-Gallery – http://buddydev.com/plugins/bp-gallery/
BP-YouTube-Feed – http://buddydev.com/plugins/bp-youtube-feed/
Tubepress – http://tubepress.org/But this might be the best solution for you:
https://wordpress.org/extend/plugins/contus-video-galleryversion-10/
There are tons of options. I just found that one with a quick Google search, so it can’t be a national secret.
August 27, 2011 at 1:35 am #119139In reply to: Buddypress doesnt work when I enable The Network.
@mercime
ParticipantThe basic steps @thewhyteempire
1. Make sure you installed WordPress manually instead of using webhost scripts which messes up multisite and BuddyPress
2. Make sure you’ve got mod_rewrite enabled and that your pretty permalinks are working in WP install.
3. Create a network per link given by r-a-y above. Check that you can create a new subsite and that you can upload images in said subsite.
4, Then install BuddyPress and activate in main site or in subsite (secondary) created
August 26, 2011 at 10:20 pm #119135In reply to: Buddypress doesnt work when I enable The Network.
thewhyteempire
MemberI been trying to figure it out for week or two now so im just taking small break hope to find the solution soon. IF not imma have to try and find someone to do it who’s specialty is wordpress, multisite, and buddypress.
August 26, 2011 at 10:18 pm #119134In reply to: Buddypress doesnt work when I enable The Network.
thewhyteempire
Memberyup your the first who has even wrote anything back to me I asked the question in Powweb Support, WordPress Support, and here. I’ve taking a break on figuring it out right now.
Good question though…. If I just start working on the different blogs correct. I can later add Buddypress correct?? if so imma work on these some and then try the above again. I know if doesnt work I always get it back to normal by deleting buddypress plugin.
August 26, 2011 at 7:16 pm #119129In reply to: permalink structure
r-a-y
KeymasterTry updating your permalink settings here:
https://codex.wordpress.org/Settings_Permalinks_ScreenChoose anything but the default.
August 26, 2011 at 7:14 pm #119128In reply to: Buddypress doesnt work when I enable The Network.
r-a-y
KeymasterDid you create the network using these steps?
https://codex.wordpress.org/Create_A_NetworkBecause you’re using subdomains, you’ll need to set that up correctly as well:
https://codex.wordpress.org/Create_A_Network#Step_2:_Setting_Wildcard_SubdomainsBtw, this is a WordPress problem; did you try posting your question over there?
August 26, 2011 at 7:02 pm #119124In reply to: Replacing landing page in BP
r-a-y
Keymaster@digitalhytop – BuddyPress is a WordPress plugin; front page handling is a WordPress thing.
Modemlooper’s link is a good place to start.
When you create a new page for your frontpage, you’ll probably want to create a page template for it:
August 26, 2011 at 5:58 pm #119121In reply to: Replacing landing page in BP
modemlooper
ModeratorYou choose a front page just like creating a static page in WordPress.
August 26, 2011 at 11:06 am #119112Selu Vega
ParticipantWe actually built a plugin for that function, wich was based on eventpress from kunal! It worked for a while, but we are rebuilding it using custom post! We believe on that, and the powerful from having your own custom post to update with wordpress and no depending of others plugin that can be updated or NOT.
August 25, 2011 at 10:19 pm #119094In reply to: 1.5 and Forums setup wasn’t working
Nahum
ParticipantAugust 25, 2011 at 7:35 pm #119081In reply to: Buddypress roles
joevansteen
Participant@larrysmith1000, @Arwym, @FitzUCF, @janismo, @hnla
I don’t know if anyone is still looking at this, but I think it is a topic that is worth pursuing. What seems to be getting lost though is what it takes to do the job.A facility like Justin Tadlock’s members plugin is a big help. It provides a mechanism to define and edit roles and apply them to users. That covers a lot of territory. However, unless the content management part of the software looks for and enforces those roles, it is meaningless. Justin provides a facility to do that if what you are talking about posts/pages and potentially custom post types. That is fine for WP content or even things like BuddyPress Docs where Boone implemented it as a custom content type (although I haven’t look at the details of his implementation relative to permissions). However, BP adds additional content types. And it is not just FORUMS. Groups are a content type. Private messaging is a content type. etc.
That is where the current_user_can() checks make sense. Users should have permission to perform actions. That doesn’t necessarily mean new roles, but it does mean distinct capabilities. Those capabilities can then be assigned to any role that makes sense. But the capability list needs to be published like it is for WP https://codex.wordpress.org/Roles_and_Capabilities
The mechanism for assigning capabilities to roles and roles to users and doing the actual check is all WP. It’s already there. Justin provides UI to access it. What I am seeing missing in BP is published string literals that have meaning in terms of capability sets and I assume the current_user_can() checks that actually make it happen. (I looked for it on Google and this is where I was directed!)
@DJPaul you talked here in terms of BP1.3, which is now 1.5 I believe. Did any of this actually make it into the code? If not, it sure would make sense to me to find it’s way on to a revised RoadMap.
My 2 cents!
August 25, 2011 at 12:39 pm #119052In reply to: Adding Custom Fields to Groups
sirspacey
MemberThanks 4ella. I think this is a common sense extension of BuddyPress, so I’m looking at sponsoring a plugin for the community. If I do, any advice on how let the community know in addition to putting it on WordPress?
August 25, 2011 at 12:29 pm #119051Paul Wong-Gibbs
KeymasterIt *should* change it. That setting’s implementation in 1.2.9 had a few issues, so I spent a bunch of time in 1.5 making it better, but that doesn’t help you. When it’s set, you are trying to pick a user from the member directory rather than copy/paste the same URL, right?
August 25, 2011 at 10:00 am #119048In reply to: How to re-direct a new page
Prince Abiola Ogundipe
ParticipantTry this plugin : https://wordpress.org/extend/plugins/page-links-to/
regards
August 25, 2011 at 8:05 am #119044Sennza Pty Ltd
ParticipantHey Paul,
Yeah that was my very first port of call a couple of days ago. It didn’t seem to do the trick
It’s got me stumped. It’s the last bug left for phase 1 of the project and it’s got me stumped!August 25, 2011 at 7:14 am #119042Paul Wong-Gibbs
KeymasterDid you try setting the name compatibility constant as per that codex page you linked to in your post?
August 25, 2011 at 7:06 am #119041Sennza Pty Ltd
ParticipantThanks @modemlooper. I had been considering having to do an option like that. I’ll give that one a whirl tomorrow and see how I go.
Hey @djpaul, yeah they all have spaces in them. All the existing users come in with spaces in their name in a First Name, Last Name kind of way. I tried changing the ‘Nickname’ and ‘Display Name publicly as’ fields in my own profile to see what would happen yesterday and that obviously doesn’t have anything to do with it as you can see here: http://edgeqld.org.au/members/Bronson%20Quick/
I know the site was originally WordPress MU then it went to WP 3.0 then up to WP 3.2 and installed the BP theme and plugins on top of that. I didn’t have any existing users on my staging site so didn’t hit this problem til we went live….now I’m cowboy coding fixing bugs and I’m completely stuck with this one!
August 25, 2011 at 7:02 am #119040In reply to: “Error 404 Page not found”
frankieonline
MemberWell, I discovered that in re-installing the wordpress and activation the network option, I’d forgotten to edit the .httaccess page.
Sorry for the false alarm -
AuthorSearch Results