Search Results for 'wordpress'
-
AuthorSearch Results
-
December 8, 2012 at 8:37 am #146845
In reply to: Bad Themes
Paul Wong-Gibbs
KeymasterIf the themes state they are compatible with the latest versions of WordPress, and they don’t work, you ought to contact their authors to let them know there’s a problem. This topic doesn’t help anyone; it’s just a moan.
December 8, 2012 at 3:50 am #146839In reply to: Tiny chat plugin?
Number_6
ParticipantThat plugin is long broken as Tinychat no longer provides API codes and I’m not sure if the plugin’s actual makeup is up-to-date with the latest WordPress.
December 7, 2012 at 11:02 pm #146820In reply to: custom xprofile field for users? How?
jeduhu
ParticipantThis tutorial video helped in understanding short code:
http://wp.tutsplus.com/tutorials/theme-development/wordpress-shortcodes-the-right-way/
December 7, 2012 at 10:57 pm #146817In reply to: Can't Change Theme
Ben Hansen
Participantisn’t that a wordpress question? doesn’t seem like anything that’s specific to buddypress, your complaint.
December 7, 2012 at 10:45 pm #146813In reply to: associate post with group
rajseelam
ParticipantI’m looking for this too and need it urgently. It is just like the bbpress topics for posts plugin but the topics are to be replaced by groups. Or the wordpress comments are to be relaced by groups. Just like “topics for posts”
December 7, 2012 at 10:41 pm #146812In reply to: Undefined Function Error
Paul Wong-Gibbs
KeymasterAh hah. If you are getting warnings about “wp_get_theme”, you mustn’t be on WordPress 3.4+. You’ll need to downgrade BuddyPress, or upgrade WordPress (preferably the latter).
See this table for version requirements https://codex.buddypress.org/releases/December 7, 2012 at 8:07 pm #146786In reply to: How to manage users & their extended profiles?
Ben Hansen
Participanti think 2 plugins every popular buddypress site should have are:
and
http://lud.icro.us/wordpress-plugin-user-switching/
hope that helps!
December 7, 2012 at 3:43 pm #146766In reply to: directory website wordpress / buddypress based
giannisff
ParticipantIs it possible to make it with post categories? can i find somewhere codex or info? Thanks again.
December 7, 2012 at 12:00 pm #146761In reply to: BP Member Filter
arystark
ParticipantI am doing my own Members search form and I have some trouble with pagination. The pagination links is display but links doesn’t show anything.
Your plugin bp member filter could help me. It isn’t available here and in wordpress repository. Where I can download it ?
Thanks
December 7, 2012 at 3:19 am #146741dennissmolek
ParticipantI am having the exact same problem. I submitted it as a ticket:
https://buddypress.trac.wordpress.org/ticket/4706
What is happening is its trying to redirect to the home tab, then the change default filter moves it to the other tab, which causes the loop.
Until its fixed simply add ‘/home’ to the line mentioned in the ticket.
December 7, 2012 at 2:03 am #146736In reply to: "Multi-site" along with BuddyPress questions
Ben Hansen
Participant#1 there are a couple of options actually in your network admin network settings.
#2 you can also network activate the themes if choose.
#3 correct
#4 not necessarily if they understand css it should be fairly easy also depending on the built in them options they will not be able to “modify” the them files themselves
#5 buddypress certainly makes the whole site creation process more visible since a normal wordpress install doesn’t really do that at all (at least i don’t think it does).
#6 yes thats why they can’t do it only the network admin has the ability to add new theme/plugins.
#7 the only difference is the ability to admin their own sites but there are different settings to where they couldn’t even create them themselves (you’d have to activate any sub sites if you choose that option).
December 7, 2012 at 12:02 am #146728In reply to: Is Buddypress for me?
jeduhu
ParticipantIt helps a great deal. I have definitely decided buddypress is for me. I’ve built several wordpress sites and it’s a no brainer now. Sorry for all the noob questions. More to come has I dive deeper in.
December 6, 2012 at 8:34 pm #146709modemlooper
ModeratorTo use a file for the page content you do a locate template in the function instead of putting the actual code in the function.
Get the BuddyPress skeleton component plugin. It has commented code to show you how to create custom BuddyPress components. Though, you can utilize simple wordPress page templates to accomplish a page with custom content. If the content doesnt need to be initiated into the active components then a page will do.
December 6, 2012 at 6:36 pm #146686In reply to: can't access dashboard after forum install
Paul Wong-Gibbs
KeymasterDecember 6, 2012 at 3:37 pm #146670In reply to: show time&date of topic&reply
danbpfr
ParticipantHi,
View here first: https://wordpress.org/search/mysql2date
and try by replacing from
echo sprintf( __( ‘%1$s said %2$s:’, ‘buddypress’ );to
echo mysql2date('D, d M Y H:i:s O', bp_activity_get_last_updated(), true);This is what is used to show the date on feeds, witch has the same output you want. Maybe would work ? 😀
December 6, 2012 at 10:31 am #146641In reply to: Must Use Social Login Only
December 5, 2012 at 2:18 pm #146576In reply to: Blurry image
Paul Wong-Gibbs
KeymasterThe compression quality is actually controlled by WordPress but we occasionally receive feedback such as this, which makes me think that there’s some server dependency or configuration setting that varies from server-to-server. IIRC, it defaults to 90% image quality.
In the upcoming BuddyPress 1.6.2 release to coincide with WordPress 3.5 (i.e. very soon), we had to fix image cropping to work with WordPress 3.5, and I took the opportunity to set 100% image quality. Along with WordPress 3.5’s improvements to its media API, hopefully this problem will fix itself.
December 5, 2012 at 2:57 am #146557kevingamin
ParticipantPaul,
Thanks for your response. Per your request, I have created the bug report (https://buddypress.trac.wordpress.org/ticket/4704). If I can be of any assistance, please let me know.
Kevin
December 5, 2012 at 12:17 am #146550In reply to: directory website wordpress / buddypress based
Roger Coathup
ParticipantThis is another example of directory features we built for a BuddyPress site: http://www.enterprisenation.com/business-directory/
It’s based around custom post types & taxonomies, and integrates as a component with BuddyPress profiles.
But, in response to OP @giannisff, these directory systems are custom builds – there’s no good off the shelf plugin providing the solution.
December 4, 2012 at 11:40 pm #146548In reply to: There was a problem posting your update
theFebvre
ParticipantThanks Paul, didn’t see your reply (to fast) 😉
I’ve found that exact same URL by searching the error give by WordPress :
Incorrect integer value: ” for column ‘item_id’ at row 1Work great! thanks again!
December 4, 2012 at 11:40 pm #146547SydneyDesigner
ParticipantThanks Paul.
Labsecrets has also seen the problem over on https://bbpress.org/forums/topic/buddypress-group-adminforum-check-box-not-working/#post-121225
I’ve created a bug ticket https://bbpress.trac.wordpress.org/ticket/2083
December 4, 2012 at 11:38 pm #146546In reply to: There was a problem posting your update
theFebvre
ParticipantDecember 4, 2012 at 11:33 pm #146544Paul Wong-Gibbs
KeymasterThis rings a bell as a long standing bug or “feature”; I’ve had a quick look at our bug list but can’t find a ticket. Please could you create a bug report on http://buddypress.trac.wordpress.org — you can use your username and password from this site — and we’ll see if we can fix it for BuddyPress 1.7.
December 4, 2012 at 11:31 pm #146543In reply to: directory website wordpress / buddypress based
Paul Wong-Gibbs
KeymasterCool. Is that powered by custom post types?
December 4, 2012 at 11:30 pm #146542In reply to: There was a problem posting your update
Paul Wong-Gibbs
KeymasterThere is a fix for this coming out in BuddyPress 1.6.2 (probably tomorrow – the 5th December). Check out https://buddypress.trac.wordpress.org/ticket/4523 for details
-
AuthorSearch Results