Search Results for 'wordpress'
-
AuthorSearch Results
-
September 12, 2012 at 1:35 am #141486September 11, 2012 at 4:20 pm #141454
Scott Hendison
ParticipantI bugged @yoast twice on Twitter, once a couple of weeks ago and once just yesterday, looking only for a way to simply turn OFF his plugin for anything in my /member-directory folder or deeper.
I figured it’s not worth me being a pest, so this morning after finding yet another new discussion here, I decided to cycle through SEO plugins until I found one that worked –
this leaves my Buddypress title tags intact – HOOray –
https://wordpress.org/support/plugin/gregs-high-performance-seoI kept a few notes and was going to blog about it (and still might) but Gregs High Performance SEO does appear to work alright with Buddypress,
If i poke around I can likely figure out autogen on the description tags too, because the plugin DOES insert a blank one, whereas none of the others did anything for the desc tag.
Unfortunately, the author hasn’t put out a new one in almost a year, but at least my long running issue of no unique tags tags is solved for now
September 11, 2012 at 3:32 pm #141447In reply to: [Resolved] Buddypress fixing alignment issues
@mercime
Participant@waiyea I see that you’ve created a child theme of https://wordpress.org/extend/themes/zenon-lite
Looked over zenon lite, this is to let you know that you will have to change 16 BP files transferred to your zenon lite child theme folder during the Appearance > BP compatibility process. I see that the parent theme’s default page.php has right sidebar, then you also have page templates for sidebar on the left and full-width page. Which among the three layouts did you want for all your BuddyPress pages?September 11, 2012 at 12:24 pm #141437Craig Chamberlin
MemberAsynaptic,
We should set up something more formal then, perhaps you can put his contact information on here and anyone who comes across this post in the future can contact him.
In the meantime, I think the best solution is as follows:
1. Use a standard wordpress SEO plugin to modify the individual page SEO meta data.
2. Install group forums.
3. Utilize bbPress plugins and features for SEO.Then push the community to participate in group forum discussions for important questions and answers. It will allow more flexibility in posts anyways.
September 11, 2012 at 6:24 am #141420In reply to: Adding extra default profile fields in registerform
Paul Wong-Gibbs
KeymasterAdding the template fields is one thing, but you’d need to write a bunch of glue logic to handle saving and fetching the input to/from the WordPress profile.
September 11, 2012 at 3:45 am #141414modemlooper
ModeratorI don’t think is possible because when a user signs up they are added as a subscriber and given a profile.
September 11, 2012 at 1:53 am #141413@satori83
ParticipantI was able to exclude from directory, but is there a way to prevent certain user roles from having a profile created?
September 10, 2012 at 10:49 pm #141406In reply to: active 42 years, 8 months ago ???
HorrorUK
ParticipantHi Paul,
WordPress Version 3.4.2
Buddypress Version 1.6.1This was a fresh build of both WP and BP, and the timestamps are correct on my posts.
The timezone is correct, but I’ve not tried any scheduled posts yet, so can’t answer that one.
September 10, 2012 at 9:44 pm #141396In reply to: 11,900 Empty Groups Pages
Paul Wong-Gibbs
Keymaster😮
Bulk delete? Uh. Maybe https://wordpress.org/extend/plugins/bp-group-management/ ?
September 10, 2012 at 9:44 pm #141395In reply to: active 42 years, 8 months ago ???
Paul Wong-Gibbs
KeymasterWhat versions of WordPress and BuddyPress are you using? Is this a clean database, or did you port it from the staging site? If so, was it upgraded from a previous BP build.
Are all other timestamps (e.g. on blog posts) correct? Is your timezone set in wp-admin Settings > General?
Do scheduled blog posts work as expected?September 10, 2012 at 7:04 pm #141384In reply to: phpfox v3 – buddypress
@mercime
ParticipantYou could post at
https://buddypress.org/community/groups/bp-jobs-board/forum/
and
http://jobs.wordpress.net/Please be specific and provide contact info and/or url to contact form
September 10, 2012 at 5:46 pm #141374In reply to: phpfox v3 – buddypress
TWC01
Participant@newspress I did my homework. for the last 4 years i have been using phpfox as it was ideal but the direction of my site is changing and wordpress/ mu/ buddypress is more suited.
@mercime any ideas where i can find a bp dev who could do this?
September 10, 2012 at 7:04 am #141349In reply to: Admin blog and my blogs
@mercime
Participanthttps://codex.wordpress.org/Create_A_Network and enable blog creation for users.
September 10, 2012 at 6:23 am #141347In reply to: phpfox v3 – buddypress
TWC01
ParticipantIf it is possible. I have a phpfoxv3 site running and will be using wordpress/ buddypress to replace but if it is not possible, then i am still happy to start fresh
September 9, 2012 at 5:46 pm #141324@mercime
Participant@bibliata I believe there’s a misunderstanding here. You should not be changing anything within the bp-default theme in /wp-content/plugins/buddypress/bp-themes/bp-default/
If you want to revise the bp-default theme, you should create a child theme https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
BP Columns is already a child theme of bp-default theme. If you want to make any style changes in this child theme, the simplest thing to do there is add your new styles at the bottom of custom.css file and back it up since it will be overwritten when it’s upgraded. Or, you can create a new css file e.g. mystyles.css in BP Columns theme folder to add your new styles to, then open up style.css file and add
`@ import url( mystyles.css );`
under `@ import url( custom.css );`
(remove the space between @ and import when you do this)If you’re using Firefox, install the Firebug add-on to help you ID what elements need to be changed.
And, as I’ve mentioned in the other post, you can use a WP theme which approximates the layout you need and install the BP Template Pack plugin. For reference, we have a list of “bp-template-packed” WP themes, free and premium @ https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes
September 9, 2012 at 2:54 pm #141316In reply to: How to restrict widgets in s2member
modemlooper
ModeratorGuys, this really is outside the scope of this forum as it pertains to a third party plugin. Someone may or may not answer these types of support requests. This support forum is for answering questions like “how do I set up the BuddyPress Pages”.
s2member uses WordPress Roles and Capabilities: https://codex.wordpress.org/Roles_and_Capabilities
Learn about how that works and then you can wrap any code you want hidden by s2member. Specificly user levels/roles. Google it
September 9, 2012 at 6:04 am #141311In reply to: NING importer
@mercime
ParticipantThere was a free plugin but it has not been updated for some time https://wordpress.org/extend/plugins/import-from-ning/ There have been many changes to BP since the plugin was released though.
There’s a premium plugin http://premium.wpmudev.org/project/ning-to-buddypress-user-importer/
which states it’s compatible with latest version. There’s a link to contact them on same page for any pre-sales questions.September 9, 2012 at 12:06 am #141310In reply to: How to restrict widgets in s2member
Quint
ParticipantSeptember 8, 2012 at 5:04 pm #141278In reply to: Help with Registration Options & Spam Accounts
Henry
ParticipantOK, I think this is what I’m looking for: https://wordpress.org/extend/plugins/wangguard/
September 8, 2012 at 4:06 pm #141275@mercime
Participant@cleaus I just found out that DailyPost is hosted in WP Theme Repo and the content-page.php code has the “missing” lines, see https://themes.svn.wordpress.org/dailypost/1.0.5/content-page.php
I see that the theme has a PRO version as well.So are you using the pro version or the free one from WP theme repo? If you’re using the one from the repo, you should download another copy of the theme and re-upload it manually via FTP to make sure all files are there and I will work from the code in repository. If it’s the pro version, it’s weird that it’s missing some lines which are available in the free version.
September 8, 2012 at 3:46 pm #141286In reply to: Help with Registration Options & Spam Accounts
Henry
ParticipantBP 1.6 says this: Improves security of registration process, by relying on WordPress validation functions (#3949)
Does this mean that WordPress moderation plugins will work with BP now?
September 8, 2012 at 11:53 am #141280In reply to: Theme compatibility?
Sergio De Falco
ParticipantPaul, anyway it’s pretty simple to use both methods. We know that default wp_users support first_name, last_name, nickname and description (bio). Maybe you could make possibile to modify each of that from buddypress (i made it in my theme) and make a base group with these fields. Then if administrators want to add more fields and groups you could populate xprofile table. In this way you could have a more deep integration into WordPress.
September 8, 2012 at 2:24 am #141252Etsuko
MemberOK, I’ve just tested BP 1.6.1 on WP 3.4.2 (BP Default theme) in my dev site.
Yes, the same issue is still persistent!
Also, I found an interesting post and I wonder if AJAX change is related with this issue…
AJAX changes in BuddyPress 1.6September 7, 2012 at 10:55 pm #141241In reply to: Theme compatibility?
Sergio De Falco
ParticipantCool
so a more deep integration into the wordpress core… Speaking of This, i’m just wondering why buddypress doesn’t use user_metadata and have a proprietary xprofile table.September 7, 2012 at 10:25 pm #141240In reply to: How can I customise the “createBlogForm”
fitnessblogger
ParticipantJust to add @mercime I am a real novice to WordPress and BuddyPress so sorry if i dont completely understand!!
-
AuthorSearch Results