Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • @daan77

    Participant

    You could write a plugin(or rewrite the bp-code) that makes the name field not required and not a Core field and when submitted overtake the username value into that field?

    @daan77

    Participant

    at http://www.deeljezorg.nl we have custom made entry forms(TDOMF plugin) for users to enter their experience, stories and tips, it works fine, people can now easily add posts without the hassle of getting to know the wp-admin backend

    same thing is done at tastykitchen.com, where people share recipies, also using a custom form for posting,

    it’s disguising your blog posts into a more specific item

    @daan77

    Participant

    I had the GD Star Rating plugin for a buddypress install, did disable it again, for it slowed down the site too much, it had to load its own javascript library,

    it worked nicely though, did have to tweak some settings to get it right, but it had it all, even made custom ‘stars’ to fit in with the site design.

    @daan77

    Participant

    it’s for php to know how to handle the parameters,

    %d – the argument is treated as an integer, and presented as a (signed) decimal number.

    %s – the argument is treated as and presented as a string.

    in your examples, $slug is a string and $this->id is an integer

    look at http://www.php.net/manual/en/function.sprintf.php for more info

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar