Search Results for 'wordpress'
-
AuthorSearch Results
-
February 2, 2015 at 9:47 am #233405
In reply to: Plugin directory pagination broken
@mercime
Participant@number_6 @sbrajesh Thank you for the report. https://buddypress.trac.wordpress.org/ticket/6180 🙂
February 2, 2015 at 6:23 am #233396In reply to: Activity Stream Homepage Compatibility Issues
Brajesh Singh
ParticipantHi,
It is a bug with BuddyPress and there is still an open ticket for the purpose.
You can see the details herehttps://buddypress.trac.wordpress.org/ticket/5087
and here
https://buddypress.trac.wordpress.org/ticket/5643At the moment, there does not seem to be a solution. The problem is that query variable ‘s’ is used for Normal WordPress search as well as BuddyPress activity search too. So, When BuddyPress activity is set as home page, the wordpress search query( which is like sitename/?s=someterm) is mistaken for BuddyPress activity search and gets handled by BuddyPress causing the trouble.
It will need some work on the way BuddyPress catches url(I am hoping that). let us hope that it makes to the core soon.
February 1, 2015 at 10:02 pm #233381In reply to: [Resolved] What is the Member Activity URL?
danbp
ParticipantHave you read here ?
http://miled.github.io/wordpress-social-login/troubleshooting.htmlFebruary 1, 2015 at 4:06 pm #233357In reply to: in profile hide notifications and settings
Brajesh Singh
ParticipantHi Fan,
Do you mean removing the tabs in user profile ?
If yes, Please visit Dashboard->Settings->BuddyPress then click on the components tab.
there you can disable the Notifications and settings component.If you are using WordPress multisite, you can find the BuddyPress settings under NetworkAdmin->Settings->BuddyPress
Hope that helps.
February 1, 2015 at 12:05 pm #233342In reply to: How to hide admin's username from his profile
David13_13
ParticipantHello
I only want to hide it because it shows my username to access admin panel in WordPress too… A hacker only would need to hack my pass.
It’s not possible to hide it in all the website?
Thanks
February 1, 2015 at 11:21 am #233340In reply to: [Resolved] How To Get Notification Count? (Code)?
chatty24
ParticipantThanks for the reply but
I used the below code to print the notification count on my page to match it with the notification count which is shown by wordpress and I noticed that the below code returns the value to zero no matter what ever the original notification count is.
echo bp_notifications_get_unread_notification_count( $user_id );and yes I need unread notification count.
February 1, 2015 at 8:58 am #233331In reply to: Answer about Admin Area Turned to Persistent
danbp
Participanthi,
increasing the avaible memory means php memory, which handles scripts.
On a usual install, WP+BP need at least 128mo to run flawless.Even if the server as the theoric resources, weird scripts or bad coded theme or plugins can lead to severe issues…
Read here for some basics about blank sreen of death.
This is actually the only issue which is real ! You have to consult the log files to track down the responsible script who generate this error.Please give also more details about your install (theme name or site url, used plugins, server type and php, mysql version number) if you need more and/or better help.
January 31, 2015 at 9:09 pm #233312In reply to: Buddypress navigation menu styling
danbp
ParticipantI’m sorry too, but i can’t learn you to use BuddyPress and WordPress. I can only guide you. It’s a volonteer based forum, and understand that i can’t offer you a lot of my time.
You asked how to apply at least a background color to the buddy nav.
The CSS code i indicated should go in a file called style.css
This file exist in almost any theme. Open it and copy/paste the code, save and bam, you’re done.For more explanation about child theme or any other custom work, you have to read WP & BP‘s codex or find some tutorials on the net.
Be also aware that you use a premium theme, which can be difficult for you to find assistance outside of the theme support.
January 31, 2015 at 8:18 pm #233302Prince Abiola Ogundipe
ParticipantI am very sorry for leaving the topic so long, Its been a long time I visited here. been so busy working on some different project plus now enroled in Uni doing IT.
here is the plugin:
https://wordpress.org/plugins/bp-facebook-style-friend-lists/
Thanks for your help
January 31, 2015 at 7:50 pm #233228In reply to: BP Page Title Errors in WP Twenty Fifteen Theme
danbp
ParticipantI guess it’s not an error, but intended so.
Twenty Thirteen title on activity page:
your-site/activites/activity | site nameTwenty Fifteen:
your-site/activites/activities |If on a user, profile the page title is the username – which is correct in regards of the h1 on that page: the username !
On previous Twenty themes, the title was username|blogname, not wrong but incorrect in regards of HTML spec. A page title should contain reference to a document. A blogname is not a document ! HTML5 title element.
<title> in this new theme is based on <h1>, without additionnal noise such as the blogname everywhere.
Did you also noticed that 2015’s header doesn’t contain
wp_title()?For more about this new usage, see this ticket (nacin, yoast, boone,…)
The only thing i would change, is removing the pipe when an item comes alone or replacing it by a space. 😉
January 31, 2015 at 10:16 am #233209In reply to: Group Photo saving but not updating
danbp
ParticipantVisited your site, then uploaded wp framework to test it with 2.2 RC2 and got many php errors.
Immediatly after theme activation and a fatal error while trying to modify a group photo.Seems you got it to work with 2.1.1, but as this theme was designed for BP 1.5/1.7′ BP Default, it’s most probably that some deprecated fonction are used by the framework.
I haven’t checked further, but imho, if you haven’t done special settings to use with 2.1.1, troubled times are awaiting you with next BP release.
WP Framework wasn’t updated since over 2 years, and BP 2.2 is very different of 1.7. They’re so many up to date frameworks on hand to play with, why do you choose an unmaintained theme ? 😉
January 30, 2015 at 7:51 pm #233186John James Jacoby
KeymasterAlso @skyrant, it’s possible this is just a bug in our implementation, and using WordPress’s
add_menu_page()function, which requires a capability be passed into it that is consequently checked on the current site being accessed, and not the root site where thebp_moderatecapability is likely to be assigned.I’ve opened a ticket in our bug tracker to bring a bit more attention to this as a bigger issue, so if you end up creating any patches, go ahead and drop them there:
January 30, 2015 at 6:54 pm #233182John James Jacoby
KeymasterHey @skyrant, project lead chiming in here. Apologies for @ubernaut’s response; it doesn’t come across as very helpful or inviting, nor does it point you in any directions as to where to start building this type of functionality, which is the type of helpful reply I would expect from our forums normally.
You’ll want to look into WordPress’s
map_meta_capfilter, and more specifically, ourbp_moderatecapability checks.In the old days, we used a bunch of
is_super_admin()checks to only allow the type of access you desire to network administrators. This proved to be too powerful an assumption once BuddyPress started working on Single-Site installations, and so we ported (almost) everything to checking forbp_moderateinstead.You could create a new role and grant it the
bp_moderatecapability. In doing so, any user with that role will have the ability to moderate the entire BuddyPress community.This also is a bit more powerful than we would like it to be, and in the future we hope to introduce dedicated roles and capabilities all through-out BuddyPress very similarly to the way we did with bbPress. It’s not in the immediate roadmap however, so if this is an area you’re interested in, and want to help us improve it, let’s keep a dialogue going here and see if anyone else chimes in.
January 30, 2015 at 1:20 pm #233169shanebp
ModeratorTry storing the role selected when registering in user_meta.
Then use that data to actually set the role via this hookbp_core_activated_user
in this file: \buddypress\bp-members\bp-members-functions.phpJanuary 30, 2015 at 12:04 pm #233164skyrant
ParticipantThat is not the answer i was looking for. If you have to design groups and capabilities in a non wordpress standard way then at least offer some way to control this mess. What a huge disappointment this is. Maybe the developers need to go back to the drawing board.
January 30, 2015 at 10:05 am #233159In reply to: Filter users by Profile Fields
danbp
ParticipantNot tested recently, may not work with upcoming 2.2
January 30, 2015 at 12:58 am #233145In reply to: How to Add Member Images to on Profile Page
djsteveb
Participant@dio1987
try the rtmedia plugin ( https://wordpress.org/plugins/buddypress-media/ ) or the newer and upcoming media press : http://buddydev.com/buddypress/presenting-mediapress-media-plugin-will-ever-need-buddypress/These may do what you are asking about if I understand your question.
January 30, 2015 at 12:31 am #233144In reply to: please review my new website onlijn.com
peter-hamilton
ParticipantI have been trying to change the date output, but have not been able to, can not find the right file to adjust, some conflicts between BBpress/Wordpress/Buddypress who all use different functions.
Btw. I know nothing of PHP or Javascript so can not write a function…yet
Thanks for your feedback youmin, update coming soon.
Peter Hamilton
January 29, 2015 at 11:45 am #233113In reply to: Default theme is still showing
chlab
ParticipantI read it here and here, but maybe it will always show up as you said because we updated from an earlier version.
The files are named correctly, as with the twentyfourteen theme the files are being included.
My next step will be to build a theme from scratch and see if I can get it to include the files.
January 28, 2015 at 7:41 am #233057In reply to: Connecting Timely & Buddypress
djsteveb
Participantyou might be able to play with one of these two plugins from the wp-repo
https://wordpress.org/plugins/bp-extend-widgets/
https://wordpress.org/plugins/dynamic-widgets/and get some settings within to display your timely thing depending on conditions or something.. certainly this will be easier with a small group of groups.. and probably not ideal if you were trying to do a large amount of groups that would auto-pull in the right required data dynamically – I am guessing.. not sure..
January 28, 2015 at 1:36 am #233047djsteveb
Participant@lustek
I have no idea if this will help you, but something similar / related I played with a while back: https://wordpress.org/plugins/unconfirmed/January 28, 2015 at 12:50 am #233038In reply to: profile pics
griswolddad
Participantakismet
bbpress
bns twitter follow button
buddypress
facebook
google analytics by yoast
hashtag
hello dolly
jetpack by wordpress.com
mobilesharing
MOJO Marketplace
NextScripts: Social Networks Auto-Poster
Profile Builder
Redux Framework
Sidekick
WP-SpaShield
WP to Twitter
YouTube
YouTube Channel
YouTube Subscribe ButtonJanuary 27, 2015 at 10:05 pm #233031In reply to: profile pics
griswolddad
ParticipantTwenty Fifteen, meaning the theme? I’m currently using an updated Twenty Fourteen theme, which I prefer the look. Is it necessary to change? I’m on the updated wordpress version and the most update buddypress version.
January 27, 2015 at 12:23 am #233005In reply to: Pre loading members
alexbotkin
ParticipantJanuary 26, 2015 at 11:22 pm #233000In reply to: Admin Area Turned to Persistent Blank Page
-
AuthorSearch Results