Search Results for 'wordpress'
-
AuthorSearch Results
-
February 1, 2015 at 8:58 am #233331
In 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
shanebp
ModeratorWithout an error message, there isn’t much anyone can do to help you.
If your error log was 2GB per day, then you have a lot of other problems.Try turning on wp_debug.
January 26, 2015 at 9:50 pm #232991In reply to: @mentions interface doesn’t work
chcsuter
ParticipantHi
I’ve just installed wordpress + buddypress
http://img15.hostingpics.net/pics/917666Capturedcran20150126224242.png
does not work on messages, but if on the notes
http://img15.hostingpics.net/pics/758104Capturedcran20150126224645.png
the site is
http://gito.zz.mu/activity/username: gito1
password: 1234Best regards
(Topic modified by moderator)
January 26, 2015 at 8:22 pm #232983In reply to: @mentions interface doesn’t work
chcsuter
ParticipantI’ll do a clean install of wordpress and the only thing I Ã enabled is the budypress to test
January 26, 2015 at 8:18 pm #232981In reply to: @mentions interface doesn’t work
Henry Wright
ModeratorUnless you’ve created bp-custom.php yourself, you won’t have one.
If you can verify that you’re using Twenty Fifteen, no plugins activated, and have made no custom code changes, then please feel free to open a ticket on Trac. Please provide the developers with as much info as you can (see here) and describe the problem you’re seeing in as much detail as you can. Also, feel free to reference this thread.
January 26, 2015 at 4:58 pm #232969In reply to: Avatar upload on sign up, s2members
Henry Wright
ModeratorAlso, if you wanted to condense your function into less statements, you could use the
set_role()method instead ofremove_role()andadd_role(). See hereJanuary 26, 2015 at 2:25 pm #232952In reply to: How to get xprofile field drop down select box value
ARCangelGIRL
ParticipantActually I found my answer in this topic https://wordpress.org/support/topic/php-if-statement-help?replies=3
January 26, 2015 at 12:31 pm #232944In reply to: Pre loading members
Henry Wright
ModeratorThe wp_users table description can be found here:
https://codex.wordpress.org/Database_Description
And here’s the BuddyPress database diagram:
Hope that helps you.
-
AuthorSearch Results