Search Results for 'wordpress'
-
AuthorSearch Results
-
June 22, 2012 at 9:27 am #136229
In reply to: How to Add buddypress to wordpress ecommerce theme
@mercime
Participant== i want to integrate buddypress with templatic theme ==
You need to install BP Template Pack plugin and go through Appearance > BP Compatibility process.
== But is it possible to add buddypress network as a wordpress page??i ==
BuddyPress is not a single Page proposition, The plugin contains components (like you see on home page https://buddypress.org/) rendered as Pages in a site. Check out http://testbp.org/
June 22, 2012 at 6:03 am #136223Paul Wong-Gibbs
Keymaster@tiagobeloto If you find a bug, create a ticket on http://buddypress.trac.WordPress.org.
For other feedback, or if you’re not sure you found a bug, make a topic here, and write “1.6” in the title so we can more easily see it. Or write it on http://bpdevel.wordpress.com
Thanks for help testing
June 22, 2012 at 2:00 am #136212In reply to: how to create a home page exactly like Facebook
modemlooper
Moderatorhey thats not a nice response.
I wont do it for you but the steps required are:
Learn how to create page templates in WordPress.
Create a custom page template that includes the BuddyPress login code. You can get this from sidebar.php.
Choose your page template as the front page in the WordPress admin.These all require knowledge of CSS and HTML at minimum. You basically remove the wordpress loop and sidebar code from the page template and then fill it in with the login form code. Style it with CSS to make it look how you want.
June 21, 2012 at 11:28 pm #136205saukgp
Participant@mercime This problem started after I installed pie-register, now I have deactivated pie-register, but the problem persist, before installing that plugin, users were redirected to homepage, and after I installed pie register, users were redirected to /wp-login and even now When I deactivated the plugin, users are redirected wp-login and homepage. As u said, I am deactivating all plugin except buddypress, and my theme is already bp-default, but after I finish with deactivating procedure, where will I be able to check registration process? I am new to wordpress/buddypress, please suggest.
June 21, 2012 at 11:26 pm #136204In reply to: [Resolved] Accessing Topic Meta
Jenny Wong
Participanti have an instance of wordpress which has buddypress plugin. The groups forum is set up. I have the like plugin inside wp-content/plugins/ and i am using the bb_get_topicmeta from within a php file within the like plugin.
How am i meant to be hooked into the action?
im trying to check if there a particular meta_key is set in the topic meta table and then the code adds the topic meta key/value .
June 21, 2012 at 10:12 pm #136200June 21, 2012 at 6:45 pm #136188@mercime
Participant@socialrocketship As mentioned above, based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your chameleon theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
``with the following:
``Save files.
June 21, 2012 at 6:07 pm #136185@mercime
ParticipantWhat Roger and Hugo said. To see the code in context, see how it’s done in bp-default theme’s single.php file –> https://buddypress.trac.wordpress.org/browser/tags/1.5.6/bp-themes/bp-default/single.php#L14
June 21, 2012 at 5:58 pm #136180@mercime
ParticipantYou’re welcome. Marking this as resolved.
June 21, 2012 at 9:11 am #136163In reply to: Chat Plugin Recommendations
valuser
ParticipantThere is also Quick Chat https://wordpress.org/extend/plugins/quick-chat/
June 21, 2012 at 8:16 am #136159June 21, 2012 at 6:19 am #136148In reply to: List Buddpyress users ordered by meta_value
Paul Wong-Gibbs
KeymasterI’m not sure. meta_value isn’t an indexed field in the database, so I’d be very surprised if this was supported in WordPress (it wouldn’t scale efficiently to a large site/database).
June 21, 2012 at 4:22 am #136145tank2012
MemberThank you so so much Mercime. This is a step closer to what I’m looking for. Thank you very much!
June 21, 2012 at 3:43 am #136143@mercime
ParticipantThere’s a plugin, https://wordpress.org/extend/plugins/achievements/ for BuddyPress
June 21, 2012 at 2:59 am #136141In reply to: Chat Plugin Recommendations
enderandrew
MemberMany of the chat plugins I see require third-party services, and sometimes require users to sign up for accounts with third parties. The Envolve looks like it doesn’t necessarily which is nice. There are also:
WPMUDEV has Chat and Chat Lite:
http://premium.wpmudev.org/project/wordpress-chat-plugin/
http://premium.wpmudev.org/project/wordpress-chat-plugin-lite/There is also BP-Chat which is free, but the version listed on BuddyDev.com is old.
http://buddydev.com/plugins/bp-chat/ – download it from here: https://github.com/sbrajesh/bp-chat/June 21, 2012 at 2:56 am #136140tank2012
MemberThanks Mercime,
I have no idea what ASP.NET frame work is. I can barely find my way around WP. Could a plugin like this be created for wordpress ?June 21, 2012 at 2:16 am #136138@mercime
ParticipantNo. That is not even a WordPress installation much less running on PHP.
It’s ASP.NET framework.June 20, 2012 at 11:31 pm #136134In reply to: [Resolved] jQuery conflict
Famous
ParticipantSo if anyone wants the answer to this question @karmatosed led me to https://codex.wordpress.org/Function_Reference/wp_enqueue_script, which has the solutions.
Replace all instances of $ with jQuery.
$=jQuery
June 20, 2012 at 7:35 pm #136119In reply to: Cant close media frame overlay
Flo
ParticipantIt seems that it has to do with the admin bar of buddypress (and wordpress)
I have made a screenshot: http://imgur.com/athE3
Do you see the space between the wp bar and the menu?
When I disable bp the space is gone and I can close the image frame.
I tried to disable the admin bar (wp and bp) but doesn´t work. It seems that I have to completely disable the admin bar of bp in the backend. Somebody has a solution?
June 20, 2012 at 5:32 pm #136107In reply to: [Resolved] Members loop in Member Profile
geahn
MemberJune 20, 2012 at 4:52 pm #136105In reply to: BuddyPress and Bones
@mercime
Participant== BuddyPress breaks the responsive layout of the theme on its pages. ==
To clarify, you’re using the WordPress responsive version as seen here -> http://themble.com/bones/#bones-showcase and https://github.com/eddiemachado/bones
After activating the BP Template Pack plugin, you still go through Step 3 of the Appearance > BP Compatibility process to surround the BP template files with HTML structure of Bones. Scanning Bones’ pages.php, you’d need to change 16 BuddyPress template files in your bone’s theme folder in server.
June 20, 2012 at 4:32 pm #136102danbpfr
ParticipantSo far i know, email address are never public on a WP site…
Be inspired by reading those things:
https://codex.wordpress.org/Function_Reference/get_currentuserinfo
http://stackoverflow.com/questions/6051748/how-to-display-buddypress-profile-field-content-within-the-post-loopJune 20, 2012 at 3:27 pm #136095In reply to: Plugins Search
@mercime
ParticipantWe are aware of the issue. https://buddypress.trac.wordpress.org/ticket/4271
As noted in ticket, you can use Google in the meantime. Plus the list of plugins tagged “BuddyPress” –> https://wordpress.org/extend/plugins/search.php?q=buddypress
Thank you for your patience.
June 20, 2012 at 4:41 am #136086In reply to: Website URL redirects to Buddypress
@mercime
ParticipantGo to Settings > General, is your WordPress Address URL the same as your Site Address URL with www or without www?
June 20, 2012 at 3:07 am #136083 -
AuthorSearch Results