Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,001 through 17,025 (of 22,651 total)
  • Author
    Search Results
  • #89584
    r-a-y
    Keymaster

    I would post about this on the WordPress.org multsite forum:
    https://wordpress.org/support/forum/multisite

    Since this is most likely a problem with your network settings after switching hosts.

    #89551
    tomslick
    Participant

    I’m also seeing the same issue using WordPress 3.0 and Buddypress 1.2.5. Zero BP plugins installed.

    Email gets sent, user clicks on it but still gets the activation code screen. Enter the code results in an error message about the code being incorrect.

    It’s not a very good first impression.

    #89549
    modemlooper
    Moderator

    Per WordPress licensing, plugins and themes really should be free and people should charge for support and customization. If someone is selling ‘support’ under the guise to sell themes or plugins and not giving support it’s their own fault if somebody releases the paid plugins to everyone.

    The best way to go about it, in my opinion, is to release themes or plugins as a free version and then have some with paid support and more options.

    #89541
    modemlooper
    Moderator

    @nahummadrid bb forums are leaving BuddyPress to become a WordPress plugin. This might open more opportunities to customize it. What QA theme are you using or is it from scratch?

    #89520
    Jeremy Herve
    Participant

    @rogercoathup Alright, thanks for the heads up then! I will stay posted! By the way, is there an easy way to follow on the development of bbPress plugin? Maybe a dev blog like wpdevel.wordpress.com?

    And about the reviews/ voting, I am open to any plugin ideas then!

    Thank you again!

    #89519

    Well the only reason I was setting my permalinks to /index.php/%category%/%postname%/ was because if I didnt ( if i would just set them to /%category%/%postname%/) then my whole site would break… I couldnt click on any other page with out getting a “not found” error.

    Even when I set my perma linking to /%category%/%postname%/ my buddy press still goes to a “not found page”

    Am I missing something??

    I thought maybe updated my wordpress would do the trick so thats what I did last night… and still nothing… in fact now im just left with an even MORE broken site. I guess some of my plug ins arent working correctly with wordpress latest version.

    #89515
    John
    Participant

    @rogercoathup as you can see I use the term template/theme to talk about the same thing.
    Thanks you for the correct utilization of the term.

    Take a look at the BuddyPress default theme (it’s in plugins/buddypress/bp-themes/bp-default), and you will see all the separate template files, including sub-folders with the templates for activity, members, etc.
    => So I’ll have to modify the template of the buddypres pages ? This mean the css “attached” to each buddypress pages. this way I could have a network who look totally different than the main blog.

    Your secondary blogs can have any WordPress theme you want: you simply install more themes, and assign them on a blog by blog basis to the other blogs.
    => The users can choose by themselves the theme for their blog, no ?

    Best regards,

    #89514
    alex
    Participant

    if u don`t manage to rezolv your problem and u are tiered u can come at http://www.five-games.com and take a moment to relax by plaing one of the 4000 free online games ! is safe for kids too . hope to see u all there !
    website is willing to do link exchnage . and if u come u can get games and have them posted on your blog for your friends to play !

    regards

    #89512
    Roger Coathup
    Participant

    @jeherve – there are some exciting developments happening with bbPress, which should help you build your site.

    A new version of bbPress will work better with BuddyPress to provide the one main forum solution you are looking for, backed up by all the advantages of the BuddyPress social platform for looking after the user base.

    A beta of the new bbPress (installed as a plugin in your WordPress site alongside BuddyPress) is due around the middle of September. @johnjamesjacoby is leading the development.

    Not sure on the reviews / voting, but there are bound to be some good plugins out there.

    #89497
    Roger Coathup
    Participant

    @johnwinch42 – I think it is a terminology problem:

    Each page in a WordPress / BuddyPress site can have it’s own template, so for example a template for posts (single.php), for categories (archive.php), etc.. You can even specialise it further, so that different types of posts have different templates and so on.

    BuddyPress extends WordPress in the same way, adding new template files for groups, activity, members, profiles, etc.

    A theme is a collection of template files, CSS, and javascripts, that are used together to give your site its design, look and feel.

    A BuddyPress site typically has one theme that contains the template files for both the main blog and the social network parts. Although it’s one theme, you can style each part uniquely (e.g. the main blog and social network can look different), because you have different templates within that theme for each part of the site.

    Take a look at the BuddyPress default theme (it’s in plugins/buddypress/bp-themes/bp-default), and you will see all the separate template files, including sub-folders with the templates for activity, members, etc.

    Your secondary blogs can have any WordPress theme you want: you simply install more themes, and assign them on a blog by blog basis to the other blogs.

    #89492
    Adam Turner
    Participant

    This message “If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file”

    This page is not very user friendly for such a critical step in new installations for many new users. It is not clear how to allow .htaccess permision.
    https://codex.wordpress.org/Changing_File_Permissions

    Can someone give me a simple paste this text: where? type screenshot. This link is not helpful https://codex.wordpress.org/Changing_File_Permissions

    RewriteEngine On
    RewriteBase /blog/
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]

    It seems like using the default setting https://codex.wordpress.org/Changing_File_Permissions is actually NOT an option:
    “For core WordPress files, all should be writable only by your user account. However, if you utilize mod_rewrite Permalinks or other .htaccess features you should make sure that WordPress can also write to your /.htaccess file. “

    I saved my permalink settings from the default to month and name. But that does not seem to be enough.

    Can anyone help? This seems like it would be a common problem.

    #89467
    intimez
    Participant

    Did you go to Appearance – BP Compatibility and then go through all steps to final page?

    bb32
    Participant

    Try http://buddydev.com/buddypress/creating-the-sitewide-globalunified-search-page-for-your-buddypress-theme/
    I got it to work. Just download the zip file towards the end of the post and follow the instructions.

    #89456

    @Thorsten that also worked for me…
    When using buddypress how do you change it so when you click on “my account”, or any link for that matter, it calls out http://www.yourdomain.com/index.php/groups/ Mine is still defaulting to http://www.yourdomain.com/groups/ even though I changed the permlink settings in my wordpress dashboard

    #89454

    hey yea thanks I tried that… I have it installed but when I try and click on My account or anything really on the main page is just goes to an “Not found “Page. I looked over all my stuff time after time making sure I wasnt missing a step or messing up my perma linking…. cant seem to get it!

    #89426
    rayd8
    Member

    I found this fix and it appears to be working for me:

    1. Open the index.php, save it to your theme as posts-page.php (or whatever template name you like).
    2. Edit the newly created posts-page.php file and place the following at the top to create a page template:

    `<?php
    /*
    Template Name: Posts Page
    */
    ?> `

    3. Now scroll down in the posts-page.php to the beginning of the WordPress loop and just before the line “ add this one line of code “ Note: (5 == the number of post to show you can change this to whatever you want.)
    4. Save the posts-page.php file.
    5. In your WordPress/BuddyPress admin panel create a new page called “Blog” (or something similar) and select “Posts Page” under Template.
    6. Publish page.

    You should now be able to go to your Settings -> Reading menu and set a static page and select your Posts Page to show your blog posts.

    #89421
    amahesh
    Member
    #89413

    In reply to: Gravatar Settings?

    lunaKM
    Member

    Thank you Roger, what would be nice is if BP used WordPress’ setting for Gravatar rating. It uses it for the default image…

    #89408
    Mack
    Participant

    Thanks for quick respond :). I try to call this function, but it doesn’t seem to be working. Nothing is inserted into the bp_messages tables in wordpress db. BTW, how to open my inbox? I can’t find it even here on buddypress.org, and on the site I am working on it’s also invisible. Should I install some new plugin or what?

    Cheers,
    Maciej

    #89405
    damainman
    Member

    @nit3watch – Awesome, it worked, in the sidebar.php in the bp-default I copied the code from line 3 to line 74.. and pasted it into a sidebar widget utilizing the “Executable PHP widget” wordpress plugin, and it works like a charm!

    @hnla, yes you are correct… I am using a custom built theme and needed to incorporate buddypress so users can login/register via the front end and manage their profile via the frontend…. it is the only features I am using from buddypress because no other plugin I could find had similar functionality. It gets the job done though, and I like it :).

    I followed the steps in the template-pack plugin to get it working with my theme, it was pretty smooth and straightforward and I haven’t experienced the overlapping issues stated in the notices. so all is good.

    I knew there would be some customizations needed that have to be done manually, I just couldn’t find it in the documentation or via forum searches. I had no idea about the bp-default folder, but now that I do.. I am sure i will be able to solve some of my other problems :)

    cheers!

    #89395
    Andy Bailey
    Participant

    remove_action( ‘wp_footer’, ‘bp_core_admin_bar’ ,8);
    remove_action( ‘admin_footer’, ‘bp_core_admin_bar’ ,8);

    worked for me! thanks..it’s because the remove_action command requires the same priority as the original add_action that was used.

    https://codex.wordpress.org/Function_Reference/remove_action

    #89377
    John
    Participant

    @crashutah thanks you very much for your answer.

    http://www.themainblog.com (the main blog with Theme 1 and the buddypress navigation bar in the header)
    nameofablog.themainblog.com (the user’s blog url with Worpdress multi-bloggin with the wordpress theme of their choice)
    http://www.themainblog.com/members/ (Theme 2, a theme made for buddypress like the one on testbp.net which will be used with the buddypress functions)

    Or is it possible to have ?

    http://www.themainblog.com (the main blog with Theme 1 and the buddypress navigation bar in the header)
    nameofablog.themainblog.com (the user’s blog url with Worpdress multi-bloggin with the wordpress theme of their choice)
    budypress.themainblog.com/members/ (Theme 2, a theme made for buddypress like the one on testbp.net which will be used with the buddypress functions)

    Thanks you very much for helping me.

    Best regards,

    #89371
    Roger Coathup
    Participant

    @svetka812

    Hi Tatiana – it would be better to ask this as 2 separate questions in the forums (one about images, and one about text). Also make the title a bit clearer, as that will get more people to help you (“activity stream 1.2.5.2” is too general).

    To get more help and quicker: I suggest you create two question threads, something like: “how do I stop small images from blog post excerpts getting enlarged in the activity stream updates?” and “Why are my blog post updates missing paragraph breaks when shown in the activity stream?”

    My quick thoughts:

    images
    The problem with image sizes is because a core function in BuddyPress is forcing activity images, that don’t have their height or width set explicitly, to be 100px high. The function causing the problem is bp_activity_thumbnail_content_images().

    I’ll raise this as problem in the forums or maybe bug trac.

    update text
    I don’t have a problem with paragraph breaks in the activity stream. My blog posts are being shown correctly with the breaks. I’m using a default installation of BP1.2.5.2

    Paragraphs can be removed by a filter in WordPress / BuddyPress. Have you made any changes to your functions.php or bp-custom.php to turn off the ‘autop’ filter? i.e. do you have any code like this in those files:

    add_action(“init”,”remove_autop_filters_from_activity”);
    function remove_autop_filters_from_activity(){
    remove_filter( ‘bp_get_activity_content_body’, ‘wpautop’ );
    remove_filter( ‘bp_get_activity_content’, ‘wpautop’ );
    }

    Perhaps there is something in the blog template you are using that is doing this?

    Ask this one about paragraph breaks as a separate question in the forum (and include my comment).

    Cheers, Roger

    #89356
    @mercime
    Participant
    #89353
    kunalb
    Participant

    Hi — I’ve got an initial version of eventpress ready.

    Download links:
    http://kunal-b.in/0.1/eventpress.tar.gz
    http://kunal-b.in/0.1/bp_custom_posts.tar.gz

    Installation:
    http://gsoc2010.wordpress.com/2010/08/16/eventpress/

    There are a few known bugs that I’ll be taking care of soon.

Viewing 25 results - 17,001 through 17,025 (of 22,651 total)
Skip to toolbar