Search Results for 'wordpress'
-
AuthorSearch Results
-
September 10, 2012 at 9:44 pm #141396
In 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!!
September 7, 2012 at 9:29 pm #141237In reply to: How can I customise the “createBlogForm”
@mercime
Participant@fitnessblogger if you have child theme of bp-default theme or are using the BP template pack plugin and moved BP template folders/files, then copy over this file https://buddypress.trac.wordpress.org/browser/tags/1.6.1/bp-themes/bp-default/blogs/create.php following the directory structure and make the change.
September 7, 2012 at 4:40 pm #141213toccia
Participant@dcavins Hey did you get a solution? I have exactly the same problem on a Linux server (RedHat).
Latest wordpress and buddypress versions, default theme… Looked all over the internet…September 6, 2012 at 11:06 pm #141172In reply to: Group Profiles
Quint
Participantgive this a shot… I’m about to: https://wordpress.org/extend/plugins/buddypress-groups-extras/
You may also want to check out: http://buddydev.com/tag/bp-gallery/ for the Gallery (but Brajesh is working on the next version), BP Media’s BP Album+ could also work for you; and you could give Boris’ Mapology plugin at http://shabushabu.eu a shot as well.
September 6, 2012 at 7:37 pm #141161In reply to: Hide the main blog from users “My Blogs” menu item
4ella
ParticipantTry to bump this topic too , Buddypress is much more in advance from those last posts so maybe new BP versions will allow it, is anybody here who use @justin_k Justin’s WP-FB autoconnect and who has the same problem as @ifanatics in the first post above ? I succesfully use premium WP-FB autoconnect too and have the same problem as him, users who register to my website via this plugin can see every page even when I have restricted that page to only one different role (I have created 2 new roles , “club” and “job_applicant”, both new roles works perfect when I want to show and hide the content to specific user but only facebook users can see everything
, (they can see everything even if I manualy assign them a different role in user profile edit page.
Other problem is what can I do to show facebook users in EDIT author drop down field in EDIT post page ? I can see there only wordpress – buddypress users , but not Facebook users despite of they are all everywhere even in members directory, from that reason I cannot assign them any blog post / CPT postSeptember 6, 2012 at 5:29 pm #141143In reply to: Questions and Help with coding
newbie2011
Participant@Roger Coathup – sorry didn’t realized that I should have posted seperately, will do and ash other questions on the wordpress forums, thanks
September 6, 2012 at 4:47 pm #141137In reply to: Questions and Help with coding
Roger Coathup
ParticipantYou should ask these as separate questions – the first two issues are general WordPress (not BuddyPress), so best asked on the wordpress.org forums.
Post issue 3 as sep question on here, and issue 4 you could ask to @pollyplummer on her group for the plugin
September 6, 2012 at 4:21 pm #141136In reply to: Activating existing users
@mercime
ParticipantTwo plugins which look current and could help you https://wordpress.org/extend/plugins/activate-users-in-buddypress/ and https://wordpress.org/extend/plugins/wp-approve-user/
As usual, the following disclaimer applies: backup DB and files before activating pluginSeptember 6, 2012 at 1:39 pm #141126Roger Coathup
ParticipantYou could try editing /profile/edit.php in your theme to use wp_editor() instead of textareas.
Have a Google for guidance on using wp_editor() – it’s the WordPress wrapper around tinymce.
You’ll probably also need to change the filters that sanitise your text inputs to ensure they allow the tags that you want to support in your editors.
-
AuthorSearch Results