Search Results for 'buddypress'
-
AuthorSearch Results
-
June 2, 2011 at 3:01 pm #113672
In reply to: can i place advertising on my buddypress site ?
JamieWade
MemberYou just need the HTML code for the image. You then add a Text widget to the Sidebar of your website and copy the HTML to there.
June 2, 2011 at 2:54 pm #113670In reply to: how to change the footer of my website ?
naved
Member@andrea r i didnt find footer.php under my theme “wp-content/themes/bp defaut/footer.php”
June 2, 2011 at 2:24 pm #113669In reply to: How to create a group
zhonghao
MemberHi mercime – you just saved my day ! How can I thank you enough – am still trolling through countless forums looking for the elusive answer and you picked it straight away. Strange thing is I’ve been looking at a/the ‘Buddypress Manual’ at WPMU.org and it only says to click the Groups tag at the right side of the admin bar – however this link is missing for me ! Don’t really understand why there is no ‘idiots guide’ to setting these things up ………. Many thanks – I really appreciate your time and help ! Regards – Richard
June 2, 2011 at 1:12 pm #113662In reply to: site is too slow to browse around……
June 2, 2011 at 1:07 pm #113660In reply to: iPhone app for BuddyPress
hkcharlie
ParticipantI think droid app use has exceeded iphone now.
Wouldnt your app need to be specific to the buddypress install?
There are so many plugin variations I cant see how you could satisfy them all.
But yes, I’d love to see it.
How is it doing?June 2, 2011 at 12:59 pm #113658In reply to: How to make a share link servise for buddypress
Eddie
ParticipantAlso looking and trying to do something like this, but for Buddypress Links, where I could put in the url eg http://resabi.com/links/create/?link-url=http://example.com. (The Id of the url text box is link-url).
However, when I try this, I just get a clear form, as if the part after the create/ never existed. I guess the solution is pretty easy but I just can’t see it, so please help!June 2, 2011 at 12:57 pm #113657In reply to: site is too slow to browse around……
Austin Nichols
MemberYou can’t run Buddypress on BlueHost. You can, but you will have this issue. BlueHost throttles anyone running BP (3 of their tech support people told me this when we where with them). Even if it is only you with no others users. You can check for yourself in the control panel under CPU Throttling. You should leave them as soon as possible. Because even if this was not a issue, you can’t grow your site with them because they only offer shared hosting. I know lots of people do, but you shouldn’t run BP on a shared server.
The only 2 hosts I would recommend are Media Temple or Rackspace.
June 2, 2011 at 12:50 pm #113655In reply to: Searchable CSS
Paul Wong-Gibbs
KeymasterGood timing! Check out https://buddypress.trac.wordpress.org/ticket/3243
June 2, 2011 at 12:45 pm #113653In reply to: RSS Feed Block with CSS issues.
Scotty501
Member@hnla – Thank you sooooo much.
I just pasted your latter code and dropped it into my CSS just above the seperator for naviagtion – and it worked perfectly. I assume I did the right thing?
As a side note – how did you paste that code – I tried with the firebug output and could not get it to paste – also – can we not subscribe to topics in here?
June 2, 2011 at 12:19 pm #113649In reply to: RSS Feed Block with CSS issues.
Scotty501
MemberThanks for the response @hnla – to be brutal – I have no idea. I have limited ability with CSS.
if I inspect RSS title Firebug shows as below. (edit – I tried to past the firbug output here but it inserted the code)
I should have included a link – sorry my bad http://www.ukushosting.com/testshop.
June 2, 2011 at 11:48 am #113645In reply to: site is too slow to browse around……
Hugo Ashmore
Participant@4ella no DO use a child theme, if all you want to do is some basic CSS styling ten you only nee to create the most basic child theme with a style.css file in it.
Follow this guide it’s very straightforward:
https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/If you now activate your theme in the dashboard it will inherit/ import the main BP styles as well as all the other important BP stuff, you can now add your own styles to your stylesheet below the @ import calls to override any BP styles.
June 2, 2011 at 11:31 am #113643In reply to: Activity Page is messy and disjointed.
Scotty501
MemberThanks @pcwriter – much appreciated. When I got to line 966 (via notepad+) it is related to the tabs – code as below
‘div.item-list-tabs ul li a span {
display: inline;
padding: 0;
color: inherit;
}’So I search the line ‘ul.activity-list li’ and found it on line 1931 and it now looks like the below
‘ul.activity-list li {
padding: 20px 0 0 0;
display:inline-block;
}’All seems to be working well – thank you for your help. Now on to my next rounds of tweaks
June 2, 2011 at 10:05 am #113641In reply to: Activity Page is messy and disjointed.
pcwriter
ParticipantSometimes, themes seem to be missing a few essential style elements for Buddypress, but you can fix that. Open your Fishbook theme’s style.css file and scroll to line 966 where you’ll see the style rules for `ul.activity-list li`
Add the following to make sure everything in each activity item sits snugly inside the container:
`display:inline-block;`The styling for images added to the activity stream by BP-Album plugin also needs a slight adjustment for your theme. You can add a bit of extra space beneath activity item images so they don’t crowd the divider line. Open bp-alnum/includes/css/general and scroll to line 197. Add the following to `.picture-activity-thumb img`:
`margin-bottom:10px;`June 2, 2011 at 3:53 am #113634In reply to: BuddyPress Template Pack 1.1 upgrade
stwc
ParticipantBump.
June 2, 2011 at 3:26 am #113633In reply to: Community Activate v0.1.0
David Bisset
Participant@johnjamesjacoby, would love to find out how. Would be honored to make this step, especially since i’m working on the next update.
June 2, 2011 at 1:49 am #113627In reply to: Registration email not being sent
webmystery
ParticipantI’m having the same problem as Tonyone, and it goes away when Buddy Press is disabled. The first problem stated in this thread, the forgot password feature is not sending emails, is different than what the “me toos” are describing.
With BuddyPress enabled
A new user who creates an account gets their account notification email
The Fast Secure Contact Form works and sends email
The Email Users plugin works
BUT
The Bulk Password Reset plugin does Not work, neither does the ‘Get New Password’ on wp-login.php. Both of those trigger this error:
The e-mail could not be sent.
Possible reason: your host may have disabled the mail() function…This may not be a mail problem but a password rest problem pulling the wrong error message out of … someplace
I’m on a Bluehost server, running WP 3.1.3 and BuddyPress 1.2.8
June 2, 2011 at 12:56 am #113626aces
ParticipantThanks for coming back with your solution…. I wish more people would…
June 1, 2011 at 8:38 pm #113618In reply to: site is too slow to browse around……
4ella
ParticipantHuge thanks @hnla , I have changed template to default and it is quick like a hell –
now , so it is only a little bit css customization to turn “default” to black design (UNPLUGGED served only for colours , nothing else , UNPLUGGED THEME WAS a PROBLEM , thanks a lot !!! next time I will avoid using child themes , I like default with some little customizationJune 1, 2011 at 8:30 pm #113617In reply to: site is too slow to browse around……
4ella
ParticipantJune 1, 2011 at 7:55 pm #113614Hugo Ashmore
Participanttry the process in reverse to find out what the cause is, activate the theme but no plugins and see how the site performs, if still ok activate plugins one by one checking each time to see how the site runs.
June 1, 2011 at 7:33 pm #113612In reply to: Good for troop? 3 groups only with 100% control?
Hugo Ashmore
ParticipantThere was a useful BP utility plugin called ‘buddypress-restrict-group-creation’ writen by Rich
== Description ==
This plugin will restrict creating groups and group settings to certain WP Capabilities and various member thresholds (forum posts, friends, status updates, days since registered, achievements)
In addition, this plugin will auto-demote the group creator to group mod to ensure group settings may not be modified after creation. You may also define a group admin and mod that will be auto-assigned to all new groups. (requires adding 2 config lines)
It’s no longer being supported so will likely need overhauling to work with BP 1.3 when it arrives. The plugin should be in the BP plugins group somewhere.
June 1, 2011 at 7:07 pm #113609In reply to: site is too slow to browse around……
4ella
ParticipantThanks a lot @hnla , it is very helpful , I will work on it now , I think that I will delete all UNPLUGGED theme and will add all css in my default theme ,( “unplugged theme ” runs on “default” theme so it wouldn’t be so difficult , I have deactivated 30 plugins now , so I feel that it is much more faster with 30 plugins , I have realized that my website on internet explorer 9 is at least 3 times faster than mozilla 4 which from the start when I have installed it was very quick and now has some memory problems (slowly increases and takes 1gb RAM) so it is very slow for all my websites (maybe I got a virus) and unfortunately internet connection here in Italy is very bad for me now (NOT ADSL) 7.2MB – so my testing is very limited . Thanks a lot for your help !
June 1, 2011 at 7:06 pm #113608In reply to: site is too slow to browse around……
Hugo Ashmore
Participant@naved I thought I had ?
/wp-content/themes/your-theme-name/footer.php
your-theme-name equals whatever theme you have installed and are using if you are using the bp-default theme then it’s in:
/wp-content/plugins/buddypress/bp-themes/bp-default/footer.php
But you don’t really want to edit the core theme as the changes will be overwritten when you upgrade so one uses a child themeto make mods to bp-default theme files.
June 1, 2011 at 6:51 pm #113607In reply to: Good for troop? 3 groups only with 100% control?
Whiffet
MemberThanks, Paul.
What I like about buddypress is the privacy. You can have the outward frontpage showing the yearly schedule & upcoming events, but the discussions would be private and you’d have to register as a member.
If ALL I wanted was a forum, I would start a facebook group. But facebook forums can’t really be searched and they are bulkier to navigate. You can’t have a separate forum for leaders, boy scouts, and cub scouts.
A mailing list wouldn’t be perfect either, too hard to find Useful Pages and too hard for a newbie to find useful information.
June 1, 2011 at 6:16 pm #113605In reply to: site is too slow to browse around……
-
AuthorSearch Results