Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 526 through 550 (of 570 total)
  • @xevo

    Participant

    In the codex template tags there are already is_ functions for the buddypress pages.

    https://codex.buddypress.org/developer-discussions/buddypress-template-tags/

    If that is what your looking for..

    @xevo

    Participant

    I haven’t tried this myself yet, but I think the way to call a user profile link is bp_user_link(). Try that.

    @xevo

    Participant

    @xevo

    Participant

    I gave him a straight answer of the situation, that you two don’t like it, isn’t my problem.

    Btw, I happen to be part german.

    @xevo

    Participant

    Or… take the easy Andy Peatling way, pick your posion. :)

    Thanks Andy, I was looking for this as well for my new buddypress powered site.

    @xevo

    Participant

    It’s running again.

    Looks nice, I’m not a fan of black and pink but all together looks like a nice site.

    What does Fashinisima mean? Fashion mistake or something?

    And just so you know, your first (probably featured) post on the frontpage leaks text out of it’s box.

    @xevo

    Participant

    Found multiple plugins. Most are very old, and probably wont even work anymore, but just try them. :)

    The best I found: http://1uthavi.adadaa.com/ada-wpmu-sitewide-feed-plugin/ (makes a feed for pages and posts as well).

    Others.

    http://wpmudev.org/project/Sitewide-recent-comments

    http://wpmudev.org/project/WPMU-Sitewide-Feed-Plugin—ITDamager (older version of the first plugin, only has comments)

    @xevo

    Participant

    Why is it ridiculous to do styling with CSS? Isn’t that what it’s made for? I know that you want to create consistentcy in your database, but if it’s just because it looks nicer, then just use CSS.

    But if you want to hack the core, I think you can use the sanitize_user function. You can find this function in “wp-includes/formatting.php”.

    I can’t help you with applying your own function, since I’m not that good of a coder. :)

    @xevo

    Participant

    Site isn’t showing for me, I have fiber connection so I’m geussing the server has a bad connection?

    @xevo

    Participant

    That’s because there is nothing we can do to help you on this forum, there is no german version and since Buddypress is not related with Gravatar, we can’t help you further on this forum. Try sending their support an email: support@gravatar.com.

    Edit: I know that the world is bigger then my appartment, my girlfriend lives about 50 km from my appartment and I’m planning on going to Japan soon. So keep your bad opinions for yourself next time.

    @xevo

    Participant

    Tell them to learn English? I doubt that Gravatar is gonna translate it’s site just because some people don’t wanna learn English..

    They do have a french version of the site though..

    http://fr.gravatar.com/

    I tried http://de.gravatar.com/, but that doesnt seem to work.

    (They probably made a French version since It’s quite hard to learn English in France.)

    Edit: Btw, Gravatar is not related with Buddypress, the only relationship they have is Autommatic.

    @xevo

    Participant

    There should be no conflicts, since they both almost do the same. Just see it as an extra check? :)

    @xevo

    Participant

    I suggest using css for this, like Chouf1 said. It’s not wise to change names/logins in php just because it looks better. Leave the styling to css.

    You can even just capitalize the first letter with css.

    span:first-letter { text-transform : uppercase; }

    @xevo

    Participant

    That code that I posted earlier forces the user to go to /register, they won’t even see wp-signup.php.

    Place it in functions.php in your theme folder.

    @xevo

    Participant

    A readme is called a readme for a reason..

    @xevo

    Participant

    A javascript image cropper is more user friendly, because users can make the decision themselves of what part of the image they want to use instead of letting a script just take the middle of an image or letting it resize it.

    @xevo

    Participant

    For wp wiki, you have to use the backend editor, since it’s officialy made for single wordpress. But since you have to/can make a different theme for the blog, you could try making it front-end.

    Edit: I found an easy solution for this as well, there’s a front end editor plugin.

    https://wordpress.org/extend/plugins/front-end-editor/screenshots/

    @xevo

    Participant

    Then re-style it? The buddybar uses css too.

    @xevo

    Participant

    It has both his po and mo, so what do I do now? I’m new to translating. And since I’m also planning on translating both bbpress and wpmu. I’m eager to learn. :)

    And btw, I also use Poedit.

    @xevo

    Participant

    Thats the standard, so that should’ve worked. Which means it’s not the images after all.

    I’ll start trying it out on my own install and see what happens.

    Edit: Tried it and worked fine with standard settings, I’ll try tweaking settings and see if it changes.

    @xevo

    Participant

    Your avatar problem is probably because of the file itself. What kinda file do you upload? If it’s some kinda rare file like .raw then it’s obvious it wouldn’t work. If you could, also place the specs of the image, like if it’s cmyk/rgb, how many bits, the size of the image and wether its transparent or not.

    Right now Buddypress has to be in the same database as wpmu, I heard they might make it possible to put into another database later in development.

    And while your at it, could you make me some coffee too? Haven’t slept for 22 hours.. :)

    @xevo

    Participant

    As far as I know, you HAVE to put them in the same database or it won’t work. I’d also leave the standard prefix, since you never know if a plugin or wpmu/buddypress might go haywire because you didn’t leave the standard prefix.

    @xevo

    Participant

    I now have re-installed wpmu, buddypress and bbpress (all newest versions). But it still won’t work. I also used buddypress Forum Setup.

    See the site here: http://xevodesign.nl/talkmore/

    The only 3 differences between this setup and the one I did on my localhost (which worked), are that I installed on my localhost, I used my localhost root and the wpmu version.

    Edit: Never mind, got it working, used the bbpress-integration plugin. Strangely enough I didnt have to use this before on my localhost.

    @xevo

    Participant

    I might’ve found the first bug, I’m not sure if buddypress/wpmu/bbpress or one of my plugins is the problem though.

    I have a stand-alone bbpress and integrated it with the bbpress install. But now the cross-login doesn’t work anymore. When I login to buddypress/wpmu I’m not automatically logged in to my bbpress, I checked if I maybe made a mistake with my KEYs, but those are correct.

    Since this worked perfectly fine with wpmu 2.8.4a, I’m geussing it’s wpmu’s fault. I’ll test some more and I’ll try to see if I can track down the problem.

    Btw, the plugins I have installed are:

    – Plugin Commander

    – WP Wiki (already tried disabling, no effect)

    @xevo

    Participant

    Your supposed to go to “/register” not “wp-signup.php”.

    Add this to your functions.php. Not sure who wrote this, but the creds go to that guy. :)

    function rk_signup_redirect() {
    if (strpos($_SERVER['REQUEST_URI'], 'wp-signup.php') !== false ) {
    $url = 'http://domain.ext/register';
    wp_redirect($url);
    exit;
    }
    }
    add_action('init', 'rk_signup_redirect');

    Change $url = ‘http://domain.ext/register’; into your own domain.

    @audiobookstef: Start looking for something like buddypress then, good luck! :)

Viewing 25 replies - 526 through 550 (of 570 total)
Skip to toolbar