Search Results for 'buddypress'
-
AuthorSearch Results
-
November 8, 2010 at 8:15 am #97720
In reply to: Member count off by 1
Hugo Ashmore
Participant@paulhastings0 Paul have you had a look at where those two values are being derived from, determining that and comparing the functions in the core files may give a clue and help narrow down what’s happening.
November 8, 2010 at 7:48 am #97717zomex
MemberThanks very much for your reply!
1) I am actually using the same child theme for all of the blogs. I’ve noticed that every blog expect from the primary domain blog has the following reference:
“
This is inserted in the head section with the code below which I assume means it’s from the database
“
^ I only need to edit one line from that file but it doesn’t exist so I don’t know what to do
It doesn’t work if I use a CSS over right either 
2 & 3 Thank you soooo much! You’ve moved 2 current and many future problems for me! May I ask which plugin you personally recommend?
November 8, 2010 at 6:51 am #97712In reply to: Edit Profile not Updating
Jiath
ParticipantHi Paul,
Thanks for your response.
Here are more info:
Theme: eStore theme from Elegant Themes.
BuddyPress: latest one downloaded from Buddypress.org.
Wordpress: 3.0.1
Plugins: Gravity Forms, WPMU DEV’s “Membership” Premium, BuddyPress Template PackLet me know if you require more information. Thanks so much!
Cheers
JiahuiNovember 8, 2010 at 6:35 am #97711@mercime
Participant1) Depends if you’re using the same theme/child theme for both/all blogs. If you are doing so, both should have same styles.
2) https://wordpress.org/extend/plugins/wpmu-new-blog-defaults/ or https://wordpress.org/extend/plugins/yd-wpmu-sitewide-options/
3) see New Bkig Defaults plugin aboveNovember 8, 2010 at 6:10 am #97710suman
Participant@r-a-y Thanks , very very thanks, now i understand, and solving my problem front page, now my blog post showing in summery,
thanks a lots
November 8, 2010 at 1:23 am #97705modemlooper
ModeratorIt’s not an error. If you want to use an avatar on here then create a gravatar with the email you use for this site.
November 8, 2010 at 1:13 am #97704In reply to: Theme designers: contribute to core #2
modemlooper
ModeratorCreated a group https://buddypress.org/community/groups/bp-default/
November 8, 2010 at 1:00 am #97703In reply to: Theme designers: contribute to core
modemlooper
Moderator@djpaul here’s what I got so far. I think a couple of these styles are redundant or could be redone with less code. I didn’t mess with the original nav css, that code might be able to be integrated into the drop menu’s css.
/* Menu
*/ul#nav li.selected:hover > a,
ul#nav li.current_page_item:hover > a,
ul#nav li.current_menu_item:hover > a {
background: #333;
color: #fff;
}#nav ul {
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
display: none;
position: absolute;
top: 30px;
left: 0;
float: left;
width: 180px;
z-index: 99999;
}#nav ul li {
min-width: 180px;
position: relative;
}#nav ul a {
background: #333;
padding: 10px;
width: 160px;
height: auto;
}#nav ul li a {
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
}#nav ul.sub-menu li a {
background: #333;
color: #fff;
}#nav li.current_page_item a:hover,
#nav li.current_menu_item a:hover,
#nav ul.sub-menu li a:hover {
background: #222;
}#nav li:hover > a,
#nav ul ul :hover > a {
background: #333;
color: #fff;
}#nav li:hover > ul {
display: block;
}#nav ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}November 8, 2010 at 12:51 am #97702In reply to: Found this all new 'Anti-Splog_ anti -spam for BP
djsteve
ParticipantI joined it, and downloaded it – but have yet to use it.. apparently the plugin requires a “phone home” to one of the wpmu dev computers every time someone or some spammer tries to sign up – and you need to have a current subscription to their premium service in order for that part to work… I asked in their forums (as a paid current member) if the other parts of the plugin will still work if I discontinue my monthly paid subscription to wpmu dev premium – and I got no response about that.. so I have yet to install it – as I can not see paying every month for the rest of my life…
there has also been discussion about using the plugin to go through all of your past members and looking for splogers – and apparently it will not work for that – only for new signups…
Right now my hope is that bp-registration options ( https://wordpress.org/extend/plugins/bp-registration-options/ ) will incorporate some of the tricks from TTC ban hammer ( https://wordpress.org/extend/plugins/ban-hammer/changelog/ )and that the buddypress code will actually make it easier for us stop spmmers – right now buddypress ignores wordpress’ ban email domain features – and that just sucks – the bp registration options stops about 80% of the spammers from being able to post – but there is something in the BP code that lets some of them scoot right through, even with hashcash plugin, SI captcha plugin, and the BP registration Options running – buddpress wastes about 3 hours a week of my time simply deleting sploggers… but hey there are new features coming soon right? LOL
November 8, 2010 at 12:13 am #97698In reply to: Mapology – Adding maps for users and groups
Anonymous User 96400
Inactive@en3r0
No discount for buying early, sorry
Actually, it’ll be more than the EUR 20 I said earlier. Closer to 50. I know that’s a lot, but I think it’ll be worth it (it’s actually not that much considering the amount of hours I put into it 
Routes for users will be a feature right from the start, for example, with an awesome ajax-driven UI. It’ll be available on test.shabushabu.eu for testing within a couple weeks (release end of this month). I’ll upload a new version from time to time, so it’ll be worth to check once in a while to see what stage the plugin is at.
November 7, 2010 at 11:51 pm #97697teebes
ParticipantDo you have access to the server to check permissions on those folders? Anything out of the norm?
November 7, 2010 at 11:29 pm #97695In reply to: Installing BuddyPress 1.2.6 to WordPress 3.0.1
LPH2005
ParticipantIf possible, increase the memory limit in either php.ini, .htaccess, or in the wp-config.php file.
In php.ini
`memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)`
Follow the proper procedures for restarting apache, etc..htaccess method
This is in my .htaccess because of file upload limitations in the php.ini as well as memory limits (I use many many plugins).
`php_value memory_limit 256M
php_value upload_max_filesize 55M
php_value post_max_size 55M
php_value max_execution_time 80000
php_value max_input_time 80000`In wp-config.php
`define(‘WP_MEMORY_LIMIT’, ‘128M’);`November 7, 2010 at 10:58 pm #97690In reply to: Theme designers: contribute to core
Paul Wong-Gibbs
Keymaster@hnla I’ve put those two patches on the ticket into trunk
November 7, 2010 at 10:48 pm #97689In reply to: Theme designers: contribute to core
Paul Wong-Gibbs
Keymaster@modemlooper great to hear
November 7, 2010 at 10:44 pm #97688In reply to: Theme designers: contribute to core #2
Paul Wong-Gibbs
KeymasterIf people want to play a role in the development of BuddyPress, the best way is to either put a patch up on trac, or attend a dev meeting and let us know you are interested. We can find you a task for your skills.
If someone wants to make a discussion group on this site, that’s cool too. But any enhancements or ideas need to be fed back into the trac, so we can keep track of them
November 7, 2010 at 10:37 pm #97687In reply to: Theme designers: contribute to core #2
@mercime
Participant@hnla there was something about BP.org UX/UI in Ninjas forum topic and writeboard, but haven’t read one specific re bp-default. Is that in trac and/or discussed in BP IRC? In any case, count me in
November 7, 2010 at 10:12 pm #97682In reply to: WP Smooth by Solostream – Is it compatible?
noizeburger
ParticipantRemove the notice: add “buddypress” to the templatetags in style.css of your theme.
November 7, 2010 at 10:09 pm #97680In reply to: Buddypress on WP 3.0.1
noizeburger
ParticipantYou need to change the permalink structure (something other than the default setting) in your wordpress-settings.
November 7, 2010 at 9:38 pm #97672r-a-y
Keymaster@suman – re: https://buddypress.org/community/activity/p/114823/
If index.php does not exist, copy index.php from /buddypress/bp-themes/bp-default/ to your bp-columns theme directory and modify as needed.
November 7, 2010 at 9:38 pm #97671In reply to: Theme designers: contribute to core
Hugo Ashmore
Participant@DJPaul what are you after Paul? I think everyone might be a little lost as to what actually needs doing? is it just the styles that need sorting, As for my earlier question regarding changes to nav menus for 3.1 and as much as it may be irrelevant? I managed to track down a ticket correcting the issue of not being able to remove parent ul elements which is helpful but couldn’t spot anything dealing with child pages and nesting thereof
November 7, 2010 at 9:15 pm #97669In reply to: How to create Semi-Private groups?
r-a-y
KeymasterAs noted in the ticket:
https://trac.buddypress.org/ticket/1125#comment:3It should be possible by creating a plugin.
If you have a little WordPress experience, check out /buddypress/bp-groups.php for all the necessary hooks and filters to start work on the plugin.November 7, 2010 at 9:13 pm #97668In reply to: Renaming components.
r-a-y
KeymasterTo change the slugs, read this:
https://codex.buddypress.org/buddypress-site-administration/changing-internal-configuration-settings/To change the words read this:
https://codex.buddypress.org/buddypress-site-administration/customizing-labels-messages-and-urls/November 7, 2010 at 9:12 pm #97667In reply to: how do I remove this identicon?
r-a-y
KeymasterBP 1.2.7 might address this problem.
In the meantime, a temporary solution to remove the identicon is posted here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/am-i-going-mad-or-are-there-now-avatars-next-to-posts-in-the-activity-stream/?topic_page=2&num=15#post-76621November 7, 2010 at 8:26 pm #97666In reply to: Theme designers: contribute to core #2
Roger Coathup
Participant@djpaul – a more informative title on your post might help, rather than the general “theme designers: contribute to core”
November 7, 2010 at 1:55 pm #97657In reply to: Forums not showing up
Jiath
ParticipantHi Paul,
I did the bbPress install via BuddyPress.
The problem now is I cant seem to be able to “create new group”.
Any idea?Cheers
J -
AuthorSearch Results