-
James posted on the forum topic Hide Directory in the group How-To and Troubleshooting: 14 years, 3 months ago
ok, core developer doesn’t know this line (?) 🙂
remove_action('bp_adminbar_menus', 'bp_adminbar_blogs_menu', 6);
for those, who needs, it will hide “my blogs” and account-“blogs” from admin bar.
last stop – blogs in navigation, who will help? -
James posted on the forum topic Hide Directory in the group How-To and Troubleshooting: 14 years, 3 months ago
huge step forward, thanks, blogs directory disappeared…but, my blogs in admin bar and blogs in navigation still here.
-
James posted on the forum topic Hide Directory in the group How-To and Troubleshooting: 14 years, 3 months ago
wow, it was fast 🙂
will try, thank you.
-
James started the forum topic Hide Directory in the group How-To and Troubleshooting: 14 years, 3 months ago
hi, searched around google and bp, found a lot of topics re how to hide particular blog from blogs directory and nothing re how to hide whole directory. idea is to have MU enabled, but not to show this possibility to members for some time, let’s say beginning stage of site operation. yes, I found […]
-
James posted on the forum topic Some tips… in the group BuddyPress Activity Stream Bar: 14 years, 3 months ago
not a poblem @xberserker
.footeractivity {
background-color: #000;
height:30px;
padding-bottom:4px;
padding-left:0px;
width:90%;
position:fixed;
margin: 0 auto;
bottom:0px;
z-index:9999;
min-width: 960px;
max-width: 1250px;
}I removed transparency, but at all it should work for BP default.
padding-left:0px, because otherwise it pushes bar a bit…[Read more] -
James posted on the forum topic Some tips… in the group BuddyPress Activity Stream Bar: 14 years, 3 months ago
@xberserker yeah, I understand, but, as mentioned before, at the moment site is on local host only. actually, question here could be, that after changing width of bar to 90% it works good for IE, but in Chrome it become shorter. Edit______________________ while I’ve been writing this post, I understood where a problem can be. Thought […]
-
James posted on the forum topic Some tips… in the group BuddyPress Activity Stream Bar: 14 years, 3 months ago
width of my site is 90%, tried to change width of activity bar to 90% too. changed .footeractivity in bp_activity_bar.css to: .footeractivity { background-color: #000; height:30px; padding-bottom:4px; padding-left:7px; width:90%; position:fixed; margin: 0 auto; bottom:0px; z-index:9999; } in IE works excellent, but in Chrome left side is ok, but…[Read more]
-
James posted an update 14 years, 3 months ago
@xberserker sorry for another silly question…if I reduce width of bar to 90%, how can I get it to stay in the center, not to stick to the left side?
thought I could change left margin, but won’t work in the same way for all browsers.thanks
-
James posted on the forum topic Some tips… in the group BuddyPress Activity Stream Bar: 14 years, 3 months ago
ok, I see, probably had to clear catch. simply added bottom padding to body css.
-
James posted on the forum topic Some tips… in the group BuddyPress Activity Stream Bar: 14 years, 3 months ago
hi all,
does anyone face issues with footer, or it’s only me?
I mean, activity bar goes on top of footer. tried to add some margins to BP footer css, but somehow footer is sticked to the bottom and do not want to go up. probably this question is more to BP not plugin.thanks.
-
James joined the group BuddyPress Activity Stream Bar 14 years, 3 months ago
-
James posted an update 14 years, 3 months ago
@antonrsa привет, Антон!
с НГ!
уже несколько недель ищу плагин для перевода ВР, qtranslate не работал, а сегодня наткнулся на:http://www.qianqin.de/qtranslate/forum/viewtopic.php?t=1862
это не твоя запись? если да, правда ли все работает?
спасибо!
-
James started the forum topic Translation in the group BuddyPress Moderation: 14 years, 3 months ago
hi @francescolaffi,
could you please check bp-moderation localization:
– text “mark as spammer” is in .po, but translation is not displayed in admin bar.
thank you!
Edit: sorry, as I understand, text re spammer in admin bar is not from plugin.
-
Janis posted on the forum topic Member Blogs localization in the group How-To and Troubleshooting: 14 years, 4 months ago
sorry guys, my mistake, actually, partial mistake of @pcwriter too 🙂 in your plugin “adminbar…” you have changed words “Blogs Directory” to “Member Blogs”. Therefor, words can not be translated, because BP POT does not include such words. If I change “Member Blogs” back to “Blogs Directory” in core of your plugin, everything is translated well. […]
-
Janis started the forum topic Member Blogs localization in the group How-To and Troubleshooting: 14 years, 4 months ago
hi,
I’m trying to translate BP and have faced some strange issue.
I can not find section/words ‘Member Blogs’ to translate in BP POT file. Already took a look at WP/WPMU POT, nothing there too.does it mean that there is some other way to translate it?
thanks.
-
James posted an update 14 years, 4 months ago
hi Andy,
is there any possibility to get POT file for BuddyPress Followers?
thank you.
-
James posted an update 14 years, 4 months ago
-
Janis posted on the forum topic BuddPress languages in the group How-To and Troubleshooting: 14 years, 4 months ago
thanks @DJPaul , somehow I missed this plugin. Yes, it includes two very good plugins, unfortunatelly, bp translate is left without support, but first, what I am faced with after activation is some mistake with flags path “Incorrect Flag Image Path! Please correct it!”. if someone will try this plugin too, I have WPMU 3.0.3 + […]
-
Janis started the forum topic BuddPress languages in the group How-To and Troubleshooting: 14 years, 4 months ago
hi all, last few days tried to make my installation multilingual, result is very bad. All translation plugins on today bring issues to BP (qtranslate, transposh). maybe someone knows some easy way to switch languages/localizations (which are already installed) from the frontend, so that user would see words or flags, and I won’t have to […]
-
Janis posted on the forum topic Removing posts authors avatars…? in the group How-To and Troubleshooting: 14 years, 4 months ago
hi,
this solution works for child theme.
you add code of r-a-y to your style.css and all works like a charm.
(check topics on how to create child theme). - Load More
@janismo
Active 8 years, 5 months ago
Having a link to your site would be helpful so I can try somethings with firebug.