Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 58,401 through 58,425 (of 94,540 total)
  • Author
    Search Results
  • #110138

    In reply to: Bug install

    @mercime
    Participant

    You need to get your “pretty permalinks” – one of the major requirements – working first before activating BuddyPress. Deactivate BuddyPress and change theme to default twenty ten theme. Find resolution for your permalink settings at WordPress.org forums https://wordpress.org/support/forum/how-to-and-troubleshooting . Good luck.

    #110135

    In reply to: LInk theme not found

    @mercime
    Participant

    Almost same topic as your first post which I replied to https://buddypress.org/community/groups/installing-buddypress/forum/topic/bug-install/

    #110133
    @mercime
    Participant

    == but there is no new member sign up, only a log in ==

    @godcix go to dashboard > Network Admin > Settings > Settings > Registration Settings — either “user accounts many be created” or “user and blogs may be created” should be chosen. The default setting is closed registration so you have to change the setting.

    #110132
    Calvin Powers
    Participant

    Greetings all,
    I am new to WordPress and BuddyPress. (The first version of WP I ever installed was 3.0.x!) and I am very very confused about how to give each BP user a “blog” of their own.

    I’ve been digging through the instructions for multisite and it seems like way overkill for what I want to do.

    http://www.nodepression.com is a good example of what I’d like to do. From an end user perspective, I can go to a page that is “my blog”. But as far as I can tell, it’s just an “all posts” page with a ?author=idnum parameter on the end of it. For example, my “blog” in nodepression.com is located at:
    http://www.nodepression.com/profiles/blog/list?user=37d8c5io9r1pq

    Just based on hacking around the site, it appears that they are using buddy press, and ucanpost and have disabled the admin bar. So the only way to post is through the ucanpost editor.

    Does BuddyPress have a “user blog” type of capability or is the “blog” concept on the ND site just a set of highly customized templates?

    #110131

    In reply to: Bug install

    @mercime
    Participant

    == it returns a non-existent LINK (PAGE NOT FOUND ==
    You need mod_rewrite module enabled – aka “pretty permalinks” for BuddyPress to work

    == Folders to be moved are Activity, menbers, Groups, Forums ==
    Not sure what you mean. If you’re using the BP Template Pack to make your WordPress theme compatible with BuddyPress, the plugin will do that for during during the compatibility process.

    Thirdstyle
    Member

    Well, I have gotten past this issue. I am not sure its related, but I changed the permalinks before enabling buddypress to “day and month”. This seemed to resolve I think. Otherwise I am without a clue. Tried so many variations to get this to work without much systematic success. I hate random failure OR success in software.

    #110128
    Boone Gorges
    Keymaster

    @nit3watch Thanks for the message, and thanks for sharing the theme. I can’t wait to check it out.

    @mikey3d
    Participant

    I just try it above muchad’s code and put that in your child theme function.php. It works, why? Because the characters are messing it up. Here’s workable code:
    `//=Change the number of activity items to show per page
    function my_custom_query_filter( $query_string ) {
    $query_string .= ‘&per_page=30’;
    return $query_string;
    }
    add_filter( ‘bp_dtheme_ajax_querystring’, ‘my_custom_query_filter’ );`

    #110126
    valuser
    Participant

    adding “Groups” page to new bp site seems to have solved it

    #110123
    valuser
    Participant

    Followed instructions from above link. All worked well.

    Except

    the new bp installation is not drawing in the posts from the other sites.

    Any ideas about where to look to get this functionality back would be greatly appreciated.

    #110120
    imjscn
    Participant

    @nahummadrid , I agree, using multisite for different types or contents is better. But for now, I would stick to single site for this reason: https://buddypress.org/community/groups/installing-buddypress/forum/topic/buddypress-and-shared-hosting/
    about the search, I totally discard BP or WP search, I use Google Custom Search instead. In Google search, you can add any section of your site, very flexible. For examoel, if you add http://mydomain.com/ , it will search entire domain, if you add http://mydomain .com/xyz , it will search this xyz

    #21344

    Topic: Bug install

    in group forum Installing BuddyPress
    roger.rmcc
    Member

    Saudações a todos…
    é a minha primeira visita ao forum, e ja percorri todos os post e não achei uma solução para o meu problema…
    O que acontece é o seguinte tenho o WP 3.1.1 e BuddyPress 2.1.8
    Instalados em localhost, tudo parece funcionar bem após a instalação, atualiso a pagina para ver como ficou e tudo parece estar certo….
    mas quandu clico em ( Activity, Menbers, Groups, Forums )
    ele retorna um LINK inexistentem ( PAGE NOT FOUND , apos pesquisar sobre esse erro fui orientado a mover as pastas que se ecnontram em
    wp-contentpluginsbuddypressbp-themesbp-default
    As pastas para serem movidas são Activity, Menbers, Groups, Forums
    fiz inumeras tentativas e nada resultou movi as folders para a a raiz da instalação e é retornado o seguinte erro
    Fatal error: Call to undefined function get_header() in C:AppServ?wwwredewordpressactivityindex.php on line 1
    Alguem me ajude a fazer funcionar?
    Greetings to all …
    is my first visit to the forum, and had traveled all the post and
    I have not found a solution to my problem …
    What happens is this I have WP 3.1.1 and 2.1.8 BuddyPress
    Installed in localhost, everything seems to work well after
    installation, actualize the page to see it and everything seems
    be right ….
    but I click quandu (Activity, menbers, Groups, Forums)
    it returns a non-existent LINK (PAGE NOT FOUND, after
    search on this error was instructed to move the folders that
    ecnontram in
    wp-content plugins buddypress bp-themes default-bp
    Folders to be moved are Activity, menbers, Groups,
    Forums
    I made numerous attempts and nothing came of the move folders for aa
    installation root and is returned the following error
    Fatal error: Call to undefined function get_header () in
    C: AppServ? www Net wordpress activity index.php on line 1
    Someone help me make it work?

    #110116
    nit3watch
    Participant

    Thanks hnla, Ill have a look tomorrow. I added a link to the zipped theme in the above post

    I implemented the striping via css, though I saw there’s also a way to do it via php and jquery though Im not sure how to do it any other way, need more detail: style Activity Stream odd and even posts. The stripes don’t show for ‘odd’.
    Also activity-comments need to show white when on a ‘odd’ – havn’t seen this covered anywhere on the forums?

    Last thing, is it better to have separate sidebars by calling the sidebar directly on the different pages apposed to using queries?

    Just noticed I have to add padding to the activity-meta, along with other elements in the same ‘position’.

    #110113
    CIX
    Participant

    Any help would be greatly appreciated.

    I installed Wp 3.1.1 and then went through the multisite process and then installed buddypress 1.2.8. Installed groupblogs 1.5 Used ronaldzw fix for groupblogs – https://buddypress.org/community/groups/bp-groupblog/forum/topic/no-bp-groupblogs-menu-under-buddypress-menu-in-network-admin/

    but there is no new member sign up, only a log in. So there is no way to create a new member on the front end.

    Thanks

    #110111
    Hugo Ashmore
    Participant

    fix a issue where by if the content area is ’shorter’ than the sidebars ( being ‘taller’ from widgets ), the content boarder breaks.

    Research Faux columns for backgrounds running full height and overlapping borders using negative margins to create the illusion of a full height single borders.

    What’s the issue with stripping and IE?

    I trust that the ‘screw this’ chap has requested a full refund :)

    I have no idea why or what happened, or if I did something to make this happen. I went to edit a user dashboard and noticed that it looked identical to my dashboard on the main site including scheduled posts, comments, stats, etc. I checked around and every blog dashboard I visited is the same! Also, I am not able to add categories to individual blogs, etc. because it wants me to choose a category from the main site list, but then when you choose one it just shows up on the blog as Uncategorized (as tho none were selected.)

    I recently installed buddypress on a secondary blog – http://p31.avirtuouswoman.org when I added wpmu to my main site at – http://www.avirtuouswoman.org.

    I am not sure when this change took place.

    I really need to get this fixed! Thanks for any help you can offer!!

    Melissa Ringstaff

    #110108
    Paul Wong-Gibbs
    Keymaster

    Hey, nice one :) Update us here when it gets approved (I assume you’re talking about the wordpress.org list?)

    #21340
    nit3watch
    Participant

    dl the zip untill it’s added to the respiratory – Buddypress UX

    I just uploaded a theme I created focused on enhancing the user experience – 3 column layout: multiple sidebars allowing for relative content to context, zebra activity styling, an enhanced logged-in widget and more.. The theme serves to be a base to work from and learn from whilst offering an alternative to the buddypress default theme.

    A special thanks to r-a-y, hnla, DJPaul, dwenaus, modemlooper and boonebgorges for helping me problem solve and furthering my skill set over the past two years. The theme is a ‘response’ to the post I read earlier today. Screw this..: people often forget that these people help us out of their ‘own time’, buddypress is community driven and we should, how ever we can, give back to the community. Sorry if I have left anyone out.

    Let’s hope it gets approved. I hope to get feedback/criticism on how the theme could be improved. In the mean time you can read the below.

    What’s been changed in the theme?

    The theme has been customized for a better user experience, there are a lot of small changes and I will try to list them all.

    -added multiple sidebars: home/index, activities, members, groups, forums, blog.
    -added a smaller header and content padder for the following pages; so users can focus on the task at hand, also removed the sidebars: registration page, create groups page.
    -added zebra styled activity streams for better readability*
    note there is an issue with IE
    -customized the logged-in widget with some added functionality, previously located in the buddypress default sidebar ( sidebar.php ). This was done to improve ‘user navigation’.
    -customized the activity form ( what’s new *user* ).
    -added a ‘change avatar’ link to a members profile, ( ../members/single/member-header.php ). This is only visable by the ‘profile owner’.

    Themes intended purpose

    This theme has been created to allow ‘new comers’ to Buddypress to have a bit more of a variety and a base to work from ( being a child theme of the buddypress default theme ) whilst maybe learning a thing or two – as the theme is well documented ( readme.txt ).
    Along with the above, I have tried to create a theme where by the user experience is better enhanced, allowing for better usability and readability.

    To do

    -fix the issue with the zebra styled activity streams not showing in IE.
    -fix a issue where by if the content area is ‘shorter’ than the sidebars ( being ‘taller’ from widgets ), the content boarder breaks.
    -remove unnecessary ‘pages’ and clean up the css.

    #110107
    Nahum
    Participant

    @imjscn I think the beauty is that there is no wrong way of going about it. Since I use MU, I don’t need CPT since the entire subsite is dedicated to the q/a. This keeps search separate from of different content types also keeps wp-admin only dedicated to q/a. I can only imagine when you do CPTs that managing the CPTs under one wp-admin it could get little overwhelming keeping those apart from other content but I’m not familiar with CPTs so I don’t know. I’ve only ever used a new blog when I need a new type of content. :) How does search work for cpt?

    Thirdstyle
    Member

    Hate to say it, but I am having the same issue using WP 3.1.1 and BP 1.2.8

    This is using the BP Default Theme.

    Same behavior too, as it redirects after registration to the main site url. This is NOT in the root of the web server, but a sub direction if it matters (domain.com/_news/)

    There seem to be issues surrounding this all across the forums with mixed updates. Anyone definitively have the solution for this as it seems people either post and figure it out or post and give up?

    Thanks in advance!

    ultimateuser
    Participant

    @r-a-y

    Resolved: It was the BP Registration Plugin causing this. I deactivated the plugin and now new member registration show up again. Too bad, cos I really liked this plugin!

    #110103
    Dennis Whiteman
    Participant

    I’ve solved the problem with site no. 2. Turns out I’m completely stupid and willing to admit it in public.

    I have wanted to limit my BuddyPress activity to the BP_ROOT_BLOG. As such, I’ve been enabling plugins that require BuddyPress only to that one site rather than in Network Admin. Once I disabled them there and enabled them in Network Admin, it seems to be working as expected.

    Still haven’t figured out the problem with site no. 1, but I’m working on it.

    #110102
    Jose Conti
    Participant
    #110100
    @mercime
    Participant

    @henrypwmoulton Doesn’t look to be compatible with BP and it looks more like a forum custom post type. Reminds me of a premium theme http://wordpressqa.com/
    Having said that, the best way to find out if that plugin is compatible with BP would be to ask the plugin devs at http://wp-answers.com/contact

    #110098
    @mercime
    Participant

    @dcaccavo thanks for sharing. Is this for latest versions – WordPress 3.1.1, BuddyPress 1.2.8 and bbPress 1.0.3?

    The last time I did an external bbPress install for BP was more than a year ago and it took me about 38++ steps :-) If I recall well, that was bbPress 1.0.2 with WPMU 2.8.4a and BP 1.1.2 or something I think…

    How’s the external forum working so far for you? Does posting to forum show up in sitewide Activity Stream and in member’s activity stream?

Viewing 25 results - 58,401 through 58,425 (of 94,540 total)
Skip to toolbar