Search Results for 'wordpress'
-
AuthorSearch Results
-
August 26, 2011 at 11:06 am #119112
Selu 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 alarmAugust 25, 2011 at 6:49 am #119039Paul 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
Participant -
AuthorSearch Results