Search Results for 'wordpress'
-
AuthorSearch Results
-
May 20, 2010 at 11:55 am #78966
In reply to: BP Member Filter
chopo87
ParticipantHi, what’s the latest news for this pluggin? The Plugin’s changelog says it now supports BuddyPress 1.2 ( https://wordpress.org/extend/plugins/bp-member-filter/changelog/ ), but I can’t get it to work on BP 1.2.3. This is probably just me being ignorant, but with such limited documentation available it hard for n00bs like me to get it working. I’d be more than happy to sponsor the plugin as well if support for 1.2.3 does exist and the documentation is extended.
May 20, 2010 at 9:59 am #78962In reply to: Farmville Fun Club: Discussion + iPad Sweepstakes
blerph
Participant@Arques,
it looks like he is using, the Kaltura Media Component.https://wordpress.org/extend/plugins/buddypress-kaltura-media-component/
May 20, 2010 at 9:19 am #78957In reply to: WordPress 3.0 new content types
@mercime
Participant@r-a-y you’re right, Saw for myself that BP components are rendered as Pages in test install with WPMU2.9.2/BP1.2.3 upgraded to WP3.0beta2/BP1.3-bleeding.
BP components rendered as Pages is not hot for me when I have 100+ Pages in main site of another test install (as I have in some live sites) and the Edit Pages panel and pagemash panel) have the BP components mixing in with “important information/documentation.” In this scenario, it would be more orderly to go multisite and to create a sub-blog and just to activate BP away from main site.
Of course for installs with BP set up primarily for social networking and with only 4 or 5 “static” pages – About, Contact, etc, no problem with components as Pages.
@anointed – great stuffm thanks for sharing
Animo post_types.May 20, 2010 at 8:55 am #78956In reply to: Avatar Upload Issue
KimJCastleberry
MemberWordpress 3.0 Beta2, BuddyPress (current, think its 1.2.3), Buddypress Links v0.4.1
Links section, adding a new item. Trying to set the display image for the link by uploading an image. Image is 200×200 jpg.
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/satribe9/public_html/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 281
I’m guessing this is related to the same code @Phlux0r posted above, but after looking at the bp-core-avatars file, and that specific function I was uncertain exactly where in there to insert that code into the function. Could we maybe get a line number or a larger code block?
Kimberly
(There is also a second, probably unrelated bug with Links, when I forget to fill in the Title & Description (and it was not auto filled), when I try to submit the link and get the error that says I must fill in all fields, the Title & Description area will not re-open.)
May 20, 2010 at 8:02 am #78954In reply to: WordPress 3.0 new content types
Anointed
ParticipantI ‘kind of’ agree with you when you say post_types are for individual pieces of content, but also disagree. Post types allows me to create a new object where I can assign multiple attributes to that object type ‘metadata, taxonomies’. You are also able to easily group individual object types of the post type together much easier than with pages. The real power comes into play when you create multiple post types and link them together. Then I have a ‘pods’ type of system with multi-relational datasets to a given object. There is just 100x more that I can do with a post type than with a page.
For instance, I am building a complete custom forum system using a post type. You could never do that with pages. Well I suppose you could but it would be much more work and not nearly as elegant. basically my goal is to completely dump the bbpress as it’s so far behind that it has no business in my sites. By using post types, I have all the inherent wp tools right at my fingertips for forum posts. Want to add images/video/tags/ to a post.. done… no work needed.
The advantage is then I could easily add that new post type to the activity stream, complete with all its attributes, ‘metadata’ for the individual object. Something else you can’t really do with pages.
Here is a really generic example of 3.0 multi relational post types in action. (It’s only a start, so please don’t complain about layout, have not even started that part yet, this is more concept than anything else)
http://deardaddy.org/sermons/daneil-ponce-sermon-1/What you see here is much more than meets the eye
1. This is a custom post type sermons which is related to post types podcasts, preachers, locations.
2. The sermon title, description, and video are part of the sermon post type
3. When on the ‘add sermon’ admin page, you are also able to link it to a pre-existing post type to grab the preacher, podcast, and location. If they do not exist then you can add those attributes within the sermons post type without having to leave. Meaning you don’t have to go to post type podcast to add the audio file to a sermon. Same goes for preachers, locations.
4. sermons and podcast post types also have related taxonomies, ‘series, topics’. which you can directly link within the sermons page.The easiest way to see how it’s linked is to notice the ‘locations’ link on the sidebar. It goes to:
http://deardaddy.org/locations/his-sanctuary-of-prayer/ which is the post type ‘locations’.Keep in mind I did not have to manually type in the location when I added the sermon, although I could have, because it already existed. I simply chose it from a drop down of existing locations and they were linked together.
The power of this is simple.
1. I create a location one time
2. I can now add the individual location attribute to any new post type I create so long as I link the post types together, create a relationship in my themes functions file. This means that a user never has to input data more than 1x, it can be used over and over again in any post type.To wrap up:
You said ‘a way in the front end of bp for users to add a movie’. I am already doing everything but the adding via the front end for the sermon example above. Adding the ability to the bp front end, will take me a bit of work, but it’s possible. I just have not yet had the time to read the bp code close enough. Hence my argument for post types in bp instead of pages. why add a movie page, when I can add a post type movie with all the attributes into the stream. Much much more power that way.@r-a-y
will be interesting to see the direction they take. If they don’t worry about backwards compat well then the doors are wide open.May 20, 2010 at 4:25 am #78944In reply to: WordPress 3.0 new content types
r-a-y
Keymaster@anointed – There is no audio chat! It’s all text. What you read is what actually happened.
WP 3.0 isn’t even out of the gate yet; when WP 3 actually gets released, we’ll see where Andy and the core devs take it.
—
@modemlooper – if you check out what the BP Wiki component does, it already uses custom post types (it’s a development version). So custom post types for BP is possible via plugins. However, for the core (as stated above), it’s whatever the dev team decides.
May 20, 2010 at 4:09 am #78941In reply to: WordPress 3.0 new content types
modemlooper
ModeratorI can say that post types are for individual pieces of content and not so much slugs. Pages seem a better fit for this. What I’m suggesting is say you create a content type called movies. There would need to be a way via front end of BP for users to add a movie. Right now they can enter posts either in the form of activity or forum updates. With 3.0 content types it opens a ton of options but only if BP allows front end users to add this stuff. Meta data added to post types?
May 20, 2010 at 2:23 am #78937In reply to: WordPress 3.0 new content types
Anointed
Participant@r-a-y
I couldn’t make it to the chat today, but I just read through the thread. What I couldn’t find was the reasons for using pages instead of post_types. Were those listed off on the audio portion or something?I’ve spent the last month digging really deep into post_types, and while I don’t have a strong background in bp structure, post_types seems like the perfect fit for bp. Would you kindly give us some of the pro’s/con’s of pages vs types and why the decision was made? Maybe it would help many of us to understand the bp structure and direction in the future a little better.
May 19, 2010 at 10:49 pm #78927In reply to: Space in username from WordPress
rich! @ etiviti
Participantdid you try enabling username compatibility mode?
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/characters-in-usernames-cause-strange-issues/May 19, 2010 at 10:48 pm #78926In reply to: pagination within my plugin shortcode
Boone Gorges
KeymasterUse paginate_links() https://codex.wordpress.org/Function_Reference/paginate_links. It’s not very easy to use (IMHO) but it’s better than doing it from scratch.
May 19, 2010 at 9:34 pm #78917In reply to: Rewrite issues / Page not found
Brent Allison
ParticipantNo luck. Here it is right now:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /wordpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]May 19, 2010 at 9:13 pm #78911In reply to: Private communities
r-a-y
KeymasterYou’ll have to wait for Google to check your site again.
You can expedite this process by signing up for Google’s Webmaster Tools and requesting your site to be delisted.
Also make sure your WP site is blocked from search engines:
https://codex.wordpress.org/Settings_Privacy_SubPanelMay 19, 2010 at 9:00 pm #78908In reply to: Simple blog site
r-a-y
KeymasterBuddyPress is overkill.
You want to use a front-end posting plugin. There are a bunch of them out there.
Here’s one thread:
https://wordpress.org/support/topic/365980Make sure your users have a WP role of Contributor or higher:
https://codex.wordpress.org/Settings_General_SubPanelMay 19, 2010 at 8:54 pm #78907In reply to: WordPress 3.0 new content types
modemlooper
ModeratorHmm, needs to be some sort of way for front end users to harness the power of content types. Like that pages will be components. It’s merging into WP better.
May 19, 2010 at 8:40 pm #78904In reply to: WordPress 3.0 new content types
r-a-y
KeymasterSuch a discussion was briefly brought up by @sbrajesh today on the dev chat.
BP components will be full-on pages in BP 1.3.
However, there are currently no plans to implement custom post types for BP components.May 19, 2010 at 8:36 pm #78903In reply to: WordPress 3.0 new content types
modemlooper
ModeratorAwesome!
May 19, 2010 at 8:29 pm #78901In reply to: Rewrite issues / Page not found
r-a-y
KeymasterSee if a .htaccess file is written in your /wordpress/ folder?
May 19, 2010 at 8:12 pm #78897In reply to: Problems with activation plugin.
wahuu
Membersry, my bad.
That’s first screen:
http://img130.imageshack.us/img130/7254/problem1zg.jpgNow i checked on 3 different servers, unlikely it’s not working.
Specially for this i made new wordpress site to check it and it is still not working.
I must doing something wrong.
May 19, 2010 at 5:25 am #78817In reply to: Problems with activation plugin.
wahuu
Memberi am using wordpress 2.9.2
i want to install buddypress 1.2.3I have my own format of permalinks “/index.php/%postname%/”
i am installing buddypress first timeI have many other plugins like:
All in One SEO Pack
Akismet
GD Star Rating
Mailpress
TDO Mini Forms
Theme My LoginMay 19, 2010 at 3:27 am #78813In reply to: adding members
lj
Participant• 1. Which version of WP/MU are you running?
•
I’m not sure about the WP part because simple script installs everything at once, but it was a fresh install.
They also offer WP 2.9.2, so I believe that’s what it would be if they installed wordpress first.
•
2. Did you install WP/MU as a directory or subdomain install?
It was installed directly to the domain with a /city after it.
It is not my primary account, but it lists as just the domain name. so in my case it is not 12gates.citywidesites.com, but 12gates.net .It is an add-on domain
•
4. Did you upgraded from a previous version of WP/MU? If so, from which version?
• NO
•
5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.I installed WP under a different subdirectory to test it when the Buddy press did not work, and it worked fine.
•
6. Which version of BP are you running?
1.2.3
•
7. Did you upgraded from a previous version of BP? If so, from which version?
NO
•
8. Do you have any plugins other than BuddyPress installed and activated?
NO
•
9. Are you using the standard BuddyPress themes or customized themes?
Standard
•
10. Have you modified the core files in any way?
NO
•
11. Do you have any custom functions in bp-custom.php?
NO
•
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
NOT running bbpress
•
13. Please provide a list of any errors in your server’s log files.
14. Which company provides your hosting?
Hostmonster is the host and simplescripts is the installation softwareMay 19, 2010 at 2:18 am #78809In reply to: BuddyPress and WordPress 3.0
arena
ParticipantHi all !
Just playing with nightly build wp 3.0 and buddypress 1.2.3.
As BP can be installed on a standalone WP or WP multi-sites, i though i could install BP on one of my WP site letting other sites working as standalone sites.
Apparently this is not possible.
Did i missed a specfic setting ?
Any idea if future release will allow this ?May 19, 2010 at 1:17 am #78805In reply to: Can't see 'members' page in buddypress local install
qbuster
ParticipantPaul
Thanks for that explanation re: localhost.
But my main issue (and looking at the earlier posts in this thread over the last few weeks, it is a problem experienced by several other posters) is the same sort of problem on my remote site, http://waterwaywatch.org . I can get as far as Member and Group pages but if I try to click on a member to display their profile, the site re-directs to About.
I’ve been struggling with this for some time (see earlier post in this and other threads). In an attempt to isolate the problem I have reverted to a standard bp 123 theme- including choosing a non-default permalink – but the problem persists and it is a real show stopper as I can’t launch the site as is.
Thanks for your response,
Regards
Will
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
May 18, 2010 at 11:59 pm #78797In reply to: how to create freshly pressed
Famous
Participantyeah, I thought about that too. And the reason I cross posted is because it can go on either site. As a WordPress user or BuddyPress user, both need to consider an effective homepage. And though the activity stream is great. There needs to be sections in order to capture an end users attention, and keep it. So I thought this post can rely on either site. Someone may be working on or know something about what I am suggesting? Remember BuddyPress last year? Andy had something similar to what I am suggesting.
Thanks to anyone who may have a suggestion.May 18, 2010 at 11:22 pm #78791In reply to: Blog Members Widget Within BuddyPress
May 18, 2010 at 11:17 pm #78789In reply to: WordPress 3.0 new content types
@mercime
Participant@Modemlooper – it’s already being rewritten in a way in versions BP1.2.4/BP1.3-bleeding … started between BP trunk-r2990 to trunk-r3000. Pleasant surprise.
-
AuthorSearch Results