Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 52,801 through 52,825 (of 69,016 total)
  • Author
    Search Results
  • Andrea
    Participant

    @r-a-y The name still shows up when users leave a comments on a blog… also I understand what your are saying about the “name” field, but i still believe that it should be up to each webmaster to decided if that field should be used or not in the “Profile Field Setup”. If you manually create a user from your main admin, you don’t get asked a name, just the username.

    #77365
    Steve Ford
    Participant

    ok, I think I am almost there…… I have css style sheet for buddypress here:

    /*
    Theme Name: PEP New Theme
    Theme URI: http://www.privateenglishportal.com/
    Description: This is the WPMU + BuddyPress theme customized specially for privateenglishportal.com
    Version: 1.0
    Author: Tejaswini
    Author URI: http://www.clickonf5.org/
    Tags: buddypress, fresh
    Template: bp-default
    */

    @import
    url( _inc/css/default.css );

    @import
    url( _inc/css/adminbar.css );

    @import
    url( _inc/css/custom.css );

    and style sheet for main MU page is much longer, wasn’t sure where to paste your code.

    Thx

    Steve

    #77361
    r-a-y
    Keymaster

    Add the following to your theme’s stylesheet:

    div#topic-meta h3 {padding-bottom: 1em;}

    #77363
    Steve Ford
    Participant

    Ray! Thanks! I just got it to work . Faaaaaaabulous.
    There is one issue with the Forum title being larger in text size than the field can take. http://privateenglishportal.com/forumsTEXT.jpg
    Any ideas how I could change that?

    Thanks so much!

    Steve

    agrundner
    Member

    @dwenaus another option for plugin development would be to create a project on http://GitHub.com. There’s a handful of BP plugins up there already and GitHub can provide a DONATION widget powered by http://Pledgie.com. Example project with the donation widget: http://github.com/gmate/gmate

    Personally, I’d rather see a leader take charge of a plugin and then invite other developers to collaborate. The plugin itself would be FREE, but any funds gathered through GitHub and BP > Extend > Plugin > Donate will be split amongst the developers involved.

    #77275
    orca239
    Participant

    Some additional information:
    I have tested it with Firefox in safe mode and have the same problem.
    I tried using other BuddyPress themes, but the same thing happens.
    If BuddyPress is disabled, then the problem doesn’t occur.
    The problem does not occur if the user that is logging in does not have posting rights.

    Thanks for any help.

    #77356
    azreeceli
    Member

    HI Mr Maz, i am having a difficulties in using and managing the links.

    I have already created a few categories for my links and tried to post some links in each of the categories.
    But the problem occurs for some of the category filtering where not all of the categories are were correctly filtered.

    For an example.
    i have category A, B C and D
    When i go to the links page it will show all A,B,C,D filters in one list
    when i filtered for category A, it works fine
    but when i filter category D to be viewed, it has an error on it (where it fails to filter the right category i choose in the category drop down list)… How can i fix this?

    i’ve deleted the links and the category and created a new one, but i still happening again

    Any solution for this? By the way this plugin is a good plugin. Thanks

    #77355
    r-a-y
    Keymaster

    Not likely. I would guess sometime this week?
    Just keep watching Trac for updates – https://trac.buddypress.org/timeline

    #77353
    r-a-y
    Keymaster

    There’s a bug with the “New Topic” dropdown menu that will be fixed in the next release of BP.

    You first need to enable the discussion forum for each group before you can post a topic.

    Navigate to the group admin page for the group you want to add a forum to. Go to “Group Settings” and enable discussion forum. Save.
    Now attempt to post a new topic.

    See if that works.

    #77352

    In reply to: Compose Message

    @mercime
    Participant

    Sure, you can manipulate page layouts with CSS. Before going further, what theme are you using? Also – help us help you.

    #77351
    Steve Ford
    Participant

    PS. In response to your question, I had no prior bbpress installed prior. This was a first time install onto my Worpress MU/Buddypress

    #77350
    Steve Ford
    Participant

    Thanks Ray! I was successful at installing BBpress forums by making sure that file was cut and pasted to my root directory.
    Admin panel on wordpress says that bbpress forums has been successfull integrated into buddypress.
    Sadly I can’t get it to show up on my groups tab nor my header on my page.
    I was able to get the forums by typing in the following address:
    http://privateenglishportal.com/forums
    When I try to post new topic, everything just disappears as if I had posted nothing.
    Any suggestions would be greatly appreciated!

    Thanks,

    Steve

    #77347
    r-a-y
    Keymaster

    Do you have your own separate bbPress forums already setup?
    If not, just go ahead with the one-click forums install!

    #77346
    Hugo Ashmore
    Participant

    Yes on a separate line. take care though and be prepared to backtrack to a good version of the file.

    #77341
    a depaula
    Participant

    I don’t seem to have a php ini file, I had the 64m code in my wp-config file from the installation, I found the httaccess do I add the code as written above to the httaccess page?

    Andrea
    Participant

    @rossagrant Yes i just saw that… also the full name still shows when users leave a comment in a blog. I think we need to come up with something else before i upload this code as a plugin…
    I’m considering modifying the registration page to “hide” the name field all together, but since it’s required, i need to find a way to fill in the name field using the data entered in the username field… Maybe using JavaScript… not sure yet
    I’ll let you know

    #77338
    Hugo Ashmore
    Participant

    php.ini is a global conf file for php. If you are running your own server you need to locate the file and open in a text editor and find the right line and adjust from 32 to 64. If you are on a shared host then you might get away with adding a line to the .htaccess file – that should be in your root directory – like thus:
    php_value memory_limit 64M

    This though will only work if a shared host has allowed this particular directive to be set, and I would have thought they wouldn’t but it’s worth a shot!

    #77335
    a depaula
    Participant

    Thanks HNLA How do I code this into php ini (Memory=64mb?)and in what part of the code page do I add the memory upgrade?(top, middle, bottom?) I’ve never done that before so I may as well ask before I start adding the wrong stuff.

    #77334
    Hugo Ashmore
    Participant

    An earlier thread might work for you. Always run a quick search :)

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/members-only-2/

    #77333
    Hugo Ashmore
    Participant

    Sounds as though your PHP script memory limit is too low iirc 16mb is default, 32mb the value I always change it to and the guys here tend to recommend setting it to 64mb. This is changed in php.ini if you have no access to the global settings for PHP on the server then you can set it via htaccess or failing both of these approaches contact your server hosts and put the problem to them and see if they can resolve for you.

    @mercime
    Participant

    Re CosmicBuddy theme, do you have the upgraded one compatible with BP 1.2?
    As for Ines and Skyper themes by milo, the theme support forum is here

    There are also other BP Child themes available that should be compatible with BP 1.2
    https://buddypress.org/extend/themes/

    #77330
    rossagrant
    Participant

    https://trac.buddypress.org/ticket/2354

    So the patch there enables the order of forum posts to be reversed with the latest on page one.

    How do I apply a patch or can anyone turn this into a plugin?

    Andrea
    Participant

    Thanks for the great help @r-a-y and @rossagrant

    I’ve just turn this code into a small plugin for people who don’t want to mess around in the code. I’m going to see if I can upload it to the extend section. I think i’m going to call it “BP Username Fix”

    #77325
    cavamondo
    Participant

    Yeah, but dos it work on WP3 and BP 1.2? .. tried it ot, but it wont upload pictures, and display the classified once it has been created. Also guest cant see the classified, even though they are set to be able to.

    #77321
    Peter Kirn
    Participant

    @r-a-y: Excellent. Let me refactor the code accordingly, as I think we’re in agreement that the ultimate goal is to do one wp-recaptcha that works everywhere. I need to actually go off the new 3.0 codebase from Blaenk, anyway; won’t be hard to do that. Once I have a new version up, I’ll have it in Git; that way, other BP users can look at it and try it out before there’s an official release bringing wp-recaptcha and the temporary bp version back together later this summer.

Viewing 25 results - 52,801 through 52,825 (of 69,016 total)
Skip to toolbar