Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 24,251 through 24,275 (of 32,522 total)
  • Author
    Search Results
  • #20482
    incirus
    Member

    Is there any way to get the image address of the avatar.

    What I mean is when I use bb_get_avatar( $user->ID) or post_author_avatar() I get the whole code like <img alt="" src="http://www.gravatar.com/avatar/d415555f00b204cfr535327e?s=80&d=identicon&r=g" class="avatar avatar-80 avatar-noemail" style="height:80px; width:80px;" />

    But all I need is the image address like http://www.gravatar.com/avatar/d415555f00b204cfr535327e?s=80&d=identicon&r=g

    djboddington
    Member

    wow thats good! Thanks for this :)

    #76701

    In reply to: Avatar Plugin Problems

    Can you link to the Avatars plug-in? I think there’s a few of them.

    I’m using Avatar Upload, and after some fiddling, it’s working great. :)

    I’m going to put in a standard disclaimer here: iframes are dangerous.

    Example: If someone manages to put in malicious code in a bbPress post and you edit it via the admin side using this plugin, it is possible you could bugger your WP install. Now it’s a slim possibility, but iframes are bad, evil and annoying and should be avoided if possible.

    Great idea for a plugin, use it responsibly, folks.

    #76394

    I’m not sure how I’d go about that, could somebody post a step by step tutorial? I’ve never dove this far into bbpress before.

    Thanks guys, I’d owe you one :)

    #52180
    anandasama
    Member

    I still dont know if you people managed to fix this but here is what worked for me after alot of trial and error:

    From the first-page:

    This code will generate a link to the original author’s profile and that one’s username.

    <a href="<?php user_profile_link(($topic->topic_poster)) ?>"><?php topic_author(); ?></a>

    And this code will make a link to the last user who posted and that one’s username.

    <a href="<?php user_profile_link($topic->topic_last_poster) ?>" class="latest-disc-last-poster"><?php topic_last_poster(); ?></a>

    Hope it helps!

    #72361

    In reply to: Bulgarian translation

    wiseacre
    Member

    Значи, не ми остана много време, но продължавам де … :) Намерих някои печатни грешки и неща, които ми се струва, че трябва да са малко по иначе.

    секудни – секунди

    пълен препратка – пълна препратка

    Ако позволиш да предложа следните промени

    месеци – месеца

    лепкава – залепена,закачена

    А следното общо предложение за превод е по-скоро въпрос на вкус (става и така и иначе) и лек келешлък от моя страна: ;)

    “Your attempt to … has failed.” – “… пропадна”

    Продължавам да ровя. Още веднъж – мерси за труда. :)

    Detective
    Member
    function gs_get_topic_last_poster_profile_link() {
    global $topic;
    if ($topic)
    return sprintf('<a href="%s">%s</a>', get_user_profile_link($topic->topic_last_poster), get_topic_last_poster($topic->topic_id));
    return false;
    }

    Ryan Hellyer
    Participant

    Thanks. I was considering making this exact plugin myself. Glad to see I don’t need to now :D

    #18819
    kevmartin
    Member

    I found some older posts about similar problems to this, but nothign that really helped, plus they were all for the 0.x versions and I am using 1.x which I am guessing may be different.

    I have combined bbpress and wordpress databases (WP 2.8) and all members have been set to inactive status. But I can’t find anything in Mysql to cause this, so can’t globally change them all to member status. They all seem to have the same bb_capabilities value as the couple of members who I have manually made to ‘member’ status, so that doesn’t help.

    And I have thousands of members so manually changing them all through the admin interface seems to be a nightmare.

    Can someone tell me what database fields to change to make a member to be a ‘member’ status please?

    Thanks.

    #74743

    Well iframes are, by their very nature, evil :/ I’ve never used that admin plugin, but I also don’t do a whole lot of embedding of Google Maps.

    #76287

    The plugin doesn’t add define('WP_AUTH_COOKIE_VERSION', 1); to your bb-config.php file. It’s very easy to miss that :)

    #75381

    In reply to: bbPress 1.0 released

    rtmsf
    Member

    Total newbie here, but I’m a blogger using WordPress 2.8.x who is thinking of adding a discussion forum to my site.

    I am NOT a coder whatsoever, so please keep that in mind when answering, although I do have a friend who is one but I would need to be conscientous about using his time.

    My question is whether bbPress 1.0 will easily integrate with WP 2.8.x as I have it currently configured. Obviously I’d want it to look similar to my site and have all the standard forum bells/whistles.

    If not, does anyone have any other suggestions? I just began researching forums today. I’ve come across IPB and phpBB as other options, but again, I have no idea how easy it would be to integrate those.

    Any help you can give would be GREATLY appreciated! Thanks.

    #18497
    #72360

    In reply to: Bulgarian translation

    Не държа – пропуснал съм няколко низа, в които го има, защото съм търсил за “впис”, а то имало и “впиш” тук-таме ;)

    Ще го оправя при следващото качване, когато трябва да завърша и на 100% превода.

    Аз го изпробвах веднъж от край до край, ама със сигурност има разни дребни неща :)

    #74864

    @Göran: It’s “great” that you have the same problem. Then it probably isn’t some server config hidden away somewhere and the problem will probably be solved pretty soon. ;-)

    Edit: Hm.. when i try to edit the languagefile with Poedit and choose to save it i get 3 fatal errors;

    23:04:20: F:Skrivbordetsv_SE.po:191: message catalog has plural form translations...
    23:04:20: F:Skrivbordetsv_SE.po:2: ...but header entry lacks a "plural=EXPRESSION" attribute
    23:04:20: F:Skrivbordetsv_SE.po:191: message catalog has plural form translations...
    23:04:20: F:Skrivbordetsv_SE.po:2: ...but header entry lacks a "nplurals=INTEGER" attribute
    23:04:20: F:Skrivbordetsv_SE.po:617: 'msgstr' is not a valid PHP format string, unlike 'msgid'. Reason: In the directive number 1, the character 'a' is not a valid conversion specifier.
    23:04:20: msgfmt: found 3 fatal errors

    Maybe it’s related?

    Update 2:

    Tried a Bulgarian translation and it did translate time. It must be something with 1.0+ that isn’t in 0.9 language wise.

    #74742

    Thanks Ipstenu. :)

    Still a very extreme newbie to all this “press” stuff… but I’m loving bbpress so far. A little bit of customization with a few plug-ins and a theme has gone relatively smoothly… but I still can’t really get the Admin Can Post Anything plug-in to work properly… it does not seem to like i-frames… which are essential for embedding google maps and docs.

    #76392

    Anybody? :(

    #74862

    Yeah, probably. I’m trying to figure out now how to translate the topic_time(); -function. The _e(‘Some Text’) is quite understandable, don’t get how to translate a function yet though. I’ve never messed around with translations at all (obviously). :)

    #76286
    Rohan Kapoor
    Member

    He also said:

    I have already installed the plugin bbPress Integration for WordPress.

    which implies that he already added the code, :D

    #74860

    @plrk: Got your E-mail. I actually do have this thread as a favorite, thanks anyway for the update though! (I wished this forum had the E-mail notification option…)

    It works! Thanks!

    However my time-relevant php aren’t translated still. The strange thing is that those functions aren’t touched at all. I’ll have to dig again to see if there are any errors related to the __ -stuff. One would think the default theme wouldn’t have any problem with the translations(?) :)

    #76285

    And he said:

    I have already installed the plugin bbPress Integration for WordPress. I can’t find anything wrong during my installation. I think maybe I need to upgrade my WPMU to 2.8.

    Which implies that he’s on 2.7.x :)

    #15379

    I’m having major trouble trying to get my wordpress navigation bar onto my bbpress board.

    Can anybody provide a step by step tutorial for me? I would be forever grateful :)

    my website: http://www.origineuphoria.com

    #76283

    Do you have this in your bb-config.php:

    define('WP_AUTH_COOKIE_VERSION', 1);

    #72359

    In reply to: Bulgarian translation

    wiseacre
    Member

    Браво, браво!!!

    Ама си държиш на “вписване” :) Нищо де, поправимо е … :)

    Тъкмо разглеждам. Ако открия нещо ще пиша.

Viewing 25 results - 24,251 through 24,275 (of 32,522 total)
Skip to toolbar