Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 26 through 50 (of 606 total)
  • @gunju2221

    Participant

    Give the link to the activity stream where you are having problems with, and I’ll inspect it.

    @gunju2221

    Participant

    Get this application for firefox: http://getfirebug.com/

    It can help you inspect elements, and you can see what your problem is through it.

    Go to the css error, and right click, and click “Inspect Element”, and it should give you the current rule, and than tweak it to find what your problem is, than change it in your real file.

    @gunju2221

    Participant

    I doubt it. A-lot of components are not there that look like buddypress.

    If you look here: https://wordpress.org/showcase/mashable/ They didn’t set the “flavor” to buddypress.

    @gunju2221

    Participant

    Don’t swear. It’s a lack of respect, and knowledge. We try to keep this forum child friendly.

    Save that talk for your night out with the guys. :)

    @gunju2221

    Participant

    Well If the suffision theme offers the horizontal list, than copy the CSS from the theme using firebug, and you should be able to copy it into your current theme.

    It’s probably a one rule statement of css your missing.

    @gunju2221

    Participant

    do not shown create blog data or, the fields in Profile, created by me after install

    What? Please rephrase your question, because I can’t understand your problem.

    @gunju2221

    Participant

    No, your using it wrong. You will have to make a jquery function and apply it to the textarea.

    Maybe something in:

    `function onTestChange() {
    var key = window.event.keyCode;

    // If the user has pressed enter
    if (key == 13) {
    document.getElementById(“txtArea”).value =document.getElementById(“txtArea”).value + “n*”;
    return false;
    }
    else {
    return true;
    }
    }
    `

    than

    `<textarea name="whats-new" id="whats-new" onkeypress="onTestChange();"`

    Unfortunately, I’m not an expert at jquery. This function is not guaranteed to work and is untested.

    @gunju2221

    Participant

    I don’t need $25, but adding a key function would require a simple jquery attribute to the textarea.

    `key:’Enter’, `

    @gunju2221

    Participant

    It’s because the admin username that you set up with for your hosing account is different from the one that buddypress mentions to, which is “admin”. Not sure why this happens, but here is how to solve it.

    Install this plugin: https://wordpress.org/extend/plugins/wpvn-username-changer/, and change the username to “admin”. You don’t have to change it to admin, but that’s what it says on your profile to mention to, “ @admin“.

    @gunju2221

    Participant

    Well Timothy, I don’t want all of that work to go to waist! I’ll implement it on my site and see how it looks :)

    @gunju2221

    Participant

    Think of it this way-

    If it’s taking a really long time to develop, it must be blooming with very cool features.

    Would you rather have an update with little to no additions/fixes, but takes a short amount of time, or an update with tons of additions/fixes, and have it take a little while longer.

    Also, buddypress is *free*, so what are you complaining about?

    @gunju2221

    Participant

    Forums are associated with groups, so to create a forum, you must create a group. Please re-phrase the question, because I am afraid I’m not quite understanding what you mean.

    As for the mentions, try just mentioning the name of the user, without any other text. If you have a long paragraph, and than mention the user, the @mention will not go to the mention page because the mention is after the excerpt limit.

    @gunju2221

    Participant

    Check this out, for customizing labels and URLs: https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/

    You can get the current logged in user id from here: https://codex.buddypress.org/developer-docs/the-bp-global/

    check out the `$bp->loggedin_user object` section

    @gunju2221

    Participant

    Thanks MikeyD. Don’t quite understand why he spammed the topic with my site however.

    @gunju2221

    Participant

    I think what needs to be worked on the most is the forums. If you look on a Topic on my site, the forums have been basically vamped from what they were originally from, to a more forum style.

    I think this would be a great addition in 1.3, and would be glad to help on anything.

    @gunju2221

    Participant

    I was able to change every reference to https and make the page sure except for the user avatar which displays at the top bar of every page.

    I am not able to understand what you’re saying due to the grammar errors.

    using buddypress and there is a shopping cart attached

    ? Not able to understand either.

    @gunju2221

    Participant

    When I put the compatible template on first then it loaded it beautifully.

    Explain exactly what you mean by that statement.

    @gunju2221

    Participant

    Have you modified any files in your theme, or the plugin in any way?

    @gunju2221

    Participant

    Unfortunately, the fatal error you are getting has nothing to do with buddypress. You can read the error that it’s in your wp-includes/class-phpmailer.php on line 34, and “Cannot Re-declare” means that the class is called twice somewhere.

    Go into that file, above, and delete the “Class PHPMailer” is what I would advise.

    @gunju2221

    Participant

    1st angel, do a favor for me. Testing this out to see if it fixes the problem.

    Go into your FTP or wherever you can access your files from, and go into the plugin folder “template pack”, and open the file called “bp.css”, it should be a CSS file sheet. Open the file, and **BEFORE you do anything, copy all the contents and paste them in a notepad or wordpad document.

    Now, delete everything in the CSS file, and save it. Go to your site, you might notice some things are changed on your bp elements.

    Go to the friends directory, and tell me if it fixes it.

    If it doesn’t, go into your theme’s members/members-loop.php and delete:

    @gunju2221

    Participant

    @gunju2221

    Participant

    The Buddypress.org theme isn’t too far down the line from the buddypress default theme. Some heavy CSS measures might be required however.

    @gunju2221

    Participant

    You put it in the wrong place, or didn’t copy it correctly because the define line should go there correctly. Make sure you didn’t delete the “;” or any characters.

    @gunju2221

    Participant

    Sorry Chris, forgot to change the add_action to match it!

    `add_action(‘wp_footer’,’remove_logout_bp_adminbar’,1);`

    @gunju2221

    Participant

    Profiles don’t hardly do anything to the bandwidth at all. You could have 10,000,000 users, and it wouldn’t make any difference.

    Just standard hosting, with unlimited bandwidth, like bluehost or godaddy is just fine, nothing else is required.

    If you really had 10,000,000 users, most likely, only 2,000 or more would actually considered to be “active”. So, buddypress is smart, if the user hasn’t logged on for over a year, the system removes the user from everything, but temporarily puts the account on “hold” if you would say, like a dormant account that isn’t using any space at all. It’s very unlikely that you have 10,000,000 active users, but it’s possible, and I still don’t see any issues.

Viewing 25 replies - 26 through 50 (of 606 total)
Skip to toolbar