Search Results for 'buddypress'
-
AuthorSearch Results
-
April 1, 2011 at 1:10 pm #109305
In reply to: Suggested Members / Groups
Virtuali
ParticipantI came here to see if anyone else had any success.
Off of my head, there are no plugins like that at the moment.
But you could search for “Buddypress Suggestions” on google, might give you some answers.
April 1, 2011 at 8:27 am #109293In reply to: CSS Works in FireFox but not in Chrome, Opera and IE
steliodj
MemberHi one more time mercime…i notice something weird, when i’m changing something in css(this happens only to those pages that i have the issue) and inspect with firebug i can see the change is there, but when i use inspect element from chrom or from opera i don’t see the change and it evens grabs css styling information from another line of the stylesheet.
For example this is what i get(this correct) in firefox when inspecting a specific element:
`
div#content form#members-directory-form.dir-form div.item-list-tabs {
background: url(“../../themes/theme/images/members_directory_menu_bg.png”) no-repeat scroll left top transparent;
border: medium none;
clear: both;
overflow: hidden;
padding-bottom: 17px;
padding-top: 15px;
width: 102%;
}
`
And this is what what i get when inspecting the same element in chrome:`
div.item-list-tabs {
border: none;
overflow: hidden;
clear: both;
background: url(../../themes/theme/images/buddypress_nav_bg.png) top left no-repeat;
padding-top: 15px;
width: 102%;
padding-bottom: 17px;
}
`if i remove `form#members-directory-form.dir-form` and keep only `div#content div.item-list-tabs` from my style it works also in chrome but it breaks something else that needs to use another background image and has the same id `div.item-list-tabs`
Please advice
April 1, 2011 at 7:40 am #109289In reply to: Update a BuddyPress 1.0.3 plugin to the last version
rickgoz
ParticipantHi,
Sorry about my english
I am not a native…It more about the 2nd option: is the “old plugin” a BP-compatible plugin which needs updating to be compatible with BuddyPress 1.2.8 / WordPress 3.1
I have asked someone to do it in France two years ago but this person just disappears now..
And to be honest I don’t think I will be able to update it, my knowledge in php could be sum up by those three letters..So maybe I am gonna post on this link you sent me..
Anyway, thanks a lot for the answer
Richard
April 1, 2011 at 7:15 am #109284In reply to: BuddyPress Admin Bar Gone
JamieWade
MemberI put the slide in bar there because the BP one had disappeared. Also, I have customised my footer to have links like “Support” and “Advertise” I will try out what you said, thanks
April 1, 2011 at 4:27 am #109278ds123
Participanthey guys and @xyclops i did the UTC fix also but now i get these errors all the time is it ok or should i just forget about birthdays? meaning what’s more serious this warning?
] PHP Warning: timezone_open() [function.timezone-op$
April 1, 2011 at 3:17 am #109275In reply to: CSS Works in FireFox but not in Chrome, Opera and IE
@mercime
Participant@gunju2221 True, we all do
April 1, 2011 at 2:28 am #109271In reply to: CSS Works in FireFox but not in Chrome, Opera and IE
pcwriter
ParticipantNope. You can allow access to any user role with WP Maintenance Mode plugin.
April 1, 2011 at 2:21 am #109269In reply to: Banning users from groups
Virtuali
ParticipantExisting ticket: https://trac.buddypress.org/ticket/2661
Will be of 1.3.
April 1, 2011 at 2:10 am #109266In reply to: CSS Works in FireFox but not in Chrome, Opera and IE
@mercime
Participant@gunju2221 no worries, checked wp-admin. it’s a test user account, not Site/Super Admin one.
April 1, 2011 at 1:57 am #109263In reply to: CSS Works in FireFox but not in Chrome, Opera and IE
Virtuali
Participant@mercime, remove the Username and Psw from the above post. On any circumstance, the super admin Username And Psw should never be posted out in the open.
Your site is vulnerable to attacks, and everything else.
April 1, 2011 at 1:40 am #109258In reply to: Changed Group Permissions – Lost messages
diversityx
ParticipantHi Boone
Nope. Turned off all the plugins (except buddypress) and yes, we lose all the posts as soon as we make it public. On another install of Buddypress, it does the same thing.
April 1, 2011 at 1:35 am #109257In reply to: CSS Works in FireFox but not in Chrome, Opera and IE
@mercime
Participant@steliodj quick glance at your theme, for cross-browser compatibility, when you float an element, add width to the element as well. e.g.
`div.item-list-tabs ul li {
float: left;
list-style: none outside none !important;
margin-right: 10px;
width: 300px;
}div#content form#forums-search-form.dir-form form#forums-directory-form.dir-form div.item-list-tabs ul li#forums-order-select.last {
display: block;
float: right;
margin-right: 35px;
margin-top: 3px;
position: relative;
width: 200px;
}`As for the hover background showing up in statc links, add/define background in regular links for item-nav e.g. #ffffff
April 1, 2011 at 1:12 am #109256In reply to: Suggested Members / Groups
Virtuali
ParticipantHas anyone found a plugin that would allow us to display a short list of members that have similar profile to the user?
You must go searching for the plugin you want, we can’t just think of the plugin off top of hand and list it for you.
Go to the Buddypress.org Plugins directory https://buddypress.org/extend/plugins/
But, the best thing would be to search on google
March 31, 2011 at 11:28 pm #109253In reply to: How to edit the mywebsite.com/groups page
March 31, 2011 at 10:48 pm #109251In reply to: Update a BuddyPress 1.0.3 plugin to the last version
@mercime
Participant== I have an old plugin that someone developped for my project ==
Your post title says BP 1.0.3 plugin. So that “old plugin” you’re referring is BuddyPress 1.0.3, right? Or is the “old plugin” a BP-compatible plugin which needs updating to be compatible with BuddyPress 1.2.8 / WordPress 3.1?
If you need to hire somebody, post here: https://buddypress.org/community/groups/bp-jobs-board/
If you want to explore upgrading the installation yourself:
– backup database and server files
– deactivate all plugins and change theme to default theme
– version upgrades of BP/WPMU and later BP WPMS
– download BP versions from here: https://trac.buddypress.org/browser/tags
– download WordPress WPMU/WP from here: https://wordpress.org/download/release-archive/
(MU versions in last table of webpage)Better yet, if that install has not been used at all, drop tables and delete .htaccess and wp-config (after DB backup of course), and start from scratch – WP 3.1 and BP 1.2.8
March 31, 2011 at 10:33 pm #109250@mercime
Participant@goldbrick screenshot link not working, same error message.
March 31, 2011 at 10:23 pm #109249In reply to: Customize profile
drizzuti
Member@gunju2221 @jamesg371 thanks for the reply!, could I modify the plugin to use for profiles? which files I should edit? many thank you very much
March 31, 2011 at 10:03 pm #109248In reply to: Help with bp-custom.php
aces
ParticipantDid you put the “ at the bottom of the file with no spaces (or anything else) before the first tag or after the last?
It would help if https://codex.buddypress.org/extending-buddypress/bp-custom-php/ mentioned this – as is done on the https://codex.buddypress.org/extending-buddypress/functions-php/ page….
March 31, 2011 at 8:33 pm #109242@mercime
Participant@goldbrick that screenshot link goes to “Unable to connect. Firefox can’t establish a connection to the server at wallowit.com.”
March 31, 2011 at 8:04 pm #109239In reply to: BuddyPress Admin Bar Gone
@mercime
Participant1. If you’re using the bp-default theme, the wp_footer call is already in the theme.
2. Recommend that you create a child theme of bp-default theme so that your modifications won’t get overwritten when you upgrade BuddyPress https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
EDIT –
3. BP Sliding login panel. If I’m not mistaken, that’s supposed to replace the BP Admin Bar in the front end. Deactivate that plugin and you’ll see the BP Admin Bar.March 31, 2011 at 8:00 pm #109237In reply to: BuddyPress Admin Bar Gone
JamieWade
MemberIt appears that wherever I place on the footer.php file it brings up a list of the links?
March 31, 2011 at 7:58 pm #109236@mercime
Participant@goldbrick put a backtick before and after your code because it’s not rendering well in this forum – aside from wrecking the layout
March 31, 2011 at 7:57 pm #109234In reply to: BuddyPress Admin Bar Gone
JamieWade
MemberThanks I will try this. I am using the BP-Default Theme. Take a look at the site here.
March 31, 2011 at 7:53 pm #109232In reply to: BuddyPress Admin Bar Gone
@mercime
Participant@JamieWade adding “ to a theme’s footer.php file just before closing shouldn’t bring out a long list of pages in front end (you need “ or pages_menu etc. for that to happen).
What theme are you using?
March 31, 2011 at 7:40 pm #109223@mercime
ParticipantContinued from https://wordpress.org/support/topic/pages-not-showing-on-buddypress-system?replies=4
@jamieh05atgmail.com and @goldbrick
== show up in the footer area of the site when i am logged in as admin, ==
Still not clear. If you’ve added template codes to “call” Pages in specific areas of the site, then you should see the Pages whether you’re admin or not, unless you’ve added a conditional statement `if (is_super_admin)` in front of the code … did you?
It would help if you posted a link to a screenshot of what you see as Super Admin or Site Admin along with site URL or another screenshot of what’s happened next. What theme are you using?
-
AuthorSearch Results