Search Results for 'buddypress'
-
AuthorSearch Results
-
March 3, 2013 at 5:19 pm #154978
In reply to: BuddyPress into GasBuddy?
modemlooper
ModeratorAnything is possible if you can code. No off-the-shelf solutions for this. There are a couple location/map plugins.
March 3, 2013 at 3:23 pm #154967danbpfr
Participanti had the same issue on my test site with BP 1.7b1 / wp 3.5.1 and the theme Roots. This theme is depending of legacy template witch is animating this part through buddypress.js
The affected div is whats-new-options
To avoid the scroll, I increased the heigth of jq(‘#whats-new-options’) from 40 (by default) to 60
Go to /buddypress/bp-templates/bp-legacy/js/buddypress.js and do the change at your need, line 26 and 43
March 3, 2013 at 12:29 pm #154961In reply to: [Resolved] BuddyPress.org issueā¦
@mercime
Participant@vegaskev https://buddypress.org/community/members/vegaskev/ You now have 2 activity entries. Patience š
March 3, 2013 at 11:50 am #154958In reply to: Avatar for each member type
DjMkee
ParticipantThank you for the answer ans suggestion. First of all the support there is almost none and second i think is more related to the BuddyPress functions file. But as i’m not a programmer, i can’t say for sure. So if any BP guru have the time and pleasure looking into this, thank you much in advance!
March 3, 2013 at 11:07 am #154953In reply to: [Resolved] Attn: (help needed!)
Hugo Ashmore
ParticipantBuddyPress templates are or should all be namespaced with a top level ID ‘#buddypress’Ā this is allow the ability to create rulesets that target elements that specifically fall under this ID; thus:
#buddypress ul {list-style: none;}
Would removeĀ bullets on ALL ul constructs generated by BP unless the BP stylesheet overloadedĀ that ruleset with something more specific.
Also always check the body element class as BP will place many specific BP class tokens in there that can also be used for creating unique selector stringsĀ for rulesets.
March 3, 2013 at 10:54 am #154948Hugo Ashmore
Participant@mercime We perhaps ought to create a ticket on this? Why was it removed in the bp-legacy files template?
@39imagesĀ @bphelpĀ Although this isn’t strictly a required line of text that has to be there, it is perhapsĀ a bit clearer with some instruction – although that could be better done with a little inventive PHP on the textarea value to replicate ‘placeholder’ text.Remember if you encounter issues like this you do still have the original default buddypress template files in the plugin folder so you can compare the same files to see changes / grab bits of code that have been removed.
March 3, 2013 at 9:34 am #154944In reply to: [Resolved] BuddyPress.org issueā¦
VegasKev88
Participant@mercime, Thanks for the reply. I just changed my name, though for whatever reason that didn’t solve the problem. Any other ideas on what it might be?
vegaskev, do edit your profile and change name to something other than your username
March 3, 2013 at 8:03 am #154943In reply to: Forums Directory Not Showing Up
homeschoolmommy
Participantyes i changed my theme to BP Default, bb-config.php, & wp-config.php matches but when i try to post in groups or go to forum directory nothing is there and i cant post. I reinstalled wordpress, i deleted and reinstalled buddypress, that did not work either.
March 3, 2013 at 7:41 am #154942In reply to: Can't create Forum topics
@mercime
Participant@pdillon809 the video was for bbPress 2.2+ and BuddyPress 1.6.1+
Follow the latest instructions for for bbPress 2.3 beta 2 and BuddyPress 1.7 beta 1 to create group and/or sitewide forums at https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/
March 3, 2013 at 5:12 am #154939@mercime
Participant@webifiedgeek please don’t post in 2-year-old topics. Your issue was resolved at https://buddypress.org/support/topic/wordpress-sitebuddypress-issue/
Closing this topic.March 3, 2013 at 4:57 am #154937In reply to: [Resolved] WordPress Site/BuddyPress Issue
@mercime
ParticipantMarking this issue as resolved.
Please start a new topic about adding a menu and be more specific re Add a menu to the profile page (subnav). For/about what? Or do you mean you want to add a menu link to the user’s profile page?
March 3, 2013 at 4:08 am #154933In reply to: [Resolved] WordPress Site/BuddyPress Issue
Blake Pounds
ParticipantHi,
I have found what you mean. The issue is repaired, but I would like to add a menu to the buddypress profile of all users. How would I do that?
March 3, 2013 at 3:25 am #154931Blake Pounds
ParticipantI am finding this issue on BuddyPress 1.7 and WordPress 3.4 to 3.6 Beta versions….
March 3, 2013 at 3:22 am #154930In reply to: [Resolved] WordPress Site/BuddyPress Issue
Blake Pounds
ParticipantI have tried my “www.lbsblogs.com/blogs/create” but it gives me and invalid page. It is only letting me create a blog on the registration page which I want to do it within a user account when they are logged in.
March 3, 2013 at 3:15 am #154929@mercime
Participant>> text above the status update box that says something like āWhatās New?ā so members know to click in there.
>> I would like to know how to get that back?
@39images @bphelp for that specific item1. create a new folder named buddypress in your active WP theme
2. within that buddypress folder you created, create a folder named activity
3. download https://buddypress.trac.wordpress.org/browser/trunk/bp-templates/bp-legacy/buddypress/activity/post-form.php and place it in your new activity folder like so:
wp-content/themes/NAME-OF-YOUR-WP-THEME/buddypress/activity/post-form.php4. Open up post-form.php. On line 21 https://buddypress.trac.wordpress.org/browser/trunk/bp-templates/bp-legacy/buddypress/activity/post-form.php#L21 insert http://pastebin.com/z8e7xyRZ
5. Add the following to your theme’s stylesheet:
#whats-new-form p {
margin-left: 70px;
}March 3, 2013 at 2:51 am #154927bp-help
Participant@mercime To mark as resolved when I go down to the bottom of the screen to edit topic it links me to the home page of buddypress.org so how can I mark it as resolved?
March 3, 2013 at 2:49 am #154926In reply to: [Resolved] WordPress Site/BuddyPress Issue
Blake Pounds
ParticipantThat does not work.
March 3, 2013 at 1:48 am #154924In reply to: [Resolved] WordPress Site/BuddyPress Issue
@mercime
Participant@webifiedgeek change to BP Default theme, you’d find the link to create a blog in the Blogs Directory page, right beside the title, Blogs. Or, create a link in your custom menu to create a blog. Assuming you kept the slug blogs in Settings > BuddyPress > Pages, the link would be http://example.com/blogs/create as simple as that.
March 3, 2013 at 1:45 am #154923In reply to: Avatar for each member type
@mercime
ParticipantHave you tried posting a plugin author’s support forums? https://wordpress.org/support/plugin/buddypress-user-account-type-lite
March 3, 2013 at 1:03 am #154921In reply to: Buddypress with Photo Album Capabilities
modemlooper
ModeratorAnything is possible š
March 3, 2013 at 1:02 am #154920Unsal Korkmaz
ParticipantFirmasite 1.1 released:
https://themes.trac.wordpress.org/ticket/11437Download: https://wordpress.org/extend/themes/download/firmasite.1.1.0.zip?nostats=1
This theme now directly supports buddypress + bbpress without needing child theme.
Example site and my blog that using this theme:
http://unsalkorkmaz.com/March 2, 2013 at 9:11 pm #154910DDT
ParticipantAh ok, it seems you get redirect if you are already loggedin (found: https://buddypress.org/support/topic/no-register-page-2/)
3/ trying to register but nothing happens?
March 2, 2013 at 8:30 pm #154907In reply to: [Resolved] Buddypress 1.6.4 not auto creating pages
p2ab
ParticipantThanks, mercime
I used all defaults, including the theme. The new test is on http://p2ab.org/wptest2/
March 2, 2013 at 7:19 pm #154901In reply to: [Resolved] Attn: (help needed!)
Hugo Ashmore
ParticipantCreate copy of page.php rename to either community.php or buddypress.php open and edit the file to remove one or other of the get sidebars or dynamic sidebar calls depending on how the themes doing things.
BP will use this new file rather than page.php, WP will continue to use page.php where required.
I have drafted a codex page explaining basic theme compat usage with themes but some re-ordering needs doing with the codex before any more pages can be added.
March 2, 2013 at 7:05 pm #154900In reply to: Buddypress with Photo Album Capabilities
Famous
ParticipantHugo, I asked him directly cause he has been one of the only really helpful people in the forum – to me at least.
The last thread about the two plugins was probably one of the best discussions I’ve heard on buddypress. It was two people debating on the future of BP Media, which is essentially the future of BP. The sad part is that the conversation was (censored) stopped.
Media does not have to be MS only as long as WordPress can contain BP avatars I am sure there is a solution for both. If relationships can be assigned by specifying friend, colleague or family – then assign values to who can see what then it should be doable.
djpaul, I originally titled the post what you retitled it as, however realized “Pink elephant” is exactly what this should be titled. And I would actually have preferred that you left the title as such, instead of censoring my post.
***************************************************
Definition
comĀ·muĀ·niĀ·ty [kuh-myoo-ni-tee]
1.
a social group of any size whose members reside in a specific locality, share government, and often have a common cultural and historical heritage.
4.
a group of associated nations sharing common interests or a common heritage: the community of Western Europe.
<<<- ooh look a picture, I think buddypress just got a little colorful. JK5.
Ecclesiastical . a group of men or women leading a common life according to a rule.
<<<- pictures add a little life! Thats all I am saying – there needs to be a solution addressed by BP. Because you cannot have a community without colorful interaction.***************************************************
How many communities have you been to where you have no idea what the other people are like. Hence the need for photos, videos and human interaction. I am just trying to get some focus on what will make these community sites more effective.
***************************************************
@modemlooper, you wouldn't happen to have any plans on creating something similar to what you mentioned above – would you? Because I really cannot see using the heavily coded plugins that are out there. -
AuthorSearch Results
<<<- pictures add a little life! Thats all I am saying – there needs to be a solution addressed by BP. Because you cannot have a community without colorful interaction.